| 13:22 | <hsivonen> | Are there WPTs for meta charset? |
| 13:25 | <jgraham> | Grepping for meta charset doesn't suggest much. Some tests in html/infrastructure/urls/resolving-urls/query-encoding/ are run with a handful of values |
| 13:26 | <Andreu Botella (he/they)> | Last year I wanted to try and implement the encoding pre-scan for servo, and didn't find any WPT tests that seemed to specifically test for it |
| 13:28 | <hsivonen> | Last year I wanted to try and implement the encoding pre-scan for servo, and didn't find any WPT tests that seemed to specifically test for it |
| 13:29 | <hsivonen> | Grepping for html/syntax/charset/ |
| 13:29 | <hsivonen> | Do WPT reftests run from file: like Gecko reftests? |
| 13:30 | <Ms2ger 💉💉> | I don't think so |
| 13:31 | <jgraham> | No |
| 19:24 | <Domenic> | hsivonen: you may enjoy borrowing from https://github.com/jsdom/html-encoding-sniffer/tree/master/test . Not very exhaustive I imagine but it caught a few bugs in our implementation as you can see from https://github.com/jsdom/html-encoding-sniffer/commits/master/test |