Changeset 217217 in webkit
- Timestamp:
- May 22, 2017, 6:17:24 AM (8 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r217205 r217217 1 2017-05-22 Antti Koivisto <antti@apple.com> 2 3 [macOS Sierra Wk1] LayoutTest/animations/animation-initial-inheritance.html is a flaky image failure. 4 https://bugs.webkit.org/show_bug.cgi?id=172177 5 <rdar://problem/32239583> 6 7 Unreviewed. 8 9 * animations/animation-initial-inheritance.html: Try to unflake. 10 1 11 2017-05-21 Per Arne Vollan <pvollan@apple.com> 2 12 -
trunk/LayoutTests/animations/animation-initial-inheritance.html
r216631 r217217 18 18 } 19 19 </style> 20 <script>21 if (window.testRunner) {22 testRunner.waitUntilDone();23 requestAnimationFrame(() => {24 testRunner.notifyDone();25 });26 }27 </script>28 20 </head> 29 21 <body> … … 36 28 <div>This should be initially green</div> 37 29 </div> 30 <script> 31 if (window.testRunner) { 32 testRunner.waitUntilDone(); 33 test2.onanimationstart = () => testRunner.notifyDone(); 34 } 35 </script> 38 36 </body> 39 37 </html>
Note:
See TracChangeset
for help on using the changeset viewer.