haikuwebkit/LayoutTests/css3/unicode-bidi-isolate-aharon...

69 lines
1.7 KiB
HTML
Raw Permalink Normal View History

Convert isolate and plaintext tests to reftests https://bugs.webkit.org/show_bug.cgi?id=73680 Reviewed by Darin Adler. Convert bdi-element-expected.html, unicode-bidi-isolate-aharon.html, and unicode-bidi-plaintext.html to reftests. In addition, isolate the failing test case in unicode-bidi-plaintext.html as unicode-bidi-isolate-aharon-failing.html. * css3/bdi-element-expected.html: Copied from LayoutTests/css3/bdi-element.html. * css3/unicode-bidi-isolate-aharon-expected.html: Copied from LayoutTests/css3/unicode-bidi-isolate-aharon.html. * css3/unicode-bidi-isolate-aharon-failing-expected.html: Added. * css3/unicode-bidi-isolate-aharon-failing.html: Added. * css3/unicode-bidi-isolate-aharon.html: * fast/text/international/unicode-bidi-plaintext.html: * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.png: Removed. * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.txt: Removed. * platform/chromium-cg-mac-leopard/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/chromium-cg-mac/css3/bdi-element-expected.png: Removed. * platform/chromium-linux/css3/bdi-element-expected.png: Removed. * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/chromium-mac-leopard/css3/bdi-element-expected.png: Removed. * platform/chromium-mac-leopard/css3/bdi-element-expected.txt: Removed. * platform/chromium-mac-leopard/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/chromium-mac/css3/bdi-element-expected.png: Removed. * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/chromium-win/css3/bdi-element-expected.png: Removed. * platform/chromium-win/css3/bdi-element-expected.txt: Removed. * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. * platform/chromium/css3/bdi-element-expected.txt: Removed. * platform/efl/css3/bdi-element-expected.png: Removed. * platform/efl/css3/bdi-element-expected.txt: Removed. * platform/efl/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/efl/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. * platform/gtk/css3/bdi-element-expected.png: Removed. * platform/gtk/css3/bdi-element-expected.txt: Removed. * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. * platform/mac/css3/bdi-element-expected.png: Removed. * platform/mac/css3/bdi-element-expected.txt: Removed. * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. * platform/qt/css3/bdi-element-expected.png: Removed. * platform/qt/css3/bdi-element-expected.txt: Removed. * platform/win/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. * platform/win/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. Canonical link: https://commits.webkit.org/90412@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@101949 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-12-04 08:28:17 +00:00
<!DOCTYPE html>
<html><head>
<title>Test cases for unicode-bidi:isolate</title>
</head><body>
No red text should be visible in any of the sections below.
opposite-to-base isolate followed by number.
<div>
<div class="reference">
<span dir="ltr">&#x05D0;</span> (3 reviews)
</div>
</div>
<hr>
opposite-to-base isolate with opposite-to-base text before it with neutrals in between.
<div>
<div class="reference">
<span dir="ltr">&#x05D0;</span>: <span dir="ltr">&#x05D1;</span>
</div>
</div>
<hr>
opposite-to-base isolate with opposite-to-base text before it and nothing in between.
<div>
<div class="reference">
<bdo dir="ltr">&#x05D0;&#x05D1;</bdo>
</div>
</div>
<hr>
two opposite-to-base isolates with neutrals in between.
<div>
<div class="reference">
<span dir="ltr">&#x05D0;</span> = <span dir="ltr">&#x05D1;</span>
</div>
</div>
<hr>
two opposite-to-base isolates with nothing in between.
<div>
<div class="reference">
<bdo dir="ltr">&#x05D0;&#x05D1;</bdo>
</div>
</div>
<hr>
same-as-base isolate preceded by opposite-to-base text and followed by number
<div dir="rtl">
<div class="reference">
see <span dir="ltr">&#x05D0;</span><sup>3</sup>
</div>
</div>
<hr>
same-as-base isolate surrounded by opposite-to-base text
<div dir="rtl">
<div class="reference">
with <span dir="ltr">&#x05D0;</span>=<span dir="ltr">&#x05D1;</span> everywhere
</div>
</div>
<hr>
chimeric isolate surrounded by chimeric text
<div>
<div class="reference">
about that <span dir="ltr">&#x05D0;</span> - &#x05D1;
</div>
</div>
<hr>
nested chimeric isolates surrounded by chimeric text
<div>
<div class="reference">
about that strange <span dir="ltr">&#x05D0;</span> - <span dir="ltr">&#x05D1;</span> - &#x05D2;
</div>
</div>
</body></html>