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