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