mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Update CSS tests to revision 584b6cdd10401df603bd7bdf4ec801fcddc65468
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP Charset vs BOM</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/at-charset-001-ref.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The Byte Order Mark in the stylesheet overrides the HTTP charset setting." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP Charset over @charset</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The HTTP charset setting overrides the @charset designation in the stylesheet." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP charset over link charset</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The HTTP charset setting overrides the charset designation in the link tag." />
|
||||
<link charset="windows-1252" href="support/at-charset-003.css" rel="Stylesheet" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP charset over set referring code page (UTF-8)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The HTTP charset setting overrides the referring document's code page." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP charset over set referring code page (windows-1252)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The HTTP charset setting overrides the charset designation in the referring document's meta tag." />
|
||||
<meta http-equiv="Content-Type" content="text/html; windows-1252" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: HTTP charset over referring code page (not set)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<meta name="assert" content="The HTTP charset setting overrides the charset of referring document." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset over link charset attribute</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The @charset setting in the stylesheet overrides the charset attribute of the link element." />
|
||||
<link rel="Stylesheet" href="support/at-charset-007.css" charset="windows-1252" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset over referring document's code page (set)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The @charset setting in the stylesheet overrides the referring document's set code page." />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset over referring document's code page (unset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The @charset setting in the stylesheet overrides the referring document's unset code page." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Link charset attribute over referring document's codepage (set)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page." />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Link charset attribute over referring document's codepage (not set)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet's encoding is determined by the link element's charset attribute and not the referring document's code page." />
|
||||
<link rel="stylesheet" href="support/at-charset-011.css" charset="shift-JIS" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Stylesheet encoding via the referring document's encoding (set)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet's encoding is determined by the set encoding of the referring document." />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=shift-JIS" />
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Matching BOM and @charset (utf-8)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Matching BOM and @charset (utf-16 LE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Matching BOM and @charset (utf-16 BE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The encoding is correctly interpreted from the matched BOM and @charset." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: BOM with no @charset (utf-8)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as utf-8." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: BOM with no @charset (utf-16LE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as utf-16LE." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: BOM with no @charset (utf-16BE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as utf-16BE." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (windows-1252)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as windows-1252." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (Shift-JIS)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as Shift-JIS." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (ISO-8859-6)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as ISO-8859-6." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (Big5)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as Big5." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (UTF-8)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is correctly interpreted as UTF-8." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (UTF-16LE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is not interpreted as UTF-16LE." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset specified (UTF-16BE)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is not interpreted as UTF-16BE." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Non-matching @charset (UTF-16BE with UTF-8 @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is thrown out due to the mismatched @charset." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Non-matching @charset (UTF-32LE with UTF-16BE @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is thrown out due to the mismatched @charset." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset does not match BOM (UTF8 encoding and BOM with UTF-16BE @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is interpreted as UTF-8." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset does not match BOM (UTF-16LE encoding and BOM with UTF-8 @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is interpreted as UTF-8." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset does not match BOM (UTF-32BE encoding and BOM with UTF-16BE @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="UTF-32 is not supported." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Mismatched endianness in @charset (UTF-16LE encoding and BOM with UTF-16BE @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is interpreted as UTF-16LE." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Mismatched endianness in @charset (UTF-16BE encoding and BOM with UTF-16LE @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is interpreted as UTF16BE." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Endianness not specified (UTF-16LE encoding with UTF-16 @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is not interpreted as UTF-16LE." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Endianness not specified (UTF-16BE encoding with UTF-16 @charset)</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is not interpreted as UTF16-BE." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="星期二价泌">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset in uppercase</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/filler-text-below-green.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The selector does not match due to the @charset being ignored." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset missing a space</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/filler-text-below-green.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The selector does not match due to the @charset being ignored." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset with bogus name</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="at-charset-001.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The stylesheet is interpreted as UTF-16LE based on BOM." />
|
||||
<style type="text/css">
|
||||
@@ -15,7 +16,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if the "Filler Text" below is green.</p>
|
||||
<p>Test passes if both lines of "Filler Text" below are green.</p>
|
||||
<div class="平和">Filler Text</div>
|
||||
<div id="div1">Filler Text</div>
|
||||
</body>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @charset within style block</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/filler-text-below-green.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The selector does not match due to the @charset being ignored." />
|
||||
<style type="text/css">@charset "ISO-8859-1";
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/001.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-071.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tést">This line should be green.</p>
|
||||
<p class="tést">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/002.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-072.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="t้st">This line should be green.</p>
|
||||
<p class="t้st">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/003.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-073.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tщst">This line should be green.</p>
|
||||
<p class="tщst">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/004.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-074.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tىst">This line should be green.</p>
|
||||
<p class="tىst">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/005.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-075.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tιst">This line should be green.</p>
|
||||
<p class="tιst">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/006.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-076.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tיst">This line should be green.</p>
|
||||
<p class="tיst">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/encoding/007.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
|
||||
<link rel="match" href="reference/ref-green-background.xht" />
|
||||
<meta name="flags" content="http" />
|
||||
<style type="text/css">
|
||||
p { background: red; color: yellow; }
|
||||
@@ -12,6 +13,6 @@
|
||||
<link rel="stylesheet" href="support/at-charset-077.css" />
|
||||
</head>
|
||||
<body>
|
||||
<p class="tИst">This line should be green.</p>
|
||||
<p class="tИst">This should have a green background.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @import following a known but invalid @rule</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules" />
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht" />
|
||||
<meta name="flags" content="invalid" />
|
||||
<meta name="assert" content="@import is respected after known but ignored @rule." />
|
||||
<style type="text/css">
|
||||
@@ -14,6 +15,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="import">This sentence must be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @import following an invalid selector</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules" />
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht" />
|
||||
<meta name="flags" content="invalid" />
|
||||
<meta name="assert" content="@import is respected after invalid (ignored) rule set" />
|
||||
<style type="text/css">
|
||||
@@ -13,6 +14,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="import">This sentence must be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: @import following garbage</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules" />
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht" />
|
||||
<meta name="flags" content="invalid" />
|
||||
<meta name="assert" content="@import is parsed as part of invalid ruleset after garbage." />
|
||||
<style type="text/css">
|
||||
@@ -14,6 +15,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="import">This sentence must be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
@import "support/import-green.css";
|
||||
@@ -14,7 +15,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="import">This should be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
@ import "support/import-red.css";
|
||||
@@ -16,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="import">This should be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<meta name="flags" content="invalid"/>
|
||||
<style type="text/css">
|
||||
|
||||
@@ -15,7 +16,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p class="import">This should be green.</p>
|
||||
<p class="import">This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/media.html#at-media-rule"/>
|
||||
<link rel="match" href="reference/at-rule-013-ref.xht"/>
|
||||
<meta name="flags" content="invalid"/>
|
||||
<meta name="assert" content="At-rules inside @media blocks are ignored up to up to the end of the block that contains the invalid at-keyword, or up to and including the next semicolon (;) or up to and including the next block ({...}), whichever comes first."/>
|
||||
<style type="text/css"><![CDATA[
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<meta name="flags" content="invalid"/>
|
||||
<style type="text/css">
|
||||
|
||||
@@ -17,7 +18,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This should be green.</p>
|
||||
<p>This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: red; }
|
||||
@@ -16,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This should be green.</p>
|
||||
<p>This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: red; }
|
||||
@@ -16,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This should be green.</p>
|
||||
<p>This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: red; }
|
||||
@@ -16,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This should be green.</p>
|
||||
<p>This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: At-rules</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#at-rules"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: green; }
|
||||
@@ -16,7 +17,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This should be green.</p>
|
||||
<p>This text should be green.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: [attr~=""]Attribute Selectors with Empty String Values</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#tokenization"/>
|
||||
<link rel="match" href="reference/attribute-token-selector-002-ref.xht"/>
|
||||
<meta name="assert" content="[attr~=''] is valid but matches nothing."/>
|
||||
<style type="text/css">
|
||||
p {
|
||||
|
||||
44
tests/wpt/css-tests/css21_dev/xhtml1/bidi-004.xht
Normal file
44
tests/wpt/css-tests/css21_dev/xhtml1/bidi-004.xht
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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" lang="en" xml:lang="en">
|
||||
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>CSS Test: The bidi algorithm and inlines in CSS</title>
|
||||
<link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch" />
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/inline/bidi/004.html" type="text/html" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/css-text-3/#white-space-rules" />
|
||||
<!-- Spaces are collapsed, then reordered, then trimmed. -->
|
||||
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#bidi-control-codes" />
|
||||
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#direction" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#white-space-model" />
|
||||
<link rel="help" href="http://unicode.org/reports/tr9/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/html5/rendering.html#phrasing-content-0" /> <!-- <br> is a bidi paragraph separator -->
|
||||
<link rel="match" href="reference/bidi-004-ref.xht" />
|
||||
|
||||
<meta name="flags" content="may21 ahem" />
|
||||
<style type="text/css">
|
||||
div p { width: 28em; border: solid; margin: 1em; padding: 0.5em; background: #FFFFCC; color: black; font: 1em/1 Ahem; }
|
||||
.test { border: solid; padding: 0.4em 1em; line-height: 3em; }
|
||||
.control { line-height: 3em; }
|
||||
.control.start { border-style: solid none solid solid; padding: 0.4em 0 0.4em 1em; }
|
||||
.control.middle { border-style: solid none solid none; padding: 0.4em 0 0.4em 0; }
|
||||
.control.end { border-style: solid solid solid none; padding: 0.4em 1em 0.4em 0; }
|
||||
.a { color: navy; }
|
||||
.b { color: orange; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p> The following two blocks should be identical, including overflow. (Force bidi: א) </p>
|
||||
<div>
|
||||
<p>
|
||||
<span class="control a start">pppp pppX ppXp ppXX pXpp</span><br /><span class="control b start">pXpX</span> pXXp pXXX Xppp<span class="control a end"> XppX</span><br /><span class="control b end">XpXp XpXX XXpp XXpX XXXp</span>
|
||||
</p>
|
||||
<p>
|
||||
<!-- (note that everything between the RLO to the PDF is backwards) -->
|
||||
<!-- line 1...................--> <!-- line 2........................................--> <!-- line 3...................-->
|
||||
<span class="test a"> pppp pppX ppXp ppXp XXpp XppX </span> pppX XXXp pXXp <span class="test b"> XpXp ppXX XXpX pXpX XXpX XXXp </span>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Parsing nested blocks and strings in style blocks</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#block" />
|
||||
<link rel="match" href="reference/blocks-001-ref.xht" />
|
||||
<meta name="flags" content="invalid" />
|
||||
<meta name="assert" content="Blocks and strings are parsed with matching terminating pairs." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#text-indent"/>
|
||||
<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"/>
|
||||
<link rel="match" href="reference/c547-indent-000-ref.xht"/>
|
||||
<style type="text/css"><![CDATA[
|
||||
div { font: 24px/1 Ahem; width: 18em; color: blue; }
|
||||
.one {text-indent: 0.25in;}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/REC-CSS1#padding"/>
|
||||
<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"/>
|
||||
<link rel="match" href="reference/c5510-padn-000-ref.xht"/>
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
body { color: navy; }
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<script type="text/javascript">
|
||||
var style = document.createElement("style");
|
||||
var text = document.createTextNode("body { color: red; }");
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<script type="text/javascript">
|
||||
var style = document.createElementNS("http://www.w3.org/1999/xhtml", "link");
|
||||
style.setAttribute("type", "text/css");
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<script type="text/javascript" id="script">
|
||||
var style = document.createElement("style");
|
||||
var text = document.createTextNode("body { color: red }");
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<script type="text/javascript" id="script">
|
||||
var style = document.createElementNS("http://www.w3.org/1999/xhtml", "link");
|
||||
style.setAttribute("type", "text/css");
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css" id="style">
|
||||
body { color: blue }
|
||||
</style>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<link rel="stylesheet" type="text/css" id="link" href="support/import-red.css"/>
|
||||
<script type="text/javascript">
|
||||
document.getElementsByTagName("head")[0].removeChild(document.getElementById("link"));
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="reviewer" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/selector.html"/>
|
||||
<link rel="match" href="reference/ref-this-text-should-be-green.xht"/>
|
||||
<style type="text/css" id="test">
|
||||
p { color: red; }
|
||||
</style>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case-sensitivity of Properties and Keywords (background)</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
|
||||
<link rel="match" href="reference/ref-green-background.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: white; }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case-sensitivity of At-rules (@media)</title>
|
||||
<link rel="author" title="L. David Baron" href="http://dbaron.org/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
|
||||
<link rel="match" href="reference/ref-green-background.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
p { color: white; }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case-sensitivity of pseudo-classes and pseudo-elements</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
|
||||
<link rel="match" href="reference/case-sensitive-003-ref.xht"/>
|
||||
<meta name="assert" content="Pseudo-class and pseudo-element names are ASCII case-insensitive."/>
|
||||
<style type="text/css">
|
||||
* { color: red; }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case-sensitivity of :lang() arguments</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters" />
|
||||
<link rel="match" href="reference/case-sensitive-003-ref.xht" />
|
||||
<meta name="assert" content="The argument to :lang() is ASCII case-insensitive." />
|
||||
<style type="text/css">
|
||||
.test-folding { color: red; }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case-sensitivity of counter names</title>
|
||||
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters"/>
|
||||
<link rel="match" href="reference/case-sensitive-005-ref.xht"/>
|
||||
<meta name="assert" content="Counter names are case-sensitive."/>
|
||||
<style type="text/css">
|
||||
.reset { counter-reset: test 5 tEsT 9; }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Case sensitivity with element selectors</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#characters" />
|
||||
<link rel="match" href="reference/no-red-filler-text-ref.xht" />
|
||||
<meta name="flags" content="nonHTML" />
|
||||
<meta name="assert" content="Element selectors are case-sensitive in XHTML and XML." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Visual formatting model details (1481 tests)</h2>
|
||||
<h2>Visual formatting model details (1449 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -19736,7 +19736,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s10.8">+</a>
|
||||
<a href="http://www.w3.org/TR/CSS21/visudet.html#line-height">10.8 Line height calculations: the 'line-height' and 'vertical-align' properties</a></th></tr>
|
||||
<!-- 56 tests -->
|
||||
<!-- 24 tests -->
|
||||
<tr id="c43-center-000-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="c43-center-000.xht">c43-center-000</a></td>
|
||||
@@ -19944,358 +19944,6 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-002a-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-002a.xht">vertical-alignment-002a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'baseline' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-002b-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-002b.xht">vertical-alignment-002b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'baseline' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-003a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-003a.xht">vertical-alignment-003a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'baseline' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-003b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-003b.xht">vertical-alignment-003b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'baseline' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-005a-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-005a.xht">vertical-alignment-005a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'sub' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-005b-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-005b.xht">vertical-alignment-005b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'sub' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-008a-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-008a.xht">vertical-alignment-008a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'super' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-008b-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-008b.xht">vertical-alignment-008b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'super' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-011a-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-011a.xht">vertical-alignment-011a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-011b-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-011b.xht">vertical-alignment-011b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero length (0em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-012l-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-012l.xht">vertical-alignment-012l</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero length (0em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-012r-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-012r.xht">vertical-alignment-012r</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero length (0em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-014a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-014a.xht">vertical-alignment-014a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-014b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-014b.xht">vertical-alignment-014b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-015a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-015a.xht">vertical-alignment-015a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive length (0.5em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-015b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-015b.xht">vertical-alignment-015b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive length (0.5em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-017a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-017a.xht">vertical-alignment-017a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-017b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-017b.xht">vertical-alignment-017b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative length (-0.2em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-018a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-018a.xht">vertical-alignment-018a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative length (-0.5em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-018b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-018b.xht">vertical-alignment-018b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative length (-0.5em)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-020a-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-020a.xht">vertical-alignment-020a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-020b-10.8" class="image">
|
||||
<td>
|
||||
<a href="vertical-alignment-020b.xht">vertical-alignment-020b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero percentage (0%)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-021a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-021a.xht">vertical-alignment-021a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero percentage (0%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-021b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-021b.xht">vertical-alignment-021b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'zero percentage (0%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-023a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-023a.xht">vertical-alignment-023a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive length (0.8em)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-023b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-023b.xht">vertical-alignment-023b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive percentage (80%)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-024a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-024a.xht">vertical-alignment-024a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive percentage (50%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-024b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-024b.xht">vertical-alignment-024b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'positive percentage (50%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-026a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-026a.xht">vertical-alignment-026a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative percentage (-20%)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-026b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-026b.xht">vertical-alignment-026b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative length (-20%)' (alphabetical baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'sideways-left', 'sideways-right' or 'sideways', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-027a-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-027a.xht">vertical-alignment-027a</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative percentage (-50%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="vertical-alignment-027b-10.8" class="ahem image">
|
||||
<td>
|
||||
<a href="vertical-alignment-027b.xht">vertical-alignment-027b</a></td>
|
||||
<td></td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>vertical align - 'negative percentage (-50%)' (central baseline with vertical layout)
|
||||
<ul class="assert">
|
||||
<li>This test checks the generation of text baseline with vertical align property. When 'writing-mode' is vertical and when 'text-orientation' is 'mixed', 'upright' or 'use-glyph-orientation', then the central baseline is used as the dominant baseline.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s10.8.1">
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
|
||||
@@ -3811,7 +3811,7 @@
|
||||
<tr id="content-counter-000-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-000.xht">content-counter-000</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c)
|
||||
</td>
|
||||
@@ -3819,7 +3819,7 @@
|
||||
<tr id="content-counter-001-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-001.xht">content-counter-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, none)
|
||||
</td>
|
||||
@@ -3827,7 +3827,7 @@
|
||||
<tr id="content-counter-002-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-002.xht">content-counter-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-002-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, disc)
|
||||
</td>
|
||||
@@ -3835,7 +3835,7 @@
|
||||
<tr id="content-counter-003-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-003.xht">content-counter-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-003-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, circle)
|
||||
</td>
|
||||
@@ -3843,7 +3843,7 @@
|
||||
<tr id="content-counter-004-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-004.xht">content-counter-004</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-004-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, square)
|
||||
</td>
|
||||
@@ -3851,7 +3851,7 @@
|
||||
<tr id="content-counter-005-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-005.xht">content-counter-005</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, decimal)
|
||||
</td>
|
||||
@@ -3859,7 +3859,7 @@
|
||||
<tr id="content-counter-006-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-006.xht">content-counter-006</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-006-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, decimal-leading-zero)
|
||||
</td>
|
||||
@@ -3867,7 +3867,7 @@
|
||||
<tr id="content-counter-007-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-007.xht">content-counter-007</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-007-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-roman)
|
||||
</td>
|
||||
@@ -3875,7 +3875,7 @@
|
||||
<tr id="content-counter-008-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-008.xht">content-counter-008</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-008-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-roman)
|
||||
</td>
|
||||
@@ -3883,7 +3883,7 @@
|
||||
<tr id="content-counter-009-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-009.xht">content-counter-009</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-009-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, georgian)
|
||||
</td>
|
||||
@@ -3891,7 +3891,7 @@
|
||||
<tr id="content-counter-010-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-010.xht">content-counter-010</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-010-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, armenian)
|
||||
</td>
|
||||
@@ -3899,7 +3899,7 @@
|
||||
<tr id="content-counter-011-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-011.xht">content-counter-011</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-011-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-latin)
|
||||
</td>
|
||||
@@ -3907,7 +3907,7 @@
|
||||
<tr id="content-counter-012-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-012.xht">content-counter-012</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-011-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-alpha)
|
||||
</td>
|
||||
@@ -3915,7 +3915,7 @@
|
||||
<tr id="content-counter-013-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-013.xht">content-counter-013</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-013-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-latin)
|
||||
</td>
|
||||
@@ -3923,7 +3923,7 @@
|
||||
<tr id="content-counter-014-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-014.xht">content-counter-014</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-013-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-alpha)
|
||||
</td>
|
||||
@@ -3931,7 +3931,7 @@
|
||||
<tr id="content-counter-015-12.2.#propdef-content" class="primary">
|
||||
<td><strong>
|
||||
<a href="content-counter-015.xht">content-counter-015</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-015-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-greek)
|
||||
</td>
|
||||
@@ -3939,7 +3939,7 @@
|
||||
<tr id="content-counter-016-12.2.#propdef-content" class="primary invalid">
|
||||
<td><strong>
|
||||
<a href="content-counter-016.xht">content-counter-016</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>content: counter() error cases
|
||||
</td>
|
||||
@@ -8835,7 +8835,7 @@
|
||||
<tr id="content-counter-000-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-000.xht">content-counter-000</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c)
|
||||
</td>
|
||||
@@ -8843,7 +8843,7 @@
|
||||
<tr id="content-counter-001-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-001.xht">content-counter-001</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-001-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, none)
|
||||
</td>
|
||||
@@ -8851,7 +8851,7 @@
|
||||
<tr id="content-counter-002-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-002.xht">content-counter-002</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-002-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, disc)
|
||||
</td>
|
||||
@@ -8859,7 +8859,7 @@
|
||||
<tr id="content-counter-003-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-003.xht">content-counter-003</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-003-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, circle)
|
||||
</td>
|
||||
@@ -8867,7 +8867,7 @@
|
||||
<tr id="content-counter-004-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-004.xht">content-counter-004</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-004-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, square)
|
||||
</td>
|
||||
@@ -8875,7 +8875,7 @@
|
||||
<tr id="content-counter-005-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-005.xht">content-counter-005</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, decimal)
|
||||
</td>
|
||||
@@ -8883,7 +8883,7 @@
|
||||
<tr id="content-counter-006-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-006.xht">content-counter-006</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-006-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, decimal-leading-zero)
|
||||
</td>
|
||||
@@ -8891,7 +8891,7 @@
|
||||
<tr id="content-counter-007-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-007.xht">content-counter-007</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-007-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-roman)
|
||||
</td>
|
||||
@@ -8899,7 +8899,7 @@
|
||||
<tr id="content-counter-008-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-008.xht">content-counter-008</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-008-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-roman)
|
||||
</td>
|
||||
@@ -8907,7 +8907,7 @@
|
||||
<tr id="content-counter-009-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-009.xht">content-counter-009</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-009-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, georgian)
|
||||
</td>
|
||||
@@ -8915,7 +8915,7 @@
|
||||
<tr id="content-counter-010-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-010.xht">content-counter-010</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-010-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, armenian)
|
||||
</td>
|
||||
@@ -8923,7 +8923,7 @@
|
||||
<tr id="content-counter-011-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-011.xht">content-counter-011</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-011-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-latin)
|
||||
</td>
|
||||
@@ -8931,7 +8931,7 @@
|
||||
<tr id="content-counter-012-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-012.xht">content-counter-012</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-011-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-alpha)
|
||||
</td>
|
||||
@@ -8939,7 +8939,7 @@
|
||||
<tr id="content-counter-013-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-013.xht">content-counter-013</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-013-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-latin)
|
||||
</td>
|
||||
@@ -8947,7 +8947,7 @@
|
||||
<tr id="content-counter-014-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-014.xht">content-counter-014</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-013-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, upper-alpha)
|
||||
</td>
|
||||
@@ -8955,7 +8955,7 @@
|
||||
<tr id="content-counter-015-12.4.2" class="">
|
||||
<td>
|
||||
<a href="content-counter-015.xht">content-counter-015</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-015-ref.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>content: counter(c, lower-greek)
|
||||
</td>
|
||||
@@ -8963,7 +8963,7 @@
|
||||
<tr id="content-counter-016-12.4.2" class="invalid">
|
||||
<td>
|
||||
<a href="content-counter-016.xht">content-counter-016</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/content-counter-000-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>content: counter() error cases
|
||||
</td>
|
||||
|
||||
@@ -627,7 +627,7 @@
|
||||
<tr id="font-family-invalid-characters-003-15.3" class="primary ahem invalid">
|
||||
<td><strong>
|
||||
<a href="font-family-invalid-characters-003.xht">font-family-invalid-characters-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/font-family-invalid-characters-002-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Invalid curly brackets and pair matching
|
||||
<ul class="assert">
|
||||
@@ -638,7 +638,7 @@
|
||||
<tr id="font-family-invalid-characters-004-15.3" class="primary ahem invalid">
|
||||
<td><strong>
|
||||
<a href="font-family-invalid-characters-004.xht">font-family-invalid-characters-004</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/font-family-invalid-characters-002-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Invalid square brackets and pair matching
|
||||
<ul class="assert">
|
||||
@@ -649,7 +649,7 @@
|
||||
<tr id="font-family-invalid-characters-005-15.3" class="primary ahem invalid">
|
||||
<td><strong>
|
||||
<a href="font-family-invalid-characters-005.xht">font-family-invalid-characters-005</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/font-family-invalid-characters-005-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Invalid quotes and pair matching
|
||||
<ul class="assert">
|
||||
@@ -660,7 +660,7 @@
|
||||
<tr id="font-family-invalid-characters-006-15.3" class="primary ahem invalid">
|
||||
<td><strong>
|
||||
<a href="font-family-invalid-characters-006.xht">font-family-invalid-characters-006</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/font-family-invalid-characters-006-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Invalid single quotes and pair matching
|
||||
<ul class="assert">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Text (608 tests)</h2>
|
||||
<h2>Text (609 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -41,7 +41,7 @@
|
||||
<tr id="c547-indent-000-16.1" class="ahem">
|
||||
<td>
|
||||
<a href="c547-indent-000.xht">c547-indent-000</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/c547-indent-000-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
|
||||
<td>text-indent
|
||||
</td>
|
||||
@@ -9216,7 +9216,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s16.6.1">+</a>
|
||||
<a href="http://www.w3.org/TR/CSS21/text.html#white-space-model">16.6.1 The 'white-space' processing model</a></th></tr>
|
||||
<!-- 93 tests -->
|
||||
<!-- 94 tests -->
|
||||
<tr id="bidi-001-16.6.1" class="">
|
||||
<td>
|
||||
<a href="bidi-001.xht">bidi-001</a></td>
|
||||
@@ -9239,6 +9239,14 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-004-16.6.1" class="ahem may21">
|
||||
<td>
|
||||
<a href="bidi-004.xht">bidi-004</a></td>
|
||||
<td><a href="reference/bidi-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>The bidi algorithm and inlines in CSS
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="inlines-016-16.6.1" class="primary ahem">
|
||||
<td><strong>
|
||||
<a href="inlines-016.xht">inlines-016</a></strong></td>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>User interface (360 tests)</h2>
|
||||
<h2>User interface (361 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -37,7 +37,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s18.1">+</a>
|
||||
<a href="http://www.w3.org/TR/CSS21/ui.html#cursor-props">18.1 Cursors: the 'cursor' property</a></th></tr>
|
||||
<!-- 41 tests -->
|
||||
<!-- 42 tests -->
|
||||
<tr id="cursor-001-18.1" class="image interact">
|
||||
<td>
|
||||
<a href="cursor-001.xht">cursor-001</a></td>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@
|
||||
<tr id="cascade-import-dynamic-001-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-001.xht">cascade-import-dynamic-001</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<style>)
|
||||
</td>
|
||||
@@ -43,7 +43,7 @@
|
||||
<tr id="cascade-import-dynamic-002-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-002.xht">cascade-import-dynamic-002</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet append (<link>)
|
||||
</td>
|
||||
@@ -51,7 +51,7 @@
|
||||
<tr id="cascade-import-dynamic-003-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-003.xht">cascade-import-dynamic-003</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<style>)
|
||||
</td>
|
||||
@@ -59,7 +59,7 @@
|
||||
<tr id="cascade-import-dynamic-004-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-004.xht">cascade-import-dynamic-004</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet insertion (<link>)
|
||||
</td>
|
||||
@@ -67,7 +67,7 @@
|
||||
<tr id="cascade-import-dynamic-005-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-005.xht">cascade-import-dynamic-005</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<style>)
|
||||
</td>
|
||||
@@ -75,7 +75,7 @@
|
||||
<tr id="cascade-import-dynamic-006-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-006.xht">cascade-import-dynamic-006</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Dynamic sheet deletion (<link>)
|
||||
</td>
|
||||
@@ -83,7 +83,7 @@
|
||||
<tr id="cascade-import-dynamic-control-5" class="primary">
|
||||
<td><strong>
|
||||
<a href="cascade-import-dynamic-control.xht">cascade-import-dynamic-control</a></strong></td>
|
||||
<td></td>
|
||||
<td><a href="reference/ref-this-text-should-be-green.xht">=</a> </td>
|
||||
<td></td>
|
||||
<td>Control test
|
||||
</td>
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
<tr id="at-rule-013-7.2.1" class="invalid">
|
||||
<td>
|
||||
<a href="at-rule-013.xht">at-rule-013</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/at-rule-013-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Ignoring at-rules inside @media blocks
|
||||
<ul class="assert">
|
||||
@@ -257,7 +257,7 @@
|
||||
<tr id="matching-brackets-001-7.2.1" class="invalid">
|
||||
<td>
|
||||
<a href="matching-brackets-001.xht">matching-brackets-001</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/matching-brackets-001-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Matching brackets and quotes for @rules
|
||||
<ul class="assert">
|
||||
@@ -268,7 +268,7 @@
|
||||
<tr id="matching-brackets-002-7.2.1" class="invalid">
|
||||
<td>
|
||||
<a href="matching-brackets-002.xht">matching-brackets-002</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/matching-brackets-002-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Matching brackets and quotes for declarations
|
||||
<ul class="assert">
|
||||
@@ -279,7 +279,7 @@
|
||||
<tr id="matching-brackets-003-7.2.1" class="invalid">
|
||||
<td>
|
||||
<a href="matching-brackets-003.xht">matching-brackets-003</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/matching-brackets-001-ref.xht">=</a> </td>
|
||||
<td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td>
|
||||
<td>Matching brackets and quotes for selectors
|
||||
<ul class="assert">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Box model (2326 tests)</h2>
|
||||
<h2>Box model (2327 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -8352,7 +8352,7 @@
|
||||
<tr id="c5510-padn-000-8.4" class="ahem image">
|
||||
<td>
|
||||
<a href="c5510-padn-000.xht">c5510-padn-000</a></td>
|
||||
<td></td>
|
||||
<td><a href="reference/c5510-padn-000-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
|
||||
<td>padding
|
||||
</td>
|
||||
@@ -45557,7 +45557,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s8.6">+</a>
|
||||
<a href="http://www.w3.org/TR/CSS21/box.html#bidi-box-model">8.6 The box model for inline elements in bidirectional context</a></th></tr>
|
||||
<!-- 80 tests -->
|
||||
<!-- 81 tests -->
|
||||
<tr id="bidi-001-8.6" class="">
|
||||
<td>
|
||||
<a href="bidi-001.xht">bidi-001</a></td>
|
||||
@@ -45591,6 +45591,14 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-004-8.6" class="ahem may21">
|
||||
<td>
|
||||
<a href="bidi-004.xht">bidi-004</a></td>
|
||||
<td><a href="reference/bidi-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>The bidi algorithm and inlines in CSS
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-005-8.6" class="">
|
||||
<td>
|
||||
<a href="bidi-005.xht">bidi-005</a></td>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<body>
|
||||
|
||||
<h1>CSS 2.1 Conformance Test Suite</h1>
|
||||
<h2>Visual formatting model (1245 tests)</h2>
|
||||
<h2>Visual formatting model (1246 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column"></col>
|
||||
<col id="refs-column"></col>
|
||||
@@ -17418,7 +17418,7 @@
|
||||
<tr><th colspan="4" scope="rowgroup">
|
||||
<a href="#s9.10">+</a>
|
||||
<a href="http://www.w3.org/TR/CSS21/visuren.html#direction">9.10 Text direction: the 'direction' and 'unicode-bidi' properties</a></th></tr>
|
||||
<!-- 118 tests -->
|
||||
<!-- 119 tests -->
|
||||
<tr id="bidi-001-9.10" class="">
|
||||
<td>
|
||||
<a href="bidi-001.xht">bidi-001</a></td>
|
||||
@@ -17452,6 +17452,14 @@
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-004-9.10" class="ahem may21">
|
||||
<td>
|
||||
<a href="bidi-004.xht">bidi-004</a></td>
|
||||
<td><a href="reference/bidi-004-ref.xht">=</a> </td>
|
||||
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="may21" title="Behavior tested is preferred but optional">Optional</abbr></td>
|
||||
<td>The bidi algorithm and inlines in CSS
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="bidi-005-9.10" class="">
|
||||
<td>
|
||||
<a href="bidi-005.xht">bidi-005</a></td>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/>
|
||||
<link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/006.html" type="text/html"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units"/>
|
||||
<link rel="match" href="reference/color-000-ref.xht"/>
|
||||
<meta name="flags" content="invalid"/>
|
||||
<style type="text/css">
|
||||
p.correct { color: red }
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<title>CSS Test: Comparing color keywords and hex values</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units" />
|
||||
<link rel="match" href="reference/colors-006-ref.xht" />
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="Color matching of keywords and hex values." />
|
||||
<style type="text/css">
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-000-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-001-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-002-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
div { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-003-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
div { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-004-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
div { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-000-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-006-ref.xht"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-007-ref.xht"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-008-ref.xht"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-009-ref.xht"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-010-ref.xht"/>
|
||||
<meta http-equiv="Content-Style-Type" content="text/css"/>
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-011-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
|
||||
<link rel="match" href="reference/content-counter-011-ref.xht"/>
|
||||
<style type="text/css">
|
||||
|
||||
body { white-space: nowrap; }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user