aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht')
-rw-r--r--tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht
deleted file mode 100644
index 57a275de7c3..00000000000
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_fbfc-ref.xht
+++ /dev/null
@@ -1,31 +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 | flex formatting context :: float intrusion</title>
-<link href="http://opera.com" rel="author" title="Opera Software" />
-<style>
-* {margin: 0;}
-body {width: 600px;}
-#float {
- background: #3366cc;
- width: 25%;
- float: left;
-}
-#flex {
- background: #ffcc00;
- padding: 2em 0;
- width: 80%;
- clear: both;
-}
-div div {
- background: pink;
- margin: 0 2em;
- height: 4em;
- display: inline-block;
-}
-</style>
-
-</head><body><div id="float">damer</div>
-
-<div id="flex">
- <div>Yellow box should be below the blue box</div>
-</div>
-</body></html> \ No newline at end of file