mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Update web-platform-tests to revision 84af6c875d378944b39d895acdcfc170736b2d3d
This commit is contained in:
parent
d0bd2d5e44
commit
b81cdc75ce
246 changed files with 10836 additions and 1337 deletions
15
tests/wpt/web-platform-tests/css/css-content/quotes-030.html
Normal file
15
tests/wpt/web-platform-tests/css/css-content/quotes-030.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<meta charset=utf-8>
|
||||
<title>CSS Generated Content test: quotes</title>
|
||||
<meta name="assert" content="quotes:auto with mixed languages uses appropriate CLDR quotes for each language">
|
||||
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-content-3/#quotes">
|
||||
<link rel=match href="reference/quotes-030-ref.html">
|
||||
<style>
|
||||
body { font: 32px serif; quotes: auto; }
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the quote marks in both lines match:
|
||||
<p>One <q>two <q lang="ja">three <q lang="fr">four</q></q></q>
|
||||
<p>One “two <span lang="ja">『three <span lang="fr">«four»</span>』</span>”
|
Loading…
Add table
Add a link
Reference in a new issue