Title: [220266] trunk/LayoutTests
Revision
220266
Author
clo...@igalia.com
Date
2017-08-04 03:12:53 -0700 (Fri, 04 Aug 2017)

Log Message

[GTK] Test gardening around MOUSE_CURSOR_SCALE.
https://bugs.webkit.org/show_bug.cgi?id=109469

Patch by Ms2ger <ms2...@igalia.com> on 2017-08-04
Reviewed by Carlos Alberto Lopez Perez.

Remove obsolete expectation for cursor-parsing-image-set.html; it may have
started passing in r209396.

Mark mouse-cursor-image-set.html as failing rather than using an incorrect
-expected file.

* platform/gtk/TestExpectations:
* platform/gtk/fast/events/mouse-cursor-image-set-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220265 => 220266)


--- trunk/LayoutTests/ChangeLog	2017-08-04 10:01:15 UTC (rev 220265)
+++ trunk/LayoutTests/ChangeLog	2017-08-04 10:12:53 UTC (rev 220266)
@@ -1,3 +1,19 @@
+2017-08-04  Ms2ger  <ms2...@igalia.com>
+
+        [GTK] Test gardening around MOUSE_CURSOR_SCALE.
+        https://bugs.webkit.org/show_bug.cgi?id=109469
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        Remove obsolete expectation for cursor-parsing-image-set.html; it may have
+        started passing in r209396.
+
+        Mark mouse-cursor-image-set.html as failing rather than using an incorrect
+        -expected file.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/events/mouse-cursor-image-set-expected.txt: Removed.
+
 2017-08-04  Zan Dobersek  <zdober...@igalia.com>
 
         Unreviewed GTK+ gardening. Update test expectations and layout test baselines

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (220265 => 220266)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-04 10:01:15 UTC (rev 220265)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-08-04 10:12:53 UTC (rev 220266)
@@ -2630,7 +2630,7 @@
 
 webkit.org/b/108973 fast/css/negative-text-indent-in-inline-block.html [ ImageOnlyFailure ]
 
-webkit.org/b/109469 fast/css/cursor-parsing-image-set.html [ Failure ]
+webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Failure ]
 
 webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
 

Deleted: trunk/LayoutTests/platform/gtk/fast/events/mouse-cursor-image-set-expected.txt (220265 => 220266)


--- trunk/LayoutTests/platform/gtk/fast/events/mouse-cursor-image-set-expected.txt	2017-08-04 10:01:15 UTC (rev 220265)
+++ trunk/LayoutTests/platform/gtk/fast/events/mouse-cursor-image-set-expected.txt	2017-08-04 10:12:53 UTC (rev 220266)
@@ -1,82 +0,0 @@
-Test that mouse cursors are applied correctly.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Bug 99493
-
-
-Checking cursors with device pixel ratio of 1
-----------------------------------------------
-TEST CASE: 25x25 image at 1x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: 25x25 image at 2x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: 25x25 image at 1x, 30x30 image at 2x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: 25x25 image at 1.5x, 30x30 image at 5x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: Invalid tiny scale with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
-
-TEST CASE: Over-large image with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
-
-TEST CASE: 200x200 image at 4x (not over-large in UI pixels)
-Cursor Info: type=Custom hotSpot=0,0 image=200x200
-
-TEST CASE: Non-existent image in image-set with fallback to 25x25 image
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: Explicit hotspot at (5,3) logical in 1x and 2x
-Cursor Info: type=Custom hotSpot=5,3 image=25x25
-
-TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer
-Cursor Info: type=Custom hotSpot=7,3 image=30x30
-
-TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x
-Cursor Info: type=Custom hotSpot=5,4 image=25x25
-
-Checking cursors with device pixel ratio of 2
-----------------------------------------------
-TEST CASE: 25x25 image at 1x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: 25x25 image at 2x
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: 25x25 image at 1x, 30x30 image at 2x
-Cursor Info: type=Custom hotSpot=0,0 image=30x30
-
-TEST CASE: 25x25 image at 1.5x, 30x30 image at 5x
-Cursor Info: type=Custom hotSpot=0,0 image=30x30
-
-TEST CASE: Invalid tiny scale with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
-
-TEST CASE: Over-large image with fallback to pointer
-Cursor Info: type=Hand hotSpot=0,0
-
-TEST CASE: 200x200 image at 4x (not over-large in UI pixels)
-Cursor Info: type=Custom hotSpot=0,0 image=200x200
-
-TEST CASE: Non-existent image in image-set with fallback to 25x25 image
-Cursor Info: type=Custom hotSpot=0,0 image=25x25
-
-TEST CASE: Explicit hotspot at (5,3) logical in 1x and 2x
-Cursor Info: type=Custom hotSpot=5,3 image=30x30
-
-TEST CASE: Explicit hotspot at (7,3) logical in 0.7x and 1.4x - should round to nearest integer
-Cursor Info: type=Custom hotSpot=7,3 image=30x30
-
-TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x
-Cursor Info: type=Custom hotSpot=28,3 image=30x30
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to