According to the spec http://www.whatwg.org/specs/web-apps/current-work/#e-mail-state-(type=email) > The value sanitization algorithm is as follows: Strip line breaks from the value, then strip leading and trailing whitespace from the value.
Firefox does this. Opera doesn't.
Created attachment 141335 [details] Patch
Comment on attachment 141335 [details] Patch ok
Comment on attachment 141335 [details] Patch Attachment 141335 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12669348 New failing tests: fast/forms/input-value-sanitization.html
Created attachment 141364 [details] Archive of layout-test-results from ec2-cr-linux-03 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: ec2-cr-linux-03 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Created attachment 141377 [details] Patch
Comment on attachment 141377 [details] Patch Clearing flags on attachment: 141377 Committed r116757: <http://trac.webkit.org/changeset/116757>
All reviewed patches have been landed. Closing bug.