Chromium Code Reviews| Index: LayoutTests/fast/writing-mode/xhtml-no-body-propagation-writing-mode.xml |
| diff --git a/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-writing-mode.xml b/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-writing-mode.xml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..037421b00541eda5562344e3b29613c2d90d79f2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/writing-mode/xhtml-no-body-propagation-writing-mode.xml |
| @@ -0,0 +1,14 @@ |
| +<?xml version="1.0" encoding="UTF-8"?> |
| +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" style="-webkit-writing-mode: vertical-rl;"> |
| + <style> |
| + div { |
| + position: absolute; |
| + width: 100px; |
| + height: 100px; |
| + border: 3px solid black; |
| + left: 0; |
| + right: 0; |
| + } |
| + </style> |
| + <div></div> |
| +</html> |