Index: LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.html |
diff --git a/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html b/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.html |
similarity index 92% |
copy from LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html |
copy to LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.html |
index fe23a0564f577333890f587107ccf01c4953bdc9..6e8d63323c9cccb7ade11d7e56d387673a2adaaa 100644 |
--- a/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html |
+++ b/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.html |
@@ -17,7 +17,7 @@ |
- |
- The Initial Developer of the Original Code is |
- bmlk@gmx.de. |
- - Portions created by the Initial Developer are Copyright (C) 2003 |
+ - Portions created by the Initial Developer are Copyright (C) 2003 |
- the Initial Developer. All Rights Reserved. |
- |
- Contributor(s): |
@@ -37,27 +37,31 @@ |
- ***** END LICENSE BLOCK ***** --> |
<html> |
<head> |
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
-<title>testscase for table overflow handling valign bottom</title> |
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
+<title>testscase for table overflow handling align right</title> |
<style type="text/css"> |
-table { |
+table { |
width:200px; |
} |
#spacer { |
height:100px; |
} |
-#outer { |
+#outer { |
width:10px; |
height:10px; |
border: solid green 1px; |
+ margin-left:auto; |
+ text-align:right; |
} |
-#inner { |
+#inner { |
width:300px; |
height:400px; |
border: solid red 1px; |
+ margin-left:auto; |
+ text-align:right; |
} |
#target { |
- vertical-align:bottom; |
+ |
} |
</style> |
</head> |