| OLD | NEW |
| 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 |
| OLD | NEW |