Index: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-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-002-expected.xht |
index 2710c1ab556c82811fa4e94285985ef01450d872..f07a09bf2a35813cff45d27853e97903d778ec0b 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-002-expected.xht |
@@ -10,9 +10,13 @@ |
vertical-align: top; |
} |
+ img#blue |
+ { |
+ padding-left: 60px; /* = the position of blue square */ |
+ } |
+ |
img#orange |
{ |
- padding-top: 60px; /* = the height of first character */ |
padding-left: 120px; /* = the position of orange square */ |
} |
@@ -22,11 +26,11 @@ |
<body> |
-<p>Test passes if the right edge of an orange square touches the left edge of a blue square.</p> |
+<p>Test passes if the right edge of an blue square is aligned with the left edge of a orange square.</p> |
<div> |
- <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" /> |
+ <img id="blue" src="support/swatch-blue.png" width="60" height="60" alt="Image download support must be enabled" /><br/><!-- |
+ --><img id="orange" src="support/swatch-orange.png" width="30" height="30" alt="Image download support must be enabled" /> |
</div> |