Chromium Code Reviews| 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 |
| + |