Index: LayoutTests/fast/inline-block/001.html |
=================================================================== |
--- LayoutTests/fast/inline-block/001.html (revision 125204) |
+++ LayoutTests/fast/inline-block/001.html (working copy) |
@@ -1,23 +1,18 @@ |
<html> |
<body> |
-The two blue boxes should be aligned.<br> |
-The two red boxes should be aligned.<br> |
-The text in the blue boxes should be on the same line.<br> |
-The text in the red boxes should be on the same line.<br> |
-The top of the first red box should line up with the bottom of the second last line of the last blue box.<br> |
-<p style="margin:0;display:inline-block;border:2px solid blue;">All on the<br>All on the<br>All on the<br>All on the</p> |
+THIS TEST'S RESULTS ARE NOT CORRECT, SINCE INLINE TABLES ARE NOT |
+BASELINE-ALIGNING PROPERLY, AND WHEN THEY DO, THE FIRST ROW WILL BE |
+USED. |
+<br> |
+<p style="margin:0;display:inline-block;border:2px solid blue;">This text<br>This text</p> |
<p style="margin: 0; border: 2px solid blue; display:inline-block"> |
-<span style="display:block">same line.<br>same line.<br>same line.<br>same line.</span></p> |
-<table style="margin: 0; display: inline-table; border:2px solid red" cellpadding=0 cellspacing=0> |
-<tr><td>All on the |
-<tr><td>All on the |
-<tr><td>All on the |
-<tr><td>All on the |
+<span style="display:block">should all be<br>should also all be</span></p> |
+<table style="margin: 0; display: inline-table; border:2px solid blue" cellpadding=0 cellspacing=0> |
+<tr><td>on the |
+<tr><td>on the |
</table> |
-<table style="margin: 0; display: inline-table; border:2px solid red" cellpadding=0 cellspacing=0> |
+<table style="margin: 0; display: inline-table; border:2px solid blue" cellpadding=0 cellspacing=0> |
<tr><td>same line. |
-<tr><td>same line. |
-<tr><td>same line. |
<tr><td>same line. |
</table> |
</body> |