+ <span class="two">This sentence Should be In normal Mixed case (Some letter Capitalized).</span>
+ </p>
+2. Using tool transfer .xht file to .htm file.
+ The tool comes from https://github.com/w3c/csswg-test/tree/master/tools.
+
+3. Using @font-face instead of AHEM font installation.
+
These tests are copyright by W3C and/or the author listed in the test
file. The tests are dual-licensed under the W3C Test Suite License:
http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: font-family</title>
+ <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-family">
+ <link title="CSS1 Test Suite Contributors" rel="author" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <style type="text/css">
+ p { margin: 0; color: navy; }
+ div.a {font-family: serif;}
+ div.b {font-family: monospace;}
+ .one {font-family: serif;}
+ .two {font-family: sans-serif;}
+ .three {font-family: cursive;}
+ .four {font-family: fantasy;}
+ .five {font-family: monospace;}
+ .six {font-family: sans-serif,cursive;}
+ .seven {font-family: monospace,serif;}
+ </style>
+ <link title="15.3 Font family: the 'font-family' property" rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ </head>
+ <body>
+ <div class="a">
+ <p> This sentence should be in a serif font. </p>
+ <p class="one"> This sentence should be in a serif font. </p>
+ <p class="two"> This sentence should be in a sans-serif font. </p>
+ <p class="three"> This sentence should be in a cursive font. </p>
+ <p class="four"> This sentence should be in a fantasy font. </p>
+ <p class="five"> This sentence should be in a monospace font. </p>
+ </div>
+ <p class="six"> This sentence should be in a sans-serif font. </p>
+ <p class="seven"> This sentence should be in a monospace font. </p>
+ <div class="b">
+ <p> This sentence should be in a monospace font. </p>
+ <p class="one"> This sentence should be in a serif font. </p>
+ <p class="two"> This sentence should be in a sans-serif font. </p>
+ <p class="three"> This sentence should be in a cursive font. </p>
+ <p class="four"> This sentence should be in a fantasy font. </p>
+ <p class="five"> This sentence should be in a monospace font. </p>
+ </div>
+ </body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: font-style</title>
+ <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-style">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <link title="CSS1 Test Suite Contributors" rel="author" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <style type="text/css">
+ p { color: navy; }
+ .one {font-style: italic;}
+ .two {font-style: oblique;}
+ .three, i {font-style: normal;}
+ </style>
+ <link title="15.4 Font styling: the 'font-style' property" rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ </head>
+ <body>
+ <p class="one">
+ This sentence should be in italics.
+ <span class="three">This sentence should be normal.</span>
+ </p>
+ <p class="two"> This sentence should be oblique. </p>
+ <p> <i>This sentence should be normal.</i> </p>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: font-style</title>
- <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-style"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <style type="text/css"><![CDATA[
- p { color: navy; }
- .one {font-style: italic;}
- .two {font-style: oblique;}
- .three, i {font-style: normal;}
- ]]></style>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" title="15.4 Font styling: the 'font-style' property"/>
- </head>
- <body>
- <p class="one">
- This sentence should be in italics.
- <span class="three">This sentence should be normal.</span>
- </p>
- <p class="two"> This sentence should be oblique. </p>
- <p> <i>This sentence should be normal.</i> </p>
- </body>
-</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: font-variant</title>
+ <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-variant">
+ <link title="CSS1 Test Suite Contributors" rel="author" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <style type="text/css">
+ p { color: navy; }
+ .one {font-variant: small-caps;}
+ .two {font-variant: normal;}
+ </style>
+ <link title="15.5 Small-caps: the 'font-variant' property" rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ </head>
+ <body>
+ <!--<p class="one">This sentence Should be In small Caps with Every other Word capitalized. </p>
+ <p class="one">
+ This sentence Should be In small Caps with Every other Word capitalized.
+ <span class="two">This sentence Should be In normal Mixed case (Every other Word capitalized).</span>
+ </p>-->
+ <p class="one">This sentence Should be In small Caps with Some letter Capitalized. </p>
+ <p class="one">
+ This sentence Should be In small Caps with Some letter Capitalized.
+ <span class="two">This sentence Should be In normal Mixed case (Some letter Capitalized).</span>
+ </p>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: font-variant</title>
- <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-variant"/>
- <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <style type="text/css"><![CDATA[
- p { color: navy; }
- .one {font-variant: small-caps;}
- .two {font-variant: normal;}
- ]]></style>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" title="15.5 Small-caps: the 'font-variant' property"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- </head>
- <body>
- <!--<p class="one">This sentence Should be In small Caps with Every other Word capitalized. </p>
- <p class="one">
- This sentence Should be In small Caps with Every other Word capitalized.
- <span class="two">This sentence Should be In normal Mixed case (Every other Word capitalized).</span>
- </p>-->
- <p class="one">This sentence Should be In small Caps with Some letter Capitalized. </p>
- <p class="one">
- This sentence Should be In small Caps with Some letter Capitalized.
- <span class="two">This sentence Should be In normal Mixed case (Some letter Capitalized).</span>
- </p>
- </body>
-</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: font-weight</title>
+ <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-weight">
+ <link title="CSS1 Test Suite Contributors" rel="author" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
+ <link title="Elika J. Etemad" rel="author" href="http://fantasai.inkedblade.net/contact">
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <style type="text/css">
+ p { margin: 0.5em 0; }
+ p, h4 { color: navy; }
+ .bold {font-weight: bold;}
+ .bolder {font-weight: bolder;}
+ b {font-weight: lighter;}
+ .normal { font-weight: normal; }
+
+ .one { font-weight: 100; }
+ .two { font-weight: 200; }
+ .three { font-weight: 300; }
+ .four { font-weight: 400; }
+ .five { font-weight: 500; }
+ .six { font-weight: 600; }
+ .seven { font-weight: 700; }
+ .eight { font-weight: 800; }
+ .nine { font-weight: 900; }
+ </style>
+ <link title="15.6 Font boldness: the 'font-weight' property" rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ </head>
+ <body>
+ <p>This sentence is normal. </p>
+ <p class="normal">This sentence should also be normal.</p>
+ <p class="four">This sentence should also be normal.</p>
+ <p class="bolder"> This sentence should be bolder than normal. </p>
+ <p class="bold"> This sentence should be bold. </p>
+ <h4> Whatever this line looks like... </h4>
+ <h4 class="bolder"> ...this line should look bolder (or the same).</h4>
+ <p> <b>This sentence should be lighter than normal (or the same).</b> </p>
+ <p class="bold">
+ This sentence should be bold.
+ <span class="normal"> This sentence should be normal.</span>
+ </p>
+
+ <hr>
+
+ <p>For the following nine lines, each must be bolder or the same as the previous:</p>
+ <p class="one">Line 1 (Lightest)</p>
+ <p class="two">Line 2</p>
+ <p class="three">Line 3</p>
+ <p class="four">Line 4 (Normal)</p>
+ <p class="five">Line 5</p>
+ <p class="six">Line 6</p>
+ <p class="seven">Line 7</p>
+ <p class="eight">Line 8</p>
+ <p class="nine">Line 9 (Boldest)</p>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: font-weight</title>
- <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-weight"/>
- <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <style type="text/css"><![CDATA[
- p { margin: 0.5em 0; }
- p, h4 { color: navy; }
- .bold {font-weight: bold;}
- .bolder {font-weight: bolder;}
- b {font-weight: lighter;}
- .normal { font-weight: normal; }
-
- .one { font-weight: 100; }
- .two { font-weight: 200; }
- .three { font-weight: 300; }
- .four { font-weight: 400; }
- .five { font-weight: 500; }
- .six { font-weight: 600; }
- .seven { font-weight: 700; }
- .eight { font-weight: 800; }
- .nine { font-weight: 900; }
- ]]></style>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" title="15.6 Font boldness: the 'font-weight' property"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- </head>
- <body>
- <p>This sentence is normal. </p>
- <p class="normal">This sentence should also be normal.</p>
- <p class="four">This sentence should also be normal.</p>
- <p class="bolder"> This sentence should be bolder than normal. </p>
- <p class="bold"> This sentence should be bold. </p>
- <h4> Whatever this line looks like... </h4>
- <h4 class="bolder"> ...this line should look bolder (or the same).</h4>
- <p> <b>This sentence should be lighter than normal (or the same).</b> </p>
- <p class="bold">
- This sentence should be bold.
- <span class="normal"> This sentence should be normal.</span>
- </p>
-
- <hr/>
-
- <p>For the following nine lines, each must be bolder or the same as the previous:</p>
- <p class="one">Line 1 (Lightest)</p>
- <p class="two">Line 2</p>
- <p class="three">Line 3</p>
- <p class="four">Line 4 (Normal)</p>
- <p class="five">Line 5</p>
- <p class="six">Line 6</p>
- <p class="seven">Line 7</p>
- <p class="eight">Line 8</p>
- <p class="nine">Line 9 (Boldest)</p>
- </body>
-</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: font-size</title>
+ <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-size">
+ <link title="CSS1 Test Suite Contributors" rel="author" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <style type="text/css">
+ p { color: navy; margin: 10px; }
+ .one {font-size: medium;}
+ .two {font-size: larger;}
+ .three {font-size: smaller;}
+ .four {font-size: xx-small;}
+ .five {font-size: x-small;}
+ .six {font-size: small;}
+ .seven {font-size: large;}
+ .eight {font-size: x-large;}
+ .nine {font-size: xx-large;}
+ </style>
+ <link title="15.7 Font size: the 'font-size' property" rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ </head>
+ <body>
+ <p> This sentence should be normal. </p>
+ <p class="one"> This sentence should be the same. </p>
+ <p class="two"> This sentence should be larger than normal. </p>
+ <p class="three"> This sentence should be smaller than normal. </p>
+ <p class="four">
+ This sentence should be very small.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ <p class="five">
+ This sentence should be rather small.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ <p class="six">
+ This sentence should be small.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ <p class="seven">
+ This sentence should be large.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ <p class="eight">
+ This sentence should be rather large.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ <p class="nine">
+ This sentence should be very large.
+ <span class="one">This sentence should be back to normal.</span>
+ </p>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: font-size</title>
- <link rel="help" href="http://www.w3.org/TR/REC-CSS1#font-size"/>
- <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <style type="text/css"><![CDATA[
- p { color: navy; margin: 10px; }
- .one {font-size: medium;}
- .two {font-size: larger;}
- .three {font-size: smaller;}
- .four {font-size: xx-small;}
- .five {font-size: x-small;}
- .six {font-size: small;}
- .seven {font-size: large;}
- .eight {font-size: x-large;}
- .nine {font-size: xx-large;}
- ]]></style>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop" />
- </head>
- <body>
- <p> This sentence should be normal. </p>
- <p class="one"> This sentence should be the same. </p>
- <p class="two"> This sentence should be larger than normal. </p>
- <p class="three"> This sentence should be smaller than normal. </p>
- <p class="four">
- This sentence should be very small.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- <p class="five">
- This sentence should be rather small.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- <p class="six">
- This sentence should be small.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- <p class="seven">
- This sentence should be large.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- <p class="eight">
- This sentence should be rather large.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- <p class="nine">
- This sentence should be very large.
- <span class="one">This sentence should be back to normal.</span>
- </p>
- </body>
-</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: 1in Ahem;
+ line-height: 1em;
+ }
+ #reference
+ {
+ background: black;
+ height: 1in;
+ left: 1.1in;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there are two boxes on the page and they are the same height.</p>
+ <div id="wrapper">
+ <div id="test">X</div>
+ <div id="reference"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: 1in Ahem;
- line-height: 1em;
- }
- #reference
- {
- background: black;
- height: 1in;
- left: 1.1in;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there are two boxes on the page and they are the same height.</p>
- <div id="wrapper">
- <div id="test">X</div>
- <div id="reference"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic 1in Ahem;
+ line-height: 1em;
+ }
+ #reference
+ {
+ background: black;
+ height: 1in;
+ left: 1.4in;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there are two boxes on the page and they are the same height. One box needs to be slanted to one side.</p>
+ <div id="wrapper">
+ <div id="test">X</div>
+ <div id="reference"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic 1in Ahem;
- line-height: 1em;
- }
- #reference
- {
- background: black;
- height: 1in;
- left: 1.4in;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there are two boxes on the page and they are the same height. One box needs to be slanted to one side.</p>
- <div id="wrapper">
- <div id="test">X</div>
- <div id="reference"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-size and font-family." name="assert">
+ <style type="text/css">
+ div
+ {
+ font: 1in serif;
+ }
+ span
+ {
+ font: small-caps 1in serif;
+ line-height: 1em;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if letters "E" below are larger than this text, are capitalized, and if the left "E" is smaller than the right "E".</p>
+ <div><span>e</span>E</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-size and font-family." />
- <style type="text/css">
- div
- {
- font: 1in serif;
- }
- span
- {
- font: small-caps 1in serif;
- line-height: 1em;
- }
- </style>
- </head>
- <body>
- <p>Test passes if letters "E" below are larger than this text, are capitalized, and if the left "E" is smaller than the right "E".</p>
- <div><span>e</span>E</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ background: red;
+ float: left;
+ }
+ #test
+ {
+ color: green;
+ font: normal 1in Ahem;
+ line-height: 1em;
+ }
+ #reference
+ {
+ background: green;
+ height: 1in;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="wrapper">
+ <div id="test">X</div>
+ <div id="reference"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- background: red;
- float: left;
- }
- #test
- {
- color: green;
- font: normal 1in Ahem;
- line-height: 1em;
- }
- #reference
- {
- background: green;
- height: 1in;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="wrapper">
- <div id="test">X</div>
- <div id="reference"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-weight, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic bold 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-weight, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic bold 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-style, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps italic 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-style, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps italic 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-weight, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps bold 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-weight, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps bold 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-style, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold italic 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-style, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold italic 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-variant, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold small-caps 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-variant, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold small-caps 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic small-caps bold 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic small-caps bold 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic bold small-caps 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic bold small-caps 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps italic bold 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps italic bold 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps bold italic 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps bold italic 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold italic small-caps 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold italic small-caps 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold small-caps italic 1in Ahem;
+ line-height: 1em;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold small-caps italic 1in Ahem;
- line-height: 1em;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'font' shorthand property accepts and sets font-size, line-height and font-family." />
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
#wrapper
{
position: relative;
<div id="reference"></div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic 1in/1em Ahem;
+ }
+ #reference
+ {
+ background: black;
+ height: 1in;
+ left: 1.4in;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side.</p>
+ <div id="wrapper">
+ <div id="test">X</div>
+ <div id="reference"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic 1in/1em Ahem;
- }
- #reference
- {
- background: black;
- height: 1in;
- left: 1.4in;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side.</p>
- <div id="wrapper">
- <div id="test">X</div>
- <div id="reference"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-size, line-height and font-family." />
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
#wrapper
{
background: red;
<div id="reference"></div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-weight, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-weight, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic bold 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-weight, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-weight, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic bold 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-style, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps italic 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is <strong>no red</strong>.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-style, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps italic 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is <strong>no red</strong>.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-weight, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps bold 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is <strong>no red</strong>.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-weight, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps bold 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is <strong>no red</strong>.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-style, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold italic 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-style, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold italic 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-variant, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold small-caps 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is <strong>no red</strong>.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-variant, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold small-caps 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is <strong>no red</strong>.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic small-caps bold 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-variant, font-weight, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic small-caps bold 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-26 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: italic bold small-caps 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-style, font-weight, font-variant, font-size, line-height and font-family</title>
- <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-26 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: italic bold small-caps 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps italic bold 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-style, font-weight, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps italic bold 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: small-caps bold italic 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-variant, font-weight, font-style, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: small-caps bold italic 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold italic small-caps 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-style, font-variant, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold italic small-caps 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size, line-height and font-family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ position: relative;
+ }
+ #test
+ {
+ font: bold small-caps italic 1in/1em Ahem;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set using the values font-weight, font-variant, font-style, font-size, line-height and font-family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family." />
- <style type="text/css">
- #wrapper
- {
- position: relative;
- }
- #test
- {
- font: bold small-caps italic 1in/1em Ahem;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'caption'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'caption' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: caption;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'caption'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'caption' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: caption;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'icon'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'icon' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: icon;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'icon'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'icon' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: icon;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'menu'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'menu' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: menu;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'menu'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'menu' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: menu;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'message-box'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'message-box' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: message-box;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'message-box'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'message-box' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: message-box;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'small-caption'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'small-caption' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: small-caption;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'small-caption'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'small-caption' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: small-caption;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font set to the keyword 'status-bar'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' property set to 'status-bar' correctly uses the system setting." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 20px/1 Ahem;
+ font: status-bar;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font set to the keyword 'status-bar'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' property set to 'status-bar' correctly uses the system setting." />
- <style type="text/css">
- div
- {
- font: 20px/1 Ahem;
- font: status-bar;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand set to 'inherit' inheriting six values</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font' shorthand property set to 'inherit' inherits the parent element's values." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ font: italic small-caps bold 1in/1em Ahem;
+ position: relative;
+ }
+ #test
+ {
+ font: 0 Ahem;
+ font: inherit;
+ position: absolute;
+ }
+ #reference
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 1in;
+ font-style: italic;
+ font-variant: small-caps;
+ font-weight: bold;
+ height: 1in;
+ left: 0;
+ line-height: 1em;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page except for antialiasing.</p>
+ <div id="wrapper">
+ <div id="reference">x</div>
+ <div id="test">x</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font shorthand set to 'inherit' inheriting six values</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font' shorthand property set to 'inherit' inherits the parent element's values." />
- <style type="text/css">
- #wrapper
- {
- font: italic small-caps bold 1in/1em Ahem;
- position: relative;
- }
- #test
- {
- font: 0 Ahem;
- font: inherit;
- position: absolute;
- }
- #reference
- {
- color: red;
- font-family: Ahem;
- font-size: 1in;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- height: 1in;
- left: 0;
- line-height: 1em;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page except for antialiasing.</p>
- <div id="wrapper">
- <div id="reference">x</div>
- <div id="test">x</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+
+ <title>CSS Test: font - system fonts</title>
+
+ <link title="Gérard Talbot" rel="author" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="ahem" name="flags">
+ <meta content="A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually" name="assert">
+
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div {
+ background-color: red;
+ color: white;
+ display: inline-block;
+ font: 40px/1 Ahem;
+ }
+
+ span {
+ background-color: white;
+ color: green;
+ font: message-box;
+ font-size: 40px;
+ line-height: 1;
+ }
+ </style>
+
+ </head>
+
+ <body>
+
+ <p>Test passes if there is <strong>no red</strong>.</p>
+
+ <div>
+ <span>Text sample</span>
+ </div>
+
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: font - system fonts</title>
-
- <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta content="ahem" name="flags" />
- <meta content="A system font sets all of the font subproperties at the same time; then each font subproperty can be altered individually" name="assert" />
-
- <style type="text/css"><![CDATA[
- div
- {
- background-color: red;
- color: white;
- display: inline-block;
- font: 40px/1 Ahem;
- }
-
- span
- {
- background-color: white;
- color: green;
- font: message-box;
- font-size: 40px;
- line-height: 1;
- }
- ]]></style>
-
- </head>
-
- <body>
-
- <p>Test passes if there is <strong>no red</strong>.</p>
-
- <div>
- <span>Text sample</span>
- </div>
-
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+
+ <title>CSS Reftest Reference</title>
+
+ <link title="Gérard Talbot" rel="author" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <style type="text/css">
+ div {font: italic small-caps bold 16px sans-serif;}
+ </style>
+
+ </head>
+
+ <body>
+
+ <p>Test passes if the 2 lines of "Filler Text" match.</p>
+
+ <div>Filler Text</div>
+
+ <div>Filler Text</div>
+
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Reftest Reference</title>
-
- <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
-
- <style type="text/css"><![CDATA[
- div {font: italic small-caps bold 16px sans-serif;}
- ]]></style>
-
- </head>
-
- <body>
-
- <p>Test passes if the 2 lines of "Filler Text" match.</p>
-
- <div>Filler Text</div>
-
- <div>Filler Text</div>
-
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <link rel="match" href="font-applies-to-001-ref.xht">
+
+ <meta content="" name="flags">
+ <meta content="The 'font' property applies to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ font: italic small-caps bold 16px sans-serif;
+ }
+ #div1
+ {
+ display: inline;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the 2 lines of "Filler Text" match.</p>
+ <div>Filler Text</div>
+ <div id="div1">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font and 'display: inline' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <link rel="match" href="font-applies-to-001-ref.xht" />
-
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font' property applies to 'display: inline' elements." />
- <style type="text/css">
- div
- {
- font: italic small-caps bold 16px sans-serif;
- }
- #div1
- {
- display: inline;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the 2 lines of "Filler Text" match.</p>
- <div>Filler Text</div>
- <div id="div1">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <link rel="match" href="font-applies-to-001-ref.xht">
+
+ <meta content="" name="flags">
+ <meta content="The 'font' property applies to 'display: block' elements." name="assert">
+ <style type="text/css">
+ #reference, span
+ {
+ font: italic small-caps bold 16px sans-serif;
+ }
+ span
+ {
+ display: block;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the 2 lines of "Filler Text" match.</p>
+ <div id="reference">Filler Text</div>
+ <div>
+ <span>Filler Text</span>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font and 'display: block' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <link rel="match" href="font-applies-to-001-ref.xht" />
-
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font' property applies to 'display: block' elements." />
- <style type="text/css">
- #reference, span
- {
- font: italic small-caps bold 16px sans-serif;
- }
- span
- {
- display: block;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the 2 lines of "Filler Text" match.</p>
- <div id="reference">Filler Text</div>
- <div>
- <span>Filler Text</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <link rel="match" href="font-applies-to-001-ref.xht">
+
+ <meta content="" name="flags">
+ <meta content="The 'font' property applies to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ #parent, #reference
+ {
+ display: inline;
+ }
+ #reference, div div
+ {
+ font: italic small-caps bold 16px sans-serif;
+ }
+ div div
+ {
+ display: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the 2 lines of "Filler Text" match.</p>
+ <div id="reference">Filler Text<br></div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font and 'display: inherit' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <link rel="match" href="font-applies-to-001-ref.xht" />
-
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font' property applies to 'display: inherit' elements." />
- <style type="text/css">
- #parent, #reference
- {
- display: inline;
- }
- #reference, div div
- {
- font: italic small-caps bold 16px sans-serif;
- }
- div div
- {
- display: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the 2 lines of "Filler Text" match.</p>
- <div id="reference">Filler Text<br /></div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-family set to an installed font</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to and installed font renders the appropriate font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to the keyword 'serif'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'serif' correctly renders the user agent's serif font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #test
+ {
+ font-family: serif;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
+ <div id="test">PASS PASS</div>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to the keyword 'serif'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'serif' correctly renders the user agent's serif font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #test
- {
- font-family: serif;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
- <div id="test">PASS PASS</div>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to the keyword 'sans-serif'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #test
+ {
+ font-family: sans-serif;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
+ <div id="test">PASS PASS</div>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to the keyword 'sans-serif'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #test
- {
- font-family: sans-serif;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
- <div id="test">PASS PASS</div>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to the keyword 'cursive'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'cursive' correctly renders the user agent's cursive font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #test
+ {
+ font-family: cursive;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
+ <div id="test">PASS PASS</div>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to the keyword 'cursive'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'cursive' correctly renders the user agent's cursive font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #test
- {
- font-family: cursive;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
- <div id="test">PASS PASS</div>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to the keyword 'fantasy'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #test
+ {
+ font-family: fantasy;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
+ <div id="test">PASS PASS</div>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to the keyword 'fantasy'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #test
- {
- font-family: fantasy;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
- <div id="test">PASS PASS</div>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to the keyword 'monospace'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'monospace' correctly renders the user agent's monospace font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #test
+ {
+ font-family: monospace;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
+ <div id="test">PASS PASS</div>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to the keyword 'monospace'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'monospace' correctly renders the user agent's monospace font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #test
- {
- font-family: monospace;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words "PASS PASS" appear below and there is a black box below.</p>
- <div id="test">PASS PASS</div>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family set to 'inherit'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property set to 'inherit' inherits its value from the parent element's value." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ span
+ {
+ font-family: serif;
+ }
+ div span
+ {
+ font-family: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below.</p>
+ <div>
+ <span>X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family set to 'inherit'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property set to 'inherit' inherits its value from the parent element's value." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- span
- {
- font-family: serif;
- }
- div span
- {
- font-family: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below.</p>
- <div>
- <span>X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+
+ <title>CSS Test: font-family - unquoted font-family names with parentheses or curly braces</title>
+
+ <link title="Gérard Talbot" rel="author" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem invalid" name="flags">
+ <meta content="Unquoted font-family names must not contain unescaped parentheses or unescaped curly braces" name="assert">
+
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ p#first-test {font-family: Ahem, foo(bar), sans-serif;}
+
+ p#second-test {font-family: Ahem, foo(bar)foo, sans-serif;}
+
+ p#third-test {font-family: Ahem, foo{bar}, sans-serif;}
+
+ p#fourth-test {font-family: Ahem, foo{bar}foo, sans-serif;}
+ </style>
+
+ </head>
+
+ <body>
+
+ <p>Test passes if there is <strong>no black stripe</strong>.</p>
+
+ <p id="first-test">First test Passed</p>
+
+ <p id="second-test">Second test Passed</p>
+
+ <p id="third-test">Third test Passed</p>
+
+ <p id="fourth-test">Fourth test Passed</p>
+
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: font-family - unquoted font-family names with parentheses or curly braces</title>
-
- <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta content="ahem invalid" name="flags" />
- <meta content="Unquoted font-family names must not contain unescaped parentheses or unescaped curly braces" name="assert" />
-
- <style type="text/css"><![CDATA[
- p#first-test {font-family: Ahem, foo(bar), sans-serif;}
-
- p#second-test {font-family: Ahem, foo(bar)foo, sans-serif;}
-
- p#third-test {font-family: Ahem, foo{bar}, sans-serif;}
-
- p#fourth-test {font-family: Ahem, foo{bar}foo, sans-serif;}
- ]]></style>
-
- </head>
-
- <body>
-
- <p>Test passes if there is <strong>no black stripe</strong>.</p>
-
- <p id="first-test">First test Passed</p>
-
- <p id="second-test">Second test Passed</p>
-
- <p id="third-test">Third test Passed</p>
-
- <p id="fourth-test">Fourth test Passed</p>
-
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem"/>
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
.a { font-family: Ahem; }
.c { font-size: 20px; line-height: 20px; height: 20px; width: 80px; background: red; color: green; }
</style>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+
+ <title>CSS Reftest Reference</title>
+
+ <link title="Gérard Talbot" rel="author" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ </head>
+
+ <body>
+
+ <p>Test passes if there is a small black square.</p>
+
+ <div><img height="16" width="16" src="support/black96x96.png" alt="Image download support must be enabled"></div>
+
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Reftest Reference</title>
-
- <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
-
- </head>
-
- <body>
-
- <p>Test passes if there is a small black square.</p>
-
- <div><img src="support/black96x96.png" width="16" height="16" alt="Image download support must be enabled" /></div>
-
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <link rel="match" href="font-family-applies-to-001-ref.xht">
+
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property applies to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ display: inline;
+ font-family: Ahem;
+ vertical-align: top;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a small black square.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family and 'display: inline' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <link rel="match" href="font-family-applies-to-001-ref.xht" />
-
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property applies to 'display: inline' elements." />
- <style type="text/css">
- div
- {
- display: inline;
- font-family: Ahem;
- vertical-align: top;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a small black square.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <link rel="match" href="font-family-applies-to-001-ref.xht">
+
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property applies to 'display: block' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ span
+ {
+ display: block;
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a small black square.</p>
+ <div>
+ <span>X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family and 'display: block' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <link rel="match" href="font-family-applies-to-001-ref.xht" />
-
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property applies to 'display: block' elements." />
- <style type="text/css">
- span
- {
- display: block;
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a small black square.</p>
- <div>
- <span>X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family and 'display: none' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <link rel="match" href="../reference/ref-if-there-is-no-red.xht">
+
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property applies to 'display: none' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ display: none;
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is <strong>no red</strong>.</p>
+ <div>Fail</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family and 'display: none' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <link rel="match" href="../reference/ref-if-there-is-no-red.xht" />
-
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property applies to 'display: none' elements." />
- <style type="text/css">
- div
- {
- color: red;
- display: none;
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is <strong>no red</strong>.</p>
- <div>Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-12-15 -->
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <link rel="match" href="font-family-applies-to-001-ref.xht">
+
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-family' property applies to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #parent
+ {
+ display: inline
+ }
+ div div
+ {
+ display: inherit;
+ font-family: Ahem;
+ vertical-align: top;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a small black square.</p>
+ <div id="parent">
+ <div>X</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-family and 'display: inherit' elements</title>
- <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-12-15 -->
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <link rel="match" href="font-family-applies-to-001-ref.xht" />
-
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-family' property applies to 'display: inherit' elements." />
- <style type="text/css">
- #parent
- {
- display: inline
- }
- div div
- {
- display: inherit;
- font-family: Ahem;
- vertical-align: top;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a small black square.</p>
- <div id="parent">
- <div>X</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Invalid characters in font-family values</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Arron Eicholz" rel="author" href="http://www.microsoft.com/">
+ <link title="Elika J. Etemad" rel="author" href="http://fantasai.inkedblade.net/contact">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem invalid" name="flags">
+ <meta content="Invalid characters in font family names invalidate entire declaration." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font-family: test!foo, Ahem;
+ }
+ #div2
+ {
+ font-family: test@foo, Ahem;
+ }
+ #div3
+ {
+ font-family: test#foo, Ahem;
+ }
+ #div4
+ {
+ font-family: test$foo, Ahem;
+ }
+ #div5
+ {
+ font-family: test%foo, Ahem;
+ }
+ #div6
+ {
+ font-family: test^foo, Ahem;
+ }
+ #div7
+ {
+ font-family: test&foo, Ahem;
+ }
+ #div8
+ {
+ font-family: test*foo, Ahem;
+ }
+ #div9
+ {
+ font-family: test=foo, Ahem;
+ }
+ #div10
+ {
+ font-family: test+foo, Ahem;
+ }
+ #div11
+ {
+ font-family: test|foo, Ahem;
+ }
+ #div12
+ {
+ font-family: test;foo, Ahem;
+ }
+ #div13
+ {
+ font-family: test:foo, Ahem;
+ }
+ #div14
+ {
+ font-family: test.foo, Ahem;
+ }
+ #div15
+ {
+ font-family: test/foo, Ahem;
+ }
+ #div16
+ {
+ font-family: test?foo, Ahem;
+ }
+ #div17
+ {
+ font-family: test`foo, Ahem;
+ }
+ #div18
+ {
+ font-family: test~foo, Ahem;
+ }
+ #div19
+ {
+ font-family: 1996, Ahem;
+ }
+
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there are only numbers (1-19) below.</p>
+ <div id="div1">1</div>
+ <div id="div2">2</div>
+ <div id="div3">3</div>
+ <div id="div4">4</div>
+ <div id="div5">5</div>
+ <div id="div6">6</div>
+ <div id="div7">7</div>
+ <div id="div8">8</div>
+ <div id="div9">9</div>
+ <div id="div10">10</div>
+ <div id="div11">11</div>
+ <div id="div12">12</div>
+ <div id="div13">13</div>
+ <div id="div14">14</div>
+ <div id="div15">15</div>
+ <div id="div16">16</div>
+ <div id="div17">17</div>
+ <div id="div18">18</div>
+ <div id="div19">19</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Invalid characters in font-family values</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="author" title="Arron Eicholz" href="http://www.microsoft.com/" />
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop"/>
- <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem invalid" />
- <meta name="assert" content="Invalid characters in font family names invalidate entire declaration."/>
- <style type="text/css">
- <![CDATA[
- #div1
- {
- font-family: test!foo, Ahem;
- }
- #div2
- {
- font-family: test@foo, Ahem;
- }
- #div3
- {
- font-family: test#foo, Ahem;
- }
- #div4
- {
- font-family: test$foo, Ahem;
- }
- #div5
- {
- font-family: test%foo, Ahem;
- }
- #div6
- {
- font-family: test^foo, Ahem;
- }
- #div7
- {
- font-family: test&foo, Ahem;
- }
- #div8
- {
- font-family: test*foo, Ahem;
- }
- #div9
- {
- font-family: test=foo, Ahem;
- }
- #div10
- {
- font-family: test+foo, Ahem;
- }
- #div11
- {
- font-family: test|foo, Ahem;
- }
- #div12
- {
- font-family: test;foo, Ahem;
- }
- #div13
- {
- font-family: test:foo, Ahem;
- }
- #div14
- {
- font-family: test.foo, Ahem;
- }
- #div15
- {
- font-family: test/foo, Ahem;
- }
- #div16
- {
- font-family: test?foo, Ahem;
- }
- #div17
- {
- font-family: test`foo, Ahem;
- }
- #div18
- {
- font-family: test~foo, Ahem;
- }
- #div19
- {
- font-family: 1996, Ahem;
- }
- ]]>
- </style>
- </head>
- <body>
- <p>Test passes if there are only numbers (1-19) below.</p>
- <div id="div1">1</div>
- <div id="div2">2</div>
- <div id="div3">3</div>
- <div id="div4">4</div>
- <div id="div5">5</div>
- <div id="div6">6</div>
- <div id="div7">7</div>
- <div id="div8">8</div>
- <div id="div9">9</div>
- <div id="div10">10</div>
- <div id="div11">11</div>
- <div id="div12">12</div>
- <div id="div13">13</div>
- <div id="div14">14</div>
- <div id="div15">15</div>
- <div id="div16">16</div>
- <div id="div17">17</div>
- <div id="div18">18</div>
- <div id="div19">19</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Invalid parenthesis and pair matching</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Arron Eicholz" rel="author" href="http://www.microsoft.com/">
+ <link title="Elika J. Etemad" rel="author" href="http://fantasai.inkedblade.net/contact">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem invalid" name="flags">
+ <meta content="Invalid characters in font family names." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div3
+ {
+ background: red;
+ }
+ #div1
+ {
+ font-family: test)foo, Ahem;
+ }
+ #div2
+ {
+ font-family: test(foo, Ahem;
+ }
+ body
+ {
+ background: red;})
+ }
+ #div3
+ {
+ background: transparent;
+ }
+ #div3
+ {
+ font-family: test(foo), Ahem;
+ }
+
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there are only numbers (1-3) below and no red visible on the page.</p>
+ <div id="div1">1</div>
+ <div id="div2">2</div>
+ <div id="div3">3</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Invalid parenthesis and pair matching</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="author" title="Arron Eicholz" href="http://www.microsoft.com/" />
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop"/>
- <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem invalid" />
- <meta name="assert" content="Invalid characters in font family names."/>
- <style type="text/css">
- <![CDATA[
- #div3
- {
- background: red;
- }
- #div1
- {
- font-family: test)foo, Ahem;
- }
- #div2
- {
- font-family: test(foo, Ahem;
- }
- body
- {
- background: red;})
- }
- #div3
- {
- background: transparent;
- }
- #div3
- {
- font-family: test(foo), Ahem;
- }
- ]]>
- </style>
- </head>
- <body>
- <p>Test passes if there are only numbers (1-3) below and no red visible on the page.</p>
- <div id="div1">1</div>
- <div id="div2">2</div>
- <div id="div3">3</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-family, fallback mechanism</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="" name="flags">
+ <meta content="Unknown or unavailable fonts fallback to the default font family. The default font family varies and depends on user agent." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-family: UnknownFont;
+ }
+ </style>
+ </head>
+ <body>
+ <p>PREREQUISITE: Operating system cannot have a font named "UnknownFont" installed. If it is installed remove it to verify this test.</p>
+ <p>Test passes if there is a letter "X" below.</p>
+ <div>X</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-family, fallback mechanism</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="Unknown or unavailable fonts fallback to the default font family. The default font family varies and depends on user agent." />
- <style type="text/css">
- div
- {
- font-family: UnknownFont;
- }
- </style>
- </head>
- <body>
- <p>PREREQUISITE: Operating system cannot have a font named "UnknownFont" installed. If it is installed remove it to verify this test.</p>
- <p>Test passes if there is a letter "X" below.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font family unknown character glyph matching</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="dom" name="flags">
+ <meta content="Glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location." name="assert">
+ <style type="text/css">
+ #test
+ {
+ color: white;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is the word "PASS" below.</p>
+ <div id="test">\7f</div>
+ <script type="text/javascript">
+ var pass = document.getElementById("test").textContent.charCodeAt(0) === 127;
+ document.body.appendChild(document.createTextNode(pass ? "PASS" : "FAIL"));
+ </script>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font family unknown character glyph matching</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="dom" />
- <meta name="assert" content="Glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location." />
- <style type="text/css">
- #test
- {
- color: white;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is the word "PASS" below.</p>
- <div id="test"></div>
- <script type="text/javascript">
- var pass = document.getElementById("test").textContent.charCodeAt(0) === 127;
- document.body.appendChild(document.createTextNode(pass ? "PASS" : "FAIL"));
- </script>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Valid characters in font-family values</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Arron Eicholz" rel="author" href="http://www.microsoft.com/">
+ <link title="Elika J. Etemad" rel="author" href="http://fantasai.inkedblade.net/contact">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="Valid characters in font family names." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font-family: test-foo, Ahem;
+ }
+ #div2
+ {
+ font-family: test_foo, Ahem;
+ }
+ #div3
+ {
+ font-family: test\foo, Ahem;
+ }
+ #div4
+ {
+ font-family: test, foo, Ahem;
+ }
+ #div5
+ {
+ font-family: _testfoo, Ahem;
+ }
+ #div6
+ {
+ font-family: -testfoo, Ahem;
+ }
+ #div7
+ {
+ font-family: test -foo, Ahem;
+ }
+ #div8
+ {
+ font-family: test _foo, Ahem;
+ }
+ #div9
+ {
+ font-family: \testfoo, Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the word "Fail" is not visible below.</p>
+ <div id="div1">Fail</div>
+ <div id="div2">Fail</div>
+ <div id="div3">Fail</div>
+ <div id="div4">Fail</div>
+ <div id="div5">Fail</div>
+ <div id="div6">Fail</div>
+ <div id="div7">Fail</div>
+ <div id="div8">Fail</div>
+ <div id="div9">Fail</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Valid characters in font-family values</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="author" title="Arron Eicholz" href="http://www.microsoft.com/" />
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop"/>
- <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="Valid characters in font family names."/>
- <style type="text/css">
- #div1
- {
- font-family: test-foo, Ahem;
- }
- #div2
- {
- font-family: test_foo, Ahem;
- }
- #div3
- {
- font-family: test\foo, Ahem;
- }
- #div4
- {
- font-family: test, foo, Ahem;
- }
- #div5
- {
- font-family: _testfoo, Ahem;
- }
- #div6
- {
- font-family: -testfoo, Ahem;
- }
- #div7
- {
- font-family: test -foo, Ahem;
- }
- #div8
- {
- font-family: test _foo, Ahem;
- }
- #div9
- {
- font-family: \testfoo, Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the word "Fail" is not visible below.</p>
- <div id="div1">Fail</div>
- <div id="div2">Fail</div>
- <div id="div3">Fail</div>
- <div id="div4">Fail</div>
- <div id="div5">Fail</div>
- <div id="div6">Fail</div>
- <div id="div7">Fail</div>
- <div id="div8">Fail</div>
- <div id="div9">Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Valid numbers in font-family values</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link title="Arron Eicholz" rel="author" href="http://www.microsoft.com/">
+ <link title="Elika J. Etemad" rel="author" href="http://fantasai.inkedblade.net/contact">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop">
+ <meta content="ahem" name="flags">
+ <meta content="Font family names must be identifiers." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #div1
+ {
+ font-family: 5testfoo, serif;
+ }
+ #div2
+ {
+ font-family: testfoo 5-0, serif;
+ }
+ #div3
+ {
+ font-family: test 5foo, serif;
+ }
+ #div4
+ {
+ font-family: testfoo -5, serif;
+ }
+ #div5
+ {
+ font-family: testfoo -5bar, serif;
+ }
+ #div6
+ {
+ font-family: testfoo 5_0, serif;
+ }
+ #div7
+ {
+ font-family: testfoo _5, Ahem;
+ }
+ #div8
+ {
+ font-family: testfoo _5bar, Ahem;
+ }
+ #div9
+ {
+ font-family: -5testfoo, serif;
+ }
+ #div10
+ {
+ font-family: _5testfoo, Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the word "Fail" is not visible below.</p>
+ <div id="div1">Fail</div>
+ <div id="div2">Fail</div>
+ <div id="div3">Fail</div>
+ <div id="div4">Fail</div>
+ <div id="div5">Fail</div>
+ <div id="div6">Fail</div>
+ <div id="div7">Fail</div>
+ <div id="div8">Fail</div>
+ <div id="div9">Fail</div>
+ <div id="div10">Fail</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Valid numbers in font-family values</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="author" title="Arron Eicholz" href="http://www.microsoft.com/" />
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop"/>
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-family-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="Font family names must be identifiers."/>
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #div1
- {
- font-family: 5testfoo, serif;
- }
- #div2
- {
- font-family: testfoo 5-0, serif;
- }
- #div3
- {
- font-family: test 5foo, serif;
- }
- #div4
- {
- font-family: testfoo -5, serif;
- }
- #div5
- {
- font-family: testfoo -5bar, serif;
- }
- #div6
- {
- font-family: testfoo 5_0, serif;
- }
- #div7
- {
- font-family: testfoo _5, Ahem;
- }
- #div8
- {
- font-family: testfoo _5bar, Ahem;
- }
- #div9
- {
- font-family: -5testfoo, serif;
- }
- #div10
- {
- font-family: _5testfoo, Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the word "Fail" is not visible below.</p>
- <div id="div1">Fail</div>
- <div id="div2">Fail</div>
- <div id="div3">Fail</div>
- <div id="div4">Fail</div>
- <div id="div5">Fail</div>
- <div id="div6">Fail</div>
- <div id="div7">Fail</div>
- <div id="div8">Fail</div>
- <div id="div9">Fail</div>
- <div id="div10">Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font Matching Algorithm, Match Font-Family</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching">
+ <meta content="ahem" name="flags">
+ <meta content="If font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #wrapper
+ {
+ font-style: italic;
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the box below slants to one side.</p>
+ <div id="wrapper">
+ <div>X</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font Matching Algorithm, Match Font-Family</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching" />
- <meta name="flags" content="ahem" />
- <meta name="assert" content="If font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family." />
- <style type="text/css">
- #wrapper
- {
- font-style: italic;
- }
- div
- {
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the box below slants to one side.</p>
- <div id="wrapper">
- <div>X</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font Matching Algorithm, match font-style</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching">
+ <meta content="ahem" name="flags">
+ <meta content="If the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ }
+ #span1
+ {
+ font-style: italic;
+ }
+ #span2
+ {
+ font-style: oblique;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the box below slants to one side.</p>
+ <div>
+ <span id="span1">X</span><span id="span2">X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font Matching Algorithm, match font-style</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching" />
- <meta name="flags" content="ahem" />
- <meta name="assert" content="If the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- }
- #span1
- {
- font-style: italic;
- }
- #span2
- {
- font-style: oblique;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the box below slants to one side.</p>
- <div>
- <span id="span1">X</span><span id="span2">X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font Matching Algorithm, font-weight out of range</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching">
+ <meta content="invalid" name="flags">
+ <meta content="Invalid font weight values are set to the default weight of 400." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-family: serif;
+ }
+ #span1
+ {
+ font-weight: 400;
+ }
+ #span2
+ {
+ font-weight: 9000;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="span1">Filler Text</div>
+ <div id="span2">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font Matching Algorithm, font-weight out of range</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-matching" />
- <meta name="flags" content="invalid" />
- <meta name="assert" content="Invalid font weight values are set to the default weight of 400." />
- <style type="text/css">
- div
- {
- font-family: serif;
- }
- #span1
- {
- font-weight: 400;
- }
- #span2
- {
- font-weight: 9000;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="span1">Filler Text</div>
- <div id="span2">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem" />
<meta name="assert" content="The font-size for scalable fonts are rounded to the nearest whole pixel." />
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
div
{
font-family: Ahem;
<span id="span1">X</span><span id="span2">X</span>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a minimum minus one value, -1px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem invalid" name="flags">
+ <meta content="The 'font-size' property sets a minimum minus one length value in pixels is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 0;
+ font-size: -1px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a minimum minus one value, -1px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem invalid" />
- <meta name="assert" content="The 'font-size' property sets a minimum minus one length value in pixels is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: 0;
- font-size: -1px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a minimum value, 0px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a minimum length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 0px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a minimum value, 0px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a minimum length value in pixels." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: 0px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a minimum plus one value, 1px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a minimum plus one length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ font-size: 1px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a tiny box below.</p>
+ <div>x</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a minimum plus one value, 1px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a minimum plus one length value in pixels." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- font-size: 1px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a tiny box below.</p>
- <div>x</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a negative zero value, -0px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a negative zero length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: -0px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a negative zero value, -0px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a negative zero length value in pixels." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: -0px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a positive zero value, +0px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a positive zero length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: +0px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a positive zero value, +0px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a positive zero length value in pixels." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: +0px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a nominal value, 96px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a nominal length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ line-height: 1em;
+ position: relative;
+ }
+ #div2
+ {
+ font-size: 96px;
+ }
+ #div3
+ {
+ border-top: 96px solid black;
+ left: 1.1in;
+ position: absolute;
+ top: 0;
+ width: 96px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the two boxes below are the same size.</p>
+ <div id="div1">
+ <div id="div2">X</div>
+ <div id="div3"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a nominal value, 96px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a nominal length value in pixels." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- line-height: 1em;
- position: relative;
- }
- #div2
- {
- font-size: 96px;
- }
- #div3
- {
- border-top: 96px solid black;
- left: 1.1in;
- position: absolute;
- top: 0;
- width: 96px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the two boxes below are the same size.</p>
- <div id="div1">
- <div id="div2">X</div>
- <div id="div3"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using pixels with a positive nominal value, +96px</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a positive nominal length value in pixels." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ line-height: 1em;
+ position: relative;
+ }
+ #div2
+ {
+ font-size: +96px;
+ }
+ #div3
+ {
+ border-top: 96px solid black;
+ left: 1.1in;
+ position: absolute;
+ top: 0;
+ width: 96px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the two boxes below are the same size.</p>
+ <div id="div1">
+ <div id="div2">X</div>
+ <div id="div3"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using pixels with a positive nominal value, +96px</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a positive nominal length value in pixels." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- line-height: 1em;
- position: relative;
- }
- #div2
- {
- font-size: +96px;
- }
- #div3
- {
- border-top: 96px solid black;
- left: 1.1in;
- position: absolute;
- top: 0;
- width: 96px;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the two boxes below are the same size.</p>
- <div id="div1">
- <div id="div2">X</div>
- <div id="div3"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a minimum minus one value, -1%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem invalid" name="flags">
+ <meta content="The 'font-size' property sets a minimum minus one length value in percentages is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 0;
+ font-size: -1%;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a minimum minus one value, -1%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem invalid" />
- <meta name="assert" content="The 'font-size' property sets a minimum minus one length value in percentages is invalid; such 'font-size' declaration should be ignored. Then the 'font-size' property value can be determined by computed font-size of containers and from cascade mechanisms (user, author, user agent)." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: 0;
- font-size: -1%;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a minimum value, 0%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a minimum length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font: 1in Ahem;
+ }
+ div div
+ {
+ color: red;
+ font-size: 0%;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="div1">
+ <div>Filler text</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a minimum value, 0%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a minimum length value in percentages." />
- <style type="text/css">
- #div1
- {
- font: 1in Ahem;
- }
- div div
- {
- color: red;
- font-size: 0%;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="div1">
- <div>Filler text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a minimum plus one value, 1%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a minimum plus one length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #reference
+ {
+ font: 2px/1em Ahem;
+ }
+ #parent
+ {
+ font: 200px/5px Ahem;
+ }
+ #test
+ {
+ font-size: 1%;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the two dots (boxes) below are the same size.</p>
+ <div id="reference">X</div>
+ <div id="parent">
+ <div id="test">X</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a minimum plus one value, 1%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a minimum plus one length value in percentages." />
- <style type="text/css">
- #reference
- {
- font: 2px/1em Ahem;
- }
- #parent
- {
- font: 200px/5px Ahem;
- }
- #test
- {
- font-size: 1%;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the two dots (boxes) below are the same size.</p>
- <div id="reference">X</div>
- <div id="parent">
- <div id="test">X</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a negative zero value, -0%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a negative zero length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font: 1in Ahem;
+ }
+ div div
+ {
+ color: red;
+ font-size: -0%;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="div1">
+ <div>Filler text</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a negative zero value, -0%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a negative zero length value in percentages." />
- <style type="text/css">
- #div1
- {
- font: 1in Ahem;
- }
- div div
- {
- color: red;
- font-size: -0%;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="div1">
- <div>Filler text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a positive zero value, +0%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a positive zero length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font: 1in Ahem;
+ }
+ div div
+ {
+ color: red;
+ font-size: +0%;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div id="div1">
+ <div>Filler text</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a positive zero value, +0%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a positive zero length value in percentages." />
- <style type="text/css">
- #div1
- {
- font: 1in Ahem;
- }
- div div
- {
- color: red;
- font-size: +0%;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div id="div1">
- <div>Filler text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a nominal value, 100%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a nominal length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font: 1in Ahem;
+ line-height: 1em;
+ position: relative;
+ }
+ #div2
+ {
+ font-size: 100%;
+ width: 1in;
+ }
+ #div3
+ {
+ border-top: 1in solid black;
+ left: 1.1in;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the two boxes below are the same size.</p>
+ <div id="div1">
+ <div id="div2">X</div>
+ <div id="div3"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a nominal value, 100%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a nominal length value in percentages." />
- <style type="text/css">
- #div1
- {
- font: 1in Ahem;
- line-height: 1em;
- position: relative;
- }
- #div2
- {
- font-size: 100%;
- width: 1in;
- }
- #div3
- {
- border-top: 1in solid black;
- left: 1.1in;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the two boxes below are the same size.</p>
- <div id="div1">
- <div id="div2">X</div>
- <div id="div3"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size using percentages with a positive nominal value, +100%</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a positive nominal length value in percentages." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ font: 1in Ahem;
+ line-height: 1em;
+ position: relative;
+ }
+ #div2
+ {
+ font-size: +100%;
+ width: 1in;
+ }
+ #div3
+ {
+ border-top: 1in solid black;
+ left: 1.1in;
+ position: absolute;
+ top: 0;
+ width: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the two boxes below are the same size.</p>
+ <div id="div1">
+ <div id="div2">X</div>
+ <div id="div3"></div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size using percentages with a positive nominal value, +100%</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a positive nominal length value in percentages." />
- <style type="text/css">
- #div1
- {
- font: 1in Ahem;
- line-height: 1em;
- position: relative;
- }
- #div2
- {
- font-size: +100%;
- width: 1in;
- }
- #div3
- {
- border-top: 1in solid black;
- left: 1.1in;
- position: absolute;
- top: 0;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the two boxes below are the same size.</p>
- <div id="div1">
- <div id="div2">X</div>
- <div id="div3"></div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size with a negative zero value and no units, -0</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a negative zero length value with no units." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: -0;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size with a negative zero value and no units, -0</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a negative zero length value with no units." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: -0;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size with a zero value and no units, 0</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a zero length value with no units." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: 0;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size with a zero value and no units, 0</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a zero length value with no units." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: 0;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size with a positive zero value and no units, +0</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a positive zero length value with no units." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ font-family: Ahem;
+ font-size: +0;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size with a positive zero value and no units, +0</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a positive zero length value with no units." />
- <style type="text/css">
- div
- {
- color: red;
- font-family: Ahem;
- font-size: +0;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size set to 'inherit'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property sets a value of 'inherit' and inherits its value from its parent." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ font-size: 3in;
+ }
+ span
+ {
+ font-size: 0;
+ }
+ div span
+ {
+ font-size: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below.</p>
+ <div>
+ <span>X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size set to 'inherit'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property sets a value of 'inherit' and inherits its value from its parent." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- font-size: 3in;
- }
- span
- {
- font-size: 0;
- }
- div span
- {
- font-size: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below.</p>
- <div>
- <span>X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
<link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
<style>
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
.prereq { display: inline; font: 1.25em/1 Ahem, sans-serif; background: red; color: white; }
.control { height: 0; }
.control div { width: 1000px; height: 100px; background: red; }
<meta name="flags" content="ahem" />
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
.a { font-size: 30px; }
.c { font-family: Ahem; line-height: 30px; height: 30px; width: 120px; background: red; color: green; }
</style>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property applies to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ background: orange;
+ height: 1in;
+ width: 1in;
+ }
+ #div2
+ {
+ display: inline;
+ font-family: Ahem;
+ font-size: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the boxes below are the same size.</p>
+ <div id="div1"></div>
+ <div id="div2">X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size and 'display: inline' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property applies to 'display: inline' elements." />
- <style type="text/css">
- #div1
- {
- background: orange;
- height: 1in;
- width: 1in;
- }
- #div2
- {
- display: inline;
- font-family: Ahem;
- font-size: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the boxes below are the same size.</p>
- <div id="div1"></div>
- <div id="div2">X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property applies to 'display: block' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ #div1
+ {
+ background: orange;
+ height: 1in;
+ width: 1in;
+ }
+ span
+ {
+ display: block;
+ font-family: Ahem;
+ font-size: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the boxes below are the same size.</p>
+ <div id="div1"></div>
+ <div>
+ <span>X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size and 'display: block' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property applies to 'display: block' elements." />
- <style type="text/css">
- #div1
- {
- background: orange;
- height: 1in;
- width: 1in;
- }
- span
- {
- display: block;
- font-family: Ahem;
- font-size: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the boxes below are the same size.</p>
- <div id="div1"></div>
- <div>
- <span>X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size and 'display: none' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property applies to 'display: none' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: red;
+ display: none;
+ font-family: Ahem;
+ font-size: 1in;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Fail</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size and 'display: none' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property applies to 'display: none' elements." />
- <style type="text/css">
- div
- {
- color: red;
- display: none;
- font-family: Ahem;
- font-size: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-size' property applies to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-family: Ahem;
+ font-size: 1in;
+ line-height: 1em;
+ }
+ #div1
+ {
+ background: orange;
+ height: 1in;
+ width: 1in;
+ }
+ #div2
+ {
+ display: inline;
+ }
+ div div
+ {
+ display: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the boxes below are the same size.</p>
+ <div id="div1"></div>
+ <div id="div2">
+ <div>X</div>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size and 'display: inherit' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-size" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-size' property applies to 'display: inherit' elements." />
- <style type="text/css">
- div
- {
- font-family: Ahem;
- font-size: 1in;
- line-height: 1em;
- }
- #div1
- {
- background: orange;
- height: 1in;
- width: 1in;
- }
- #div2
- {
- display: inline;
- }
- div div
- {
- display: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the boxes below are the same size.</p>
- <div id="div1"></div>
- <div id="div2">
- <div>X</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-size and font sizes available</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The user agent is free to choose a font-size from the font size table entries or round off to the closest font size." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-size: 18px;
+ }
+ span
+ {
+ font-family: Ahem;
+ }
+ #span1
+ {
+ font-size: 24px;
+ }
+ #span2
+ {
+ font-size: larger;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the boxes below are the same size or the left box is bigger than the right.</p>
+ <div>
+ <span id="span1">X</span> <span id="span2">X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-size and font sizes available</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-size-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The user agent is free to choose a font-size from the font size table entries or round off to the closest font size." />
- <style type="text/css">
- div
- {
- font-size: 18px;
- }
- span
- {
- font-family: Ahem;
- }
- #span1
- {
- font-size: 24px;
- }
- #span2
- {
- font-size: larger;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the boxes below are the same size or the left box is bigger than the right.</p>
- <div>
- <span id="span1">X</span> <span id="span2">X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'em' unit refers to the computed font size of the parent element instead of the current element." />
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
div
{
font-size: 18px;
<span id="span1">X</span><span id="span2">X</span>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style set to 'normal'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-style' property set to 'normal' correctly renders the characters as normal text." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-style: italic;
+ font-style: normal;
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below that appears upright, and not slanted to one side.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-style set to 'normal'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-style' property set to 'normal' correctly renders the characters as normal text." />
- <style type="text/css">
- div
- {
- font-style: italic;
- font-style: normal;
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below that appears upright, and not slanted to one side.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style set to 'italic'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-style' property set to 'italic' correctly renders the characters as italic text." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-style: italic;
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below that appears to be slanted to one side.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-style set to 'italic'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-style' property set to 'italic' correctly renders the characters as italic text." />
- <style type="text/css">
- div
- {
- font-style: italic;
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below that appears to be slanted to one side.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style set to 'oblique'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-style' property set to 'normal' correctly renders the characters as oblique text." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-style: oblique;
+ font-family: Ahem;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below that appears to be slanted to one side.</p>
+ <div>X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-style set to 'oblique'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-style' property set to 'normal' correctly renders the characters as oblique text." />
- <style type="text/css">
- div
- {
- font-style: oblique;
- font-family: Ahem;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below that appears to be slanted to one side.</p>
- <div>X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style set to 'inherit'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-style' property set to 'inherit', inherits is value from the parent element's value." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font-style: italic;
+ font-family: Ahem;
+ }
+ span
+ {
+ font-style: normal;
+ }
+ div span
+ {
+ font-style: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is a box below that appears to be slanted to one side.</p>
+ <div>
+ <span>X</span>
+ </div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-style set to 'inherit'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-style' property set to 'inherit', inherits is value from the parent element's value." />
- <style type="text/css">
- div
- {
- font-style: italic;
- font-family: Ahem;
- }
- span
- {
- font-style: normal;
- }
- div span
- {
- font-style: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is a box below that appears to be slanted to one side.</p>
- <div>
- <span>X</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-style' property applies to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ display: inline;
+ font-style: italic;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the "Filler Text" below is slanted to one side.</p>
+ <div>Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-style and 'display: inline' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-style' property applies to 'display: inline' elements." />
- <style type="text/css">
- div
- {
- display: inline;
- font-style: italic;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the "Filler Text" below is slanted to one side.</p>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-style' property applies to 'display: block' elements." name="assert">
+ <style type="text/css">
+ span
+ {
+ display: block;
+ font-style: italic;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the "Filler Text" below is slanted to one side.</p>
+ <div>
+ <span>Filler Text</span>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-style and 'display: block' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-style' property applies to 'display: block' elements." />
- <style type="text/css">
- span
- {
- display: block;
- font-style: italic;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the "Filler Text" below is slanted to one side.</p>
- <div>
- <span>Filler Text</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style and 'display: none' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="" name="flags">
+ <meta content="The font-style' property applies to 'display: none' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: red;
+ display: none;
+ font-style: italic;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Fail</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-style and 'display: none' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The font-style' property applies to 'display: none' elements." />
- <style type="text/css">
- div
- {
- color: red;
- display: none;
- font-style: italic;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-style and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-style' property applies to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ #div1
+ {
+ display: inline;
+ }
+ div div
+ {
+ display: inherit;
+ font-style: italic;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the "Filler Text" below is slanted to one side.</p>
+ <div id="div1">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-style and 'display: inherit' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-styling" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-style-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-style' property applies to 'display: inherit' elements." />
- <style type="text/css">
- #div1
- {
- display: inline;
- }
- div div
- {
- display: inherit;
- font-style: italic;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the "Filler Text" below is slanted to one side.</p>
- <div id="div1">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font shorthand property reset to default values if not explicitly set</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font' shorthand property resets any property not explicitly given a value to its initial value." name="assert">
+ <style type="text/css">
+ #div1
+ {
+ font: 14pt serif;
+ }
+ .test
+ {
+ font-size: 96px;
+ font-style: italic;
+ font-weight: bold;
+ }
+ #div2
+ {
+ font: 14pt serif;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="div1">Filler Text</div>
+ <div id="div2" class="test">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font shorthand property reset to default values if not explicitly set</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-prop"/>
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font' shorthand property resets any property not explicitly given a value to its initial value." />
- <style type="text/css">
- #div1
- {
- font: 14pt serif;
- }
- .test
- {
- font-size: 96px;
- font-style: italic;
- font-weight: bold;
- }
- #div2
- {
- font: 14pt serif;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="div1">Filler Text</div>
- <div id="div2" class="test">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant set to 'normal'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property set to 'normal' renders the typical characters for text for the font." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-variant: small-caps;
+ font-variant: normal;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words below are rendered in all lowercase characters.</p>
+ <div>filler text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant set to 'normal'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property set to 'normal' renders the typical characters for text for the font." />
- <style type="text/css">
- div
- {
- font-variant: small-caps;
- font-variant: normal;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words below are rendered in all lowercase characters.</p>
- <div>filler text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant set to 'small-caps'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property set to 'normal' renders the small-caps version of characters for text for the font." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-variant: small-caps;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words below are rendered in small sized, uppercase characters.</p>
+ <div>filler text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant set to 'small-caps'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property set to 'normal' renders the small-caps version of characters for text for the font." />
- <style type="text/css">
- div
- {
- font-variant: small-caps;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words below are rendered in small sized, uppercase characters.</p>
- <div>filler text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant set to 'inherit'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property set to 'inherit' inherits is value from the patent element's value." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-variant: small-caps;
+ }
+ span
+ {
+ font-variant: normal;
+ }
+ div span
+ {
+ font-variant: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the words below are rendered in small sized, uppercase characters.</p>
+ <div>
+ <span>filler text</span>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant set to 'inherit'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property set to 'inherit' inherits is value from the patent element's value." />
- <style type="text/css">
- div
- {
- font-variant: small-caps;
- }
- span
- {
- font-variant: normal;
- }
- div span
- {
- font-variant: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the words below are rendered in small sized, uppercase characters.</p>
- <div>
- <span>filler text</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property applies to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-variant: small-caps;
+ }
+ #div1
+ {
+ display: inline;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div>Filler Text</div>
+ <div id="div1">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant and 'display: inline' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property applies to 'display: inline' elements." />
- <style type="text/css">
- div
- {
- font-variant: small-caps;
- }
- #div1
- {
- display: inline;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div>Filler Text</div>
- <div id="div1">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property applies to 'display: block' elements." name="assert">
+ <style type="text/css">
+ #reference, span
+ {
+ font-variant: small-caps;
+ }
+ span
+ {
+ display: block;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div>
+ <span>Filler Text</span>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant and 'display: block' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property applies to 'display: block' elements." />
- <style type="text/css">
- #reference, span
- {
- font-variant: small-caps;
- }
- span
- {
- display: block;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div>
- <span>Filler Text</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: 'font-variant' and 'display: none' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property applies to 'display: none' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: red;
+ display: none;
+ font-variant: small-caps;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Fail</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: 'font-variant' and 'display: none' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property applies to 'display: none' elements." />
- <style type="text/css">
- div
- {
- color: red;
- display: none;
- font-variant: small-caps;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-variant and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-variant' property applies to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ #parent, #reference
+ {
+ display: inline;
+ }
+ #reference, div div
+ {
+ font-variant: small-caps;
+ }
+ div div
+ {
+ display: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <br>
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-variant and 'display: inherit' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-variant" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-variant-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-variant' property applies to 'display: inherit' elements." />
- <style type="text/css">
- #parent, #reference
- {
- display: inline;
- }
- #reference, div div
- {
- font-variant: small-caps;
- }
- div div
- {
- display: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <br />
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the keyword 'normal'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="ahem" name="flags">
+ <meta content="The 'font-weight' property set to 'normal' properly sets the font to the normal weight rendering of the font." name="assert">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ font: 1in Ahem;
+ line-height: 1em;
+ }
+ #test
+ {
+ color: blue;
+ font-weight: bold;
+ font-weight: normal;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the blue box and the black box are the same size.</p>
+ <div>X</div>
+ <div id="test">X</div>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Font-weight set to the keyword 'normal'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="ahem" />
- <meta name="assert" content="The 'font-weight' property set to 'normal' properly sets the font to the normal weight rendering of the font." />
- <style type="text/css">
- div
- {
- font: 1in Ahem;
- line-height: 1em;
- }
- #test
- {
- color: blue;
- font-weight: bold;
- font-weight: normal;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the blue box and the black box are the same size.</p>
- <div>X</div>
- <div id="test">X</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the numerical value, 400</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to '400' properly sets the font to the correct bold rendering." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: red;
+ font-size: 2in;
+ line-height: 1em;
+ position: absolute;
+ }
+ #test
+ {
+ color: black;
+ font-weight: bold;
+ font-weight: 400;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Filler Text</div>
+ <div id="test">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the numerical value, 400</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to '400' properly sets the font to the correct bold rendering." />
- <style type="text/css">
- div
- {
- color: red;
- font-size: 2in;
- line-height: 1em;
- position: absolute;
- }
- #test
- {
- color: black;
- font-weight: bold;
- font-weight: 400;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Filler Text</div>
- <div id="test">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the numerical value, 600</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to '600' properly sets the font to the correct bold rendering." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: black;
+ font-size: 2in;
+ line-height: 1em;
+ position: absolute;
+ }
+ #test
+ {
+ color: green;
+ font-weight: 600;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
+ <div id="test">Filler Text</div>
+ <div>Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the numerical value, 600</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to '600' properly sets the font to the correct bold rendering." />
- <style type="text/css">
- div
- {
- color: black;
- font-size: 2in;
- line-height: 1em;
- position: absolute;
- }
- #test
- {
- color: green;
- font-weight: 600;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
- <div id="test">Filler Text</div>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the numerical value, 700</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to '700' properly sets the font to the correct bold rendering." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: black;
+ font-size: 2in;
+ line-height: 1em;
+ position: absolute;
+ }
+ #test
+ {
+ color: green;
+ font-weight: 700;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
+ <div id="test">Filler Text</div>
+ <div>Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the numerical value, 700</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to '700' properly sets the font to the correct bold rendering." />
- <style type="text/css">
- div
- {
- color: black;
- font-size: 2in;
- line-height: 1em;
- position: absolute;
- }
- #test
- {
- color: green;
- font-weight: 700;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
- <div id="test">Filler Text</div>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the numerical value, 800</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to '800' properly sets the font to the correct bold rendering." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: black;
+ font-size: 2in;
+ line-height: 1em;
+ position: absolute;
+ }
+ #test
+ {
+ color: green;
+ font-weight: 800;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
+ <div id="test">Filler Text</div>
+ <div>Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the numerical value, 800</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to '800' properly sets the font to the correct bold rendering." />
- <style type="text/css">
- div
- {
- color: black;
- font-size: 2in;
- line-height: 1em;
- position: absolute;
- }
- #test
- {
- color: green;
- font-weight: 800;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
- <div id="test">Filler Text</div>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the numerical value, 900</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to '900' properly sets the font to the correct bold rendering." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: black;
+ font-size: 2in;
+ line-height: 1em;
+ position: absolute;
+ }
+ #test
+ {
+ color: green;
+ font-weight: 900;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
+ <div id="test">Filler Text</div>
+ <div>Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the numerical value, 900</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to '900' properly sets the font to the correct bold rendering." />
- <style type="text/css">
- div
- {
- color: black;
- font-size: 2in;
- line-height: 1em;
- position: absolute;
- }
- #test
- {
- color: green;
- font-weight: 900;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
- <div id="test">Filler Text</div>
- <div>Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to the keyword 'inherit'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to 'inherit' properly sets the font to the bold rendering of the font." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: green;
+ font-size: 1in;
+ font-weight: normal;
+ line-height: 1em;
+ position: absolute;
+ }
+ #wrapper
+ {
+ font-weight: bold;
+ }
+ #test
+ {
+ color: black;
+ font-weight: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
+ <div id="wrapper">
+ <div id="reference">Filler Text</div>
+ <div id="test">Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to the keyword 'inherit'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to 'inherit' properly sets the font to the bold rendering of the font." />
- <style type="text/css">
- div
- {
- color: green;
- font-size: 1in;
- font-weight: normal;
- line-height: 1em;
- position: absolute;
- }
- #wrapper
- {
- font-weight: bold;
- }
- #test
- {
- color: black;
- font-weight: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the green text is visible. It can be partially obscured by the black text.</p>
- <div id="wrapper">
- <div id="reference">Filler Text</div>
- <div id="test">Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html>
+ <head>
+ <title>CSS Test: CSS: font-weight inheritance</title>
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/003.xml" type="application/xhtml+xml">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="ahem" name="flags">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ .a { font-weight: 900; }
+ .c { font-family: Ahem; font-size: 64px; line-height: 64px; height: 64px; width: 257px; background: red; color: green; position: absolute; }
+ .container { position: relative; }
+ .overlapper { position: absolute; height: 48px; width: 240px; padding: 8px; background: white; }
+ </style>
+ </head>
+ <body>
+
+ <div class="container">
+ <div class="a">
+ <div class="b">
+ <div class="c">
+ FAIL
+ </div>
+ </div>
+ </div>
+ <div class="overlapper">
+ There should be a green line to the right of this text.
+ </div>
+ </div>
+
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: CSS: font-weight inheritance</title>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/003.xml" type="application/xhtml+xml"/>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="ahem"/>
- <style type="text/css">
- .a { font-weight: 900; }
- .c { font-family: Ahem; font-size: 64px; line-height: 64px; height: 64px; width: 257px; background: red; color: green; position: absolute; }
- .container { position: relative; }
- .overlapper { position: absolute; height: 48px; width: 240px; padding: 8px; background: white; }
- </style>
- </head>
- <body>
-
- <div class="container">
- <div class="a">
- <div class="b">
- <div class="c">
- FAIL
- </div>
- </div>
- </div>
- <div class="overlapper">
- There should be a green line to the right of this text.
- </div>
- </div>
-
- </body>
-</html>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight and 'display: inline' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Font weights apply to 'display: inline' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ font-weight: bold;
+ }
+ #div1
+ {
+ display: inline;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div>Filler Text</div>
+ <div id="div1">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight and 'display: inline' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Font weights apply to 'display: inline' elements." />
- <style type="text/css">
- div
- {
- font-weight: bold;
- }
- #div1
- {
- display: inline;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div>Filler Text</div>
- <div id="div1">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight and 'display: block' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Font weights apply to 'display: block' elements." name="assert">
+ <style type="text/css">
+ #reference, span
+ {
+ font-weight: bold;
+ }
+ span
+ {
+ display: block;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div>
+ <span>Filler Text</span>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight and 'display: block' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Font weights apply to 'display: block' elements." />
- <style type="text/css">
- #reference, span
- {
- font-weight: bold;
- }
- span
- {
- display: block;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div>
- <span>Filler Text</span>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight and 'display: none' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Font weights apply to 'display: none' elements." name="assert">
+ <style type="text/css">
+ div
+ {
+ color: red;
+ display: none;
+ font-weight: bold;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is no red visible on the page.</p>
+ <div>Fail</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight and 'display: none' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Font weights apply to 'display: none' elements." />
- <style type="text/css">
- div
- {
- color: red;
- display: none;
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <p>Test passes if there is no red visible on the page.</p>
- <div>Fail</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight and 'display: inherit' elements</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Font weights apply to 'display: inherit' elements." name="assert">
+ <style type="text/css">
+ #parent, #reference
+ {
+ display: inline;
+ }
+ #reference, div div
+ {
+ font-weight: bold;
+ }
+ div div
+ {
+ display: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <br>
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight and 'display: inherit' elements</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-weight" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Font weights apply to 'display: inherit' elements." />
- <style type="text/css">
- #parent, #reference
- {
- display: inline;
- }
- #reference, div div
- {
- font-weight: bold;
- }
- div div
- {
- display: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <br />
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to 'normal' corresponds to '400'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="A font weight of 'normal' corresponds to the weight value '400'." name="assert">
+ <style type="text/css">
+ #div1
+ {
+ font-weight: normal;
+ }
+ #div2
+ {
+ font-weight: 400;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="div1">Filler Text</div>
+ <div id="div2">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to 'normal' corresponds to '400'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="A font weight of 'normal' corresponds to the weight value '400'." />
- <style type="text/css">
- #div1
- {
- font-weight: normal;
- }
- #div2
- {
- font-weight: 400;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="div1">Filler Text</div>
- <div id="div2">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight comparison of 100 to 900</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Font weight value 100 to 900 indicate a weight that is either darker than OR as dark as its predecessor." name="assert">
+ <style type="text/css">
+ #test1
+ {
+ font-weight: 100;
+ }
+ #test2
+ {
+ font-weight: 200;
+ }
+ #test3
+ {
+ font-weight: 300;
+ }
+ #test4
+ {
+ font-weight: 400;
+ }
+ #test5
+ {
+ font-weight: 500;
+ }
+ #test6
+ {
+ font-weight: 600;
+ }
+ #test7
+ {
+ font-weight: 700;
+ }
+ #test8
+ {
+ font-weight: 800;
+ }
+ #test9
+ {
+ font-weight: 900;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the darkness of the below lines are from light to dark. Each line needs to be either darker than or as dark as its previous line.</p>
+ <div id="test1">Filler Text</div>
+ <div id="test2">Filler Text</div>
+ <div id="test3">Filler Text</div>
+ <div id="test4">Filler Text</div>
+ <div id="test5">Filler Text</div>
+ <div id="test6">Filler Text</div>
+ <div id="test7">Filler Text</div>
+ <div id="test8">Filler Text</div>
+ <div id="test9">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight comparison of 100 to 900</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Font weight value 100 to 900 indicate a weight that is either darker than OR as dark as its predecessor." />
- <style type="text/css">
- #test1
- {
- font-weight: 100;
- }
- #test2
- {
- font-weight: 200;
- }
- #test3
- {
- font-weight: 300;
- }
- #test4
- {
- font-weight: 400;
- }
- #test5
- {
- font-weight: 500;
- }
- #test6
- {
- font-weight: 600;
- }
- #test7
- {
- font-weight: 700;
- }
- #test8
- {
- font-weight: 800;
- }
- #test9
- {
- font-weight: 900;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the darkness of the below lines are from light to dark. Each line needs to be either darker than or as dark as its previous line.</p>
- <div id="test1">Filler Text</div>
- <div id="test2">Filler Text</div>
- <div id="test3">Filler Text</div>
- <div id="test4">Filler Text</div>
- <div id="test5">Filler Text</div>
- <div id="test6">Filler Text</div>
- <div id="test7">Filler Text</div>
- <div id="test8">Filler Text</div>
- <div id="test9">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight inherits the computed weight</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="Child elements inherit their parent's actual font weight." name="assert">
+ <style type="text/css">
+ #parent
+ {
+ font-weight: bold;
+ }
+ #reference
+ {
+ font-weight: bold;
+ }
+ div div
+ {
+ font-weight: inherit;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight inherits the computed weight</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="Child elements inherit their parent's actual font weight." />
- <style type="text/css">
- #parent
- {
- font-weight: bold;
- }
- #reference
- {
- font-weight: bold;
- }
- div div
- {
- font-weight: inherit;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to 'bolder'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The value 'bolder' selects the next darker weight compared to its parent's weight." name="assert">
+ <style type="text/css">
+ #parent
+ {
+ font-weight: 400;
+ }
+ #reference
+ {
+ font-weight: 700;
+ }
+ div div
+ {
+ font-weight: bolder;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to 'bolder'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The value 'bolder' selects the next darker weight compared to its parent's weight." />
- <style type="text/css">
- #parent
- {
- font-weight: 400;
- }
- #reference
- {
- font-weight: 700;
- }
- div div
- {
- font-weight: bolder;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to 'bolder' increasing the value above '900'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="The 'font-weight' property set to 'bolder' does not increase the value of font weight when the parent values is already set at 900." name="assert">
+ <style type="text/css">
+ #parent
+ {
+ font-weight: 900;
+ }
+ #reference
+ {
+ font-weight: 900;
+ }
+ div div
+ {
+ font-weight: bolder;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to 'bolder' increasing the value above '900'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="The 'font-weight' property set to 'bolder' does not increase the value of font weight when the parent values is already set at 900." />
- <style type="text/css">
- #parent
- {
- font-weight: 900;
- }
- #reference
- {
- font-weight: 900;
- }
- div div
- {
- font-weight: bolder;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to 'lighter'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="A font weight of 'lighter' selects the next lighter weight." name="assert">
+ <style type="text/css">
+ #parent
+ {
+ font-weight: bold;
+ }
+ #reference
+ {
+ font-weight: normal;
+ }
+ div div
+ {
+ font-weight: lighter;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to 'lighter'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="A font weight of 'lighter' selects the next lighter weight." />
- <style type="text/css">
- #parent
- {
- font-weight: bold;
- }
- #reference
- {
- font-weight: normal;
- }
- div div
- {
- font-weight: lighter;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight set to 'lighter' decreasing value below '100'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="A font weight of 'lighter' selects the next lighter weight compared to its parent's weight." name="assert">
+ <style type="text/css">
+ #parent, #reference
+ {
+ font-weight: 100;
+ }
+ div div
+ {
+ font-weight: lighter;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="reference">Filler Text</div>
+ <div id="parent">
+ <div>Filler Text</div>
+ </div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight set to 'lighter' decreasing value below '100'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="A font weight of 'lighter' selects the next lighter weight compared to its parent's weight." />
- <style type="text/css">
- #parent, #reference
- {
- font-weight: 100;
- }
- div div
- {
- font-weight: lighter;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="reference">Filler Text</div>
- <div id="parent">
- <div>Filler Text</div>
- </div>
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Font-weight compare 'bold' to '700'</title>
+ <link title="Microsoft" rel="author" href="http://www.microsoft.com/">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop">
+ <meta content="" name="flags">
+ <meta content="A font weight set to 'bold' corresponds to the weight value '700'." name="assert">
+ <style type="text/css">
+ #div1
+ {
+ font-weight: bold;
+ }
+ #div2
+ {
+ font-weight: 700;
+ }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if the lines of "Filler Text" below match.</p>
+ <div id="div1">Filler Text</div>
+ <div id="div2">Filler Text</div>
+ </body>
+</html>
\ No newline at end of file
+++ /dev/null
-<!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>CSS Test: Font-weight compare 'bold' to '700'</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-weight-prop" />
- <meta name="flags" content="" />
- <meta name="assert" content="A font weight set to 'bold' corresponds to the weight value '700'." />
- <style type="text/css">
- #div1
- {
- font-weight: bold;
- }
- #div2
- {
- font-weight: 700;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the lines of "Filler Text" below match.</p>
- <div id="div1">Filler Text</div>
- <div id="div2">Filler Text</div>
- </body>
-</html>
\ No newline at end of file
<meta name="flags" content="ahem"/>
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
div { font: 1.25em/1 Ahem; width: 2em; background: red; height: 2em; }
pre { font: inherit; color: green; }
</style>
<meta name="flags" content="ahem"/>
<style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
.test { font: 2.5em/1 Ahem; color: green; background: red; width: 2em; }
</style>
</head>
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+
+ <title>CSS Reftest Reference</title>
+
+ <link title="Gérard Talbot" rel="author" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ div
+ {
+ color: blue;
+ font-size: 2.5em;
+ line-height: 1;
+ margin: 1em 0em;
+ }
+
+ span
+ {
+ font-family: Ahem;
+ vertical-align: top;
+ }
+ </style>
+
+ </head>
+
+ <body>
+
+ <p>Test passes if there is an "İ" in-between 2 blue stripes.</p>
+
+ <div><img height="40" width="160" src="support/swatch-blue.png" alt="Image download support must be enabled"><img height="40" width="40" src="support/swatch-white.png" alt="Image download support must be enabled"><span>İ</span><img height="40" width="40" src="support/swatch-white.png" alt="Image download support must be enabled"><img height="40" width="160" src="support/swatch-blue.png" alt="Image download support must be enabled"></div>
+
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Reftest Reference</title>
-
- <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
-
- <style type="text/css"><![CDATA[
- div
- {
- color: blue;
- font-size: 2.5em;
- line-height: 1;
- margin: 1em 0em;
- }
-
- span
- {
- font-family: Ahem;
- vertical-align: top;
- }
- ]]></style>
-
- </head>
-
- <body>
-
- <p>Test passes if there is an "İ" in-between 2 blue stripes.</p>
-
- <div><img src="support/swatch-blue.png" width="160" height="40" alt="Image download support must be enabled" /><img src="support/swatch-white.png" width="40" height="40" alt="Image download support must be enabled" /><span>İ</span><img src="support/swatch-white.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/swatch-blue.png" width="160" height="40" alt="Image download support must be enabled" /></div>
-
- </body>
-</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>CSS Test: Fonts and not bidi</title>
+ <link title="Ian Hickson" rel="author" href="mailto:ian@hixie.ch">
+ <link title="Gérard Talbot" rel="reviewer" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-04-08 -->
+ <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/005.html" type="text/html">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm">
+ <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm">
+ <link rel="match" href="fonts-012-ref.xht">
+
+ <meta content="ahem" name="flags">
+ <style type="text/css">
+ @font-face {
+ font-family: Ahem;
+ src: url("support/AHEM____.TTF");
+ }
+ .test { font: 2.5em/1 Ahem; color: blue; }
+ </style>
+ </head>
+ <body>
+ <p>Test passes if there is an "İ" in-between 2 blue stripes.</p>
+ <p class="test">XXXX İ FAIL</p>
+ </body>
+</html>
+++ /dev/null
-<!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>CSS Test: Fonts and not bidi</title>
- <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
- <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-08 -->
- <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/005.html" type="text/html"/>
- <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm" />
- <link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-matching-algorithm" />
- <link rel="match" href="fonts-012-ref.xht" />
-
- <meta name="flags" content="ahem"/>
- <style type="text/css">
- .test { font: 2.5em/1 Ahem; color: blue; }
- </style>
- </head>
- <body>
- <p>Test passes if there is an "İ" in-between 2 blue stripes.</p>
- <p class="test">XXXX İ FAIL</p>
- </body>
-</html>
Summary: Webapi css3 fonts test suite
Name: tct-fonts-css3-tests
-Version: 2.3.9
+Version: 2.3.8
Release: 1
License: BSD
Group: System/Libraries
echo "Install /opt/%name/%name.wgt fail ..."
fi
sync
- #### install font: AHEM.TTF ####
- if [ -e /opt/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF ]; then
- [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/
- mkdir -p /usr/share/fonts/winFonts
- cd /opt/tct-fonts-css3-tests/fonts/csswg/support/
- mv AHEM____.TTF AHEM.TTF
- cp AHEM.TTF /usr/share/fonts/winFonts/
- cd /usr/share/fonts/winFonts
- fc-cache -fv
- else
- echo "Install font: AHEM:TTF fail, please check if exists file: /opt/tct-fonts-css3-tests/fonts/csswg/support/AHEM____.TTF ..."
- fi
fi
fi
sync
fi
- #### uninstall font: AHEM.TTF ####
- [ -e /usr/share/fonts/winFonts/ ] && rm -rf /usr/share/fonts/winFonts/
- fc-cache -fv
fi
rm -rf /opt/unpacked_crx/%name
<expected>These texts have correct font style</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>These texts have correct font variant</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>These texts have correct font weight</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>These texts have correct font size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There are two boxes on the page and they are the same height</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There are two boxes on the page and they are the same height. One box needs to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The letters 'E' below are larger than this text, are capitalized, and if the left 'E' is smaller than the right 'E'</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-006.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-007.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-008.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-009.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-009.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-010.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-010.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-011.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-011.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-012.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-013.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-013.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-014.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-014.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-015.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-015.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-018.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-018.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-022.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-022.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-023.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-023.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-024.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-024.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-025.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-025.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-026.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-026.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-027.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-027.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-028.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-028.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-029.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-029.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-030.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-030.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-031.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-031.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-032.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-032.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-033.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-033.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-034.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-034.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-035.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-035.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-036.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-036.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-037.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-037.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-038.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-038.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-043.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-043.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-044.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-044.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if the 'font-family' property set to and installed font renders the appropriate font" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" priority="P2" id="font-family-001">
- <description>
- <pre_condition/>
- <post_condition/>
- <steps>
- <step order="1">
- <step_desc>Check if the 'font-family' property set to and installed font renders the appropriate font</step_desc>
- <expected>There is a box below</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht</test_script_entry>
- </description>
- <specs>
- <spec>
- <spec_assertion element_type="property" element_name="font-family" interface="CSS" specification="CSS Fonts Module Level 3 (Partial)" section="DOM, Forms and Styles" category="Tizen W3C API Specifications"/>
- <spec_url>http://www.w3.org/TR/2012/WD-css3-fonts-20120823/#font-family-prop</spec_url>
- <spec_statement/>
- </spec>
- </specs>
- </testcase>
<testcase purpose="Check if the 'font-family' property set to 'serif' correctly renders the user agent's serif font" type="compliance" status="approved" component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" priority="P2" id="font-family-002">
<description>
<pre_condition/>
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no black stripe</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There are only numbers (1-19) below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There are only numbers (1-3) below and no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is the word 'PASS' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The word 'Fail' is not visible below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The word 'Fail' is not visible below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The box below slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The box below slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' below match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a tiny box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The two boxes below are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The two boxes below are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The two dots (boxes) are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The two boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The two boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The boxes are the same size or the left box is bigger than the right</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box that appears upright, and not slanted to one sid</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words are rendered in all lowercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words are rendered in small sized, uppercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The words are rendered in small sized, uppercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The blue box and the black box are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There should be a green line to the right of this text</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The darkness of the lines are from light to dark and each line needs to be either darker than or as dark as its previous line</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>There is an 'I' in-between 2 blue stripes</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm</test_script_entry>
</description>
<specs>
<spec>
<expected>These texts have correct font style</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c523-font-style-000.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="c524-font-var-000" purpose="Check if the 'font-variant' property has correct visual rendering">
<expected>These texts have correct font variant</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c524-font-var-000.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="c525-font-wt-000" purpose="Check if the 'font-weight' property has correct visual rendering">
<expected>These texts have correct font weight</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c525-font-wt-000.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="c526-font-sz-000" purpose="Check if the 'font-size' property has correct visual rendering">
<expected>These texts have correct font size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/c526-font-sz-000.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="auto" id="CSS3DF_font-family" purpose="Check if the element font-family exists">
<expected>There are two boxes on the page and they are the same height</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-002" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-size and font-family">
<expected>There are two boxes on the page and they are the same height. One box needs to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-003" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-size and font-family">
<expected>The letters 'E' below are larger than this text, are capitalized, and if the left 'E' is smaller than the right 'E'</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-004" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-size and font-family">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-006" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-006.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-007" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size and font-family">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-007.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-008" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size and font-family">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-008.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-009" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-009.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-009.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-010" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size and font-family">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-010.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-010.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-011" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-011.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-011.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-012" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-012.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-013" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-013.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-013.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-014" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-014.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-014.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-015" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-015.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-015.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-016" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-017" purpose="Check if the 'font' shorthand property accepts and sets font-size, line-height and font-family">
<expected>There are two boxes on the page, they are the same height, the top of both boxes line up and one box slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-018.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-018.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-020" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-size, line-height and font-family">
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-022.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-022.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-023" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-size, line-height and font-family">
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-023.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-023.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-024" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-weight, font-size, line-height and font-family">
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-024.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-024.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-025" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-size, line-height and font-family">
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-025.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-025.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-026" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-size, line-height and font-family">
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-026.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-026.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-027" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-size, line-height and font-family">
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-027.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-027.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-028" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-weight, font-variant, font-size, line-height and font-family">
<expected>There is no red except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-028.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-028.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-029" purpose="Check if the 'font' shorthand property accepts and sets font-variant, font-style, font-weight, font-size, line-height and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-029.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-029.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-030" purpose="Check if the 'font' shorthand property accepts and sets font-style, font-variant, font-weight, font-style, font-size, line-height and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-030.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-030.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-031" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-style, font-variant, font-size, line-height and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-031.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-031.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-032" purpose="Check if the 'font' shorthand property accepts and sets font-weight, font-variant, font-style, font-size, line-height and font-family">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-032.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-032.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-033" purpose="Check if the 'font' property set to 'caption' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-033.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-033.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-034" purpose="Check if the 'font' property set to 'icon' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-034.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-034.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-035" purpose="Check if the 'font' property set to 'menu' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-035.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-035.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-036" purpose="Check if the 'font' property set to 'message-box' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-036.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-036.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-037" purpose="Check if the 'font' property set to 'small-caption' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-037.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-037.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-038" purpose="Check if the 'font' property set to 'status-bar' correctly uses the system setting">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-038.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-038.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-043" purpose="Check if the 'font' shorthand property set to 'inherit' inherits the parent element's value 'italic small-caps bold 1in/1em Ahem'">
<expected>There is no red visible on the page except for antialiasing</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-043.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-043.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-044" purpose="Check if a system font sets all of the font subproperties at the same time; then font value is changed to 'message-box'">
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-044.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-044.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-applies-to-001" purpose="Check if the 'font' property applies to 'display: inline' elements">
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-applies-to-002" purpose="Check if the 'font' property applies to 'display: block' elements">
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-applies-to-017" purpose="Check if the 'font' property applies to 'display: inherit' elements">
<expected>The 2 lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.xht</test_script_entry>
- </description>
- </testcase>
- <testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-001" purpose="Check if the 'font-family' property set to and installed font renders the appropriate font">
- <description>
- <pre_condition />
- <steps>
- <step order="1">
- <step_desc>Check if the 'font-family' property set to and installed font renders the appropriate font</step_desc>
- <expected>There is a box below</expected>
- </step>
- </steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-002" purpose="Check if the 'font-family' property set to 'serif' correctly renders the user agent's serif font">
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-003" purpose="Check if the 'font-family' property set to 'sans-serif' correctly renders the user agent's sans-serif font">
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-004" purpose="Check if the 'font-family' property set to 'cursive' correctly renders the user agent's cursive font">
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-005" purpose="Check if the 'font-family' property set to 'fantasy' correctly renders the user agent's fantasy font">
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-005.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-006" purpose="Check if the 'font-family' property set to 'monospace' correctly renders the user agent's monospace font">
<expected>The words 'PASS PASS' appear below and there is a black box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-006.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-007" purpose="Check if the 'font-family' property set to 'inherit' inherits its value from the parent element's value">
<expected>There is a box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-007.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-008" purpose="Check if the font-family names must not contain unescaped parentheses or unescaped curly braces">
<expected>There is no black stripe</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-008.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-009" purpose="Check if the 'font-family' property set the value 'Ahem'">
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-applies-to-002" purpose="Check if the 'font-family' property applies to 'display: block' elements">
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-applies-to-016" purpose="Check if the 'font-family' property applies to 'display: none' elements">
<expected>There is no red</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-applies-to-017" purpose="Check if the 'font-family' property applies to 'display: inherit' elements">
<expected>There is a small black square</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-invalid-characters-001" purpose="Check if the invalid characters in font family names invalidate entire declaration">
<expected>There are only numbers (1-19) below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-invalid-characters-002" purpose="Check if the Invalid characters is in font family names">
<expected>There are only numbers (1-3) below and no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-invalid-characters-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-rule-001" purpose="Check if the default font family varies and depends on user agent">
<expected>There is a letter 'X' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-rule-005" purpose="Check if glyphs that are missing render as the missing glyph character and still report their initial character location, not the missing glyph location">
<expected>There is the word 'PASS' below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-rule-005.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-valid-characters-001" purpose="Check if the 'font-family' sets valid characters">
<expected>The word 'Fail' is not visible below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-family-valid-characters-002" purpose="Check if the font family names must be identifiers">
<expected>The word 'Fail' is not visible below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-family-valid-characters-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-matching-rule-001" purpose="Check if font property match then use the font specified by font-family, if font property doesn't match, don't even try to match font-family">
<expected>The box below slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-matching-rule-006" purpose="Check if the font contains definition of 'italic' or 'oblique' and italic or oblique is set by the style, then use that font">
<expected>The box below slants to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-006.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-matching-rule-009" purpose="Check if the invalid font weight values are set to the default weight of 400">
<expected>The lines of 'Filler Text' below match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-matching-rule-009.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-matching-rule-012" purpose="Check if the font-size for scalable fonts are rounded to the nearest whole pixel">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-002" purpose="Check if the 'font-size' property sets a minimum length value in pixels">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-003" purpose="Check if the 'font-size' property sets a minimum plus one length value in pixels">
<expected>There is a tiny box below</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-004" purpose="Check if the 'font-size' property sets a negative zero length value in pixels">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-005" purpose="Check if the 'font-size' property sets a positive zero length value in pixels">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-005.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-006" purpose="Check if the 'font-size' property sets a nominal length value in pixels">
<expected>The two boxes below are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-006.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-007" purpose="Check if the 'font-size' property sets a positive nominal length value in pixels">
<expected>The two boxes below are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-007.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-089" purpose="Check if the font-size is invalid and the value will be ignored in visual when the font-size property set as -1%">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-089.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-090" purpose="Check if the font-size can be set as 0%">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-090.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-091" purpose="Check if the font-size is 1% in visual">
<expected>The two dots (boxes) are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-091.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-092" purpose="Check if the font-size is 0 in visual when the font-size property set as -0%">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-092.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-093" purpose="Check if the font-size is 0 in visual when the font-size property set as +0%">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-093.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-094" purpose="Check if the font-size is 100% in visual">
<expected>The two boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-094.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-095" purpose="Check if the font-size is 100% in visual when the font-size property set as +100%">
<expected>The two boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-095.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-100" purpose="Check if the font-size is 0 in visual when the font-size property set as -0">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-100.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-101" purpose="Check if the font-size can be set as 0">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-101.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-102" purpose="Check if the font-size is 0 in visual when the font-size property set as +0">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-102.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-112" purpose="Check if the font-size inherits its value from its parent in visual when the font-size property set as the keyword inherit">
<expected>There is a box</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-112.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-116" purpose="Check if the font-size have the right size in pixels unit in visual">
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-applies-to-002" purpose="Check if the font-size applies to 'display: block' elements in visual">
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-applies-to-016" purpose="Check if the font-size applies to 'display: none' elements in visual">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-applies-to-017" purpose="Check if the font-size applies to 'display: inherit' elements in visual">
<expected>The boxes are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-rule-003" purpose="Check if the script is free to choose a font-size from the font size table or the closest font size in visual">
<expected>The boxes are the same size or the left box is bigger than the right</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-size-rule-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-size-rule-004" purpose="Check if the font-size em unit value refers its parent in visual">
<expected>There is a box that appears upright, and not slanted to one sid</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-002" purpose="Check if the font-style renders the characters as italic text in visual when the font-style property set to 'italic'">
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-003" purpose="Check if the font-style renders the characters as oblique text in visual when the font-style property set to 'oblique'">
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-004" purpose="Check if the font-style inherits its value from the parent element in visual when the font-style property set to 'inherit'">
<expected>There is a box that appears to be slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-applies-to-001" purpose="Check if the font-style applies to 'display: inline' elements in visual">
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-applies-to-002" purpose="Check if the font-style applies to 'display: block' elements in visual">
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-applies-to-016" purpose="Check if the font-style applies to 'display: none' elements in visual">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-style-applies-to-017" purpose="Check if the font-style applies to 'display: inherit' elements in visual">
<expected>The 'Filler Text' is slanted to one side</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-style-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-systemfont-rule-004" purpose="Check if the 'font' shorthand property resets any property which not explicitly given a value by default">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-systemfont-rule-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-001" purpose="Check if the font-variant renders the typical characters for text in visual when the font-variant property set to 'normal'">
<expected>The words are rendered in all lowercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-002" purpose="Check if the font-variant renders the small-caps version of characters for text in visual when the font-variant property set to 'normal'">
<expected>The words are rendered in small sized, uppercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-003" purpose="Check if the font-variant inherits its value from the parent element in visual when the font-variant property set to 'inherit'">
<expected>The words are rendered in small sized, uppercase characters</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-applies-to-001" purpose="Check if the font-variant applies to 'display: inline' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-applies-to-002" purpose="Check if the font-variant applies to 'display: block' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-applies-to-016" purpose="Check if the font-variant applies to 'display: none' elements in visual">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-variant-applies-to-017" purpose="Check if the font-variant applies to 'display: inherit' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-variant-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-001" purpose="Check if the font-weight renders the font to normal weight in visual when the font-weight property set to 'normal'">
<expected>The blue box and the black box are the same size</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-008" purpose="Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '400'">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-008.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-010" purpose="Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '600'">
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-010.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-011" purpose="Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '700'">
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-011.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-012" purpose="Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '800'">
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-012.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-013" purpose="Check if the font-weight renders the font to correct bold in visual when the font-weight property set to the numerical value '900'">
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-013.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-014" purpose="Check if the font-weight renders the font to bold in visual when the font-weight property set to the keyword 'inherit'">
<expected>The green text is visible</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-014.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-015" purpose="Check if the font-weight inherits its value from its parent in visual">
<expected>There should be a green line to the right of this text</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-015.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-applies-to-001" purpose="Check if the font-weight applies to 'display: inline' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-applies-to-002" purpose="Check if the font-weight applies to 'display: block' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-applies-to-016" purpose="Check if the font-weight applies to 'display: none' elements in visual">
<expected>There is no red visible on the page</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-016.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-applies-to-017" purpose="Check if the font-weight applies to 'display: inherit' elements in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-applies-to-017.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-001" purpose="Check if the font-weight property of 'normal' corresponds to the weight value '400' in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-001.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-002" purpose="Check if the font-weight value 100 to 900 indicates a weight that is either darker than or as dark as its predecessor in visual">
<expected>The darkness of the lines are from light to dark and each line needs to be either darker than or as dark as its previous line</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-002.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-003" purpose="Check if the font-weight child elements inherit their parent's actual font weight in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-003.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-004" purpose="Check if the font-weight value 'bolder' selects the next darker weight compared to its parent's weight in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-004.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-005" purpose="Check if the font-weight value 'bolder' does not increase the value of font weight in visual when the parent values is already set at 900">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-005.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-006" purpose="Check if the font-weight value 'lighter' selects the next lighter weight in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-006.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-007" purpose="Check if the font-weight value 'lighter' selects the next lighter weight compared to its parent's weight in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-007.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="font-weight-rule-008" purpose="Check if the font-weight property of 'bold' corresponds to the weight value '700' in visual">
<expected>The lines of 'Filler Text' match</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/font-weight-rule-008.htm</test_script_entry>
</description>
</testcase>
<testcase component="WebAPI/DOM, Forms and Styles/CSS Fonts Module Level 3 (Partial)" execution_type="manual" id="fonts-010" purpose="Check if font inherits the pre element in visual">
<expected>There is an 'I' in-between 2 blue stripes</expected>
</step>
</steps>
- <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.xht</test_script_entry>
+ <test_script_entry>/opt/tct-fonts-css3-tests/fonts/csswg/fonts-012.htm</test_script_entry>
</description>
</testcase>
</set>