Changeset 173948 in webkit


Ignore:
Timestamp:
Sep 25, 2014 2:44:05 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Unreviewed GTK gardening.

Patch by Lorenzo Tilve <ltilve@igalia.com> on 2014-09-25

  • platform/gtk/TestExpectations: Report and mark new failures after r173515 and r173582.
  • platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:

Update expectations after r173857.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173943 r173948  
     12014-09-25  Lorenzo Tilve  <ltilve@igalia.com>
     2
     3        [GTK] Unreviewed GTK gardening.
     4
     5        * platform/gtk/TestExpectations: Report and mark new failures after r173515 and r173582.
     6        * platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
     7        Update expectations after r173857.
     8
    192014-09-24  Darin Adler  <darin@apple.com>
    210
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r173874 r173948  
    21332133webkit.org/b/136673 fast/text/empty-shadow-with-color.html [ ImageOnlyFailure ]
    21342134
     2135webkit.org/b/136754 css3/flexbox/csswg/flexbox_direction-row-reverse.html [ ImageOnlyFailure ]
     2136
     2137webkit.org/b/137109 accessibility/legend-children-are-visible.html [ Failure ]
     2138
    21352139#////////////////////////////////////////////////////////////////////////////////////////
    21362140# End of Tests failing
  • trunk/LayoutTests/platform/gtk/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt

    r148822 r173948  
    2525PASS Range.startOffset check (got 0, expected 0)
    2626PASS Range.startContainer check (got [object Text], expected [object Text])
    27 PASS Range.startOffset check (got 12, expected 12)
     27PASS Range.startOffset check (got 6, expected 6)
    2828PASS Range.startContainer check (got [object Text], expected [object Text])
    2929PASS Range.startOffset check (got 4, expected 4)
    3030PASS Range.startContainer check (got [object Text], expected [object Text])
    31 PASS Range.startOffset check (got 16, expected 16)
     31PASS Range.startOffset check (got 10, expected 10)
    3232 
    3333PASS successfullyParsed is true
Note: See TracChangeset for help on using the changeset viewer.