mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 15:13:07 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
226 B
HTML
11 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>
|