⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 119459 in webkit


Ignore:
Timestamp:
Jun 4, 2012, 10:20:08 PM (14 years ago)
Author:
eae@chromium.org
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:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r119456 r119459  
     12012-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
    192012-06-04  Emil A Eklund  <eae@chromium.org> and Levi Weintraub  <leviw@chromium.org>
    210
  • trunk/LayoutTests/fast/sub-pixel/inline-block-with-padding.html

    r119456 r119459  
    2121        <script>
    2222            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);
    2425        </script>
    2526    </body>
  • trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt

    r117818 r119459  
    1919PASS: event at (410, 30) hit fixed-box at offset (10, 10)
    2020PASS: event at (36, 272) hit with-bordertopextra at offset (4, 4)
    21 FAIL: event at (639, 207) expected to hit in-columns at (34, 5) but hit in-columns at (34, 15)
     21FAIL: event at (639, 207) expected to hit in-columns at (35, 5) but hit in-columns at (34, 15)
    2222FAIL: event at (563, 410) expected to hit inside-overflow at (7, 6) but hit overflow-contents at (163, 112)
    2323PASS: event at (112, 369) hit transformed at offset (11, 16)
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r119456 r119459  
    38143814BUG_eae WIN MAC : tables/mozilla/bugs/bug1318.html = PASS FAIL
    38153815BUG_eae WIN MAC : tables/mozilla/bugs/bug4527.html = PASS FAIL
     3816
     3817BUG_eae WIN MAC : fast/sub-pixel/float-containing-block-with-margin.html
Note: See TracChangeset for help on using the changeset viewer.