OLD | NEW |
1 This test checks if CSS string values are correctly serialized when they contain
binary characters. | 1 This test checks if CSS string values are correctly serialized when they contain
binary characters. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testElement.style.fontFamily is "'�\\1\\2\\3\\4\\5\\6\\7\\8\\9\\a\\b\\c\\d\
\e\\f'" | 6 PASS testElement.style.fontFamily is "\"�\\1 \\2 \\3 \\4 \\5 \\6 \\7 \\8 \\9 \\a
\\b \\c \\d \\e \\f \"" |
7 PASS testElement.style.fontFamily is "'\\10\\11\\12\\13\\14\\15\\16\\17\\18\\19\
\1a\\1b\\1c\\1d\\1e\\1f\\7f'" | 7 PASS testElement.style.fontFamily is "\"\\10 \\11 \\12 \\13 \\14 \\15 \\16 \\17
\\18 \\19 \\1a \\1b \\1c \\1d \\1e \\1f \"" |
8 PASS testElement.style.fontFamily is "'\\a\\b\\c\\d\\e\\f\\1a\\1b\\1c\\1d\\1e\\1
f\\7f'" | 8 PASS testElement.style.fontFamily is "\"\\a \\b \\c \\d \\e \\f \\1a \\1b \\1c \
\1d \\1e \\1f \"" |
9 PASS testElement.style.fontFamily is "'\\3\\1\\2'" | 9 PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \"" |
10 PASS testElement.style.fontFamily is "'\\3 \\1 \\2 '" | 10 PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \"" |
11 PASS testElement.style.fontFamily is "'\\3 \\1 \\2 '" | 11 PASS testElement.style.fontFamily is "\"\\3 \\1 \\2 \"" |
12 PASS testElement.style.fontFamily is "'\\f�g'" | 12 PASS testElement.style.fontFamily is "\"\\f �g\"" |
13 PASS testElement.style.fontFamily is "'\\1 0\\1 1\\1 2\\1 3\\1 4\\1 5\\1 6\\1 7\
\1 8\\1 9'" | 13 PASS testElement.style.fontFamily is "\"\\1 0\\1 1\\1 2\\1 3\\1 4\\1 5\\1 6\\1 7
\\1 8\\1 9\"" |
14 PASS testElement.style.fontFamily is "'\\1 A\\1 B\\1 C\\1 D\\1 E\\1 F\\1G'" | 14 PASS testElement.style.fontFamily is "\"\\1 A\\1 B\\1 C\\1 D\\1 E\\1 F\\1 G\"" |
15 PASS testElement.style.fontFamily is "'\\1 a\\1 b\\1 c\\1 d\\1 e\\1 f\\1g'" | 15 PASS testElement.style.fontFamily is "\"\\1 a\\1 b\\1 c\\1 d\\1 e\\1 f\\1 g\"" |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |