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 cb3462139c29ce36d9ad2a0dfd3d5b7b8fcedb7c..1ef153116444d879be809216988ebef08e8b8df3 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(document.documentElement).overflow == 'visible') OK |
+TEST(getComputedStyle(ancestor).position == 'relative') OK |
EVENT(webkitfullscreenchange) |
-TEST(getComputedStyle(document.documentElement).overflow == 'hidden') OK |
+TEST(getComputedStyle(ancestor).position == 'static') OK |
END OF TEST |