diff options
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_margin.xht')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_margin.xht | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_margin.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_margin.xht deleted file mode 100644 index af49125fd1d..00000000000 --- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_margin.xht +++ /dev/null @@ -1,18 +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 | margins</title> -<link href="http://opera.com" rel="author" title="Opera Software" /> -<link href="http://www.w3.org/TR/css-flexbox-1/#flex-containers" rel="help" /> -<link href="reference/flexbox_margin-ref.xht" rel="match" /> -<style> -div { - background: black; - margin: 1em; - height: 4em; - - display: flex; - justify-content: space-around; -} -</style> - -</head><body><div></div> -</body></html>
\ No newline at end of file |