Update web-platform-tests to revision 431d16dc58b4e276add7d569cce302d8d246b299

This commit is contained in:
WPT Sync Bot 2020-12-08 08:19:34 +00:00
parent ed89361811
commit fa3a407699
144 changed files with 2039 additions and 755 deletions

View file

@ -4,7 +4,7 @@
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-background-image-ref.html">
<meta name=fuzzy content="2;40">
<meta name=fuzzy content="0-3;0-50">
<style>
div { width: 100px; height: 50px; background-image: url(support/exif-orientation-2-ur.jpg); }
.no-orient { image-orientation: none; }

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-background-position-ref.html">
<meta name="fuzzy" content="10;100">
<meta name="fuzzy" content="0-5;0-50">
<style>
.exif-2 {
position: absolute;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-default-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
body {
overflow: hidden;
@ -58,4 +58,4 @@
<br>Undefined (invalid value)
</div>
</body>
</html>
</html>

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
body {
overflow: hidden;}

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-none-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-100">
<style>
body {
overflow: hidden;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
body {
overflow: hidden;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-content-images-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-250">
<style>
div.image {
display: inline-block;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
body {
overflow: hidden;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-none-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-100">
<style>
body {
overflow: hidden;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-embedded-content-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
iframe {
display: inline-block;
@ -43,4 +43,4 @@
<br>
<iframe src="support/exif-orientation-9-u.jpg" frameborder=0></iframe>
</body>
</html>
</html>

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-from-image-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
body {
overflow: hidden;

View file

@ -4,7 +4,7 @@
<link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-list-style-image-ref.html">
<meta name=fuzzy content="2;40">
<meta name=fuzzy content="0-3;0-50">
<style>
ul { margin-left: 100px; list-style-image: url(support/exif-orientation-2-ur.jpg); }
.no-orient { image-orientation: none; }

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-none-content-images-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-150">
<style>
div.image {
display: inline-block;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-none-image-document-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
<style>
iframe {
display: inline-block;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/image-orientation-none-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-100">
<style>
body {
overflow: hidden;

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/svg-image-orientation-none-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-100">
</head>
<body>
<svg style="width: 500px; height: 650px; image-orientation: none;">
@ -21,4 +21,4 @@
<image xlink:href="support/exif-orientation-9-u.jpg" X="0" Y="250"></image>
</svg>
</body>
</html>
</html>

View file

@ -6,7 +6,7 @@
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation">
<link rel="match" href="reference/svg-image-orientation-ref.html">
<meta name=fuzzy content="10;100">
<meta name=fuzzy content="0-5;0-200">
</head>
<body>
<svg style="width: 500px; height: 650px">
@ -21,4 +21,4 @@
<image xlink:href="support/exif-orientation-9-u.jpg" X="0" Y="250"></image>
</svg>
</body>
</html>
</html>