Index: third_party/WebKit/LayoutTests/media/video-controls-no-scripting-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-no-scripting-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-no-scripting-expected.txt |
deleted file mode 100644 |
index 2b83b341e818e4ad51fefccce9b2a74da5fcd2ab..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/video-controls-no-scripting-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-CONSOLE ERROR: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
-CONSOLE ERROR: line 13: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set. |
- |
-Tests that the built-in controls are always enabled when JavaScript is disabled. |
- |
-EXPECTED (internals.shadowRoot(video) != 'null') OK |
-EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK |
-EXPECTED (getComputedStyle(controls).opacity == '1') OK |
- |
-END OF TEST |
- |