Title: [258196] trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt
- Revision
- 258196
- Author
- [email protected]
- Date
- 2020-03-10 05:08:16 -0700 (Tue, 10 Mar 2020)
Log Message
Regression r258148: js/dom/navigator-maxtouchpoints.html is consistently failing on windows
https://bugs.webkit.org/show_bug.cgi?id=208856
Unreviewed test gardening.
Following the removal of ENABLE_POINTER_EVENTS, the feature is on by default everywhere and this test should now return 0 instead of undefined.
* platform/win/js/dom/navigator-maxtouchpoints-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt (258195 => 258196)
--- trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt 2020-03-10 11:48:53 UTC (rev 258195)
+++ trunk/LayoutTests/platform/win/js/dom/navigator-maxtouchpoints-expected.txt 2020-03-10 12:08:16 UTC (rev 258196)
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-navigator.maxTouchPoints = undefined
+navigator.maxTouchPoints = 0
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes