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