Pass | "foo " becomes "foo�" | Asserts runPass | assert_equals("foo\ufffd", "foo\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Pass | "f oo" becomes "f�oo" | Asserts runPass | assert_equals("f\ufffdoo", "f\ufffdoo")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Pass | " foo" becomes "�foo" | Asserts runPass | assert_equals("\ufffdfoo", "\ufffdfoo")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Pass | " " becomes "�" | Asserts runPass | assert_equals("\ufffd", "\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Pass | " " becomes "���" | Asserts runPass | assert_equals("\ufffd\ufffd\ufffd", "\ufffd\ufffd\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Fail | "fooU+d800" becomes "foo�" | assert_equals: expected "foo\ufffd" but got "fooU+d800" at Test.<anonymous> (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:26:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at testParsing (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:25:5)
at https://www1.wpt.live/css/css-syntax/input-preprocessing.html:40:1 Asserts runFail | assert_equals("foo�", "foo\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Fail | "fU+d800oo" becomes "f�oo" | assert_equals: expected "f\ufffdoo" but got "fU+d800oo" at Test.<anonymous> (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:26:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at testParsing (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:25:5)
at https://www1.wpt.live/css/css-syntax/input-preprocessing.html:41:1 Asserts runFail | assert_equals("f�oo", "f\ufffdoo")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Fail | "U+d800foo" becomes "�foo" | assert_equals: expected "\ufffdfoo" but got "U+d800foo" at Test.<anonymous> (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:26:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at testParsing (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:25:5)
at https://www1.wpt.live/css/css-syntax/input-preprocessing.html:42:1 Asserts runFail | assert_equals("�foo", "\ufffdfoo")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Fail | "U+d800" becomes "�" | assert_equals: expected "\ufffd" but got "U+d800" at Test.<anonymous> (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:26:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at testParsing (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:25:5)
at https://www1.wpt.live/css/css-syntax/input-preprocessing.html:43:1 Asserts runFail | assert_equals("�", "\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|
Fail | "U+d800U+d800U+d800" becomes "���" | assert_equals: expected "\ufffd\ufffd\ufffd" but got "U+d800U+d800U+d800" at Test.<anonymous> (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:26:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at testParsing (https://www1.wpt.live/css/css-syntax/input-preprocessing.html:25:5)
at https://www1.wpt.live/css/css-syntax/input-preprocessing.html:44:1 Asserts runFail | assert_equals("���", "\ufffd\ufffd\ufffd")
at Test.<anonymous> ( /css/css-syntax/input-preprocessing.html:26:9) |
|