aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht')
-rw-r--r--tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht
deleted file mode 100644
index c024429229d..00000000000
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_generated-container.xht
+++ /dev/null
@@ -1,29 +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 | flexcontainer vs generated content</title>
-<link href="http://opera.com" rel="author" title="Opera Software" />
-<link href="http://www.w3.org/TR/css-flexbox-1/#flex-container" rel="help" />
-<link href="reference/flexbox_generated-container-ref.xht" rel="match" />
-<style>
-div {
- background: red;
-}
-div div {
- content: "xxx";
- background: blue;
-
- display: flex;
-}
-p {
- background: yellow;
- margin: 1em;
- width: 2000px;
- height: 2000px;
-}
-</style>
-
-</head><body><div id="test">
- <div>
- <p>FAIL</p>
- </div>
-</div>
-</body></html> \ No newline at end of file