Index: third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html |
diff --git a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html |
index 8fddc8eb514006c879d1ca2e91b299e2ae13af41..233f1c42a32747b787bf59417a388325c207348b 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.html |
+++ b/third_party/WebKit/LayoutTests/virtual/android/media/mediadocument/media-document-with-download-button-expected.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="resources/standalone-audio.html" id="fr" width=380 height=330 onload="frameLoaded()"></iframe> |
+<iframe src="resources/standalone-audio.html" 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> |