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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?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.
2 <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.
3 <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.
4 window.attrInContentWindow = "validAttr";
5 </script>
6 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698