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 616640 Details for
Bug 746987
[patch]
The test as reftest
746987.reftest.diff (text/plain), 1.71 KB, created by
Simon Montagu :smontagu
(
hide
)
Description:
The test as reftest
Filename:
MIME Type:
Creator:
Simon Montagu :smontagu
Size:
1.71 KB
patch
obsolete
># HG changeset patch ># User Simon Montagu <smontagu@smontagu.org> ># Date 1334853489 -10800 ># Node ID 27dbee415590883a8e6b45e5eaf77e76e9ecda97 ># Parent a5dd50d744603e9e22e6b5493ab69a9cadd48203 >[mq]: 746987.reftest > >diff --git a/layout/reftests/bidi/746987-1-ref.html b/layout/reftests/bidi/746987-1-ref.html >new file mode 100644 >--- /dev/null >+++ b/layout/reftests/bidi/746987-1-ref.html >@@ -0,0 +1,10 @@ >+<!DOCTYPE html> >+<html> >+ <head> >+ <meta charset="utf-8"> >+ <title>unicode-bidi:plaintext on inline</title> >+ </head> >+ <body> >+ <div>[<span dir="rtl">:-) א</span>‎]: 100</div> >+ </body> >+</html> >diff --git a/layout/reftests/bidi/746987-1.html b/layout/reftests/bidi/746987-1.html >new file mode 100644 >--- /dev/null >+++ b/layout/reftests/bidi/746987-1.html >@@ -0,0 +1,17 @@ >+<!DOCTYPE html> >+<html> >+ <head> >+ <meta charset="utf-8"> >+ <style> >+ .plaintext { >+ unicode-bidi: -moz-plaintext; >+ unicode-bidi: -webkit-plaintext; >+ unicode-bidi: plaintext; >+ } >+ </style> >+ <title>unicode-bidi:plaintext on inline</title> >+ </head> >+ <body> >+ <div>[<span class="plaintext">:-) א</span>]: 100</div> >+ </body> >+</html> >diff --git a/layout/reftests/bidi/reftest.list b/layout/reftests/bidi/reftest.list >--- a/layout/reftests/bidi/reftest.list >+++ b/layout/reftests/bidi/reftest.list >@@ -110,8 +110,9 @@ fails-if(/^Windows\x20NT\x206\.1/.test(h > == 712600-3.html 712600-3-ref.html > == 718236-1.html 718236-1-ref.html > == 718236-2.html 718236-2-ref.html > == 718236-3.html 718236-3-ref.html > == 726420-1.html 726420-1-ref.html > == 726460-1.html 726460-1-ref.html > == 729047-1.html 729047-1-ref.html > == 730562-1.html 730562-1-ref.html >+== 746987-1.html 746987-1-ref.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Flags:
roc
: review+
Actions:
View
|
Diff
|
Review
Attachments on
bug 746987
:
616581
|
616639
| 616640 |
616641
|
616701
|
616702
|
616703