summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html b/testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html
new file mode 100644
index 0000000000..201213944c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-multicol/multicol-dynamic-change-inside-break-inside-avoid-001-ref.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<title>CSS Test reference</title>
+<style>
+ input { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
+</style>
+<div style="column-count: 2">
+ a<br>
+ <input>
+
+ <div style="page-break-inside: avoid; break-inside: avoid;">
+ b
+ <div><input id="editme" value="Am I clipped?"></div>
+ </div>
+</div>