| Index: LayoutTests/fast/css/identical-logical-height-decl.html
|
| diff --git a/LayoutTests/fast/css/identical-logical-height-decl.html b/LayoutTests/fast/css/identical-logical-height-decl.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..20888a15b81bcd10c9dbee4e4d1274a5094ac24e
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/identical-logical-height-decl.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Identical style declaration on elements with different writing modes</title>
|
| + </head>
|
| + <body style="overflow:hidden;">
|
| + <p>There should be no red on this page.</p>
|
| + <div style="-webkit-logical-height:10px;"></div> <!-- set height -->
|
| + <div style="-webkit-writing-mode:vertical-lr; width:100px; height:100px; background:red;">
|
| + <div style="-webkit-logical-height:10px;"> <!-- set width! -->
|
| + <div style="width:100px; background:white;"></div>
|
| + </div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|