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 616701 Details for
Bug 746987
Test case 2
plaintext-on-inline-around-breaks.html (text/html), 1014 bytes, created by
Aharon (Vladimir) Lanin
(
hide
)
Description:
Test case 2
Filename:
MIME Type:
Creator:
Aharon (Vladimir) Lanin
Size:
1014 bytes
patch
obsolete
><!DOCTYPE html> ><html> > <head> > <meta charset="utf-8"/> > <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi0" /> > <style> > body { > font-size:2em; > text-align:left; > } > .test, .ref { > border: medium solid gray; > padding: 10px; > width: 400px; > margin: 20px; > } > .comments { > display: none; > } > .plaintext { > unicode-bidi: -moz-plaintext; > unicode-bidi: -webkit-plaintext; > unicode-bidi: plaintext; > } > </style> > <title>unicode-bidi:plaintext on inline with paragraph breaks</title> > </head> > <body> > <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> > <div class="test"> > <span class="plaintext">a-><br/>א-><br/>a-><br/>א-></span> > </div> > <div class="ref"> > a-><br/>א->‏<br/>a-><br/>א->‏ > </div> > </body> ></html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <link rel="help" href="http://dev.w3.org/csswg/css3-writing-modes/#unicode-bidi0" /> <style> body { font-size:2em; text-align:left; } .test, .ref { border: medium solid gray; padding: 10px; width: 400px; margin: 20px; } .comments { display: none; } .plaintext { unicode-bidi: -moz-plaintext; unicode-bidi: -webkit-plaintext; unicode-bidi: plaintext; } </style> <title>unicode-bidi:plaintext on inline with paragraph breaks</title> </head> <body> <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> <div class="test"> <span class="plaintext">a-><br/>א-><br/>a-><br/>א-></span> </div> <div class="ref"> a-><br/>א->‏<br/>a-><br/>א->‏ </div> </body> </html>
Actions:
View
Attachments on
bug 746987
:
616581
|
616639
|
616640
|
616641
| 616701 |
616702
|
616703