mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Tests: Import WPTs to prevent optional string argument regressions
This commit is contained in:
committed by
Tim Ledbetter
parent
a25ff8d46e
commit
f2a406f8cc
Notes:
github-actions[bot]
2024-11-29 20:23:57 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/f2a406f8cc9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2630 Reviewed-by: https://github.com/tcl3 ✅
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<title>Document.title and DOMImplementation.createHTMLDocument</title>
|
||||
<script src="../../../../resources/testharness.js"></script>
|
||||
<script src="../../../../resources/testharnessreport.js"></script>
|
||||
<script src="../../../../dom/nodes/DOMImplementation-createHTMLDocument.js"></script>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
createHTMLDocuments(function(doc, expectedtitle, normalizedtitle) {
|
||||
assert_equals(doc.title, normalizedtitle)
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user