Title: [119459] trunk/LayoutTests
- Revision
- 119459
- Author
- [email protected]
- Date
- 2012-06-04 22:20:08 -0700 (Mon, 04 Jun 2012)
Log Message
Unreviewed chromium test and expectation updates for r119456.
* fast/sub-pixel/inline-block-with-padding.html:
* platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt:
* platform/chromium/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (119458 => 119459)
--- trunk/LayoutTests/ChangeLog 2012-06-05 05:01:57 UTC (rev 119458)
+++ trunk/LayoutTests/ChangeLog 2012-06-05 05:20:08 UTC (rev 119459)
@@ -1,3 +1,11 @@
+2012-06-04 Emil A Eklund <[email protected]>
+
+ Unreviewed chromium test and expectation updates for r119456.
+
+ * fast/sub-pixel/inline-block-with-padding.html:
+ * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt:
+ * platform/chromium/TestExpectations:
+
2012-06-04 Emil A Eklund <[email protected]> and Levi Weintraub <[email protected]>
Add missing FractionalLayoutUnit += operator and move LineWidth to use all floats
Modified: trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding.html (119458 => 119459)
--- trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding.html 2012-06-05 05:01:57 UTC (rev 119458)
+++ trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding.html 2012-06-05 05:20:08 UTC (rev 119459)
@@ -20,7 +20,8 @@
</div>
<script>
var links = document.getElementsByTagName('a');
- shouldBe('links[0].offsetWidth', 'links[1].offsetWidth');
+ var expectedWidth = links[1].offsetWidth;
+ shouldBeCloseTo('links[0].offsetWidth', links[1].offsetWidth, 1);
</script>
</body>
</html>
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (119458 => 119459)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-05 05:01:57 UTC (rev 119458)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-06-05 05:20:08 UTC (rev 119459)
@@ -3813,3 +3813,5 @@
BUG_eae WIN MAC : fast/replaced/width100percent-radio.html = PASS FAIL
BUG_eae WIN MAC : tables/mozilla/bugs/bug1318.html = PASS FAIL
BUG_eae WIN MAC : tables/mozilla/bugs/bug4527.html = PASS FAIL
+
+BUG_eae WIN MAC : fast/sub-pixel/float-containing-block-with-margin.html
Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt (119458 => 119459)
--- trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt 2012-06-05 05:01:57 UTC (rev 119458)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt 2012-06-05 05:20:08 UTC (rev 119459)
@@ -18,7 +18,7 @@
PASS: event at (157, 32) hit rel-box at offset (22, 24)
PASS: event at (410, 30) hit fixed-box at offset (10, 10)
PASS: event at (36, 272) hit with-bordertopextra at offset (4, 4)
-FAIL: event at (639, 207) expected to hit in-columns at (34, 5) but hit in-columns at (34, 15)
+FAIL: event at (639, 207) expected to hit in-columns at (35, 5) but hit in-columns at (34, 15)
FAIL: event at (563, 410) expected to hit inside-overflow at (7, 6) but hit overflow-contents at (163, 112)
PASS: event at (112, 369) hit transformed at offset (11, 16)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes