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

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

Issue 820633002: Reset mode on ancestors when a fullscreen node is removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « no previous file | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
index 050f8bba0e5e4070b4ad2d5b2cce3c9c10b4b0bf..ac7ff0d8ce3ff4a3da55f9977bdb8e6f8810c5b6 100644
--- a/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-after.html
@@ -59,6 +59,9 @@ var init = function() {
padding: 4px;
height: 368px;
}
+:-webkit-full-screen-ancestor {
+ background-color: yellow;
+}
</style>
</head>
<body onload="init()">
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698