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

14 lines
496 B
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.
same-as-base isolate containing &lt;br&gt; surrounded by opposite-to-base text
<!-- FIXME: This subtest may be invalid, see https://bugs.webkit.org/show_bug.cgi?id=50912#c30 -->
<div dir="rtl">
<div class="reference">
<span dir="ltr">things to do: (1) &#x05D0;</span><br><span dir="ltr"> (2) sleep</span>
</div>
</div>
</body></html>