Index: LayoutTests/fast/dom/shadow/shadow-root-direction-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-direction-expected.txt b/LayoutTests/fast/dom/shadow/shadow-root-direction-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce7665c2bc9898616aac8e27ba60028a051aebf1 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/shadow-root-direction-expected.txt |
@@ -0,0 +1,11 @@ |
+Element direction details are accessible to shadow root |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS getComputedStyle(shadowRoot.getElementById("target2")).direction is "rtl" |
+PASS getComputedStyle(root).direction is "rtl" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |