summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html b/testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html
new file mode 100644
index 0000000000..91d9e51709
--- /dev/null
+++ b/testing/web-platform/tests/css/css-contain/reference/contain-size-scrollbars-004-ref.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Containment Test: Reference file</title>
+<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
+<style>
+#scroller {
+ background: lightgreen;
+ overflow: scroll;
+ padding-bottom: 50px;
+ width: 100px;
+ height: 100px;
+}
+#content {
+ background: lightblue;
+ width: 50px;
+ height: 130px;
+}
+</style>
+
+<div id=scroller>
+ <div id=content>
+ </div>
+</div>
+
+<p>This test passes if it has the same output as the reference.</p>