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

Unified Diff: ManualTests/fullscreen/full-screen-flash.html

Issue 1233503003: Remove the :-webkit-full-screen-document pseudo class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « LayoutTests/fullscreen/full-screen-css-expected.txt ('k') | Source/core/css/CSSSelector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/fullscreen/full-screen-flash.html
diff --git a/ManualTests/fullscreen/full-screen-flash.html b/ManualTests/fullscreen/full-screen-flash.html
index 982fe65df2b90a890fd3ee2b002086ac3467a41c..67659b27400d29bd73091076b51cb6b10ed1d6c3 100644
--- a/ManualTests/fullscreen/full-screen-flash.html
+++ b/ManualTests/fullscreen/full-screen-flash.html
@@ -1,6 +1,6 @@
<style>
body { background: green; color: white; }
- document:-webkit-full-screen-document > body { background: red; }
+ body:-webkit-full-screen-ancestor { background: red; }
span { text-decoration: underline; cursor: hand; }
div {
background: blue;
« no previous file with comments | « LayoutTests/fullscreen/full-screen-css-expected.txt ('k') | Source/core/css/CSSSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698