mirror of
https://github.com/servo/servo.git
synced 2025-09-14 00:48:20 +01:00
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
This commit is contained in:
parent
43a4f01647
commit
64e0a52537
12717 changed files with 59835 additions and 59820 deletions
34
tests/wpt/web-platform-tests/css/css-gcpm/leader-003.html
Normal file
34
tests/wpt/web-platform-tests/css/css-gcpm/leader-003.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CSS Test: GCPM Solid Leader</title>
|
||||
<link rel="author" title="Dave Cramer" href="mailto:dauwhe@gmail.com">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-gcpm-3/#solid-leader">
|
||||
|
||||
<meta name="flags" content="paged">
|
||||
<meta name="assert" content="Test checks that a basic solid leader is implemented">
|
||||
<style>
|
||||
|
||||
span.cn::after { content: leader(solid); }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Test passes if there's a continuous row of underscores between "Chapter One" and "1"</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<span class="cn">Chapter One</span> <span class="folio">1</span>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
Chapter Two <span class="folio">137</span>
|
||||
</li>
|
||||
-->
|
||||
</ol>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue