Chromium Code Reviews| Index: LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt |
| diff --git a/LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt b/LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..46c80ce9353bec60ce0c9faa5acc0c3b53bf876a |
| --- /dev/null |
| +++ b/LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt |
| @@ -0,0 +1,4 @@ |
| +This tests that the fullscreenSupported property is false when fullscreen is not supported as laid out in section 4 of the Fullscreen API living standard |
| +EXPECTED (iframe.contentDocument.webkitFullscreenEnabled == 'false') OK |
| +END OF TEST |
| + |