Index: LayoutTests/fullscreen/full-screen-remove-ancestor-after-expected.html |
diff --git a/LayoutTests/fullscreen/full-screen-remove-ancestor-after-expected.html b/LayoutTests/fullscreen/full-screen-remove-ancestor-after-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ca83436dd75f364d95cea217a3bb28eaab69e77c |
--- /dev/null |
+++ b/LayoutTests/fullscreen/full-screen-remove-ancestor-after-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<style> |
+#one { |
+ border: 4px solid darkgreen; |
+ background-color: green; |
+ width: 600px; |
+ height: 400px; |
+ padding: 4px; |
+} |
+</style> |
+<div id="one"></div> |
+<div>END OF TEST</div> |