Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.html

Issue 790943004: An align attribute should not be applied for wider children (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline the failed testcase (reftest) Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698