Title: [167259] trunk/LayoutTests
Revision
167259
Author
[email protected]
Date
2014-04-14 12:02:26 -0700 (Mon, 14 Apr 2014)

Log Message

[GTK] Unreviewed GTK gardening.

Patch by Eduardo Lima Mitev <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (167258 => 167259)


--- trunk/LayoutTests/ChangeLog	2014-04-14 19:00:23 UTC (rev 167258)
+++ trunk/LayoutTests/ChangeLog	2014-04-14 19:02:26 UTC (rev 167259)
@@ -1,3 +1,10 @@
+2014-04-14  Eduardo Lima Mitev  <[email protected]>
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Update test expectations for new failing test 'editing/editability/ignored-content.html'.
+        * platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt: Rebaselined.
+
 2014-04-14  Dirk Schulze  <[email protected]>
 
         Optimize Canvas fill and drawImage with SourceIn, DestinationIn, SourceOut, and DestinationAtop using transparencyLayer.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (167258 => 167259)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2014-04-14 19:00:23 UTC (rev 167258)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2014-04-14 19:02:26 UTC (rev 167259)
@@ -1758,6 +1758,8 @@
 # PasteBoard::plainText() does not support file names.
 webkit.org/b/99070 editing/pasteboard/drag-files-to-editable-element.html [ Failure ]
 
+webkit.org/b/131619 editing/editability/ignored-content.html [ Failure ]
+
 # Opera-submitted tests to W3C for <track>, a lot of failures still.
 webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
 webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]

Modified: trunk/LayoutTests/platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt (167258 => 167259)


--- trunk/LayoutTests/platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt	2014-04-14 19:00:23 UTC (rev 167258)
+++ trunk/LayoutTests/platform/gtk/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt	2014-04-14 19:02:26 UTC (rev 167259)
@@ -7,7 +7,7 @@
     childNodeIds.length: 2
 
 
-Total elements to be tested: 63.
+Total elements to be tested: 65.
 
 <div _onclick_="void(0);">click</div>
     exists: true
@@ -50,6 +50,20 @@
     parentNodeId: exists
     selectedChildNodeIds.length: 1
 
+<div role="option" aria-busy="true">busy (self)</div>
+    exists: true
+    label: 
+    role: option
+    busy: true
+    parentNodeId: exists
+
+<div role="option">busy (parent)</div>
+    exists: true
+    label: 
+    role: option
+    busy: true
+    parentNodeId: exists
+
 <div role="listbox" aria-multiselectable="true">
     <div role="option" aria-selected="true">selected</div>
     <div role="option" aria-selected="false">not selected</div>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to