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>
58 lines
1005 B
HTML
58 lines
1005 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>CSS Test reference</title>
|
|
<link rel="author" href="https://florian.rivoal.net" title="Florian Rivoal">
|
|
<style>
|
|
.test {
|
|
text-decoration-color: orange;
|
|
}
|
|
span {
|
|
text-decoration: underline solid blue;
|
|
}
|
|
span + span::before {
|
|
content: "\a";
|
|
white-space:pre;
|
|
}
|
|
div {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
</style>
|
|
<p>
|
|
The test passes if,
|
|
in each pair of words below,
|
|
the same letters are upper or lower case.
|
|
|
|
<div lang=ca>
|
|
<span class=test>Cancel·lar</span>
|
|
<span>Cancel·lar</span>
|
|
<div>
|
|
|
|
<div lang=sc>
|
|
<span class=test>Agiuda·nos</span>
|
|
<span>Agiuda·nos</span>
|
|
<div>
|
|
|
|
<div lang=oc>
|
|
<span class=test>In·hèrn</span>
|
|
<span>In·hèrn</span>
|
|
<div>
|
|
|
|
<div lang=frp>
|
|
<span class=test>G·eografia</span>
|
|
<span>G·eografia</span>
|
|
<div>
|
|
|
|
<div lang=fr-gallo>
|
|
<span class=test>Ag·rouée</span>
|
|
<span>Ag·rouée</span>
|
|
<div>
|
|
|
|
<div lang=fr>
|
|
<span class=test>Un·e Député·e</span>
|
|
<span>Un·e Député·e</span>
|
|
<div>
|
|
|
|
|
|
|