Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-parsing-001.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-parsing-001.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-parsing-001.html |
index 91ad4dabe105a221f9fe51f8bb05908268e4cb21..a1dc2958f9f7ea354dfd767680bdc055af20d15c 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-parsing-001.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-parsing-001.html |
@@ -26,6 +26,8 @@ |
data-expected="horizontal-tb"></div> |
<div style="writing-mode: inherit" |
data-expected="vertical-rl"></div> |
+ <div style="writing-mode: horizontal-tb; writing-mode: inherit" |
+ data-expected="vertical-rl"></div> |
<div style="writing-mode: foo" |
data-expected="vertical-rl"></div> |