Update web-platform-tests to revision d7afcb8708eac08a614d161d5622a48172daf7e3

This commit is contained in:
WPT Sync Bot 2019-05-15 10:40:54 -04:00 committed by Josh Matthews
parent 6f8bb4dd40
commit edff458e23
791 changed files with 17647 additions and 10322 deletions

View file

@ -1,2 +0,0 @@
[reftest_fuzzy.html]
fuzzy: fuzzy-ref-1.html:maxDifference=255;100-100

View file

@ -0,0 +1,3 @@
[reftest_fuzzy_ini_full.html]
fuzzy: [maxDifference=1;100-100,
reftest_fuzzy_ini_full.html==fuzzy-ref-1.html:255;100]

View file

@ -0,0 +1,4 @@
[reftest_fuzzy_ini_ref_only.html]
fuzzy: [maxDifference=1;100-100,
fuzzy-ref-1.html:maxDifference=255;100-100,
reftest_fuzzy==fuzzy-ref-2.html:maxDifference=1;100-100]

View file

@ -0,0 +1,2 @@
[reftest_fuzzy_ini_short.html]
fuzzy: maxDifference=255;100-100

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel=match href=fuzzy-ref-1.html>
<!-- This meta is overridden in the corresponding ini file -->
<meta name=fuzzy content="fuzzy-ref-1.html:128;100">
<style>
div {
width: 99px;
height: 100px;
background-color: green;
}
</style>
<div></div>

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<link rel=match href=fuzzy-ref-1.html>
<!-- This meta is overridden in the corresponding ini file -->
<meta name=fuzzy content="fuzzy-ref-1.html:128;100">
<style>
div {
width: 99px;
height: 100px;
background-color: green;
}
</style>
<div></div>