Changeset 175979 in webkit
- Timestamp:
- Nov 11, 2014, 2:58:28 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
compositing/video/video-border-radius.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r175965 r175979 1 2014-11-11 Alexey Proskuryakov <ap@apple.com> 2 3 compositing/video/video-border-radius.html frequently times out on 10.8 4 5 Add an event listener before setting source, not after. This should not affect 6 anything, but seems worth a try. 7 8 * compositing/video/video-border-radius.html: 9 1 10 2014-11-11 Daniel Bates <dabates@apple.com> 2 11 -
trunk/LayoutTests/compositing/video/video-border-radius.html
r175794 r175979 52 52 function init() 53 53 { 54 setSrcByTagName("video", findMediaFile("video", "../../media/content/counting"));55 56 54 var totalCount = document.getElementsByTagName('video').length; 57 55 var count = totalCount; 58 window.console.log('loading videos')59 56 document.addEventListener("canplaythrough", function () { 60 window.console.log('loaded videos ' + count)61 57 if (!--count) { 62 58 if (window.testRunner) … … 66 62 } 67 63 }, true); 64 65 setSrcByTagName("video", findMediaFile("video", "../../media/content/counting")); 68 66 } 69 67 </script>
Note:
See TracChangeset
for help on using the changeset viewer.