Files
rust_browser/tests/external/wpt/fixtures/wpt-css-css-text-bidi-empty-span-001-test.html
Zachary D. Rowitsch 16abbd78e7 Bulk-import 2899 WPT CSS reftests and add import tooling
Add scripts/import_wpt_reftests.py to sparse-clone the upstream WPT repo
and bulk-import qualifying CSS reftests (no JS, no external resources) as
known_fail entries. 23 tests already pass and are promoted. The import
script is idempotent and exposed via `just import-wpt`. CI now prints the
WPT summary (pass=36 known_fail=2877 skip=1) on every run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 00:15:27 -05:00

24 lines
1017 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text: bidi reordering testcase</title>
<link rel="author" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1966313">
<link rel="match" href="empty-span-001-ref.html">
<meta name="assert" content="empty spans should not disrupt bidi reordering">
<p>All the following lines should match:</p>
<span dir="auto">1;234;56א;</span><br>
<span dir="auto"><span></span>1;234;56א;</span><br>
<span dir="auto">1<span></span>;234;56א;</span><br>
<span dir="auto">1;<span></span>234;56א;</span><br>
<span dir="auto">1;2<span></span>34;56א;</span><br>
<span dir="auto">1;23<span></span>4;56א;</span><br>
<span dir="auto">1;234<span></span>;56א;</span><br>
<span dir="auto">1;234;<span></span>56א;</span><br>
<span dir="auto">1;234;5<span></span>6א;</span><br>
<span dir="auto">1;234;56<span></span>א;</span><br>
<span dir="auto">1;234;56א<span></span>;</span><br>
<span dir="auto">1;234;56א;<span></span></span><br>