summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/separators-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-fonts/separators-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-fonts/separators-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-fonts/separators-ref.html b/testing/web-platform/tests/css/css-fonts/separators-ref.html
new file mode 100644
index 0000000000..d1d56f576f
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/separators-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Line and paragraph separator rendering</title>
+<style>
+ @font-face {
+ font-family: test;
+ src: url(resources/separator-test-font.ttf) format("truetype");
+ }
+ p {
+ font-size: 30px;
+ }
+</style>
+<body>
+ <p>&#x0056&#x0020&#x004f</p>
+ <p>&#x0056&#x2028&#x004f</p>
+ <p>&#x0056&#x2029&#x004f</p>
+
+ <p style="font-family: test;">&#x0056&#x0020&#x004f</p>
+ <p style="font-family: test;">&#x0056&#x0020&#x004f</p>
+ <p style="font-family: test;">&#x0056&#x0020&#x004f</p>
+</body> \ No newline at end of file