1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Libraries/LibWeb/Tests
Andreas Kling e27726dc92 LibWeb: Add the Document.documentElement API
Also change DOM::Document::document_element() to return an Element*
and not an HTML::HTMLHtmlElement since that's not the only kind of
documentElement we might encounter.
2020-08-03 13:30:18 +02:00
..
Document LibWeb: Add the Document.documentElement API 2020-08-03 13:30:18 +02:00
Elements/HTML LibWeb: Move contentEditable from Element to HTMLElement 2020-08-03 12:47:58 +02:00
Window test-web: Add ability to change page mid-test 2020-07-25 12:35:15 +02:00
.prettierrc LibWeb+test-web: Create test-web program, add doctype test 2020-07-23 13:11:41 +02:00
test-common.js test-web: Add ability to change page mid-test 2020-07-25 12:35:15 +02:00