[Webkit-unassigned] [Bug 18403] A link's search property cannot be changed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 04:34:46 PDT 2008


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





------- Comment #1 from michiel at parse.nl  2008-04-10 04:34 PDT -------
a copy of the demo:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>WebKit bug</title>
        <meta name="author" content="Michiel Roding">
</head>
<body>
        <a href="http://www.apple.com/imac?ipod=touch#macpro">demo link</a>

        <script type="text/javascript" charset="utf-8">
                document.links[0].search = 'test';
        </script>
</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