Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger 2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View file

@ -4,7 +4,7 @@
<title>text-justify: none</title>
<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
<link href="https://drafts.csswg.org/css-text-3/#text-align-property" rel="help">
<link href="reference/text-justify-001.htm" rel="match">
<link href="reference/text-justify-ref-001.htm" rel="match">
<meta content="text-justify:none means justification is disabled: there are no justification opportunities within the text." name="assert">
<style type="text/css">
.test { text-align: justify; text-justify: none; }
@ -21,4 +21,5 @@
<div class="test">XXX XXX XXX XXX XXX XXX XXX XXX</div>
<div class="ref"><div id="rb1"></div><div id="rb2"></div><div id="rb3"></div></div>
</body></html>