mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 554188 - handle trailing whitespace on bidi-overridden text runs consistently on OS X 10.6. r=roc
This commit is contained in:
parent
80b6841948
commit
0ad94c3879
@ -135,7 +135,7 @@ gfxCoreTextShaper::InitTextRun(gfxContext *aContext,
|
||||
// to ensure neutrals or characters that were bidi-overridden in HTML behave properly.
|
||||
const UniChar beginLTR[] = { 0x202d, 0x20 };
|
||||
const UniChar beginRTL[] = { 0x202e, 0x20 };
|
||||
const UniChar endBidiWrap[] = { 0x20, 0x202c };
|
||||
const UniChar endBidiWrap[] = { 0x20, 0x2e, 0x202c };
|
||||
|
||||
PRUint32 startOffset;
|
||||
CFStringRef stringObj;
|
||||
|
@ -1400,7 +1400,7 @@ fails HTTP(..) == 518172-2b.html 518172-b-ref.html # bug 518172
|
||||
== 534526-1b.html 534526-1-ref.html
|
||||
== 534808-1.html 534808-1-ref.html
|
||||
== 534808-2.html 534808-2-ref.html
|
||||
fails-if(http.oscpu.match(/Mac\x20OS\x20X\x2010\.6$/)) == 534919-1.html 534919-1-ref.html # fails on 10.6, bug 554188
|
||||
== 534919-1.html 534919-1-ref.html
|
||||
== 537507-1.xul 537507-1-ref.xul
|
||||
== 537507-2.html 537507-2-ref.html
|
||||
== 537471-1.html 537471-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user