aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/flex/flex-basis-011.htm
diff options
context:
space:
mode:
Diffstat (limited to 'test/render/flex/flex-basis-011.htm')
-rw-r--r--test/render/flex/flex-basis-011.htm30
1 files changed, 30 insertions, 0 deletions
diff --git a/test/render/flex/flex-basis-011.htm b/test/render/flex/flex-basis-011.htm
new file mode 100644
index 00000000..d7e98c2a
--- /dev/null
+++ b/test/render/flex/flex-basis-011.htm
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flex-basis-011.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
+<head><meta charset="utf-8">
+<title>CSS Flexbox Test: % flex-basis should not cause engines to treat items as percentage sized</title>
+<link href="mailto:svillar@igalia.com" rel="author" title="Sergio Villar Senin">
+<link href="http://www.w3.org/TR/css-flexbox-1/#flex-basis-property" rel="help">
+<link href="support/flexbox.css" rel="stylesheet">
+<link href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/flex-basis-011-ref.htm" rel="match">
+<style>
+.flex-item {
+ flex: 1 0 100%;
+ border: 1px solid blue;
+}
+</style>
+
+</head><body><p>Test PASS if there are two boxes with blue borders vertically stretched to fit their contents.</p>
+<div class="flexbox">
+ <div class="flexbox column">
+ <div class="flex-item">
+ <div>AAA</div>
+ </div>
+ <div class="flex-item">
+ <div>BBB</div>
+ </div>
+ </div>
+</div>
+</body>
+<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/flex-basis-011.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
+</html>