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

Unified Diff: LayoutTests/fast/replaced/object-param-url-control-char.html

Issue 3551010: Merge 66992 - 2010-09-08 Andy Estes <aestes@apple.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/replaced/object-with-embed-url-param.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/replaced/object-param-url-control-char.html
===================================================================
--- LayoutTests/fast/replaced/object-param-url-control-char.html (revision 68934)
+++ LayoutTests/fast/replaced/object-param-url-control-char.html (working copy)
@@ -21,7 +21,7 @@
</script>
</head>
<body>
- <object width="0" height="0">
+ <object width="0" height="0" type="application/x-webkit-test-netscape">
<param name="movie" value="  uRl('scheme://url-with-control-char/')  ">
</object>
<p>This test verifies that a URL specified in a &lt;param&gt; of an &lt;object&gt; is parsed the same as if it was specified as the data attribute of the &lt;object&gt;. Specifically, this verifies that control characters and leading/trailing whitespace are stripped, and that a resource surrounded with url('') is understood.</p>
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/replaced/object-with-embed-url-param.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698