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

Unified Diff: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
diff --git a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
index bd1aabe51367f0dac84dfbd02e15dfa89802b41a..63f76fce1e008c98ff68b9f21c1d4fc1171067fe 100644
--- a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
+++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button.html
@@ -1,5 +1,4 @@
<!DOCTYPE html>
-<script src="../../../../resources/run-after-layout-and-paint.js"></script>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
@@ -14,4 +13,7 @@
This tests that in a standalone media document with audio content, a download button is positioned below the
media element.
</p>
-<iframe src="../../../../media/content/silence.wav" id="fr" width=380 height=330 onload="frameLoaded()"></iframe>
+<iframe src="../../../../media/content/silence.wav" id="fr" width=380 height=330 onload="frameLoaded()"></iframe>
+<div style="position: absolute; left: 80px; top: 180px; width: 160px; height: 50px; background-color: yellow">
+Timer and slider masked out to avoid flakiness
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698