Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468

This commit is contained in:
Ms2ger
2015-09-04 12:21:22 +02:00
parent 8d21a79246
commit 58b5cd27de
1279 changed files with 30378 additions and 18158 deletions

View File

@@ -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>