Title: [217512] branches/safari-603-branch/LayoutTests
- Revision
- 217512
- Author
- ryanhad...@apple.com
- Date
- 2017-05-26 17:05:50 -0700 (Fri, 26 May 2017)
Log Message
Merge r217217.
Modified Paths
Diff
Modified: branches/safari-603-branch/LayoutTests/ChangeLog (217511 => 217512)
--- branches/safari-603-branch/LayoutTests/ChangeLog 2017-05-26 23:00:22 UTC (rev 217511)
+++ branches/safari-603-branch/LayoutTests/ChangeLog 2017-05-27 00:05:50 UTC (rev 217512)
@@ -1,5 +1,19 @@
2017-05-26 Ryan Haddad <ryanhad...@apple.com>
+ Merge r217217.
+
+ 2017-05-22 Antti Koivisto <an...@apple.com>
+
+ [macOS Sierra Wk1] LayoutTest/animations/animation-initial-inheritance.html is a flaky image failure.
+ https://bugs.webkit.org/show_bug.cgi?id=172177
+ <rdar://problem/32239583>
+
+ Unreviewed.
+
+ * animations/animation-initial-inheritance.html: Try to unflake.
+
+2017-05-26 Ryan Haddad <ryanhad...@apple.com>
+
Unreviewed, land TestExpectations for rdar://problem/30555012.
* platform/ios-simulator/TestExpectations:
Modified: branches/safari-603-branch/LayoutTests/animations/animation-initial-inheritance.html (217511 => 217512)
--- branches/safari-603-branch/LayoutTests/animations/animation-initial-inheritance.html 2017-05-26 23:00:22 UTC (rev 217511)
+++ branches/safari-603-branch/LayoutTests/animations/animation-initial-inheritance.html 2017-05-27 00:05:50 UTC (rev 217512)
@@ -17,14 +17,6 @@
to {color: red}
}
</style>
-<script>
-if (window.testRunner) {
- testRunner.waitUntilDone();
- requestAnimationFrame(() => {
- testRunner.notifyDone();
- });
-}
-</script>
</head>
<body>
<div id=test1>
@@ -35,5 +27,11 @@
This should be initially green
<div>This should be initially green</div>
</div>
+<script>
+if (window.testRunner) {
+ testRunner.waitUntilDone();
+ test2._onanimationstart_ = () => testRunner.notifyDone();
+}
+</script>
</body>
</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes