Index: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-003-expected.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-003-expected.xht |
similarity index 58% |
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht |
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-003-expected.xht |
index 53c0c570186ac5fc86006b2c253695e93a460e8e..2710c1ab556c82811fa4e94285985ef01450d872 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-003-expected.xht |
@@ -13,20 +13,22 @@ |
img#orange |
{ |
padding-top: 60px; /* = the height of first character */ |
- padding-left: 60px; /* = the position of orange square */ |
+ padding-left: 120px; /* = the position of orange square */ |
} |
+ |
]]></style> |
</head> |
<body> |
-<p>Test passes if the right edge of orange square attaches the left edge of blue square.</p> |
+<p>Test passes if the right edge of an orange square touches the left edge of a blue square.</p> |
<div> |
- <img id="orange" src="support/swatch-orange.png" width="30" height="30" alt="Image download support must be enabled" /><!-- |
- --><img src="support/swatch-blue.png" width="30" height="90" alt="Image download support must be enabled" /> |
+ <img id="orange" src="support/swatch-orange.png" width="60" height="60" alt="Image download support must be enabled" /><!-- |
+ --><img src="support/swatch-blue.png" width="120" height="120" alt="Image download support must be enabled" /> |
</div> |
+ |
</body> |
</html> |