diff --git a/Tests/LibWeb/Ref/data/checkerboard-background.css b/Tests/LibWeb/Ref/data/checkerboard-background.css new file mode 100644 index 00000000000..37af730d9cc --- /dev/null +++ b/Tests/LibWeb/Ref/data/checkerboard-background.css @@ -0,0 +1,3 @@ +#checkerboard { + background: url("2x2checkerboard.png"); +} diff --git a/Tests/LibWeb/Ref/expected/css/images-load-relative-to-style-sheet-ref.html b/Tests/LibWeb/Ref/expected/css/images-load-relative-to-style-sheet-ref.html new file mode 100644 index 00000000000..621af09abe4 --- /dev/null +++ b/Tests/LibWeb/Ref/expected/css/images-load-relative-to-style-sheet-ref.html @@ -0,0 +1,12 @@ + + + + +
diff --git a/Tests/LibWeb/Ref/input/css/images-load-relative-to-imported-style-sheet.html b/Tests/LibWeb/Ref/input/css/images-load-relative-to-imported-style-sheet.html new file mode 100644 index 00000000000..241c8d16623 --- /dev/null +++ b/Tests/LibWeb/Ref/input/css/images-load-relative-to-imported-style-sheet.html @@ -0,0 +1,13 @@ + + + + + +
diff --git a/Tests/LibWeb/Ref/input/css/images-load-relative-to-linked-style-sheet.html b/Tests/LibWeb/Ref/input/css/images-load-relative-to-linked-style-sheet.html new file mode 100644 index 00000000000..9b78116403a --- /dev/null +++ b/Tests/LibWeb/Ref/input/css/images-load-relative-to-linked-style-sheet.html @@ -0,0 +1,13 @@ + + + + + + +