Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html

Issue 2555373005: Fix flakiness of virtual/android/media/mediadocument/media-document-with-download-button.html (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../../../resources/run-after-layout-and-paint.js"></script>
3 <script> 2 <script>
4 if (window.testRunner) 3 if (window.testRunner)
5 testRunner.waitUntilDone(); 4 testRunner.waitUntilDone();
6 5
7 function frameLoaded() 6 function frameLoaded()
8 { 7 {
9 if (window.testRunner) 8 if (window.testRunner)
10 testRunner.notifyDone(); 9 testRunner.notifyDone();
11 } 10 }
12 </script> 11 </script>
13 <p> 12 <p>
14 This tests that in a standalone media document with audio content, a downloa d button is positioned below the 13 This tests that in a standalone media document with audio content, a downloa d button is positioned below the
15 media element. 14 media element.
16 </p> 15 </p>
17 <iframe src="resources/standalone-audio.html" id="fr" width=380 height=330 onloa d="frameLoaded()"></iframe> 16 <iframe src="resources/standalone-audio.html" id="fr" width=380 height=330 onloa d="frameLoaded()"></iframe>
17 <div style="position: absolute; left: 80px; top: 180px; width: 160px; height: 50 px; background-color: yellow">
18 Timer and slider masked out to avoid flakiness
19 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698