mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 3f9178031eec5374c9a7d5709a7e11ba4a1955ed
This commit is contained in:
parent
4997ec26c2
commit
a5af9a106a
192 changed files with 3943 additions and 1927 deletions
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf8>
|
||||
<title>Reference: Inside list marker and normal text render identically: armenian</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>Ա. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: armenian</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-armenian-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: armenian inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: circle</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p::before {
|
||||
content: counter(test, circle);
|
||||
}
|
||||
</style>
|
||||
<p> Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: circle</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-circle-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: circle inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: decimal-leading-zero</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>01. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: decimal-leading-zero</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-decimal-leading-zero-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: decimal-leading-zero inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: decimal</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>1. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: decimal</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-decimal-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: decimal inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: disc</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p::before {
|
||||
content: counter(test, disc);
|
||||
}
|
||||
</style>
|
||||
<p> Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: disc</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-disc-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: disc inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf8>
|
||||
<title>Reference: Inside list marker and normal text render identically: georgian</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>ა. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: georgian</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-georgian-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: georgian inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf8>
|
||||
<title>Reference: Inside list marker and normal text render identically: lower-greek</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>α. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: lower-greek</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-lower-greek-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: lower-greek inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: lower-latin</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>a. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: lower-latin</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-lower-latin-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: lower-latin inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: lower-roman</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>i. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: lower-roman</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-lower-roman-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: lower-roman inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: square</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p::before {
|
||||
content: counter(test, square);
|
||||
}
|
||||
</style>
|
||||
<p> Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: square</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-square-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: square inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: upper-latin</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>A. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: upper-latin</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-upper-latin-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: upper-latin inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
|
@ -0,0 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>Reference: Inside list marker and normal text render identically: upper-roman</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<p>I. Filler Text
|
|
@ -0,0 +1,18 @@
|
|||
<!doctype html>
|
||||
<title>Inside list marker and normal text render identically: upper-roman</title>
|
||||
<link rel=help href="https://drafts.csswg.org/css-lists-3/#content-property">
|
||||
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=787382">
|
||||
<link rel=match href="marker-text-matches-upper-roman-ref.html">
|
||||
<style>
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ol {
|
||||
list-style: upper-roman inside;
|
||||
}
|
||||
</style>
|
||||
|
||||
<ol>
|
||||
<li>Filler Text</li>
|
||||
</ol>
|
Loading…
Add table
Add a link
Reference in a new issue