| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 205 tests; 125 PASS, 80 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS Simplest possible test ("<div>abc") | 3 PASS Simplest possible test ("<div>abc") |
| 3 PASS Leading whitespace removed ("<div> abc") | 4 PASS Leading whitespace removed ("<div> abc") |
| 4 PASS Trailing whitespace removed ("<div>abc ") | 5 PASS Trailing whitespace removed ("<div>abc ") |
| 5 PASS Internal whitespace compressed ("<div>abc def") | 6 PASS Internal whitespace compressed ("<div>abc def") |
| 6 PASS \n converted to space ("<div>abc\ndef") | 7 PASS \n converted to space ("<div>abc\ndef") |
| 7 PASS \r converted to space ("<div>abc\rdef") | 8 PASS \r converted to space ("<div>abc\rdef") |
| 8 FAIL \t converted to space ("<div>abc\tdef") assert_equals: expected "abc def" b
ut got "abc\tdef" | 9 FAIL \t converted to space ("<div>abc\tdef") assert_equals: expected "abc def" b
ut got "abc\tdef" |
| 9 FAIL Trailing whitespace before hard line break removed ("<div>abc <br>def") ass
ert_equals: expected "abc\ndef" but got "abc \ndef" | 10 FAIL Trailing whitespace before hard line break removed ("<div>abc <br>def") ass
ert_equals: expected "abc\ndef" but got "abc \ndef" |
| 10 PASS Leading whitespace preserved ("<pre> abc") | 11 PASS Leading whitespace preserved ("<pre> abc") |
| 11 PASS Trailing whitespace preserved ("<pre>abc ") | 12 PASS Trailing whitespace preserved ("<pre>abc ") |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 PASS display:block <rp> with whitespace ("<div><rp style='display:block'> abc </
rp>def") | 200 PASS display:block <rp> with whitespace ("<div><rp style='display:block'> abc </
rp>def") |
| 200 PASS <rp> in a <select> ("<div><select class='poke-rp'></select>") | 201 PASS <rp> in a <select> ("<div><select class='poke-rp'></select>") |
| 201 PASS Shadow DOM contents ignored ("<div class='shadow'>") | 202 PASS Shadow DOM contents ignored ("<div class='shadow'>") |
| 202 PASS Shadow DOM contents ignored ("<div><div class='shadow'>") | 203 PASS Shadow DOM contents ignored ("<div><div class='shadow'>") |
| 203 FAIL CSS 'order' property ignored ("<div style='display:flex'><div style='order:
1'>1</div><div>2</div></div>") assert_equals: expected "1\n2" but got "1\n2\n" | 204 FAIL CSS 'order' property ignored ("<div style='display:flex'><div style='order:
1'>1</div><div>2</div></div>") assert_equals: expected "1\n2" but got "1\n2\n" |
| 204 FAIL Flex items blockified ("<div style='display:flex'><span>1</span><span>2</sp
an></div>") assert_equals: expected "1\n2" but got "1\n2\n" | 205 FAIL Flex items blockified ("<div style='display:flex'><span>1</span><span>2</sp
an></div>") assert_equals: expected "1\n2" but got "1\n2\n" |
| 205 FAIL CSS 'order' property ignored ("<div style='display:grid'><div style='order:
1'>1</div><div>2</div></div>") assert_equals: expected "1\n2" but got "1\n2\n" | 206 FAIL CSS 'order' property ignored ("<div style='display:grid'><div style='order:
1'>1</div><div>2</div></div>") assert_equals: expected "1\n2" but got "1\n2\n" |
| 206 FAIL Grid items blockified ("<div style='display:grid'><span>1</span><span>2</sp
an></div>") assert_equals: expected "1\n2" but got "1\n2\n" | 207 FAIL Grid items blockified ("<div style='display:grid'><span>1</span><span>2</sp
an></div>") assert_equals: expected "1\n2" but got "1\n2\n" |
| 207 Harness: the test ran to completion. | 208 Harness: the test ran to completion. |
| 208 | 209 |
| OLD | NEW |