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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-object/resources/svg-object-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/svg/as-object/resources/svg-object-contentWindow.svg
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/resources/svg-object-contentWindow.svg b/third_party/WebKit/LayoutTests/svg/as-object/resources/svg-object-contentWindow.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f709c762c8f40e45bd216124df04ba3ac571ed4e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/as-object/resources/svg-object-contentWindow.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
fs 2016/06/22 08:33:02 Not needed.
Shanmuga Pandi 2016/06/22 10:27:32 Done.
+<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
fs 2016/06/22 08:33:02 No need to specify empty dimensions.
Shanmuga Pandi 2016/06/22 10:27:32 Done.
+ <script type="text/javascript">
fs 2016/06/22 08:33:02 Don't need to specify 'type'.
Shanmuga Pandi 2016/06/22 10:27:32 Done.
+ window.attrInContentWindow = "validAttr";
+ </script>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698