Created attachment 101827 [details] test case https://bugs.webkit.org/show_bug.cgi?id=50949 added support for unicode-bidi:-webkit-paintext, and made it the default for <pre dir=auto> and <textarea dir=auto>. However, although both dir=auto and unicode-bidi:-webkit-paintext work for <pre>, they do not work for <textarea>, where all paragraphs continue to have the same direction.
Thanks to Ryosuke for pointing me to the right spot for the fix. Uploading momentarily.
Created attachment 102069 [details] Patch Will re-upload with linux expectations once it fails on EWS. (Ugh :p)
Comment on attachment 102069 [details] Patch Looks like the Linux bot isn't being nice and uploading results anymore. Anyone care to review?
Comment on attachment 102069 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102069&action=review > LayoutTests/fast/text/international/unicode-bidi-plaintext-in-textarea.html:1 > +<!DOCTYPE html> BOM? Please remove it and add a meta tag for content-type instead.
Created attachment 102165 [details] Patch for landing
Comment on attachment 102165 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=102165&action=review > LayoutTests/fast/text/international/unicode-bidi-plaintext-in-textarea.html:1 > +<!DOCTYPE html> You didn't remove DOM :(
Created attachment 102171 [details] Patch for landing
Comment on attachment 102171 [details] Patch for landing Clearing flags on attachment: 102171 Committed r91879: <http://trac.webkit.org/changeset/91879>
Committed r91879: <http://trac.webkit.org/changeset/91879>