[Webkit-unassigned] [Bug 44879] Setting form.enctype reflected attribute behaves strangely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 14:13:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=44879





--- Comment #17 from Vineet Chaudhary (vineetc) <rgf748 at motorola.com>  2011-10-21 14:13:12 PST ---
(In reply to comment #16)
> +shouldBe('form1.enctype = "form-data"; form1.enctype', '"application/x-www-form-urlencoded"');
> 
> Please add subtests for proper MIME types, and verify that they also pass in Firefox. E.g. multipart/mixed, multipart/digest, text/css.
> 

Hello Alexey,
I tried adding different subtypes for multipart and text but as of now none of then supported on firefox so all of them fails.
So should we add those subtypes?
I refer http://www.iana.org/assignments/media-types/text/index.html for different subtypes.

> > LayoutTests/fast/forms/enctype-attribute.html:39
> > +debug('Webkit should not allow leading whitespace.');
> 
> This message is slightly misleading. There is nothing special about WebKit - no major engine trims whitespace when parsing enctype attribute. Besides, it's not only leading, but also trailing whitespace (and the latter should also be tested here).

I will incorporate this.

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



More information about the webkit-unassigned mailing list