Update web-platform-tests to revision bbfea06cb188fbe7b7004bd838ccbfb4f50f429c

This commit is contained in:
WPT Sync Bot 2019-06-12 10:23:46 +00:00
parent 8e783577d2
commit ba8922cc76
2439 changed files with 5192 additions and 2611 deletions

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem image" />
<meta name="assert" content="Margins collapse between adjacent block boxes in a block formatting context." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' is the distance from the topmost to the bottommost line box when a block-level non-replaced element is in normal flow and 'overflow' computes to 'visible'." />
<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/visudet.html#normal-block" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' is the distance from the topmost to the bottommost line box when a block-level non-replaced element is in normal flow and 'overflow' does not compute to 'visible'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
html, body
{

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[
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="When 'margin-left' and 'margin-right' are set to 'auto' and the element has a 'width', then the box will be centered within the edges of its containing block." />
<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/visudet.html#block-replaced-width" />
<meta name="flags" content="ahem image" />
<meta name="assert" content="Computed value of 'auto' for 'margin-left' or margin-right' on block replaced elements becomes a used value of '0'. The intrinsic width is also used if 'height' and 'width' are 'auto'." />
<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[
div
{

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[
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem image" />
<meta name="assert" content="Percentage intrinsic widths are evaluated against the containing block's width." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div {
border: solid blue;

View file

@ -9,6 +9,7 @@
<link rel="match" href="blocks-020-ref.xht" />
<meta name="flags" content="ahem"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.outer { position: relative; width: 300px; height: 100px; background: red; }
.inner { width: 200%; height: 200%; font: 100px/1 Ahem; color: green; }

View file

@ -9,6 +9,7 @@
<link rel="match" href="blocks-020-ref.xht" />
<meta name="flags" content="ahem"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.outer { position: absolute; width: 300px; height: 100px; background: red; }
.inner { width: 200%; height: 200%; font: 100px/1 Ahem; color: green; }

View file

@ -9,6 +9,7 @@
<link rel="match" href="blocks-020-ref.xht" />
<meta name="flags" content="ahem"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
.outer { position: static; width: 300px; height: 100px; background: red; }
.inner { width: 200%; height: 200%; font: 100px/1 Ahem; color: green; }

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[
div {font: 20px/1 Ahem;}
]]></style>

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'height' property sets a minimum minus one length value in 'em' units is invalid and resets its value to 'auto'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a minimum length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a minimum plus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a negative zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a positive zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a positive nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'height' property sets a minimum minus one length value in 'ex' units is invalid and resets its value to 'auto'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a minimum length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a minimum plus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a negative zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a positive zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'height' property sets a positive nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="If 'width' is 'auto' then 'inline-block' elements shrink-to-fit." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="When 'margin-left' and 'margin-right' are set to 'auto' the used value becomes '0'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -14,6 +14,7 @@
<meta content="If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation." name="assert" />
<meta content="ahem" name="flags" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -14,6 +14,7 @@
<meta content="If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto', then the used value of 'width' is given by 'shrink-to-fit' width calculation. If 'width' of an inline-block, non-replaced element in normal flow is given by 'shrink-to-fit' width calculation, then such calculated width can be furthermore constrained, reduced by a max-width declaration. If 'width' of an inline-block, non-replaced element in normal flow computes to 'auto' but its own child uses a constrained length resulting from a max-width declaration, then such constrained length will define the preferred width in 'shrink-to-fit' width calculation." name="assert" />
<meta content="ahem" name="flags" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The padding starts at the top and bottom of the content area not the 'line-height'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The border starts at the top and bottom of the content area not the 'line-height'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#div1
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="Computed value of 'auto' for 'left', 'right', and 'margin-left' becomes a used value of '0'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -9,6 +9,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="Computed value of 'auto' for 'left', 'right', and 'margin-right' becomes a used value of '0'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting"/>
<meta name="flags" content="ahem image"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div, table, tr, td { margin: 0; border: 0; padding: 0; border-spacing: 0; line-height: 1.3; }
.test > * { border: solid blue; font: 20px/1.3 Ahem; float: left; color: gray;

View file

@ -10,6 +10,7 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height"/>
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting"/>
<meta name="flags" content="ahem image"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div, table, tr, td, img { margin: 0; border: 0; padding: 0; border-spacing: 0; }
.test > * { border: solid thick blue; font: 20px Ahem; float: left; color: gray;

View file

@ -12,6 +12,7 @@
<meta name="flags" content="ahem"/>
<meta name="assert" content="If a space (U+0020) at the beginning of a line
has 'white-space' set to 'normal', then it is removed, even if there's padding."/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div { width: 4em; background: teal; color: aqua; margin: 1em; font: 2.5em/1 Ahem; }
.test span { padding-left: 1em; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem"/>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div {font: 1.25em/1 Ahem; width: 10em;}
span { color: teal; border-left: 1em teal solid; padding-left: 1em; line-height: 2; }

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'max-height' property sets a minimum minus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a minimum length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a minimum plus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div {font: 20px/1 Ahem;}

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a negative zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a positive zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a positive nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'max-height' property sets a minimum minus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a minimum length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a minimum plus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div {font: 20px/1 Ahem;}

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a negative zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a positive zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property sets a positive nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="" name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The max-height property can restrain the used value of height when the used value of height is greater than the declared max-height and not when it is less than the declared max-height and not when it does not exceed the declared max-height." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#red-parent
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The 'max-height' property can restrain the used value of height when the used value of height is greater than the declared max-height." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#red-parent
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta content="The content of the #test-red-overlapped generates an active horizontal scrollbar. The height of such horizontal scrollbar adds itself to the content making it exceed the max-height constraint of 200px. Therefore, such vertical space taken by the horizontal scrollbar must be substracted from the height of the content. An active vertical scrollbar then must be generated to provide access to the equivalent of the height of the horizontal scrollbar." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-height' property does not apply to elements with 'display' set to 'inline'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="Space taken up by the horizontal and vertical scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars. In this test, assuming that the width of vertical scrollbar is 19px and assuming that the height of horizontal scrollbar is 19px, then the dimensions of the painted green area should be 181px by 181px. The height of horizontal scrollbar and the width of vertical scrollbar are entirely user-settable in most graphical user agents." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'max-width' property sets a minimum minus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a minimum length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a minimum plus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a negative zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a positive zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a positive nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'max-width' property sets a minimum minus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a minimum length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a minimum plus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a negative zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a positive zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property sets a positive nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta name="assert" content="'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width. A floated box should not become wider than its declared max-width." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -13,6 +13,7 @@
<meta content="ahem" name="flags" />
<meta name="assert" content="'max-width' specifies a fixed maximum used width. If the used width is greater than max-width, then the computed value of max-width is used as the computed value for width." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'max-width' property does not apply to elements with 'display' set to 'inline'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'min-height' property sets a minimum minus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a minimum length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a minimum plus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a negative zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a positive zero length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a positive nominal length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'min-height' property sets a minimum minus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a minimum length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a minimum plus one length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a negative zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a positive zero length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property sets a positive nominal length value in 'ex' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta name="assert" content="Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="Any space taken up by the scrollbars should be taken out of (subtracted from the dimensions of) the containing block formed by the element with the scrollbars." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div#test-red-overlapped
{

View file

@ -15,6 +15,7 @@
<meta content="ahem" name="flags" />
<meta content="'min-height' specifies a fixed minimum used height. If the element requires an horizontal scrollbar, then the horizontal scrollbar height should be subtracted from the height of its containing block so that the resulting used height continues to honor the declared min-height." name="assert" />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css"><![CDATA[
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-height' property does not apply to elements with 'display' set to 'inline'." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem invalid" />
<meta name="assert" content="The 'min-width' property sets a minimum minus one length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

View file

@ -10,6 +10,7 @@
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'min-width' property sets a minimum length value in 'em' units." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{

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