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

Unified Diff: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt

Issue 2107233002: Reland "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: new untested DCHECK Created 4 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
Index: third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt
index 1ef153116444d879be809216988ebef08e8b8df3..cb3462139c29ce36d9ad2a0dfd3d5b7b8fcedb7c 100644
--- a/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt
@@ -1,6 +1,6 @@
-TEST(getComputedStyle(ancestor).position == 'relative') OK
+TEST(getComputedStyle(document.documentElement).overflow == 'visible') OK
EVENT(webkitfullscreenchange)
-TEST(getComputedStyle(ancestor).position == 'static') OK
+TEST(getComputedStyle(document.documentElement).overflow == 'hidden') OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698