Tests: Import some URL-related WPT tests

This commit is contained in:
Sam Atkins 2025-05-03 15:38:05 +01:00 committed by Tim Ledbetter
commit 09b508d8e8
Notes: github-actions[bot] 2025-05-03 22:23:47 +00:00
18 changed files with 462 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<style>
.test {
width: 200px;
height: 200px;
background-color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a green square.</p>
<div class="test"></div>
</body>
</html>