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

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

Issue 1823143002: Ensure fullscreen.css loaded for ancestor invalidation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-ordered iframe and script in test Created 4 years, 9 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
new file mode 100644
index 0000000000000000000000000000000000000000..1ef153116444d879be809216988ebef08e8b8df3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fullscreen/full-screen-iframe-ua-style-expected.txt
@@ -0,0 +1,6 @@
+
+TEST(getComputedStyle(ancestor).position == 'relative') OK
+EVENT(webkitfullscreenchange)
+TEST(getComputedStyle(ancestor).position == 'static') OK
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698