diff options
Diffstat (limited to 'test/render/flex/padding-overflow-crash.htm')
-rw-r--r-- | test/render/flex/padding-overflow-crash.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/render/flex/padding-overflow-crash.htm b/test/render/flex/padding-overflow-crash.htm new file mode 100644 index 00000000..d895c4dc --- /dev/null +++ b/test/render/flex/padding-overflow-crash.htm @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/padding-overflow-crash.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT --> +<head><link href="mailto:[email protected]" rel="author" title="David Grogan"> +<link href="https://www.w3.org/TR/css-flexbox-1/#layout-algorithm" rel="help"> +<link href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/ref-filled-green-100px-square-only.htm" rel="match"> +<meta content="Item's size includes padding even when there is overflow:hidden. Chrome crashed on this." name="assert"> +</head><body><p>Test passes if there is a filled green square only.</p> + +<div style="display: flex"> + <div style="padding: 50px; background: green; overflow: hidden;"></div> +</div> +</body> +<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/padding-overflow-crash.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 |