Changeset 194106 in webkit


Ignore:
Timestamp:
Dec 15, 2015 9:40:09 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Gardening: Rebaseline tests
https://bugs.webkit.org/show_bug.cgi?id=152301

Unreviewed GTK gardening

Patch by Tomas Popela <tpopela@redhat.com> on 2015-12-15

  • platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:

Correct the expectations after r189202 when RangeException was
removed.

  • platform/gtk/fast/dom/adopt-attribute-crash-expected.txt: Added.

Add a new test expectations after r187148.

  • platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: Added.

Add a new test expectations after r193363.

Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194105 r194106  
     12015-12-15  Tomas Popela  <tpopela@redhat.com>
     2
     3        [GTK] Gardening: Rebaseline tests
     4        https://bugs.webkit.org/show_bug.cgi?id=152301
     5
     6        Unreviewed GTK gardening
     7
     8        * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
     9        Correct the expectations after r189202 when RangeException was
     10        removed.
     11        * platform/gtk/fast/dom/adopt-attribute-crash-expected.txt: Added.
     12        Add a new test expectations after r187148.
     13        * platform/gtk/http/tests/plugins/plugin-javascript-access-expected.txt: Added.
     14        Add a new test expectations after r193363.
     15
    1162015-12-15  Ryan Haddad  <ryanhaddad@apple.com>
    217
  • trunk/LayoutTests/platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt

    r191423 r194106  
    253253PASS win['Range'] == '[object RangeConstructor]' is true
    254254PASS win['Range'] == '[object RangeConstructor]' is true
    255 PASS win['RangeException'] == '[object RangeExceptionConstructor]' is true
    256 PASS win['RangeException'] == '[object RangeExceptionConstructor]' is true
    257255PASS win['Rect'] == '[object RectConstructor]' is true
    258256PASS win['Rect'] == '[object RectConstructor]' is true
Note: See TracChangeset for help on using the changeset viewer.