diff options
Diffstat (limited to 'layout/reftests/writing-mode/1302389-scrolled-rect-1b.html')
-rw-r--r-- | layout/reftests/writing-mode/1302389-scrolled-rect-1b.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1302389-scrolled-rect-1b.html b/layout/reftests/writing-mode/1302389-scrolled-rect-1b.html new file mode 100644 index 0000000000..a71e0d00c9 --- /dev/null +++ b/layout/reftests/writing-mode/1302389-scrolled-rect-1b.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<body> +<div style="writing-mode: sideways-lr; + height: 300px; + font-size: 0; + line-height: 0; + border: 1px solid gray; + overflow: scroll; + direction: rtl;"> + <div style="height: 100%; + width: 100px; + border: 50px solid blue;"> |