Title: [258031] trunk/LayoutTests
- Revision
- 258031
- Author
- [email protected]
- Date
- 2020-03-06 14:48:38 -0800 (Fri, 06 Mar 2020)
Log Message
Unreviewed test gardening.
Add missing force layout.
* fast/events/touch/ios/touch-handler-on-body-simple.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (258030 => 258031)
--- trunk/LayoutTests/ChangeLog 2020-03-06 22:14:24 UTC (rev 258030)
+++ trunk/LayoutTests/ChangeLog 2020-03-06 22:48:38 UTC (rev 258031)
@@ -1,3 +1,11 @@
+2020-03-06 Zalan Bujtas <[email protected]>
+
+ Unreviewed test gardening.
+
+ Add missing force layout.
+
+ * fast/events/touch/ios/touch-handler-on-body-simple.html:
+
2020-03-06 Jacob Uphoff <[email protected]>
REGRESSION (r257840): [ iOS ] fast/backgrounds/hidpi-bitmap-background-on-subpixel-position.html is flaky failing
Modified: trunk/LayoutTests/fast/events/touch/ios/touch-handler-on-body-simple.html (258030 => 258031)
--- trunk/LayoutTests/fast/events/touch/ios/touch-handler-on-body-simple.html 2020-03-06 22:14:24 UTC (rev 258030)
+++ trunk/LayoutTests/fast/events/touch/ios/touch-handler-on-body-simple.html 2020-03-06 22:48:38 UTC (rev 258031)
@@ -15,6 +15,8 @@
testRunner.dumpAsText();
testRunner.waitUntilDone();
+ document.body.offsetHeight;
+
document.body.addEventListener("touchstart", function( event ) {
result.innerHTML = "tapped";
}, false);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes