diff options
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht')
-rw-r--r-- | tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht index 5a4645cfe60..63f94a69789 100644 --- a/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht +++ b/tests/wpt/css-tests/css-transforms-1_dev/xhtml1print/css-transform-3d-transform-style.xht @@ -4,7 +4,7 @@ <title>CSS Transforms Test: rotateY with transform-style on nested elements</title> <link href="http://www.intel.com" rel="author" title="Intel" /> <link href="http://www.w3.org/TR/css-transforms-1/#transform-style-property" rel="help" /> - <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> + <link href="http://www.w3.org/TR/css-transforms-1/#three-d-transform-functions" rel="help" /> <link href="reference/css-transform-3d-transform-style-ref.xht" rel="match" /> <meta content="" name="flags" /> <meta content="Test checks that rotate the nested div with transform-style preserve-3d, rotated parent div for -60 degree on Y-axis then and rotated child div for 120 degree, at this time the parent and child should have equal width, then child div could cover the red box." name="assert" /> @@ -17,7 +17,7 @@ height: 200px; width: 200px; left: 65px; - top: 45px; + top: 45px; } div.blue { background-color: blue; @@ -32,7 +32,7 @@ background-color: green; left: 40px; top: 0px; - height: 180px; + height: 180px; width: 180px; transform: rotateY(120deg); } @@ -40,7 +40,7 @@ background-color: red; left: 140px; top: 10px; - height: 180px; + height: 180px; width: 20px; } </style> @@ -52,7 +52,7 @@ <div class="blue"> <div class="green"></div> </div> - </div> + </div> </body></html>
\ No newline at end of file |