summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1150021-1-ref.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1150021-1-ref.css')
-rw-r--r--layout/reftests/bugs/1150021-1-ref.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1150021-1-ref.css b/layout/reftests/bugs/1150021-1-ref.css
new file mode 100644
index 000000000..9c5fb95d6
--- /dev/null
+++ b/layout/reftests/bugs/1150021-1-ref.css
@@ -0,0 +1,9 @@
+.wide { background: red; width: 800px; height: 30px; display: inline-block;}
+
+#container {
+ background-color: yellow;
+}
+
+#rightBox {
+ margin-left: 1000px;
+}