Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger 2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View file

@ -4,7 +4,7 @@
<title>text-align: end, pre, dir=auto</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-align-end-016.htm" rel="match">
<link href="reference/text-align-end-ref-016.htm" rel="match">
<meta content="text-align:end aligns inline-level content to the end edge of the line box ie. right when direction is auto and first strong character is ltr, and left when first strong is rtl." name="assert">
<style type="text/css">
.test { text-align: end; }