Title: [251519] tags/Safari-609.1.8/LayoutTests
- Revision
- 251519
- Author
- kocsen_ch...@apple.com
- Date
- 2019-10-23 18:32:30 -0700 (Wed, 23 Oct 2019)
Log Message
Cherry-pick r251328. rdar://problem/56415948
Flaky Test: fast/events/resize-subframe-in-rendering-update.html
https://bugs.webkit.org/show_bug.cgi?id=203140
<rdar://problem/56415948>
Reviewed by Wenson Hsieh.
Removed the assertion in setTimeout to avoid flakiness. There isn't a way to deterministically order
callbacks of setTimeout and requestAnimationFrame for this test for now.
* fast/events/resize-subframe-in-rendering-update-expected.txt:
* fast/events/resize-subframe-in-rendering-update.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@251328 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: tags/Safari-609.1.8/LayoutTests/ChangeLog (251518 => 251519)
--- tags/Safari-609.1.8/LayoutTests/ChangeLog 2019-10-24 01:00:07 UTC (rev 251518)
+++ tags/Safari-609.1.8/LayoutTests/ChangeLog 2019-10-24 01:32:30 UTC (rev 251519)
@@ -1,3 +1,36 @@
+2019-10-23 Kocsen Chung <kocsen_ch...@apple.com>
+
+ Cherry-pick r251328. rdar://problem/56415948
+
+ Flaky Test: fast/events/resize-subframe-in-rendering-update.html
+ https://bugs.webkit.org/show_bug.cgi?id=203140
+ <rdar://problem/56415948>
+
+ Reviewed by Wenson Hsieh.
+
+ Removed the assertion in setTimeout to avoid flakiness. There isn't a way to deterministically order
+ callbacks of setTimeout and requestAnimationFrame for this test for now.
+
+ * fast/events/resize-subframe-in-rendering-update-expected.txt:
+ * fast/events/resize-subframe-in-rendering-update.html:
+
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@251328 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2019-10-19 Ryosuke Niwa <rn...@webkit.org>
+
+ Flaky Test: fast/events/resize-subframe-in-rendering-update.html
+ https://bugs.webkit.org/show_bug.cgi?id=203140
+ <rdar://problem/56415948>
+
+ Reviewed by Wenson Hsieh.
+
+ Removed the assertion in setTimeout to avoid flakiness. There isn't a way to deterministically order
+ callbacks of setTimeout and requestAnimationFrame for this test for now.
+
+ * fast/events/resize-subframe-in-rendering-update-expected.txt:
+ * fast/events/resize-subframe-in-rendering-update.html:
+
2019-10-18 Russell Epstein <repst...@apple.com>
[ Mac Debug WK1 ] REGRESSION (r251262?): fast/scrolling/latching/scroll-select-bottom-test.html is a Flaky Failure
Modified: tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update-expected.txt (251518 => 251519)
--- tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update-expected.txt 2019-10-24 01:00:07 UTC (rev 251518)
+++ tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update-expected.txt 2019-10-24 01:32:30 UTC (rev 251519)
@@ -7,8 +7,6 @@
iframeA.style.width = "200px"; updateLayout(iframeA)
iframeAA.style.width = "200px"; updateLayout(iframeAA)
PASS logs.length is 0
-After 0s setTimeout
-PASS logs.length is 0
After requestAnimationFrame
PASS logs.length is 3
PASS logs.join(", ") is "A, AA, B"
Modified: tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update.html (251518 => 251519)
--- tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update.html 2019-10-24 01:00:07 UTC (rev 251518)
+++ tags/Safari-609.1.8/LayoutTests/fast/events/resize-subframe-in-rendering-update.html 2019-10-24 01:32:30 UTC (rev 251519)
@@ -46,10 +46,6 @@
finishJSTest();
});
}, 0);
- setTimeout(() => {
- debug('After 0s setTimeout');
- shouldBe('logs.length', '0');
- }, 0);
});
</script>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes