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>
27 lines
679 B
HTML
27 lines
679 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Text: 'hyphens: auto' with a valid 'lang' attribute specification</title>
|
|
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
|
|
<link rel="author" href="mailto:kojii@chromium.org">
|
|
<style>
|
|
#container > div {
|
|
border: black solid 2px;
|
|
font-family: monospace;
|
|
font-size: 20px;
|
|
line-height: 1;
|
|
width: 1ch;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div lang="en-us" id="container">
|
|
<div>ex-<br>am-<br>ple</div>
|
|
<div>example</div>
|
|
<div>ex-<br>am-<br>ple</div>
|
|
<div>exam-<br>ple</div>
|
|
<div>exam-<br>ple</div>
|
|
<div>example</div>
|
|
<div>ex-<br>am-<br>ple</div>
|
|
<div>ex-<br>ample</div>
|
|
<div>example</div>
|
|
</div>
|
|
</body>
|