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

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: Fixed failed test cases 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..3a81e43f6cdfeac6de051db6ab9e298c0553f2d2
--- /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"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0">
+ <script type="text/javascript">
+ window.ContentWindowAndAttribute = true;
+ </script>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698