Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[div-align.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[search-styles-iso-8859-8.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[search-styles.html]
expected: ERROR

View file

@ -0,0 +1,36 @@
[input-line-height-computed.html]
[getComputedStyle(<input type=text>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=text>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL
[getComputedStyle(<input type=tel>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=tel>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL
[getComputedStyle(<input type=search>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=search>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL
[getComputedStyle(<input type=url>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=url>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL
[getComputedStyle(<input type=email>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=email>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL
[getComputedStyle(<input type=password>).lineHeight should return a used value that is no smaller than 'normal' (but should not literally be 'normal')]
expected: FAIL
[<input type=password>.computedStyleMap().get('line-height') should not be affected by the used value clamping]
expected: FAIL

View file

@ -0,0 +1,6 @@
[hidden-elements.html]
[source should not be hidden]
expected: FAIL
[track should not be hidden]
expected: FAIL

View file

@ -0,0 +1,6 @@
[li-text-align.html]
[<ul dir=rtl><li dir=ltr>]
expected: FAIL
[<ul dir=ltr><li dir=rtl>]
expected: FAIL

View file

@ -0,0 +1,2 @@
[lists-styles.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[content-property.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[headings-styles.html]
expected: ERROR

View file

@ -0,0 +1,24 @@
[hidden-attr.html]
[Computed display and visibility of colgroup]
expected: FAIL
[Computed display and visibility of col]
expected: FAIL
[Computed display and visibility of thead]
expected: FAIL
[Computed display and visibility of tbody]
expected: FAIL
[Computed display and visibility of tfoot]
expected: FAIL
[Computed display and visibility of tr]
expected: FAIL
[Computed display and visibility of td]
expected: FAIL
[Computed display and visibility of th]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-cell-width-s.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-cell-width.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-column-width.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-row-group-height.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-row-height.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[table-ua-stylesheet.html]
[Computed 'display' on table should match html spec]
expected: FAIL

View file

@ -0,0 +1,3 @@
[table-valign-baseline-ascii-case-insensitive.html]
[keyword baseline]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-width-s.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[table-width.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[tr-transform-and-will-change.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[absolute-fixed-in-legend.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-baseline.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[fieldset-block-size.html]
[Test content's block-size]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-border-radius-with-alpha.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fieldset-content-rtl.html]
expected: FAIL

View file

@ -0,0 +1,51 @@
[fieldset-display.html]
[fieldset with display: table]
expected: FAIL
[fieldset with display: table-row-group]
expected: FAIL
[fieldset with display: table-header-group]
expected: FAIL
[fieldset with display: table-footer-group]
expected: FAIL
[fieldset with display: table-row]
expected: FAIL
[fieldset with display: table-cell]
expected: FAIL
[fieldset with display: table-column-group]
expected: FAIL
[fieldset with display: table-column]
expected: FAIL
[fieldset with display: table-caption]
expected: FAIL
[fieldset with display: run-in]
expected: FAIL
[fieldset with display: block ruby]
expected: FAIL
[fieldset with display: inline-table]
expected: FAIL
[fieldset with display: ruby]
expected: FAIL
[fieldset with display: ruby-base]
expected: FAIL
[fieldset with display: ruby-text]
expected: FAIL
[fieldset with display: ruby-base-container]
expected: FAIL
[fieldset with display: ruby-text-container]
expected: FAIL

View file

@ -0,0 +1,9 @@
[fieldset-flexbox.html]
[Flex]
expected: FAIL
[Inline flex]
expected: FAIL
[Dynamic change of flex-direction]
expected: FAIL

View file

@ -0,0 +1,4 @@
[fieldset-overflow-cssomview.html]
[Test cssom-view API for FIELDSET]
expected: FAIL

View file

@ -0,0 +1,18 @@
[fieldset-percentage-block-size.html]
[second legend (writing-mode: horizontal-tb)]
expected: FAIL
[div (writing-mode: horizontal-tb)]
expected: FAIL
[second legend (writing-mode: vertical-lr)]
expected: FAIL
[div (writing-mode: vertical-lr)]
expected: FAIL
[second legend (writing-mode: vertical-rl)]
expected: FAIL
[div (writing-mode: vertical-rl)]
expected: FAIL

View file

@ -0,0 +1,13 @@
[flex-legend-float-abspos.html]
[dynamic changes to float]
expected: FAIL
[dynamic changes to position]
expected: FAIL
[inserting a new legend and removing it again]
expected: FAIL
[no dynamic changes]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-template-propagation.html]
expected: FAIL

View file

@ -0,0 +1,12 @@
[legend-block-formatting-context.html]
[in-body]
expected: FAIL
[rendered-legend]
expected: FAIL
[in-fieldset-second-child]
expected: FAIL
[in-fieldset-descendant]
expected: FAIL

View file

@ -0,0 +1,3 @@
[legend-block-position-centering.html]
[Legend's border-box should be centere on the fieldset border]
expected: FAIL

View file

@ -0,0 +1,276 @@
[legend-display.html]
[rendered legend with display: table; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby-text-container]
expected: FAIL
[rendered legend with display: inline-grid; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby]
expected: FAIL
[rendered legend with display: grid; overflow:hidden]
expected: FAIL
[rendered legend with display: table-column-group; columns:1]
expected: FAIL
[rendered legend with display: table-row]
expected: FAIL
[rendered legend with display: ruby-base; columns:1]
expected: FAIL
[rendered legend with display: table-caption]
expected: FAIL
[rendered legend with display: block ruby; overflow:hidden]
expected: FAIL
[rendered legend with display: table-column; overflow:hidden]
expected: FAIL
[rendered legend with display: grid]
expected: FAIL
[rendered legend with display: flex]
expected: FAIL
[rendered legend with display: inline-block; columns:1]
expected: FAIL
[rendered legend with display: inline-flex; columns:1]
expected: FAIL
[rendered legend with display: table-footer-group; columns:1]
expected: FAIL
[rendered legend with display: inline; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-column-group; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-row; overflow:hidden]
expected: FAIL
[rendered legend with display: table-row-group; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: inline-flex]
expected: FAIL
[rendered legend with display: ruby-base-container; columns:1]
expected: FAIL
[rendered legend with display: table-column-group]
expected: FAIL
[rendered legend with display: ruby-text-container; columns:1]
expected: FAIL
[rendered legend with display: inline]
expected: FAIL
[rendered legend with display: ruby-base-container]
expected: FAIL
[rendered legend with display: ruby-base; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: run-in; overflow:hidden]
expected: FAIL
[rendered legend with display: run-in; columns:1]
expected: FAIL
[rendered legend with display: block ruby; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: inline; overflow:hidden]
expected: FAIL
[rendered legend with display: table-footer-group; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-header-group; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-flex; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-grid]
expected: FAIL
[rendered legend with display: ruby; overflow:hidden]
expected: FAIL
[rendered legend with display: table-row; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: inline-grid; columns:1]
expected: FAIL
[rendered legend with display: inline; columns:1]
expected: FAIL
[rendered legend with display: table-header-group; columns:1]
expected: FAIL
[rendered legend with display: block ruby; columns:1]
expected: FAIL
[rendered legend with display: ruby-base-container; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: flex; overflow:hidden]
expected: FAIL
[rendered legend with display: table-footer-group]
expected: FAIL
[rendered legend with display: table]
expected: FAIL
[rendered legend with display: table-row-group; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-flex; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby-text-container; overflow:hidden]
expected: FAIL
[rendered legend with display: run-in]
expected: FAIL
[rendered legend with display: table-header-group; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-cell; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby-text; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: block ruby]
expected: FAIL
[rendered legend with display: inline-grid; overflow:hidden]
expected: FAIL
[rendered legend with display: ruby-base; overflow:hidden]
expected: FAIL
[rendered legend with display: ruby-base-container; overflow:hidden]
expected: FAIL
[rendered legend with display: table-column; columns:1]
expected: FAIL
[rendered legend with display: table-caption; columns:1]
expected: FAIL
[rendered legend with display: flex; columns:1]
expected: FAIL
[rendered legend with display: table-row-group]
expected: FAIL
[rendered legend with display: ruby-text-container; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: grid; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-row; columns:1]
expected: FAIL
[rendered legend with display: table-caption; overflow:hidden]
expected: FAIL
[rendered legend with display: table-cell; columns:1]
expected: FAIL
[rendered legend with display: table-header-group]
expected: FAIL
[rendered legend with display: table-caption; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby-text; columns:1]
expected: FAIL
[rendered legend with display: inline-block; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: ruby; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-cell]
expected: FAIL
[rendered legend with display: flex; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-column]
expected: FAIL
[rendered legend with display: ruby-text]
expected: FAIL
[rendered legend with display: table; columns:1]
expected: FAIL
[rendered legend with display: table-column-group; overflow:hidden]
expected: FAIL
[rendered legend with display: grid; columns:1]
expected: FAIL
[rendered legend with display: table-column; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: table-footer-group; overflow:hidden]
expected: FAIL
[rendered legend with display: table-row-group; columns:1]
expected: FAIL
[rendered legend with display: run-in; overflow:hidden;columns:1]
expected: FAIL
[rendered legend with display: inline-block; overflow:hidden]
expected: FAIL
[rendered legend with display: ruby; columns:1]
expected: FAIL
[rendered legend with display: table; overflow:hidden]
expected: FAIL
[rendered legend with display: ruby-text; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-block]
expected: FAIL
[rendered legend with display: ruby-base]
expected: FAIL
[rendered legend with display: table-cell; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-table]
expected: FAIL
[rendered legend with display: inline-table; overflow:hidden]
expected: FAIL
[rendered legend with display: inline-table; columns:1]
expected: FAIL
[rendered legend with display: inline-table; overflow:hidden;columns:1]
expected: FAIL

View file

@ -0,0 +1,15 @@
[legend-grid-flex-multicol.html]
[flex]
expected: FAIL
[inline-flex]
expected: FAIL
[grid]
expected: FAIL
[inline-grid]
expected: FAIL
[multicol]
expected: FAIL

View file

@ -0,0 +1,2 @@
[legend-in-slot.html]
expected: FAIL

View file

@ -0,0 +1,24 @@
[legend-sans-fieldset-display.html]
[.table]
expected: FAIL
[.caption]
expected: FAIL
[.col]
expected: FAIL
[.tbody]
expected: FAIL
[.tr]
expected: FAIL
[.td]
expected: FAIL
[.ruby]
expected: FAIL
[.rt]
expected: FAIL

View file

@ -0,0 +1,2 @@
[sticky-content.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[large-cols-abssize.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[large-cols-percentage.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[large-cols-relsize.html]
[A large relative value should not produce weird sizes.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[large-rows-abssize.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[large-rows-percentage.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[large-rows-relsize.html]
[A large relative value should not produce weird sizes.]
expected: FAIL

View file

@ -0,0 +1,208 @@
[pixel-length-attributes.html]
expected: ERROR
[<iframe marginwidth="200"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="1007"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth=" 00523 "> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200."> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200.25"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200.7"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="0"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="-0"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="+0"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="+200"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200in"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200.25in"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth=" +200in "> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200%"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200.%"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200.25%"> mapping to marginLeft]
expected: FAIL
[<iframe marginwidth="200"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="1007"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth=" 00523 "> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200."> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200.25"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200.7"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="0"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="-0"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="+0"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="+200"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200in"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200.25in"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth=" +200in "> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200%"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200.%"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="200.25%"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="-200"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="-200px"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth=" -200"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="+-200"> mapping to marginRight]
expected: FAIL
[<iframe marginwidth="-+200"> mapping to marginRight]
expected: FAIL
[<iframe marginheight="200"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="1007"> mapping to marginTop]
expected: FAIL
[<iframe marginheight=" 00523 "> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200."> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200.25"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200.7"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="0"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="-0"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="+0"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="+200"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200in"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200.25in"> mapping to marginTop]
expected: FAIL
[<iframe marginheight=" +200in "> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200%"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200.%"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200.25%"> mapping to marginTop]
expected: FAIL
[<iframe marginheight="200"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="1007"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight=" 00523 "> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200."> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200.25"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200.7"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="0"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="-0"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="+0"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="+200"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200in"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200.25in"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight=" +200in "> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200%"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200.%"> mapping to marginBottom]
expected: FAIL
[<iframe marginheight="200.25%"> mapping to marginBottom]
expected: FAIL

View file

@ -0,0 +1,60 @@
[align.html]
[align=left on replaced elements]
expected: FAIL
[align=left on non-replaced elements]
expected: FAIL
[align=right on replaced elements]
expected: FAIL
[align=right on non-replaced elements]
expected: FAIL
[align=top on replaced elements]
expected: FAIL
[align=top on non-replaced elements]
expected: FAIL
[align=middle on non-replaced elements]
expected: FAIL
[align=center on non-replaced elements]
expected: FAIL
[align=baseline on replaced elements]
expected: FAIL
[align=baseline on non-replaced elements]
expected: FAIL
[align=bottom on replaced elements]
expected: FAIL
[align=bottom on non-replaced elements]
expected: FAIL
[align=texttop on replaced elements]
expected: FAIL
[align=texttop on non-replaced elements]
expected: FAIL
[align=absmiddle on replaced elements]
expected: FAIL
[align=absmiddle on non-replaced elements]
expected: FAIL
[align=abscenter on replaced elements]
expected: FAIL
[align=abscenter on non-replaced elements]
expected: FAIL
[align=absbottom on replaced elements]
expected: FAIL
[align=absbottom on non-replaced elements]
expected: FAIL

View file

@ -0,0 +1,42 @@
[canvas-aspect-ratio.html]
[Computed style]
expected: FAIL
[Computed style test: canvas with {"width":"10","height":"20"}]
expected: FAIL
[Computed style test: canvas with {"width":"0","height":"1"}]
expected: FAIL
[Computed style test: canvas with {"width":"1","height":"0"}]
expected: FAIL
[Computed style test: canvas with {"width":"0","height":"0"}]
expected: FAIL
[Computed style test: canvas with {"width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: canvas with {"width":"10%","height":"20"}]
expected: FAIL
[Canvas width and height attributes are used as the surface size with contain:size]
expected: FAIL
[Canvas width and height attributes are used as the surface size]
expected: FAIL
[Computed style test: canvas with {"width":null,"height":null}]
expected: FAIL
[Computed style test: canvas with {"width":"10","height":null}]
expected: FAIL
[Computed style test: canvas with {"width":null,"height":"20"}]
expected: FAIL
[Computed style test: canvas with {"width":"xx","height":"20"}]
expected: FAIL
[Computed style test: canvas with {"width":"20","height":"xx"}]
expected: FAIL

View file

@ -0,0 +1,3 @@
[img-aspect-ratio-lazy.html]
[Image width and height attributes are used to infer aspect-ratio for lazy-loaded images]
expected: FAIL

View file

@ -0,0 +1,120 @@
[img-aspect-ratio.html]
[Computed style]
expected: FAIL
[Create, append and test immediately: <img> with attributes width=250, height=100]
expected: FAIL
[Create, append and test immediately: <img> with attributes width=0.8, height=0.2]
expected: FAIL
[Create, append and test immediately: <img> with invalid trailing attributes width=50pp height=25xx]
expected: FAIL
[Computed style test: img with {"width":"10","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10","height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"0","height":"1"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0","height":"1"}]
expected: FAIL
[Computed style test: img with {"width":"1","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"1","height":"0"}]
expected: FAIL
[Computed style test: img with {"width":"0","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0","height":"0"}]
expected: FAIL
[Computed style test: img with {"width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0.5","height":"1.5"}]
expected: FAIL
[Loaded images test: <img> with width, height and empty src attributes]
expected: FAIL
[Loaded images test: Error image with width and height attributes]
expected: FAIL
[Loaded images test: Error image with width, height and alt attributes]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0","height":"1"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"1","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: img with {"width":null,"height":null}]
expected: FAIL
[Computed style test: input with {"type":"image","width":null,"height":null}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":null,"height":null}]
expected: FAIL
[Computed style test: img with {"width":"10","height":null}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10","height":null}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10","height":null}]
expected: FAIL
[Computed style test: img with {"width":null,"height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":null,"height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":null,"height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"xx","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"xx","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"xx","height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"10%","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10%","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10%","height":"20"}]
expected: FAIL
[Loaded images test: <img> without width height attributes]
expected: FAIL
[Loaded images test: <img> with width and height attributes, but conflicting to the original aspect ratio]
expected: FAIL
[Loaded images test: <img> with width and height attributes, but not equal to the original aspect ratio]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-image-inline-alt.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[object_border_perc.xhtml]
expected: FAIL

View file

@ -0,0 +1,2 @@
[object_border_pixel.xhtml]
expected: FAIL

View file

@ -0,0 +1,48 @@
[picture-aspect-ratio.html]
[Computed style]
expected: FAIL
[Computed style for width/height/aspect-ratio]
expected: FAIL
[Source width/height should take precedence over img attributes.]
expected: FAIL
[Make sure style gets invalidated correctly when the source gets removed.]
expected: FAIL
[If the <source> has only one of width/height, we don't get an aspect ratio, even if the <img> has both.]
expected: FAIL
[If we don't have width/height on the source, we fall back to width/height on the <img>.]
expected: FAIL
[If we only have one width/height attribute, we should get that attribute mapped but no aspect ratio, even if <img> has attributes.]
expected: FAIL
[Dynamically changing width/height should change computed style]
expected: FAIL
[Changing which <source> matches should change computed style]
expected: FAIL
[Percentages on source should be ignored for aspect-ratio but used for width/height.]
expected: FAIL
[Trailing garbage should be ignored but not make the attribute invalid]
expected: FAIL
[If we only have one width attribute, we should get width mapped but no aspect ratio, even if <img> has attributes.]
expected: FAIL
[If we only have height attribute, we should get height mapped but no aspect ratio, even if <img> has attributes.]
expected: FAIL
[Loaded picture test: <source> with width and height attributes, <img> without width and height attributes]
expected: FAIL
[Loaded picture test: Both <source> and <img> are with width and height attributes]
expected: FAIL
[Loaded picture test: Both <source> and <img> are without width and height attributes]
expected: FAIL

View file

@ -0,0 +1,24 @@
[video-aspect-ratio.html]
[Video width and height attributes are not used to infer aspect-ratio]
expected: FAIL
[Computed style]
expected: FAIL
[Computed style test: video with {"width":"10","height":"20"}]
expected: FAIL
[Computed style test: video with {"width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: video with {"width":"0","height":"1"}]
expected: FAIL
[Computed style test: video with {"width":"1","height":"0"}]
expected: FAIL
[Computed style test: video with {"width":"0","height":"0"}]
expected: FAIL
[Video width and height attributes are used to infer aspect-ratio]
expected: FAIL

View file

@ -0,0 +1,15 @@
[video-intrinsic-width-height.html]
[no width/height attributes]
expected: FAIL
[only width attribute]
expected: FAIL
[only height attribute]
expected: FAIL
[both width/height attributes]
expected: FAIL
[both width/height attributes and style]
expected: FAIL

View file

@ -0,0 +1,2 @@
[audio-controls-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[audio-controls-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[audio-without-controls.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[change-src-while-not-displayed.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[cross-domain-iframe-in-multicol.sub.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[cross-domain-iframe.sub.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[tall-cross-domain-iframe-in-scrolled.sub.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[select-multiple-covered-by-abspos.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[textarea-padding-bend-overlaps-content-001.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[textarea-padding-bstart-moves-content-001.tentative.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[details-blockification.html]
[Summary and content should have display:block computed value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[details-revert.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[summary-display-flex.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[summary-display-inline-flex.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[summary-display-list-item-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[summary-text-decoration.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-animation-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-003.html]
expected: FAIL

View file

@ -0,0 +1,396 @@
[baseline-alignment-and-overflow.tentative.html]
[<input type="text" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="text" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="text" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL

View file

@ -0,0 +1,297 @@
[computed-style.html]
[computed display of <input type=reset> with display: contents]
expected: FAIL
[computed display of <input type=button> with display: contents]
expected: FAIL
[computed display of <input type=submit> with display: contents]
expected: FAIL
[computed display of <input type=color> with display: contents]
expected: FAIL
[computed display of <input type=reset> with display: grid]
expected: FAIL
[computed display of <input type=button> with display: grid]
expected: FAIL
[computed display of <input type=submit> with display: grid]
expected: FAIL
[computed display of <input type=color> with display: grid]
expected: FAIL
[computed display of <button type=submit> with display: grid]
expected: FAIL
[computed display of <input type=reset> with display: ruby]
expected: FAIL
[computed display of <input type=button> with display: ruby]
expected: FAIL
[computed display of <input type=submit> with display: ruby]
expected: FAIL
[computed display of <input type=color> with display: ruby]
expected: FAIL
[computed display of <button type=submit> with display: ruby]
expected: FAIL
[computed display of <input type=reset> with display: ruby-base]
expected: FAIL
[computed display of <input type=button> with display: ruby-base]
expected: FAIL
[computed display of <input type=submit> with display: ruby-base]
expected: FAIL
[computed display of <input type=color> with display: ruby-base]
expected: FAIL
[computed display of <button type=submit> with display: ruby-base]
expected: FAIL
[computed display of <input type=reset> with display: ruby-text]
expected: FAIL
[computed display of <input type=button> with display: ruby-text]
expected: FAIL
[computed display of <input type=submit> with display: ruby-text]
expected: FAIL
[computed display of <input type=color> with display: ruby-text]
expected: FAIL
[computed display of <button type=submit> with display: ruby-text]
expected: FAIL
[computed display of <input type=reset> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=button> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=submit> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=color> with display: ruby-base-container]
expected: FAIL
[computed display of <button type=submit> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=reset> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=button> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=submit> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=color> with display: ruby-text-container]
expected: FAIL
[computed display of <button type=submit> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=reset> with display: inline-grid]
expected: FAIL
[computed display of <input type=button> with display: inline-grid]
expected: FAIL
[computed display of <input type=submit> with display: inline-grid]
expected: FAIL
[computed display of <input type=color> with display: inline-grid]
expected: FAIL
[computed display of <button type=submit> with display: inline-grid]
expected: FAIL
[computed display of <input type=reset> with display: table]
expected: FAIL
[computed display of <input type=button> with display: table]
expected: FAIL
[computed display of <input type=submit> with display: table]
expected: FAIL
[computed display of <input type=color> with display: table]
expected: FAIL
[computed display of <button type=submit> with display: table]
expected: FAIL
[computed display of <input type=reset> with display: inline-table]
expected: FAIL
[computed display of <input type=button> with display: inline-table]
expected: FAIL
[computed display of <input type=submit> with display: inline-table]
expected: FAIL
[computed display of <input type=color> with display: inline-table]
expected: FAIL
[computed display of <button type=submit> with display: inline-table]
expected: FAIL
[computed display of <input type=reset> with display: table-row-group]
expected: FAIL
[computed display of <input type=button> with display: table-row-group]
expected: FAIL
[computed display of <input type=submit> with display: table-row-group]
expected: FAIL
[computed display of <input type=color> with display: table-row-group]
expected: FAIL
[computed display of <button type=submit> with display: table-row-group]
expected: FAIL
[computed display of <input type=reset> with display: table-header-group]
expected: FAIL
[computed display of <input type=button> with display: table-header-group]
expected: FAIL
[computed display of <input type=submit> with display: table-header-group]
expected: FAIL
[computed display of <input type=color> with display: table-header-group]
expected: FAIL
[computed display of <button type=submit> with display: table-header-group]
expected: FAIL
[computed display of <input type=reset> with display: table-footer-group]
expected: FAIL
[computed display of <input type=button> with display: table-footer-group]
expected: FAIL
[computed display of <input type=submit> with display: table-footer-group]
expected: FAIL
[computed display of <input type=color> with display: table-footer-group]
expected: FAIL
[computed display of <button type=submit> with display: table-footer-group]
expected: FAIL
[computed display of <input type=reset> with display: table-row]
expected: FAIL
[computed display of <input type=button> with display: table-row]
expected: FAIL
[computed display of <input type=submit> with display: table-row]
expected: FAIL
[computed display of <input type=color> with display: table-row]
expected: FAIL
[computed display of <button type=submit> with display: table-row]
expected: FAIL
[computed display of <input type=reset> with display: table-column-group]
expected: FAIL
[computed display of <input type=button> with display: table-column-group]
expected: FAIL
[computed display of <input type=submit> with display: table-column-group]
expected: FAIL
[computed display of <input type=color> with display: table-column-group]
expected: FAIL
[computed display of <button type=submit> with display: table-column-group]
expected: FAIL
[computed display of <input type=reset> with display: table-column]
expected: FAIL
[computed display of <input type=button> with display: table-column]
expected: FAIL
[computed display of <input type=submit> with display: table-column]
expected: FAIL
[computed display of <input type=color> with display: table-column]
expected: FAIL
[computed display of <button type=submit> with display: table-column]
expected: FAIL
[computed display of <input type=reset> with display: table-cell]
expected: FAIL
[computed display of <input type=button> with display: table-cell]
expected: FAIL
[computed display of <input type=submit> with display: table-cell]
expected: FAIL
[computed display of <input type=color> with display: table-cell]
expected: FAIL
[computed display of <button type=submit> with display: table-cell]
expected: FAIL
[computed display of <input type=reset> with display: table-caption]
expected: FAIL
[computed display of <input type=button> with display: table-caption]
expected: FAIL
[computed display of <input type=submit> with display: table-caption]
expected: FAIL
[computed display of <input type=color> with display: table-caption]
expected: FAIL
[computed display of <button type=submit> with display: table-caption]
expected: FAIL
[computed display of <input type=reset> with display: flex]
expected: FAIL
[computed display of <input type=button> with display: flex]
expected: FAIL
[computed display of <input type=submit> with display: flex]
expected: FAIL
[computed display of <input type=color> with display: flex]
expected: FAIL
[computed display of <button type=submit> with display: flex]
expected: FAIL
[computed display of <input type=reset> with display: inline-flex]
expected: FAIL
[computed display of <input type=button> with display: inline-flex]
expected: FAIL
[computed display of <input type=submit> with display: inline-flex]
expected: FAIL
[computed display of <input type=color> with display: inline-flex]
expected: FAIL
[computed display of <button type=submit> with display: inline-flex]
expected: FAIL

View file

@ -0,0 +1,48 @@
[display-other.html]
[display: block]
expected: FAIL
[display: run-in]
expected: FAIL
[display: table]
expected: FAIL
[display: list-item]
expected: FAIL
[display: table-row-group]
expected: FAIL
[display: table-header-group]
expected: FAIL
[display: table-footer-group]
expected: FAIL
[display: table-row]
expected: FAIL
[display: table-cell]
expected: FAIL
[display: table-column-group]
expected: FAIL
[display: table-column]
expected: FAIL
[display: table-caption]
expected: FAIL
[display: ruby-base]
expected: FAIL
[display: ruby-text]
expected: FAIL
[display: ruby-base-container]
expected: FAIL
[display: ruby-text-container]
expected: FAIL

View file

@ -0,0 +1,9 @@
[flex.html]
[inline-flex]
expected: FAIL
[flex]
expected: FAIL
[align-items:stretch should work]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-type-button-newline-2.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-type-button-newline.html]
expected: FAIL

View file

@ -0,0 +1,51 @@
[shrink-wrap.html]
[display: block - available width: 50px]
expected: FAIL
[display: block - available width: 300px]
expected: FAIL
[display: inline - available width: 50px]
expected: FAIL
[display: inline - available width: 200px]
expected: FAIL
[display: inline - available width: 300px]
expected: FAIL
[display: inline-block - available width: 50px]
expected: FAIL
[display: inline-block - available width: 200px]
expected: FAIL
[display: list-item - available width: 50px]
expected: FAIL
[display: list-item - available width: 300px]
expected: FAIL
[display: table - available width: 50px]
expected: FAIL
[display: table - available width: 200px]
expected: FAIL
[display: table-row - available width: 50px]
expected: FAIL
[display: table-row - available width: 200px]
expected: FAIL
[display: table-cell - available width: 50px]
expected: FAIL
[display: table-cell - available width: 200px]
expected: FAIL
[float: left - available width: 50px]
expected: FAIL
[float: left - available width: 200px]
expected: FAIL

View file

@ -0,0 +1,2 @@
[option-checked-styling.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-as-listbox-default-styles.tentative.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[select-invalidation.html]
expected: TIMEOUT