Changeset 119459 in webkit
- Timestamp:
- Jun 4, 2012, 10:20:08 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
fast/sub-pixel/inline-block-with-padding.html (modified) (1 diff)
-
platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt (modified) (1 diff)
-
platform/chromium/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r119456 r119459 1 2012-06-04 Emil A Eklund <eae@chromium.org> 2 3 Unreviewed chromium test and expectation updates for r119456. 4 5 * fast/sub-pixel/inline-block-with-padding.html: 6 * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: 7 * platform/chromium/TestExpectations: 8 1 9 2012-06-04 Emil A Eklund <eae@chromium.org> and Levi Weintraub <leviw@chromium.org> 2 10 -
trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding.html
r119456 r119459 21 21 <script> 22 22 var links = document.getElementsByTagName('a'); 23 shouldBe('links[0].offsetWidth', 'links[1].offsetWidth'); 23 var expectedWidth = links[1].offsetWidth; 24 shouldBeCloseTo('links[0].offsetWidth', links[1].offsetWidth, 1); 24 25 </script> 25 26 </body> -
trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt
r117818 r119459 19 19 PASS: event at (410, 30) hit fixed-box at offset (10, 10) 20 20 PASS: event at (36, 272) hit with-bordertopextra at offset (4, 4) 21 FAIL: event at (639, 207) expected to hit in-columns at (3 4, 5) but hit in-columns at (34, 15)21 FAIL: event at (639, 207) expected to hit in-columns at (35, 5) but hit in-columns at (34, 15) 22 22 FAIL: event at (563, 410) expected to hit inside-overflow at (7, 6) but hit overflow-contents at (163, 112) 23 23 PASS: event at (112, 369) hit transformed at offset (11, 16) -
trunk/LayoutTests/platform/chromium/TestExpectations
r119456 r119459 3814 3814 BUG_eae WIN MAC : tables/mozilla/bugs/bug1318.html = PASS FAIL 3815 3815 BUG_eae WIN MAC : tables/mozilla/bugs/bug4527.html = PASS FAIL 3816 3817 BUG_eae WIN MAC : fast/sub-pixel/float-containing-block-with-margin.html
Note:
See TracChangeset
for help on using the changeset viewer.