mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
60599d03dd
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.
8 lines
82 B
HTML
8 lines
82 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Blank</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|