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

Unified Diff: LayoutTests/plugins/object-embed-plugin-scripting.html

Issue 61213008: Revert "Finding an <object> element by name only works it has no children other than <param> elemen… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/plugins/object-embed-plugin-scripting.html
diff --git a/LayoutTests/plugins/object-embed-plugin-scripting.html b/LayoutTests/plugins/object-embed-plugin-scripting.html
index 9843a5fe7d9bea511c9d0b02b77b22dfe05c6188..93a6a18b8038603fe4189b628d75498439255833 100644
--- a/LayoutTests/plugins/object-embed-plugin-scripting.html
+++ b/LayoutTests/plugins/object-embed-plugin-scripting.html
@@ -21,8 +21,8 @@ function test()
print("plugin <embed> nested in image <object>: should not have a plugin and does " + (document.getElementById('myE3').testCallback ? "" : "not"));
print("plugin <embed> nested in empty <object> nested in plugin <object>: should not have a plugin and does " + (document.getElementById('myE4').testCallback ? "" : "not"));
print("standalone plugin <embed>: should have a plugin and does " + (document.getElementById('myE5').testCallback ? "" : "not"));
- print("plugin <object> with nested plugin <embed> of the same name should not have a plugin and does " + (document.Plugin.testCallback ? "" : "not"));
- print("empty <object> with nested plugin <embed> of the same name should not have a plugin and does " + (document.Plugin2.testCallback ? "" : "not"));
+ print("plugin <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin.testCallback ? "" : "not"));
+ print("empty <object> with nested plugin <embed> of the same name should have a plugin and does " + (document.Plugin2.testCallback ? "" : "not"));
}
</script>
</head>
« no previous file with comments | « LayoutTests/plugins/embed-inside-object.html ('k') | LayoutTests/plugins/object-embed-plugin-scripting-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698