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 616703 Details for
Bug 746987
Test case 4
plaintext-around-block.html (text/html), 1.10 KB, created by
Aharon (Vladimir) Lanin
(
hide
)
Description:
Test case 4
Filename:
MIME Type:
Creator:
Aharon (Vladimir) Lanin
Size:
1.10 KB
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 does not apply to embedded display:block</title> > </head> > <body> > <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> > <div class="test"> > <div class="plaintext"> > א-> > <div>א-></div> > a-> > <div>א-></div> > א-> > </div> > </div> > <div class="ref"> > א->‏<br/>א-><br/>a-><br/>א-><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 does not apply to embedded display:block</title> </head> <body> <div class="instructions"><p>Test passes if the two boxes below look exactly the same.</p></div> <div class="test"> <div class="plaintext"> א-> <div>א-></div> a-> <div>א-></div> א-> </div> </div> <div class="ref"> א->‏<br/>א-><br/>a-><br/>א-><br/>א->‏ </div> </body> </html>
Actions:
View
Attachments on
bug 746987
:
616581
|
616639
|
616640
|
616641
|
616701
|
616702
| 616703