mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 6748172de5cc6e4999fb8620eb83cf5c54a0a18e
This commit is contained in:
parent
3f7697690a
commit
b32ad59278
244 changed files with 2036 additions and 710 deletions
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property set to 'left' on a block element aligns the text to the left." />
|
||||
<style type="text/css">
|
||||
|
@ -19,4 +20,4 @@
|
|||
<p>Test passes if the words "Filler Text" below are aligned to the left, inside the blue box.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property set to 'right' on a block element aligns the text to the right." />
|
||||
<style type="text/css">
|
||||
|
@ -19,4 +20,4 @@
|
|||
<p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property set to 'center' on a block element aligns the text in the center." />
|
||||
<style type="text/css">
|
||||
|
@ -19,4 +20,4 @@
|
|||
<p>Test passes if the words "Filler Text" below are aligned in the center, inside the blue box.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="Text-align justify on a block element aligns the text on both the left and right sides." />
|
||||
<style type="text/css">
|
||||
|
@ -20,4 +21,4 @@
|
|||
<p>Test passes if the words "Filler Text" are justified and spaced out on the first two lines of text inside the blue box. The final line of text does not have to be justified but can be based on user agent implementation.</p>
|
||||
<div>Filler Text Filler Text Filler Text Filler Text Filler Text Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property set to a value of 'inherit' correctly inherits its value from the parent element." />
|
||||
<style type="text/css">
|
||||
|
@ -28,4 +29,4 @@
|
|||
<p>Test passes if the words "Filler Text" below are aligned to the right, inside the blue box.</p>
|
||||
<div>Filler Text</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is not applied to 'display: inline' element." />
|
||||
<style type="text/css">
|
||||
|
@ -27,4 +28,4 @@
|
|||
<div id="test">Filler Text Filler Text Filler Text Filler Text</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: block' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -22,4 +23,4 @@
|
|||
<span>Filler Text Filler Text Filler Text Filler Text</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: list-item' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -26,4 +27,4 @@
|
|||
<span>Filler Text Filler Text Filler Text Filler Text</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: inline-block' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -23,4 +24,4 @@
|
|||
<span>Filler Text Filler Text Filler Text Filler Text</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -33,4 +34,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: inline-table' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -33,4 +34,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-row-group' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -39,4 +40,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-header-group' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -39,4 +40,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-footer-group' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -39,4 +40,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-row' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -33,4 +34,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column-group' element." />
|
||||
<style type="text/css">
|
||||
|
@ -38,4 +39,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is not applied to a 'display: table-column' element." />
|
||||
<style type="text/css">
|
||||
|
@ -38,4 +39,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-cell' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -34,4 +35,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-align" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'text-align' property is applied to 'display: table-caption' elements." />
|
||||
<style type="text/css">
|
||||
|
@ -38,4 +39,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align property should override the default text-align change caused by a switch of direction"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align property should override the default text-align change caused by a switch of direction"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align property should override the default text-align change caused by a switch of direction"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align property should override the default text-align change caused by a switch of direction"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align property should override the default text-align change caused by a switch of direction"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align should override default text-align in rtl context"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Text-align should override default text-align in rtl context"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<title>CSS Test: text-align: justify - implicit rtl text</title>
|
||||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Implicit rtl text should be justified by text-align: justify"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Eira Monstad, Opera Software ASA" href="mailto:public-testsuites@opera.com"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#propdef-direction"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="Joined text should be justified by text-align: justify"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/001.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<link rel="match" href="text-align-bidi-011-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/002.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<style type="text/css">
|
||||
p { color: blue; }
|
||||
.test { margin: 1em; border: solid; width: 15em; font: 2em/1 monospace; text-align: justify; direction: rtl; }
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/align/003.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<style type="text/css">
|
||||
p { color: blue; }
|
||||
.test { margin: 1em; border: solid; width: 15em; font: 2em/1 monospace; text-align: justify; direction: rtl; }
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<title>CSS Test: Text-align inheritance on block level elements (spec example)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="Ensure that block level elements inherit text-align values of parent elements." />
|
||||
<style type="text/css">
|
||||
|
@ -21,4 +22,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="match" href="text-align-white-space-002-ref.xht" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property"/>
|
||||
<link rel="match" href="text-align-white-space-002-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Setting 'text-align' to 'justify' and 'white-space' to 'pre-line', 'text-align' remains 'justified'." />
|
||||
|
@ -47,4 +49,4 @@
|
|||
<div id="test">XXX XXX XXX XXX XXX XXX XXX XXX</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="match" href="text-align-white-space-004-ref.xht" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property"/>
|
||||
<link rel="match" href="text-align-white-space-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Setting 'text-align' to 'justify' and 'white-space' to 'nowrap', text-align is computed to 'justify'." />
|
||||
|
@ -44,4 +46,4 @@
|
|||
<div id="test">xxxx xxxx xxxx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="match" href="text-align-white-space-002-ref.xht" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property"/>
|
||||
<link rel="match" href="text-align-white-space-002-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Setting 'text-align' to 'justify' and 'white-space' to 'pre-line', 'text-align' remains 'justified'." />
|
||||
|
@ -48,4 +50,4 @@
|
|||
<div id="test">XXX XXX XXX XXX XXX XXX XXX XXX</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" />
|
||||
<link rel="match" href="text-align-white-space-008-ref.xht" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-align-property"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property"/>
|
||||
<link rel="match" href="text-align-white-space-008-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Setting 'text-align' to 'justify' and 'white-space' to 'nowrap', text-align is computed to 'justify'." />
|
||||
|
@ -47,4 +49,4 @@
|
|||
<div id="test">xxxx xxxx xxxx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<meta name="flags" content="ahem" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
|
||||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="The 'text-indent' property sets a negative zero length value in pixels." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0px adds 0px in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0px adds 0px in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 96px adds 96px in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +96px adds 96px in front of the text." />
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<style type="text/css">
|
||||
div { color: red; width: 10em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>You should not see any text below.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/text/indent/001.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-010-ref.xht" />
|
||||
<style type="text/css">
|
||||
div { color: red; width: 10em; }
|
||||
.a { text-indent: -100em; }
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<style type="text/css">
|
||||
.wide { width: 16em; font: 30px/0 monospace; color: blue; text-indent: 8em; margin: 2em 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The word PASS must be written below.</p>
|
||||
<div class="wide">PASS</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,13 +5,15 @@
|
|||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/001.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-011-ref.xht" />
|
||||
<style type="text/css">
|
||||
.wide { width: 16em; font: 30px/0 monospace; color: blue; text-indent: 8em; margin: 2em 0; }
|
||||
.narrow { width: 4em; text-indent: 50%; }
|
||||
.narrow { width: 4em; text-indent: 200%; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The word PASS must be written below.</p>
|
||||
<div class="wide">PA<div class="narrow"> SS</div></div>
|
||||
<div class="wide"> SS<div class="narrow">PA</div></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-28 -->
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/002.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-012-ref.xht" />
|
||||
|
||||
<meta name="flags" content="ahem" />
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<style type="text/css">
|
||||
.indent { margin-left: 20em; color: black; }
|
||||
.float { position: absolute; margin-left: -10em; width: 10em; }
|
||||
.float span { background: black; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>The word "PASS" should appear clearly on the next line (ignore the black bar).</p>
|
||||
<div class="indent"><span class="float"><span>XXXXXXXX</span></span>PASS</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/block/text-indent/003.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-013-ref.xht" />
|
||||
<style type="text/css">
|
||||
.indent { text-indent: 10em; color: black; }
|
||||
.float { float: left; width: 10em; }
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css"><![CDATA[
|
||||
.container {
|
||||
font: 20px/1 Ahem;
|
||||
border: solid orange;
|
||||
width: 12em;
|
||||
}
|
||||
]]></style>
|
||||
</head>
|
||||
<body>
|
||||
<p>There must be a 4-square checkerboard pattern in the orange box below
|
||||
and no red present.</p>
|
||||
<div class="container">
|
||||
<div class="outer">
|
||||
<div>
|
||||
BlockA<br />
|
||||
BlockA<br />
|
||||
BlockA<br />
|
||||
BlockB<br />
|
||||
BlockB<br />
|
||||
BlockB
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,8 @@
|
|||
<title>CSS Test: text-indent on anonymous blocks</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop"/>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-014-ref.xht"/>
|
||||
<meta name="flags" content=""/>
|
||||
<meta name="assert" content="text-indent affects only the first line of
|
||||
a block container if that line is also the first formatted line of an
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0pt adds 0pt in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0pt adds 0pt in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 72pt adds 72pt in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +72pt adds 72pt in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 pc adds 0pc in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0pc adds 0pc in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0pc adds 0pc in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 6pc adds 6pc in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +6pc adds 6pc in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 cm adds 0cm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0cm adds 0cm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0cm adds 0cm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 2.54cm adds 2.54cm in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +2.54cm adds 2.54cm in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 mm adds 0mm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0mm adds 0mm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0mm adds 0mm in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 25.4mm adds 25.4mm in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +25.4mm adds 25.4mm in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 in adds 0in in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0in adds 0in in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0in adds 0in in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 1in adds 1in in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +1in adds 1in in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 em adds 0em in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0em adds 0em in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0em adds 0em in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 6em adds 6em in front of the text." />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +6em adds 6em in front of the text." />
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="The 'text-indent' property sets a negative zero length value in 'ex' units." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0ex adds 0ex in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0ex adds 0ex in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<meta name="flags" content="ahem" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
#parent
|
||||
{
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
#reference
|
||||
{
|
||||
margin-left: 12ex;
|
||||
}
|
||||
#test
|
||||
{
|
||||
margin-left: 12ex;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
|
||||
<div id="parent">
|
||||
<div id="reference">xx</div>
|
||||
<div id="test">xx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-091-ref.xht"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 12ex adds 12ex in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -30,4 +32,4 @@
|
|||
<div id="test">xx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-091-ref.xht"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +12ex adds 12ex in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -30,4 +32,4 @@
|
|||
<div id="test">xx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="The 'text-indent' property sets a negative zero length value in percentages." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -27,4 +29,4 @@
|
|||
<div id="test">X</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="The 'text-indent' property sets a zero length value in percentages." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -27,4 +29,4 @@
|
|||
<div id="test">X</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="The 'text-indent' property sets a positive zero length value in percentages." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -27,4 +29,4 @@
|
|||
<div id="test">X</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<meta name="flags" content="ahem" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
#parent
|
||||
{
|
||||
font: 16px/1em Ahem;
|
||||
position: relative;
|
||||
width: 400px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is no red visible on the page.</p>
|
||||
<div id="parent">
|
||||
X
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -5,8 +5,10 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-103-ref.xht"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 50% adds 50% of its containing block's width in front of the text." />
|
||||
<meta name="assert" content="Ensure that text-indent 50% adds 50% of the containing block's width in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
#parent
|
||||
|
@ -27,6 +29,7 @@
|
|||
{
|
||||
text-indent: 50%;
|
||||
margin-left: -50%;
|
||||
margin-right: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -37,4 +40,4 @@
|
|||
<div id="test">X</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-103-ref.xht"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +50% adds 50% of its containing block's width in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -27,6 +29,7 @@
|
|||
{
|
||||
text-indent: +50%;
|
||||
margin-left: -50%;
|
||||
margin-right: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -37,4 +40,4 @@
|
|||
<div id="test">X</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,13 +5,15 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent -0 adds 0 in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
font: 24px/1em Ahem;
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
#test
|
||||
{
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,13 +5,15 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent 0 adds 0 in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
font: 24px/1em Ahem;
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
#test
|
||||
{
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,13 +5,15 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-004-ref.xht" />
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent +0 adds 0px in front of the text." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
font: 24px/1em Ahem;
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
#test
|
||||
{
|
||||
|
@ -24,4 +26,4 @@
|
|||
<div>X</div>
|
||||
<div id="test">X</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#propdef-text-indent" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="../reference/pass_if_box_ahem.html"/>
|
||||
<meta name="flags" content="ahem" />
|
||||
<meta name="assert" content="Ensure that text-indent with inherit uses its parent's value for text-indent." />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
|
@ -29,8 +31,8 @@
|
|||
<body>
|
||||
<p>Test passes if there is one black box on this page (with no jagged edges).</p>
|
||||
<div id="parent">
|
||||
<div id="reference">X</div>
|
||||
<div id="test">X</div>
|
||||
<div id="reference">xx</div>
|
||||
<div id="test">xx</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
|
||||
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-113-ref-margin.xht"/>
|
||||
<meta name="flags" content="" />
|
||||
<style type="text/css">
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
|
||||
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-114-ref.xht"/>
|
||||
<meta name="flags" content="" />
|
||||
<style type="text/css">
|
||||
|
@ -13,4 +14,4 @@ p { text-indent: 0px }
|
|||
<p>text</p>
|
||||
|
||||
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<link rel="author" title="L. David Baron" href="https://dbaron.org/" />
|
||||
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#text-indent-property"/>
|
||||
<link rel="match" href="text-indent-115-ref-block-margin.xht"/>
|
||||
<meta name="flags" content="" />
|
||||
<style type="text/css">
|
||||
|
@ -14,4 +15,4 @@ span { background: yellow }
|
|||
<p><span>text</span></p>
|
||||
|
||||
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>test reference</title>
|
||||
<meta name="flags" content="ahem" />
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
font: 16px/1em Ahem;
|
||||
}
|
||||
#div1
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
#div2
|
||||
{
|
||||
background: blue;
|
||||
height: 1em;
|
||||
width: 5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the black box below is directly above the blue box. (Note that the two boxes do not need to be touching.)</p>
|
||||
<div id="div1">XXXXX</div>
|
||||
<div id="div2"></div>
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue