[Webkit-unassigned] [Bug 18066] REGRESSION: createAttribute throws NAMESPACE_ERR exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 28 03:34:23 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18066


bioub at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20025|text/html                   |text/plain
          mime type|                            |
  Attachment #20025|0                           |1
           is patch|                            |




------- Comment #4 from bioub at mac.com  2008-03-28 03:34 PDT -------
(From update of attachment 20025)
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head>
>		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
>		<title>Test</title>
>		<script type="text/javascript" charset="utf-8">
>			function test()
>			{
>				try
>				{
>					var attribute = document.createAttribute("ba:test");
window.alert("No bug with this WebKit");
>				}
>				catch(e)
>				{
>					window.alert(e.message);
>				}
>			}
>		</script>
>	</head><body id="regression" onload="javascript:test();">
>	
></body></html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list