mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
12 lines
455 B
HTML
12 lines
455 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<meta charset=utf-8>
|
|
<title>CSS Generated Content reference: quotes</title>
|
|
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
|
|
<style>
|
|
body { font: 32px serif; }
|
|
</style>
|
|
<body>
|
|
<p>Test passes if the quote marks in both lines match:
|
|
<p>One “two <span lang="ja">『three <span lang="fr">«four»</span>』</span>”
|
|
<p>One “two <span lang="ja">『three <span lang="fr">«four»</span>』</span>”
|