Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-controls-no-scripting-expected.txt
blob2b83b341e818e4ad51fefccce9b2a74da5fcd2ab
1 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.
2 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.
4 Tests that the built-in controls are always enabled when JavaScript is disabled.
6 EXPECTED (internals.shadowRoot(video) != 'null') OK
7 EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK
8 EXPECTED (getComputedStyle(controls).opacity == '1') OK
10 END OF TEST