Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/resources/empty.html

Issue 1363023005: Implement FullScreen using top layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-add accidentally removed style Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fullscreen/resources/empty.html
diff --git a/third_party/WebKit/LayoutTests/fullscreen/resources/empty.html b/third_party/WebKit/LayoutTests/fullscreen/resources/empty.html
index c8b7661f42212985888d1dfdf1d8729f89c4fc35..ddbee31900e2d2aefa237f9fb0fa895c771fa7b9 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/resources/empty.html
+++ b/third_party/WebKit/LayoutTests/fullscreen/resources/empty.html
@@ -1 +1,7 @@
-<body></body>
+<style>
+html::backdrop {
+ background-color: white;
+}
+</style>
+
+<body style="background-color: white"></body>

Powered by Google App Engine