summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/resize_flush_iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/tests/resize_flush_iframe.html')
-rw-r--r--layout/base/tests/resize_flush_iframe.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/base/tests/resize_flush_iframe.html b/layout/base/tests/resize_flush_iframe.html
new file mode 100644
index 0000000000..37555a514a
--- /dev/null
+++ b/layout/base/tests/resize_flush_iframe.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <style>
+ body {
+ background-color: red;
+ }
+
+ @media (min-width: 250px) {
+ body {
+ background-color: green;
+ }
+ }
+ </style>
+</head>
+<body>
+</body>
+</html>