Update web-platform-tests to revision 66dc9c93f2c8ebd7c8fdc28fae20d92713c97806

This commit is contained in:
WPT Sync Bot 2019-06-26 10:22:48 +00:00
parent e488ea750b
commit 12f4ae132e
1651 changed files with 8123 additions and 14152 deletions

View file

@ -8,6 +8,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table
{

View file

@ -13,6 +13,7 @@
<meta content="ahem image" name="flags" />
<meta content="When two adjacent cells have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the leftmost cell wins (if the table's 'direction' is 'ltr'; right, if it is 'rtl') and the color of the border from the topmost cell wins." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table
{

View file

@ -8,6 +8,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table
{

View file

@ -12,6 +12,7 @@
<meta content="image" name="flags" />
<meta content="When two adjacent table row groups (eg. thead, tbody, tfoot) have the same border-width and the same border-style in a 'border-collapse: collapse' table, then the color of the border from the topmost table row group wins: so, a thead wins over a tbody which wins over tfoot." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table#test {border: red solid 1em;}

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a minus sign, with pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in pixels." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a negative sign, with points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in points." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a negative sign, with picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in picas." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a minus sign, with centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in centimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a negative sign, with millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in millimeters." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a negative sign, with inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, with inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in inches." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set one above the minimum in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a minus sign, in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a plus sign, in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with a negative sign, in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value, using zero with plus sign, with 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to nominal length in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to a nominal length (with plus sign) in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with an integer, regardless of the negative sign on it." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with an integer." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing can be set to the minimum value with an integer, regardless of the positive sign on it." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Verify that a table with 'border-spacing: inherit' uses its parent container's border-spacing value." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Verify that a table with 'border-spacing: inherit' uses both of its parent container's border-spacing values if two are specified." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Verify that a table can have two values specified by its border-spacing property." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Border-spacing is inherited by default." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#separated-borders" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Verifies that the initial value of border-spacing is '0'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -13,6 +13,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="'border-spacing' property only applies to tables applying the 'border-collapse: separate' model. When an HTML/XHTML table applies the 'border-collapse: collapse' model, then any 'border-spacing' declaration is ignored." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="'border-spacing' property only applies to tables applying the 'border-collapse: separate' model. When a CSS table applies the 'border-collapse: collapse' model, then any 'border-spacing' declaration is ignored." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#table
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#dynamic-effects" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Contents of a spanned cell which intersect with a collapsed column are clipped." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -13,6 +13,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="Contents of a spanned cell which intersect with a collapsed column are clipped." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table {font: 100px/1 Ahem;}

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="If a browser supports fixed table layout when 'width' is 'auto', a table will size to its containing block, minus any margin space (modified example from spec section 17.5.2.1)." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -8,6 +8,7 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
table
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#dynamic-effects" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Contents of a spanned cell which intersect with a collapsed row are clipped." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -13,6 +13,7 @@
<meta content="" name="flags" />
<meta content="The width of an HTML/XHTML table is the distance between the left and right table border edges. The width of a table with 'table-layout' set to 'fixed' is the greater of the value of the 'width' property for the &lt;table&gt; element and the sum of the columns width (plus cell spacing and cell borders). If the table is wider than the sum of columns' width, then the extra (exceeding) space should be distributed over the columns." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#overlapped-red
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#model" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The top margin of the table caption is not collapsed with top margin of the table." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#model" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The bottom margin of the table caption is not collapsed with bottom margin of the table when 'caption-side: bottom'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A table height of 'auto' equals the sum of the row heights plus any cell spacing and borders." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A specified table height value is treated as the minimum height of the table." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#reference
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A specified row height value is treated as the minimum height of the row." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#ruler
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="This tests that setting 'height: auto' on a row assigns the row its minimum content height." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#reference
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The height of a cell is the maximum between its specified 'height' and content minimum height." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#reference
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#overlapped-red-reference
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#overlapped-red-reference
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The height of a 'table-row' element's box is the maximum of the row's computed 'height', the computed 'height' of each cell in such row and the minimum height required by the content of the cells. The height of a cell is the maximum between its specified 'height' and the minimum height required by its content." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#overlapped-red-reference
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A 'height' value of 'auto' on a cell assigns it its content minimum height." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#reference
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The sum of row heights for a spanning cell are great enough to encompass the full cell." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#ruler
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="In-flow boxes are considered to be scrolled to their origin position when finding a baseline." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem may" />
<meta name="assert" content="The baseline of a cell may end up below its bottom border (modified example from spec section 17.5.3)." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -6,6 +6,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A cell box that is smaller than height of its row receives extra top or bottom padding." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Cell content width is taken into account in the used width of a table when the table has 'table-layout' set to 'auto'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table, div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Cell content width is not taken into account in the used width of a table when the table has 'table-layout' set to 'fixed'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
table, div
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="A table can inherit its 'table-layout' behavior from its parent container." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: inline' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: block' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: list-item' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
body
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: inline-block' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout applies to 'display: table' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout applies to 'display: inline-table' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#test
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-row-group' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-header-group' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-footer-group' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-row' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-column' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-column-group' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-cell' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: table-caption' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#table
{

View file

@ -7,6 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#width-layout" />
<meta name="flags" content="ahem" />
<meta name="assert" content="Table-layout does not apply to 'display: inherit' elements which do not inherit the value of 'table'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#container
{

Some files were not shown because too many files have changed in this diff Show more