[Bug 13983] It seems like textarea's raw value should always normalize newlines to \n

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

--- Comment #6 from Simon Pieters <simonp@opera.com> 2011-10-20 22:34:25 UTC ---
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1217 (expect \n)

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1218 here I
expected \n for all of them, which webkit does. Opera currently normalizes them
all to \r\n, but we'll change it to \n. Firefox changes the .value = 'x\r' to
\n, but doesn't change the others, which is a bit weird.

-- 
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, 20 October 2011 22:34:31 UTC