aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht')
-rw-r--r--tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht
deleted file mode 100644
index 0c38bd2b24d..00000000000
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_margin-auto-ref.xht
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><title>flexbox | margin: auto</title>
-<link href="http://opera.com" rel="author" title="Opera Software" />
-<style>
-div {
- background: blue;
- margin: 1em 0;
- border: 1px solid black;
- height: 8em;
- width: 32em;
- position: relative;
-}
-span {
- background: white;
- width: 4em;
- margin: 0;
- height: 6em;
- position: absolute;
- left: 6em;
- top: 1em;
- display: inline-block;
-}
-span+span {
- left: 22em;
-}
-</style>
-
-</head><body><div>
- <span>one</span>
- <span>two</span>
-</div>
-</body></html> \ No newline at end of file