[Bug 14090] HTMLPreElement width attribute (obsolete) should be a long instead of an unsigned long

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14090

Mounir Lamouri <mounir.lamouri@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |data:text/html,<pre id='p'
                   |                            |width='-1'></pre><script>al
                   |                            |ert(document.getElementById
                   |                            |('p').width);</script>

--- Comment #1 from Mounir Lamouri <mounir.lamouri@gmail.com> 2011-09-08 19:07:45 UTC ---
Simple test case: open the URL, if the alert shows '0' pre.width is an unsigned
long. If it shows '-1', it's a long.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 8 September 2011 19:07:47 UTC