mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
This commit is contained in:
12
Tests/LibWeb/Ref/input/css-nested-declarations.html
Normal file
12
Tests/LibWeb/Ref/input/css-nested-declarations.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="match" href="../expected/css-nested-declarations-ref.html" />
|
||||
<style>
|
||||
#target {
|
||||
background-color: green;
|
||||
@media all {}
|
||||
border: 1px solid blue;
|
||||
.whatever {}
|
||||
font-size: 60px;
|
||||
}
|
||||
</style>
|
||||
<div id="target">Well hello friends!</div>
|
||||
Reference in New Issue
Block a user