Linus Groh
5122f98198
Base+LibJS+LibWeb: Make prettier clean
...
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +01:00
Luke
124c52b3b5
LibWeb: Implement document ready state
2020-08-31 23:05:51 +02:00
Luke
7902d215b3
LibWeb: Implement <template> parsing
...
Note that there is currently no way to display them as we can't
currently clone nodes.
Adds special case for templates for dumping to console.
Doesn't add it to the DOM inspector as I'm not sure how to do it.
2020-08-21 11:57:11 +02:00
Luke
c2a2552e46
LibWeb: Add more document tests, add comment, text and mixin tests
...
Also adds a TypeScript definition file for the test runner object.
2020-08-17 22:57:05 +02:00
Andreas Kling
354f9aafd5
LibWeb: Reorganize tests into DOM/ and HTML/
2020-08-03 20:50:20 +02:00