Index: LayoutTests/fast/dom/shadow/exposed-object-within-shadow-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/exposed-object-within-shadow-expected.txt b/LayoutTests/fast/dom/shadow/exposed-object-within-shadow-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..edc37b0cc208ead5d166d0546f17bd58620f704b |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/exposed-object-within-shadow-expected.txt |
@@ -0,0 +1,21 @@ |
+Shadow DOM inside an <object> and a <div> |
+PASS child.name in document is false |
+PASS child.name in window is false |
+PASS obj.name in document is true |
+Shadow DOM attached to <div> with an <object> sibling (next). |
+PASS child.name in document is false |
+PASS child.name in window is false |
+PASS obj.name in document is true |
+Shadow DOM attached to <div> with an <object> sibling (previous). |
+PASS child.name in document is false |
+PASS child.name in window is false |
+PASS obj.name in document is true |
+Shadow DOM attached to <div> inside a <param> inside an <object>. |
+PASS obj.name in document is true |
+PASS child.name in document is false |
+PASS child.name in window is false |
+PASS obj.name in document is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |