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