| OLD | NEW |
| 1 This tests setting and re-serialization of some CSS selectors. | 1 This tests setting and re-serialization of some CSS selectors. |
| 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 setThenReadSelectorText('') is '_foo' | 6 PASS setThenReadSelectorText('') is '_foo' |
| 7 PASS setThenReadSelectorText('123') is '_foo' | 7 PASS setThenReadSelectorText('123') is '_foo' |
| 8 PASS setThenReadSelectorText('-') is '_foo' | 8 PASS setThenReadSelectorText('-') is '_foo' |
| 9 PASS setThenReadSelectorText('$') is '_foo' | 9 PASS setThenReadSelectorText('$') is '_foo' |
| 10 PASS setThenReadSelectorText(':') is '_foo' | 10 PASS setThenReadSelectorText(':') is '_foo' |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 PASS setThenReadSelectorText(':checked') is ':checked' | 43 PASS setThenReadSelectorText(':checked') is ':checked' |
| 44 PASS setThenReadSelectorText(':disabled') is ':disabled' | 44 PASS setThenReadSelectorText(':disabled') is ':disabled' |
| 45 PASS setThenReadSelectorText(':empty') is ':empty' | 45 PASS setThenReadSelectorText(':empty') is ':empty' |
| 46 PASS setThenReadSelectorText(':enabled') is ':enabled' | 46 PASS setThenReadSelectorText(':enabled') is ':enabled' |
| 47 PASS setThenReadSelectorText(':first-child') is ':first-child' | 47 PASS setThenReadSelectorText(':first-child') is ':first-child' |
| 48 PASS setThenReadSelectorText(':first-of-type') is ':first-of-type' | 48 PASS setThenReadSelectorText(':first-of-type') is ':first-of-type' |
| 49 PASS setThenReadSelectorText(':focus') is ':focus' | 49 PASS setThenReadSelectorText(':focus') is ':focus' |
| 50 PASS setThenReadSelectorText(':hover') is ':hover' | 50 PASS setThenReadSelectorText(':hover') is ':hover' |
| 51 PASS setThenReadSelectorText(':indeterminate') is ':indeterminate' | 51 PASS setThenReadSelectorText(':indeterminate') is ':indeterminate' |
| 52 PASS setThenReadSelectorText(':link') is ':link' | 52 PASS setThenReadSelectorText(':link') is ':link' |
| 53 PASS setThenReadSelectorText(':not(:placeholder-shown)') is ':not(:placeholder-s
hown)' |
| 54 PASS setThenReadSelectorText(':placeholder-shown') is ':placeholder-shown' |
| 53 PASS setThenReadSelectorText(':root') is ':root' | 55 PASS setThenReadSelectorText(':root') is ':root' |
| 54 PASS setThenReadSelectorText(':target') is ':target' | 56 PASS setThenReadSelectorText(':target') is ':target' |
| 55 PASS setThenReadSelectorText(':visited') is ':visited' | 57 PASS setThenReadSelectorText(':visited') is ':visited' |
| 56 | 58 |
| 57 PASS setThenReadSelectorText(':lang(a)') is ':lang(a)' | 59 PASS setThenReadSelectorText(':lang(a)') is ':lang(a)' |
| 58 PASS setThenReadSelectorText(':not(a)') is ':not(a)' | 60 PASS setThenReadSelectorText(':not(a)') is ':not(a)' |
| 59 PASS setThenReadSelectorText(':-webkit-any(a,b,p)') is ':-webkit-any(a,b,p)' | 61 PASS setThenReadSelectorText(':-webkit-any(a,b,p)') is ':-webkit-any(a,b,p)' |
| 60 | 62 |
| 61 PASS setThenReadSelectorText('::after') is '::after' | 63 PASS setThenReadSelectorText('::after') is '::after' |
| 62 PASS setThenReadSelectorText('::before') is '::before' | 64 PASS setThenReadSelectorText('::before') is '::before' |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 PASS setThenReadSelectorText(':after') is '::after' | 113 PASS setThenReadSelectorText(':after') is '::after' |
| 112 PASS setThenReadSelectorText(':before') is '::before' | 114 PASS setThenReadSelectorText(':before') is '::before' |
| 113 PASS setThenReadSelectorText(':first-letter') is '::first-letter' | 115 PASS setThenReadSelectorText(':first-letter') is '::first-letter' |
| 114 PASS setThenReadSelectorText(':first-line') is '::first-line' | 116 PASS setThenReadSelectorText(':first-line') is '::first-line' |
| 115 PASS setThenReadSelectorText(':-webkit-any( a.class1 , #id,[attr] )')
is ':-webkit-any(a.class1,#id,[attr])' | 117 PASS setThenReadSelectorText(':-webkit-any( a.class1 , #id,[attr] )')
is ':-webkit-any(a.class1,#id,[attr])' |
| 116 | 118 |
| 117 PASS successfullyParsed is true | 119 PASS successfullyParsed is true |
| 118 | 120 |
| 119 TEST COMPLETE | 121 TEST COMPLETE |
| 120 | 122 |
| OLD | NEW |