Index: LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html |
diff --git a/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2cc46ff79e58a736c662276ddd7c39240b62b966 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/shadow/shadow-element-add-child-dynamically-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<div id="host"><div id="shadow-child">CHILD1CHILD2</div></div> |
+</body> |
+</html> |