1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 15:17:45 +00:00
serenity/Base
Luke 60599d03dd LibWeb+test-web: Create test-web program, add doctype test
LibWeb currently has no test suite or program. Let's change that :^)

test-web is mostly a copy of test-js, but modified for LibWeb.
test-web imports both LibJS/Tests/test-common.js and
LibWeb/Test/test-common.js

LibWeb's suite provides the ability to specify the page to load,
what to do before the page is loaded, and what to do after it's
loaded.

This also provides a test of document.doctype and its close sibling
document.compatMode.

Currently, this isn't added to Lagom because of CodeGenerators.
2020-07-23 13:11:41 +02:00
..
etc WindowServer+LibGUI: Add "wait" cursor 2020-07-07 23:11:39 +02:00
home/anon Shell: Run both /etc/shellrc and ~/.shellrc on startup 2020-07-07 11:35:22 +02:00
res LibWeb+test-web: Create test-web program, add doctype test 2020-07-23 13:11:41 +02:00
usr Base: Add link to test-common.js in test-js(1) man page 2020-07-07 17:42:50 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00