Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'

This commit is contained in:
WPT Sync Bot 2022-01-20 04:38:55 +00:00 committed by cybai
parent 4401622eb1
commit b77ad115f6
16832 changed files with 270819 additions and 87621 deletions

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="../reference/ref-if-there-is-no-red.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Empty inline elements create a zero-height line box." />
<style type="text/css">
div

View file

@ -12,7 +12,6 @@
<link rel="match" href="empty-inline-003-ref.xht" />
<meta content="The line-height of an empty inline element influences the height of a line containing it with some other content" name="assert" />
<meta content="" name="flags" />
<style type="text/css"><![CDATA[
div#rel-pos-wrapper {position: relative;}

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
<link rel="match" href="inline-box-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Inline boxes that contain block boxes will break up the inline content around the block box." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level" />
<link rel="match" href="inline-box-002-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Block boxes within inline boxes are also affected by relative positioning on the inline box." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Inline boxes are laid out horizontally or one after the other starting at the top of the containing block." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-002-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Horizontal left margins are respected between inline boxes." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-003-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Horizontal right margins are respected between inline boxes." />
<style type="text/css">
div

View file

@ -6,7 +6,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-002-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Left borders are respected between inline boxes." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-003-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Right borders are respected between inline boxes." />
<style type="text/css">
div

View file

@ -6,7 +6,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-002-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Left padding are respected between inline boxes." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-003-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Right padding are respected between inline boxes." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="../generated-content/after-content-display-002-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Inline boxes stack vertically when they do not fit within an element horizontally." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-015-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Line boxes adjust for floated elements." />
<style type="text/css">
#div1

View file

@ -4,7 +4,6 @@
<title>CSS Test: Line box distribution with the 'text-align' property</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<meta name="flags" content="" />
<meta name="assert" content="When the inline box is wider than the line boxes the 'text-align' property is used to align the line boxes." />
<style type="text/css">
div

View file

@ -4,7 +4,6 @@
<title>CSS Test: Text-align 'justify' and 'inline-table' elements</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<meta name="flags" content="" />
<meta name="assert" content="If 'text-align' is set to 'justify' the user agent does not stretch spaces and/or words when the 'display' property is set to 'inline-table'." />
<style type="text/css">
div

View file

@ -4,7 +4,6 @@
<title>CSS Test: Text-align 'justify' and 'inline-block' elements</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<meta name="flags" content="" />
<meta name="assert" content="If 'text-align' is set to 'justify' the user agent does not stretch spaces and/or words when the 'display' property is set to 'inline-block'." />
<style type="text/css">
div

View file

@ -4,7 +4,6 @@
<title>CSS Test: Inline boxes exceeding the line box</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<meta name="flags" content="" />
<meta name="assert" content="Inline boxes are split onto additional lines if the line box does not fit within the width." />
<style type="text/css">
div

View file

@ -5,7 +5,6 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-04 -->
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<meta name="flags" content="" />
<meta name="assert" content="If inline boxes cannot be split (i.e.: white-space: nowrap) then the inline box overflows the line box." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting" />
<link rel="match" href="inline-formatting-context-023-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Additional inline boxes can be created for the bidirectional text." />
<style type="text/css">
#span1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-row-group'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-header-group'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-footer-group'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-row'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-005-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-column-group'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-005-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-column'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-cell'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'inline'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'block'." />
<style type="text/css">
#div1

View file

@ -5,7 +5,6 @@
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'list-item'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'inline-block'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'inline-table'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'table-caption'." />
<style type="text/css">
#div1

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-applies-to-016-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'line-height' property applies to elements with 'display' set to 'none'." />
<style type="text/css">
div

View file

@ -7,7 +7,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="line-height-bleed-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="Glyphs bleed out of the box when 'line-height' is less than the content height and the height of the box is not increased." />
<style type="text/css">
#div1

View file

@ -4,7 +4,6 @@
<title>CSS Test: Leading and half leading line heights leads to space above and below</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<meta name="flags" content="" />
<meta name="assert" content="Line-height can be different from the content area so there is space above and below." />
<style type="text/css">
div

View file

@ -8,7 +8,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="vertical-align-baseline-003-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'vertical-align' property aligns the last line box of 'inline-block' elements with the baseline." />
<style type="text/css">
#span1

View file

@ -9,7 +9,6 @@
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" title="10.8.1 Leading and half-leading" />
<meta content="" name="flags" />
<meta name="assert" content="The baseline of an (anonymous) inline element is aligned with the baseline of the last line box of an 'inline-block' in the normal flow as 'vertical-align: baseline' is by default applied. In such case, the vertical padding and vertical margin have no influence on the position of the baseline line of an 'inline-block'." />
<style type="text/css"><![CDATA[

View file

@ -8,7 +8,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="vertical-align-sub-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'vertical-align' property value 'sub' has no effect on the font-size of an element's text." />
<style type="text/css">
div

View file

@ -8,7 +8,6 @@
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#leading" />
<link rel="match" href="vertical-align-sub-001-ref.xht" />
<meta name="flags" content="" />
<meta name="assert" content="The 'vertical-align' property value 'super' has no effect on the font-size of an element's text." />
<style type="text/css">
div