mirror of
https://github.com/servo/servo.git
synced 2025-09-03 11:38:22 +01:00
Update web-platform-tests to revision d7afcb8708eac08a614d161d5622a48172daf7e3
This commit is contained in:
parent
6f8bb4dd40
commit
edff458e23
791 changed files with 17647 additions and 10322 deletions
|
@ -1,2 +0,0 @@
|
|||
[reftest_fuzzy.html]
|
||||
fuzzy: fuzzy-ref-1.html:maxDifference=255;100-100
|
|
@ -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]
|
|
@ -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]
|
|
@ -0,0 +1,2 @@
|
|||
[reftest_fuzzy_ini_short.html]
|
||||
fuzzy: maxDifference=255;100-100
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue