diff options
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_item-top-float-ref.htm')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_item-top-float-ref.htm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_item-top-float-ref.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_item-top-float-ref.htm deleted file mode 100644 index 2156ea31c28..00000000000 --- a/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_item-top-float-ref.htm +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html> -<html><head><title>flexbox | floated item</title> -<link href="http://opera.com" rel="author" title="Opera Software"> -<style> -div { - background: black; - margin: 1em; - width: 400px; -} -p { - background: #3366cc; - margin: 2em; - width: 2em; - height: 2em; - float: left; -} -div::after { - content: ""; - clear: both; - display: block; -} -</style> - -</head><body><div> - <p></p> - <p></p> - <p></p> - <p></p> -</div> -</body></html>
\ No newline at end of file |