mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 07:02:54 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
5 lines
101 B
HTML
5 lines
101 B
HTML
<!doctype html><style>
|
|
div {
|
|
color: black;
|
|
}
|
|
</style><div>This text should be black.
|