Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dir-empty-attribute-value.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dir-empty-attribute-value.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dir-empty-attribute-value.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3494f84920b0781d948e0ddfd1305978e84da0ee |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/dir-empty-attribute-value.html |
@@ -0,0 +1,3 @@ |
+<div dir="rtl"> |
+ <div dir>This text should be started from right, not left</div> |
+</div> |