Title: [225522] trunk/LayoutTests
Revision
225522
Author
[email protected]
Date
2017-12-05 08:21:16 -0800 (Tue, 05 Dec 2017)

Log Message

[Win] Skip tests that depend on UIScriptController::zoomToScale
https://bugs.webkit.org/show_bug.cgi?id=180423

Patch by Ali Juma <[email protected]> on 2017-12-05
Reviewed by Frédéric Wang.

Test gardening.

UIScriptController::zoomToScale is not implemented on Windows, so skip tests that use it.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225521 => 225522)


--- trunk/LayoutTests/ChangeLog	2017-12-05 08:22:08 UTC (rev 225521)
+++ trunk/LayoutTests/ChangeLog	2017-12-05 16:21:16 UTC (rev 225522)
@@ -1,3 +1,16 @@
+2017-12-05  Ali Juma  <[email protected]>
+
+        [Win] Skip tests that depend on UIScriptController::zoomToScale
+        https://bugs.webkit.org/show_bug.cgi?id=180423
+
+        Reviewed by Frédéric Wang.
+
+        Test gardening.
+        
+        UIScriptController::zoomToScale is not implemented on Windows, so skip tests that use it.
+
+        * platform/win/TestExpectations:
+
 2017-12-05  Zan Dobersek  <[email protected]>
 
         Unreviewed WPE gardening. Rebaseline a quintet of SVG tests.

Modified: trunk/LayoutTests/platform/win/TestExpectations (225521 => 225522)


--- trunk/LayoutTests/platform/win/TestExpectations	2017-12-05 08:22:08 UTC (rev 225521)
+++ trunk/LayoutTests/platform/win/TestExpectations	2017-12-05 16:21:16 UTC (rev 225522)
@@ -630,6 +630,20 @@
 # Credential Management not supported
 credentials/ [ Skip ]
 
+# UIScriptController::zoomToScale is not implemented on Windows.
+webkit.org/b/180424 fast/visual-viewport/rtl-zoomed-rects.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/viewport-dimensions-exclude-custom-scrollbars.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/viewport-dimensions-exclude-scrollbars.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/viewport-dimensions-iframe.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/viewport-dimensions-under-page-zoom.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/viewport-dimensions.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/zoomed-fixed-header-and-footer.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/zoomed-fixed-scroll-down-then-up.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/zoomed-fixed.html [ Skip ]
+webkit.org/b/180424 fast/visual-viewport/zoomed-rects.html [ Skip ]
+webkit.org/b/180424 fast/zooming/client-rect-in-fixed-zoomed.html [ Skip ]
+webkit.org/b/180424 fast/zooming/uiscript-zooming.html [ Skip ]
+
 ################################################################################
 ###########    End Missing Functionality Prevents Testing         ##############
 ################################################################################
@@ -3186,15 +3200,8 @@
 fast/text/variations/getComputedStyle.html [ Failure ]
 fast/text/whitespace/023.html [ Failure ]
 fast/transforms/bounding-rect-zoom.html [ Failure ]
-fast/visual-viewport/rtl-zoomed-rects.html [ Failure ]
-fast/visual-viewport/zoomed-fixed-header-and-footer.html [ Failure ]
-fast/visual-viewport/zoomed-fixed-scroll-down-then-up.html [ Failure ]
-fast/visual-viewport/zoomed-fixed.html [ Failure ]
-fast/visual-viewport/zoomed-rects.html [ Failure ]
 fast/xsl/xslt-extra-content-at-end.xml [ Failure ]
 fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
-fast/zooming/client-rect-in-fixed-zoomed.html [ Failure ]
-fast/zooming/uiscript-zooming.html [ Failure ]
 fonts/sans-serif.html [ Failure ]
 http/tests/cache/memory-cache-pruning.html [ Failure ]
 http/tests/loading/hidpi-preload-picture-sizes.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to