summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1419528-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/reftest/1419528-ref.html')
-rw-r--r--gfx/tests/reftest/1419528-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1419528-ref.html b/gfx/tests/reftest/1419528-ref.html
new file mode 100644
index 0000000000..2a3595b9af
--- /dev/null
+++ b/gfx/tests/reftest/1419528-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<style>
+.outer {
+ display: flex;
+}
+.inner {
+ padding-bottom: 6px;
+ padding-top: 10 px;
+}
+</style>
+<body>
+ <div class="outer">
+ <ul class="inner">
+ Testing
+ </ul>
+ </div>
+</body>
+</html>