| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 1863 tests; 1809 PASS, 54 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS Selectors-API Test Suite: HTML | 3 PASS Selectors-API Test Suite: HTML |
| 3 PASS Document supports querySelector | 4 PASS Document supports querySelector |
| 4 PASS Document supports querySelectorAll | 5 PASS Document supports querySelectorAll |
| 5 PASS Document.querySelectorAll returns NodeList instance | 6 PASS Document.querySelectorAll returns NodeList instance |
| 6 PASS Detached Element supports querySelector | 7 PASS Detached Element supports querySelector |
| 7 PASS Detached Element supports querySelectorAll | 8 PASS Detached Element supports querySelectorAll |
| 8 PASS Detached Element.querySelectorAll returns NodeList instance | 9 PASS Detached Element.querySelectorAll returns NodeList instance |
| 9 PASS Fragment supports querySelector | 10 PASS Fragment supports querySelector |
| 10 PASS Fragment supports querySelectorAll | 11 PASS Fragment supports querySelectorAll |
| 11 PASS Fragment.querySelectorAll returns NodeList instance | 12 PASS Fragment.querySelectorAll returns NodeList instance |
| (...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1993 PASS In-document Element.querySelector: Syntax, group of selectors separator, wh
itespace after: #group em, \r | 1994 PASS In-document Element.querySelector: Syntax, group of selectors separator, wh
itespace after: #group em, \r |
| 1994 #group strong | 1995 #group strong |
| 1995 PASS In-document Element.querySelectorAll: Syntax, group of selectors separator,
whitespace before: #group em \r | 1996 PASS In-document Element.querySelectorAll: Syntax, group of selectors separator,
whitespace before: #group em \r |
| 1996 ,#group strong | 1997 ,#group strong |
| 1997 PASS In-document Element.querySelector: Syntax, group of selectors separator, wh
itespace before: #group em \r | 1998 PASS In-document Element.querySelector: Syntax, group of selectors separator, wh
itespace before: #group em \r |
| 1998 ,#group strong | 1999 ,#group strong |
| 1999 PASS In-document Element.querySelectorAll: Syntax, group of selectors separator,
no whitespace: #group em,#group strong | 2000 PASS In-document Element.querySelectorAll: Syntax, group of selectors separator,
no whitespace: #group em,#group strong |
| 2000 PASS In-document Element.querySelector: Syntax, group of selectors separator, no
whitespace: #group em,#group strong | 2001 PASS In-document Element.querySelector: Syntax, group of selectors separator, no
whitespace: #group em,#group strong |
| 2001 Harness: the test ran to completion. | 2002 Harness: the test ran to completion. |
| 2002 | 2003 |
| OLD | NEW |