Chromium Code Reviews| Index: LayoutTests/fast/writing-mode/absolute-overconstrained-writing-mode.html |
| diff --git a/LayoutTests/fast/writing-mode/absolute-overconstrained-writing-mode.html b/LayoutTests/fast/writing-mode/absolute-overconstrained-writing-mode.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..102e4345a2b9003e571ecd9149cf62ea378b61c2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/writing-mode/absolute-overconstrained-writing-mode.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| +<html style="-webkit-writing-mode: vertical-rl;"> |
| + <head> |
| + <style> |
| + div { |
| + position: absolute; |
| + width: 100px; |
| + height: 100px; |
| + border: 3px solid black; |
| + left: 0; |
| + right: 0; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <div></div> |
| + </body> |
| +</html> |