diff options
Diffstat (limited to 'layout/reftests/bugs/1150021-1.css')
-rw-r--r-- | layout/reftests/bugs/1150021-1.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1150021-1.css b/layout/reftests/bugs/1150021-1.css new file mode 100644 index 000000000..239bf6cab --- /dev/null +++ b/layout/reftests/bugs/1150021-1.css @@ -0,0 +1,10 @@ +window { direction: rtl; } +.wide { background: red; width: 800px; height: 30px; display: inline-block;} + +#container { + background-color: yellow; +} + +#rightBox { + margin-left: 1000px; +} |