mirror of
https://github.com/servo/servo.git
synced 2025-09-08 05:58:20 +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
16
tests/wpt/web-platform-tests/css/css-content/quotes-019.html
Normal file
16
tests/wpt/web-platform-tests/css/css-content/quotes-019.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="lo">
|
||||
<meta charset=utf-8>
|
||||
<title>CSS Generated Content test: quotes</title>
|
||||
<meta name="assert" content="Lao quotation marks follow CLDR">
|
||||
<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="help" href="https://html.spec.whatwg.org/multipage/rendering.html#quotes">
|
||||
<link rel=match href="reference/quotes-019-ref.html">
|
||||
<style>
|
||||
body { font: 32px serif; }
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if the quote marks in both lines match:
|
||||
<p><q>ຫນຶ່ງ <q>ສອງ</q> ສາມ</q>
|
||||
<p>“ຫນຶ່ງ ‘ສອງ’ ສາມ”
|
Loading…
Add table
Add a link
Reference in a new issue