summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html b/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html
new file mode 100644
index 0000000000..b8a7bc105c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-text/tab-size/tab-size-spacing-003-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Text level 3 Test reference</title>
+<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
+<style>
+div {
+ font-family: monospace; /* so we can compare tab with a count of preserved spaces */
+ white-space: pre;
+}
+</style>
+
+<p>Test passes if the "1"s all line up vertically:
+<div>1 2 1 2 1 2 1
+1 1 1 1
+1 1 1 1</div>