summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html b/testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html
new file mode 100644
index 0000000000..d193306fe4
--- /dev/null
+++ b/testing/web-platform/tests/css/css-pseudo/first-letter-and-whitespace-ref.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>CSS Reference File</title>
+<link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
+<p>Pass if no space between "A", space between "B".</p>
+<div><span style="float:left">A</span>A</div>
+<div><span style="float:left">A</span>A</div>
+<div>B B</div>
+<div>B B</div>
+<div>AAB B</div>
+<div>AAB B</div>