aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm')
-rw-r--r--tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm35
1 files changed, 0 insertions, 35 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm
deleted file mode 100644
index 171804acea4..00000000000
--- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_rowspan-ref.htm
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html><head><title>flexbox | flexcontainers in cells with rowspan</title>
-<link href="http://opera.com" rel="author" title="Opera Software">
-<style>
-table {
- width: 600px;
- table-layout: fixed;
- border-spacing: 0;
-}
-td {
- background: blue;
- padding: 0;
-}
-div {
- background: white;
- height: 8em;
-}
-</style>
-
-</head><body><table>
-<tbody><tr>
-<td rowspan="2">
- <div></div>
-</td>
-<td>
- <div></div>
-</td>
-</tr>
-<tr>
-<td>
- <div></div>
-</td>
-</tr>
-</tbody></table>
-</body></html> \ No newline at end of file