summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html')
-rw-r--r--testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html b/testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html
new file mode 100644
index 0000000000..9fdaf1a880
--- /dev/null
+++ b/testing/web-platform/tests/css/css-multicol/multicol-scroll-content.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<title>CSS Test: Multi-column element with scrolled content</title>
+<link rel="help" href="http://www.w3.org/TR/css3-multicol/#columns"/>
+<link rel="match" href="multicol-scroll-content-ref.html"/>
+<div style="columns: 2; width: 200px; height: 100px; column-gap: 0">
+ <div style="overflow: scroll; height: 150px; background: red">
+ <div style="width: 400px; height: 400px; background: green; position: relative"></div>
+ </div>
+</div>
+<div style="columns: 2; width: 200px; height: 100px; column-gap: 0">
+ <div style="height: 100px"></div>
+ <div style="overflow: scroll; height: 150px; background: red">
+ <div style="width: 400px; height: 400px; background: green; position: relative"></div>
+ </div>
+</div>