mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[input-image-inline-alt.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[object_border_perc.xhtml]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[object_border_pixel.xhtml]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[audio-controls-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audio-controls-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audio-without-controls.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[change-src-while-not-displayed.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[cross-domain-iframe-in-multicol.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[cross-domain-iframe.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[tall-cross-domain-iframe-in-scrolled.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[select-multiple-covered-by-abspos.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[textarea-padding-bend-overlaps-content-001.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[textarea-padding-bstart-moves-content-001.tentative.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue