Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassChild with bogus <meta charset>
Asserts run
Pass
assert_equals("\ufffd\n", "\ufffd\n")
    at Test.<anonymous> ( /html/syntax/charset/inheritance-bogus-meta-utf-8.html:30:7)
FailChild with bogus Content-Type charsetassert_equals: expected "\ufffd\n" but got "¢\n"
    at Test.<anonymous> (https://wpt.live/html/syntax/charset/inheritance-bogus-meta-utf-8.html:30:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at HTMLIFrameElement.<anonymous> (https://wpt.live/resources/testharness.js:2717:32)
Asserts run
Fail
assert_equals("¢\n", "\ufffd\n")
    at Test.<anonymous> ( /html/syntax/charset/inheritance-bogus-meta-utf-8.html:30:7)
PassChild with bogus Content-Type charset, but valid <meta charset>
Asserts run
Pass
assert_equals("ў\n", "ў\n")
    at Test.<anonymous> ( /html/syntax/charset/inheritance-bogus-meta-utf-8.html:30:7)