diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-11-01 18:17:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-02 09:22:26 -0400 |
commit | 12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch) | |
tree | 982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht deleted file mode 100644 index 95990f87aae..00000000000 --- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/flexbox_justifycontent-center-overflow.xht +++ /dev/null @@ -1,36 +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 | justify-content: center / overflow</title> -<link href="http://opera.com" rel="author" title="Opera Software" /> -<link href="http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content" rel="help" /> -<link href="reference/flexbox_justifycontent-center-overflow-ref.xht" rel="match" /> -<style> -div { - font-family: monospace; - background: blue; - padding: 0; - margin: 1em 0 0 10em; - border: 1px solid black; - height: 8em; - width: 4em; - - display: flex; - justify-content: center; -} -span { - background: white; - margin: 1em; - width: 5em; - max-width: 6em; - display: inline-block; - - flex: 1 0 0%; -} -span:nth-child(1) {background: yellow;} -span:nth-child(2) {background: pink;} -span:nth-child(3) {background: lightblue;} -</style> - -</head><body><div> - <span>dam</span><span>dam</span><span>dam</span> -</div> -</body></html>
\ No newline at end of file |