mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: 'list-style' shorthand and 'none' values</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/">
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">
|
||||
<link rel="match" href="reference/list-style-020-ref.htm">
|
||||
<meta name="assert" content="">
|
||||
<style type="text/css">
|
||||
/* For better readability */
|
||||
@@ -22,9 +23,8 @@
|
||||
display: list-item;
|
||||
list-style: disc;
|
||||
margin: 0.2em 0 0.2em 4em;
|
||||
border-left: solid thin orange;
|
||||
}
|
||||
.inside span { border-left: solid thin orange; }
|
||||
.outside { border-left: solid thin orange; }
|
||||
|
||||
.one { list-style: none; color: red; }
|
||||
.two { list-style: none none; color: red; }
|
||||
@@ -49,13 +49,13 @@
|
||||
<p>Test passes if each word on the right of the orange line
|
||||
describes the shape on the left.</p>
|
||||
|
||||
<div class="li one outside"><span>(nothing)</span></div>
|
||||
<div class="li two outside"><span>(nothing)</span></div>
|
||||
<div class="li three outside"><span>blue square</span></div>
|
||||
<div class="li four outside"><span>blue square</span></div>
|
||||
<div class="li five outside"><span>purple diamond</span></div>
|
||||
<div class="li six outside"><span>purple diamond</span></div>
|
||||
<div class="li seven outside"><span>blue circle</span></div>
|
||||
<div class="li one"><span>(nothing)</span></div>
|
||||
<div class="li two"><span>(nothing)</span></div>
|
||||
<div class="li three"><span>blue square</span></div>
|
||||
<div class="li four"><span>blue square</span></div>
|
||||
<div class="li five"><span>purple diamond</span></div>
|
||||
<div class="li six"><span>purple diamond</span></div>
|
||||
<div class="li seven"><span>blue circle</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user