mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
12 lines
226 B
HTML
12 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="../expected/overflow-hidden-6-ref.html" />
|
|
<style>
|
|
.box {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div class="box"></div>
|