mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
10 lines
186 B
HTML
10 lines
186 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#target {
|
|
background-color: green;
|
|
border: 1px solid blue;
|
|
font-size: 60px;
|
|
}
|
|
</style>
|
|
<div id="target">Well hello friends!</div>
|