OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 |
| 3 <!-- READ BEFORE UPDATING: |
| 4 If this test is updated make sure to increment the "revision" value of the |
| 5 associated test in content/test/gpu/page_sets/pixel_tests.json. This will ensure |
| 6 that the baseline images are regenerated on the next run. |
| 7 --> |
| 8 |
2 <html> | 9 <html> |
3 <head> | 10 <head> |
4 <title>CSS 3D Test: Projected Blue Box over Black Background</title> | 11 <title>CSS 3D Test: Projected Blue Box over Black Background</title> |
5 <style type="text/css"> | 12 <style type="text/css"> |
6 .nomargin { | 13 .nomargin { |
7 margin: 0px auto; | 14 margin: 0px auto; |
8 } | 15 } |
9 | 16 |
10 #container { | 17 #container { |
11 -webkit-perspective: 500; | 18 -webkit-perspective: 500; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 </script> | 52 </script> |
46 </head> | 53 </head> |
47 <body onload="main()"> | 54 <body onload="main()"> |
48 <div style="position:relative; width:200px; height:200px; background-color:black
; zindex-0"> | 55 <div style="position:relative; width:200px; height:200px; background-color:black
; zindex-0"> |
49 </div> | 56 </div> |
50 <div id="container" style="position:absolute; top:0px; left:0px"> | 57 <div id="container" style="position:absolute; top:0px; left:0px"> |
51 <div id="blue_box"></div> | 58 <div id="blue_box"></div> |
52 </div> | 59 </div> |
53 </body> | 60 </body> |
54 </html> | 61 </html> |
OLD | NEW |