Title: [152215] trunk/LayoutTests
Revision
152215
Author
[email protected]
Date
2013-06-30 10:30:43 -0700 (Sun, 30 Jun 2013)

Log Message

Unreviewed GTK gardening. Rebaselining whatever can be rebaselined and adding failure expectations for other current failures.

* platform/gtk-wk1/TestExpectations:
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Added.
* platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Added.
* platform/gtk/fast/events/ondragenter-expected.txt: Added.
* platform/gtk/fast/js/global-constructors-attributes-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (152214 => 152215)


--- trunk/LayoutTests/ChangeLog	2013-06-29 20:27:08 UTC (rev 152214)
+++ trunk/LayoutTests/ChangeLog	2013-06-30 17:30:43 UTC (rev 152215)
@@ -1,3 +1,15 @@
+2013-06-30  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening. Rebaselining whatever can be rebaselined and adding failure expectations for other current failures.
+
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt: Added.
+        * platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt: Added.
+        * platform/gtk/fast/events/ondragenter-expected.txt: Added.
+        * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
 2013-06-28  Ryosuke Niwa  <[email protected]>
 
         An element with -webkit-user-select: all should be selected on single click

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (152214 => 152215)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-06-29 20:27:08 UTC (rev 152214)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-06-30 17:30:43 UTC (rev 152215)
@@ -1404,6 +1404,17 @@
 
 webkit.org/b/117706 accessibility/box-styled-lists.html [ Failure ]
 
+webkit.org/b/118126 css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
+
+webkit.org/b/104648 fast/images/webgl-teximage2d.html [ Failure ]
+
+webkit.org/b/118220 http/tests/cache/partitioned-cache.html [ Failure ]
+webkit.org/b/118220 http/tests/cache/partitioned-cache-iframe.html [ Failure ]
+
+webkit.org/b/118221 fast/text/complex-first-glyph-with-initial-advance.html [ ImageOnlyFailure ]
+
+webkit.org/b/118222 fast/text/international/synthesized-italic-vertical.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt (0 => 152215)


--- trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-image-with-single-click-expected.txt	2013-06-30 17:30:43 UTC (rev 152215)
@@ -0,0 +1,7 @@
+This tests single-clicking on an image inside user-select: all. WebKit should select the entire element.
+Firefox doesn't do this but I'm not sure it makes sense for us to be inconsistent since Firefox DOES allow text with user-select: all to be selected by a single click.
+To manually test, single click on the image below. WebKit should select the entire bordered region.
+| <div>
+|   class="select-all"
+|   <img>
+|     src=""

Added: trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt (0 => 152215)


--- trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/selection/user-select-all-with-single-click-expected.txt	2013-06-30 17:30:43 UTC (rev 152215)
@@ -0,0 +1,5 @@
+This tests single-clicking on text inside user-select: all. WebKit should select the entire element.
+To manually test, single click on "click here" below. WebKit should select the entire bordered region.
+| <div>
+|   class="select-all"
+|   "C<#selection-caret>lick here"

Added: trunk/LayoutTests/platform/gtk/fast/events/ondragenter-expected.txt (0 => 152215)


--- trunk/LayoutTests/platform/gtk/fast/events/ondragenter-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/ondragenter-expected.txt	2013-06-30 17:30:43 UTC (rev 152215)
@@ -0,0 +1,2 @@
+Success:Text
+This automated layout test checks to see that ondragenter events are being sent.

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt (152214 => 152215)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt	2013-06-29 20:27:08 UTC (rev 152214)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-attributes-expected.txt	2013-06-30 17:30:43 UTC (rev 152215)
@@ -1003,6 +1003,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'PerformanceTiming').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'PerformanceTiming').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'PerformanceTiming').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').value is PeriodicWave
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'PeriodicWave').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').value is Plugin
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'Plugin').hasOwnProperty('set') is false
@@ -1908,11 +1913,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').value is WaveTable
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'WaveTable').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').value is WebGLActiveInfo
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('set') is false

Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt (152214 => 152215)


--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt	2013-06-29 20:27:08 UTC (rev 152214)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt	2013-06-30 17:30:43 UTC (rev 152215)
@@ -1,4 +1,4 @@
-layer at (0,0) size 982x2057
+layer at (0,0) size 960x2057
   RenderView at (0,0) size 785x585
 layer at (0,0) size 785x2057
   RenderBlock {HTML} at (0,0) size 785x2057
@@ -12,7 +12,7 @@
           text run at (0,0) width 541: "percentage height images in DIV with no height (red) in a DIV with no height (green)"
       RenderBlock {DIV} at (32,734) size 657x657 [border: (3px dotted #008000)]
         RenderBlock {DIV} at (35,35) size 587x587 [border: (1px solid #FF0000)]
-          RenderImage {IMG} at (1,1) size 882x585
+          RenderImage {IMG} at (1,1) size 860x585
           RenderText {#text} at (0,0) size 0x0
       RenderBlock {P} at (0,1423) size 721x17
         RenderText {#text} at (0,0) size 471x17

Modified: trunk/LayoutTests/platform/gtk-wk1/TestExpectations (152214 => 152215)


--- trunk/LayoutTests/platform/gtk-wk1/TestExpectations	2013-06-29 20:27:08 UTC (rev 152214)
+++ trunk/LayoutTests/platform/gtk-wk1/TestExpectations	2013-06-30 17:30:43 UTC (rev 152215)
@@ -69,8 +69,6 @@
 
 webkit.org/b/87951 fast/dom/Window/mozilla-focus-blur.html [ Failure ]
 
-webkit.org/b/104648 fast/images/webgl-teximage2d.html [ Timeout ]
-
 # Misses setMediaType() implementation
 Bug(GTK) fast/media/print-restores-previous-mediatype.html [ Timeout ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to