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

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: 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..19a17156a7ca6ad531fe0b083ab28b998e5eccd4 100644
--- a/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html
@@ -39,6 +39,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>

Powered by Google App Engine
This is Rietveld 408576698