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

Unified Diff: LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt

Issue 426593010: Set fullscreenEnabled to false when fullscreen is not supported. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against tot Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
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..aebe2499ffd7141556e2455496b8c4ac9e22cffc
--- /dev/null
+++ b/LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported-expected.txt
@@ -0,0 +1,5 @@
+This tests that the fullscreenEnabled property is false when fullscreen is not supported as laid out in section 4 of the Fullscreen API living standard
+EXPECTED (document.webkitFullscreenEnabled == 'false') OK
+EXPECTED (iframe.contentDocument.webkitFullscreenEnabled == 'false') OK
+END OF TEST
+
« no previous file with comments | « LayoutTests/fullscreen/full-screen-not-enabled-when-unsupported.html ('k') | Source/core/dom/FullscreenElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698