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

Unified Diff: LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.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 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.html
diff --git a/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html b/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html
index 7e451119cf04e99aaee80f8538276d25620d632d..4bff288f383551d5f1a68e1ff5bb002e85e06d5b 100644
--- a/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html
+++ b/LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html
@@ -60,6 +60,7 @@ height:100px;
}
</style>
+<script src="../../../resources/js-test.js"></script>
</head>
<body>
@@ -69,7 +70,10 @@ height:100px;
<td id="target" align="right"><div id="outer"><div id="inner">d</div></div></td>
</tr>
</table>
-
+<script>
+ target = document.getElementById("target");
+ shouldBe("target.getBoundingClientRect().left","128");
Kyungtae Kim 2014/12/12 02:42:57 I need to rebaseline this test because it tests th
mstensho (USE GERRIT) 2014/12/15 09:27:48 The old expectations were wrong, and the new rende
+</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698