| 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 <param> of an <object> is parsed the same as if it was specified as the data attribute of the <object>. Specifically, this verifies that control characters and leading/trailing whitespace are stripped, and that a resource surrounded with url('') is understood.</p>
|
|
|