diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-03-31 08:18:29 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2020-03-31 11:02:10 +0000 |
commit | 1dbfe69c918db53a15d90a9432a2ac54b36190d2 (patch) | |
tree | c5f420b966caa39e148db1af251fa48df50fb99f /tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html | |
parent | f9e7c6b9dc65fc178ef5e7e516bd777ef3bb5052 (diff) | |
download | servo-1dbfe69c918db53a15d90a9432a2ac54b36190d2.tar.gz servo-1dbfe69c918db53a15d90a9432a2ac54b36190d2.zip |
Update web-platform-tests to revision 5721f7843f406054b8e02b0e33ff8e733830cc3d
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html b/tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html new file mode 100644 index 00000000000..fbb8fcda3e1 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-with-multi-column-property-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<link href="resources/flexbox.css" rel="stylesheet"> +<style> +.flexbox, .inline-flexbox { + width: 20em; + font-kerning: none; +} +</style> +<div class="flexbox"> +AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD +</div> + +<div class="inline-flexbox"> +AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD +</div> |