Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 616581 Details for
Bug 746987
Test case 1
plaintext-on-inline-1.html (text/html), 479 bytes, created by
Aharon (Vladimir) Lanin
(
hide
)
Description:
Test case 1
Filename:
MIME Type:
Creator:
Aharon (Vladimir) Lanin
Size:
479 bytes
patch
obsolete
><!DOCTYPE html> ><html> > <head> > <style> > .plaintext { > unicode-bidi: -moz-plaintext; > unicode-bidi: -webkit-plaintext; > unicode-bidi: plaintext; > } > </style> > <title>unicode-bidi:plaintext on inline</title> > </head> > <body> > The two lines below should look identical: > <div>[<span class="plaintext">:-) א</span>]: 100</div> > <div>[<span dir="rtl">:-) א</span>‎]: 100</div> > </body> ></html>
<!DOCTYPE html> <html> <head> <style> .plaintext { unicode-bidi: -moz-plaintext; unicode-bidi: -webkit-plaintext; unicode-bidi: plaintext; } </style> <title>unicode-bidi:plaintext on inline</title> </head> <body> The two lines below should look identical: <div>[<span class="plaintext">:-) א</span>]: 100</div> <div>[<span dir="rtl">:-) א</span>‎]: 100</div> </body> </html>
Actions:
View
Attachments on
bug 746987
: 616581 |
616639
|
616640
|
616641
|
616701
|
616702
|
616703