Bug 73407
Summary: | Import Gecko's tests for unicode-bidi isolate and plaintext | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | cjlhomeaddress, eric, leviw, playmobil, yael |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Since we have so few tests for unicode-bidi: -webkit-isolate and -webkit-plaintext, we can import Gecko's tests to improve our test coverage. From an email from Simon Montagu:
Tests currently in Gecko for unicode-bidi: isolate and plaintext:
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-1a.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-1b.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-1-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-2a.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-2b.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/613149-2-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/662288-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/662288-1-ref.html?force=1
and some that will appear in the future when they get reviewed and checked in:
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/676245-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/676245-1-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/698291-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/698291-1-frame.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/698291-1-ref.html?force=1
plus some that test block elements with display: inline, and so are indirectly testing unicode-bidi: isolate;
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/258928-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/258928-1-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/503957-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/503957-1-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/698706-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/698706-1-ref.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/704837-1.html?force=1
http://mxr.mozilla.org/mozilla-central/source/layout/reftests/bidi/704837-1-ref.html?force=1
Also see https://bugzilla.mozilla.org/show_bug.cgi?id=706194
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Leonard
Does this belong to component = text or should it be component = Tools / Tests?