summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/zoom/tentative/background-image-ref.html')
-rw-r--r--testing/web-platform/tests/css/zoom/tentative/background-image-ref.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html b/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html
deleted file mode 100644
index 6fe548f343..0000000000
--- a/testing/web-platform/tests/css/zoom/tentative/background-image-ref.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!doctype html>
-<title>CSS Test Reference</title>
-<style>
-div {
- width: 10px;
- height: 10px;
- background-image: image-set(url("/images/pattern.png") 2x);
-}
-</style>
-<div></div>