summaryrefslogtreecommitdiffstats
path: root/layout/style/test/file_computed_style_bfcache_display_none2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/test/file_computed_style_bfcache_display_none2.html')
-rw-r--r--layout/style/test/file_computed_style_bfcache_display_none2.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/test/file_computed_style_bfcache_display_none2.html b/layout/style/test/file_computed_style_bfcache_display_none2.html
new file mode 100644
index 0000000000..c337ca7214
--- /dev/null
+++ b/layout/style/test/file_computed_style_bfcache_display_none2.html
@@ -0,0 +1,6 @@
+<div>Page 2</div>
+<script>
+ window.onload = function() {
+ opener.postMessage("loaded", "*");
+ }
+</script>;