Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: LayoutTests/fast/dom/shadow/exposed-object-within-shadow-expected.txt

Issue 75273004: Add 'exposed' objects and embeds to a document's named properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous empty line in expected output Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+
« no previous file with comments | « LayoutTests/fast/dom/shadow/exposed-object-within-shadow.html ('k') | LayoutTests/plugins/object-embed-plugin-scripting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698