/css/css-fonts/parsing/font-face-src-tech.html| status | subtest | message |
|---|---|---|
| PASS | Check that src: url("foo.ttf") is valid | |
| FAIL | Check that src: url("foo.ttf") tech() is invalid | assert_equals: expected false but got true |
| PASS | Check that src: url("foo.ttf") tech(features-opentype) is valid | |
| PASS | Check that src: url("foo.ttf") tech(features-aat) is valid | |
| FAIL | Check that src: url("foo.ttf") tech(color-COLRv0) is valid | assert_equals: expected matching tech() lists expected "color-colrv0" but got "color-COLRv0" |
| FAIL | Check that src: url("foo.ttf") tech(color-COLRv1) is valid | assert_equals: expected matching tech() lists expected "color-colrv1" but got "color-COLRv1" |
| PASS | Check that src: url("foo.ttf") tech(color-sbix) is valid | |
| FAIL | Check that src: url("foo.ttf") tech(color-CBDT) is valid | assert_equals: expected matching tech() lists expected "color-cbdt" but got "color-CBDT" |
| PASS | Check that src: url("foo.ttf") tech(variations) is valid | |
| PASS | Check that src: url("foo.ttf") tech(palettes) is valid | |
| FAIL | Check that src: url("foo.ttf") tech("features-opentype") is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech("color-COLRv0") is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech("variations") is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(features-opentype, color-COLRv0, variations, palettes) is valid | assert_equals: expected matching tech() lists expected "color-colrv0, features-opentype, palettes, variations" but got "color-COLRv0, features-opentype, palettes, variations" |
| FAIL | Check that src: url("foo.ttf") tech(features-opentype color-COLRv0 variations palettes) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(feature-opentype) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(feature-aat) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(feature-graphite) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(auto) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(default) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(inherit) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(initial) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(none) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(normal) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(xyzzy) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(xyzzy, features-opentype) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") tech(features-opentype, xyzzy) is invalid | assert_equals: expected false but got true |
| PASS | Check that src: url("foo.ttf") format(opentype) tech(features-opentype) is valid | |
| FAIL | Check that src: url("foo.ttf") tech(features-opentype) format(opentype) is invalid | assert_equals: expected false but got true |
| PASS | Check that src: url("foo.ttf") tech(incremental), url("bar.html") is valid | |
| PASS | Check that src: url("foo.ttf") tech(incremental, color-SVG, features-graphite, features-aat), url("bar.html") is valid | |
| PASS | Check that src: url("foo.ttf") tech(color-SVG, features-graphite), url("bar.html") is valid | |
| PASS | Check that src: url("foo.ttf") tech(color-SVG), url("bar.html") is valid | |
| PASS | Check that src: url("foo.ttf") tech(features-graphite), url("bar.html") is valid | |
| FAIL | Check that src: url("foo.ttf") dummy("opentype") tech(variations) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") dummy("opentype") dummy(variations) is invalid | assert_equals: expected false but got true |
| FAIL | Check that src: url("foo.ttf") format(opentype) tech(features-opentype) dummy(something) is invalid | assert_equals: expected false but got true |
| PASS | Check that src: url("foo.ttf") format(dummy), url("foo.ttf") tech(variations) is valid | |
| PASS | Check that src: url("foo.ttf") tech(color), url("bar.html") is valid |
bundle built 2026-07-16T07:16:48.063Z