aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm')
-rw-r--r--tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm b/tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm
deleted file mode 100644
index 89b01c14f59..00000000000
--- a/tests/wpt/css-tests/css-values-3_dev/html/reference/calc-min-width-block-intrinsic-1-ref.htm
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <title>CSS Reference: intrinsic width of min-width: calc() on blocks</title>
- <link href="https://dbaron.org/" rel="author" title="L. David Baron">
- <meta content="" name="flags">
-<style type="text/css">
-
-body > div { margin: 0 0 1px 0; background: blue; color: white; height: 5px }
-
-</style>
-</head>
-<body>
-
-<div style="width: 1px"></div>
-<div style="width: 47px"></div>
-<div style="width: 1px"></div>
-<div style="width: 1px"></div>
-<div style="width: 50px"></div>
-<div style="width: 1px"></div>
-
-
-</body></html> \ No newline at end of file