OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <style> | 4 <style> |
5 div { | 5 div { |
6 width: 100px; | 6 width: 100px; |
7 height: 100px; | 7 height: 100px; |
8 } | 8 } |
9 | 9 |
10 .composited { | 10 .composited { |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
68 <div class="container clips"> | 68 <div class="container clips"> |
69 <div class="under composited"></div> | 69 <div class="under composited"></div> |
70 <div class="over"></div> | 70 <div class="over"></div> |
71 </div> | 71 </div> |
72 | 72 |
73 <pre id="layertree"></pre> | 73 <pre id="layertree"></pre> |
74 | 74 |
75 </body> | 75 </body> |
76 | 76 |
77 </html> | 77 </html> |
OLD | NEW |