Chromium Code Reviews| Index: LayoutTests/fast/writing-mode/html-and-body-direction-propagation.html |
| diff --git a/LayoutTests/fast/writing-mode/html-and-body-direction-propagation.html b/LayoutTests/fast/writing-mode/html-and-body-direction-propagation.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c69c034f749f0efe1e19e1b49e24ec304726bf00 |
| --- /dev/null |
| +++ b/LayoutTests/fast/writing-mode/html-and-body-direction-propagation.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<html style="width: 100px; height: 100px; border: 3px solid black; direction: ltr;"> |
| + <body style="direction: rtl;"></body> |
| +</html> |