Rebase and squash (#35567)

Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com>
This commit is contained in:
Xiaocheng Hu 2025-02-21 19:54:25 +08:00 committed by GitHub
parent 1192ae32b0
commit 2b0d2ecc73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 32 additions and 19 deletions

View file

@ -57,7 +57,7 @@ jobs:
- name: Bootstrap dependencies
run: |
sudo apt update
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers fonts-noto-cjk
./mach bootstrap --skip-lints
- name: Sync from upstream WPT
if: ${{ inputs.wpt-sync-from-upstream }}

View file

@ -418491,7 +418491,7 @@
[]
],
"size-adjust-unicode-range-system-fallback-ref.html": [
"c14d922a7059becf54dc3597f9302581b57a3140",
"abfb4554e2f7763b9c1b20b88e59b17b369fdfd7",
[]
],
"standard-font-family-10-notref.html": [

View file

@ -0,0 +1,2 @@
[hanging-punctuation-inline-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-break-normal-hyphens-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-break-strict-hyphens-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[segment-break-transformation-unremovable-1.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[segment-break-transformation-unremovable-2.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[segment-break-transformation-unremovable-3.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[segment-break-transformation-unremovable-4.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-full-size-kana-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-full-size-kana-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-full-size-kana-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-full-size-kana-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-transform-full-size-kana-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[trailing-ideographic-space-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[trailing-ideographic-space-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[trailing-ideographic-space-008.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[word-break-break-all-020.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[word-break-break-all-032.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[word-break-keep-all-006.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[font_fallback_01.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[font_fallback_02.html]
expected: FAIL

View file

@ -6,16 +6,17 @@
@font-face {
font-family: large-font;
src: local(Ahem), url(/fonts/Ahem.ttf);
size-adjust: 1000%;
unicode-range: U+0020;
}
.space {
font-family: large-font;
font-size: 1000%;
}
.ref {
font-family: sans-serif;
position: relative;
left: -10em;
}
</style>
<span class="space"> </span><span class="ref"></span>
<span class="space">&nbsp;</span><span class="ref"></span>