diff options
Diffstat (limited to 'test/render/flex/-flexbox_block.htm')
-rw-r--r-- | test/render/flex/-flexbox_block.htm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/render/flex/-flexbox_block.htm b/test/render/flex/-flexbox_block.htm new file mode 100644 index 00000000..afa26b40 --- /dev/null +++ b/test/render/flex/-flexbox_block.htm @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flexbox_block.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT --> +<head><title>flexbox | block</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="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/blank.htm" rel="match"> +<style> +div { + background: red; + margin-top: -20em; + display: flex; +} +</style> + +</head><body><div>FAIL</div> +</body> +<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flexbox_block.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT --> +</html>
\ No newline at end of file |