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

Unified Diff: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html

Issue 336313015: Remove the webkitallowfullscreen content attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix quirks mode test Created 6 years, 6 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-remove-ancestor-during-transition.html
diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
index a664681301980290333b36e8d150f14f94936c66..238ea9b783bb5eaa307a0e1bfbb183efeb9be1af 100644
--- a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
<script>
if (window.testRunner) {
@@ -39,6 +40,6 @@ function goFullScreen() {
}
</script>
<body onload="init()">
- <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></iframe>
+ <iframe allowfullscreen src="resources/inner.html" id="block1"></iframe>
PASS
</body>
« no previous file with comments | « LayoutTests/fullscreen/full-screen-iframe-zIndex.html ('k') | LayoutTests/fullscreen/full-screen-restrictions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698