aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm')
-rw-r--r--tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm b/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm
new file mode 100644
index 00000000000..6ffca2972b2
--- /dev/null
+++ b/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+ <head class="reftest-print">
+ <title>CSS Reftest Reference</title>
+ <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
+ <style type="text/css">
+ html, body { height: 100%; }
+ * { margin: 0; }
+ div {
+ border: double blue 12px;
+ height: 150%;
+ padding: 0 12px;
+ }
+ div > p {
+ border-right: solid orange 12px;
+ border-left: solid orange 12px;
+ width: 50%;
+ margin: 0 auto;
+ height: 100%;
+ }
+ blockquote {
+ border: solid thick yellow;
+ } </style>
+ </head>
+ <body>
+ <p>Test passes if even when printed:</p>
+ <ul>
+ <li>Two vertical orange stripes stretch exactly
+ from the inner top edge to the inner bottom edge of the blue box below.</li>
+ <li>There is a yellow stripe immediately below the blue box.</li>
+ </ul>
+ <div>
+ <p></p>
+ </div>
+ <blockquote></blockquote>
+ </body>
+</html> \ No newline at end of file