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

Side by Side Diff: LayoutTests/media/video-controls-no-scripting-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 months 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: Blocked script execution in 'video-controls-no-scripting-iframe .html' because the document's frame is sandboxed and the 'allow-scripts' permiss ion is not set. 1 CONSOLE ERROR: Blocked script execution in 'video-controls-no-scripting-iframe.h tml' because the document's frame is sandboxed and the 'allow-scripts' permissio n is not set.
2 CONSOLE MESSAGE: line 13: Blocked script execution in 'video-controls-no-scripti ng-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.
3 3
4 Tests that the built-in controls are always enabled when JavaScript is disabled. 4 Tests that the built-in controls are always enabled when JavaScript is disabled.
5 5
6 EXPECTED (internals.shadowRoot(video) != 'null') OK 6 EXPECTED (internals.shadowRoot(video) != 'null') OK
7 EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK 7 EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK
8 EXPECTED (getComputedStyle(controls).opacity == '1') OK 8 EXPECTED (getComputedStyle(controls).opacity == '1') OK
9 9
10 END OF TEST 10 END OF TEST
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698