Changeset 167259 in webkit


Ignore:
Timestamp:
Apr 14, 2014 12:02:26 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Unreviewed GTK gardening.

Patch by Eduardo Lima Mitev <elima@igalia.com> on 2014-04-14

  • platform/gtk/TestExpectations: Update test expectations for new failing test 'editing/editability/ignored-content.html'.
  • platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaselined.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167248 r167259  
     12014-04-14  Eduardo Lima Mitev  <elima@igalia.com>
     2
     3        [GTK] Unreviewed GTK gardening.
     4
     5        * platform/gtk/TestExpectations: Update test expectations for new failing test 'editing/editability/ignored-content.html'.
     6        * platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaselined.
     7
    182014-04-14  Dirk Schulze  <krit@webkit.org>
    29
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r167248 r167259  
    17591759webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element.html [ Failure ]
    17601760
     1761webkit.org/b/131619 editing/editability/ignored-content.html [ Failure ]
     1762
    17611763# Opera-submitted tests to W3C for <track>, a lot of failures still.
    17621764webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
  • trunk/LayoutTests/platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt

    r167050 r167259  
    88
    99
    10 Total elements to be tested: 63.
     10Total elements to be tested: 65.
    1111
    1212<div onclick="void(0);">click</div>
     
    5050    parentNodeId: exists
    5151    selectedChildNodeIds.length: 1
     52
     53<div role="option" aria-busy="true">busy (self)</div>
     54    exists: true
     55    label:
     56    role: option
     57    busy: true
     58    parentNodeId: exists
     59
     60<div role="option">busy (parent)</div>
     61    exists: true
     62    label:
     63    role: option
     64    busy: true
     65    parentNodeId: exists
    5266
    5367<div role="listbox" aria-multiselectable="true">
Note: See TracChangeset for help on using the changeset viewer.