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> |