| OLD | NEW |
| 1 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' | 1 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' |
| 2 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' | 2 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' |
| 3 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' | 3 CONSOLE ERROR: line 84: Pattern attribute value )foo( is not a valid regular exp
ression: Uncaught SyntaxError: Invalid regular expression: /)foo(/: Unmatched ')
' |
| 4 CONSOLE ERROR: line 84: Pattern attribute value foo\ is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /foo\/: \ at end of pa
ttern | 4 CONSOLE ERROR: line 84: Pattern attribute value foo\ is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /foo\/: \ at end of pa
ttern |
| 5 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c
haracter class | 5 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c
haracter class |
| 6 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c
haracter class | 6 CONSOLE ERROR: line 84: Pattern attribute value [0-9 is not a valid regular expr
ession: Uncaught SyntaxError: Invalid regular expression: /[0-9/: Unterminated c
haracter class |
| 7 CONSOLE ERROR: line 84: Pattern attribute value \@ is not a valid regular expres
sion: Uncaught SyntaxError: Invalid regular expression: /\@/: Invalid escape | 7 CONSOLE ERROR: line 84: Pattern attribute value \@ is not a valid regular expres
sion: Uncaught SyntaxError: Invalid regular expression: /\@/: Invalid escape |
| 8 CONSOLE ERROR: line 84: Pattern attribute value \p is not a valid regular expres
sion: Uncaught SyntaxError: Invalid regular expression: /\p/: Invalid escape | 8 CONSOLE ERROR: line 84: Pattern attribute value \p is not a valid regular expres
sion: Uncaught SyntaxError: Invalid regular expression: /\p/: Invalid escape |
| 9 This test checks validity.patternMismatch. | 9 This test checks validity.patternMismatch. |
| 10 | 10 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 PASS patternMismatchFor("empty-pattern-mismatch") is true | 65 PASS patternMismatchFor("empty-pattern-mismatch") is true |
| 66 PASS patternMismatchFor("invalid-01") is false | 66 PASS patternMismatchFor("invalid-01") is false |
| 67 PASS patternMismatchFor("invalid-02") is false | 67 PASS patternMismatchFor("invalid-02") is false |
| 68 PASS patternMismatchFor("invalid-03") is false | 68 PASS patternMismatchFor("invalid-03") is false |
| 69 PASS patternMismatchFor("invalid-04") is false | 69 PASS patternMismatchFor("invalid-04") is false |
| 70 PASS patternMismatchFor("invalid-05") is false | 70 PASS patternMismatchFor("invalid-05") is false |
| 71 PASS patternMismatchFor("invalid-06") is false | 71 PASS patternMismatchFor("invalid-06") is false |
| 72 PASS patternMismatchFor("disabled") is false | 72 PASS patternMismatchFor("disabled") is false |
| 73 PASS patternMismatchFor("unicode-invalid-01") is false | 73 PASS patternMismatchFor("unicode-invalid-01") is false |
| 74 PASS patternMismatchFor("unicode-invalid-02") is false | 74 PASS patternMismatchFor("unicode-invalid-02") is false |
| 75 PASS patternMismatchFor("unicode-invalid-02") is false |
| 75 PASS patternMismatchFor("unicode-match-01") is false | 76 PASS patternMismatchFor("unicode-match-01") is false |
| 76 PASS patternMismatchFor("unicode-match-02") is false | 77 PASS patternMismatchFor("unicode-match-02") is false |
| 77 PASS patternMismatchFor("unicode-match-03") is false | 78 PASS patternMismatchFor("unicode-match-03") is false |
| 78 PASS patternMismatchFor("unicode-match-04") is false | 79 PASS patternMismatchFor("unicode-match-04") is false |
| 79 PASS patternMismatchFor("unicode-mismatch-01") is true | 80 PASS patternMismatchFor("unicode-mismatch-01") is true |
| 80 PASS successfullyParsed is true | 81 PASS successfullyParsed is true |
| 81 | 82 |
| 82 TEST COMPLETE | 83 TEST COMPLETE |
| 83 | 84 |
| OLD | NEW |