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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/resources/HTMLObject-contentWindow.svg

Issue 2077523002: Add contentWindow attribute for <object> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align with review comments Created 4 years, 6 months 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: third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/resources/HTMLObject-contentWindow.svg
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/resources/HTMLObject-contentWindow.svg b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/resources/HTMLObject-contentWindow.svg
new file mode 100644
index 0000000000000000000000000000000000000000..047e460141ffa77ccd013034358a195e80167016
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLObjectElement/resources/HTMLObject-contentWindow.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <script>
+ window.attrInContentWindow = "validAttr";
+ </script>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698