mirror of
https://github.com/servo/servo.git
synced 2025-09-11 07:28:19 +01:00
Update web-platform-tests to revision 8a14626934f5748a4ea6210847a02c0d8bbc8560
This commit is contained in:
parent
defc176333
commit
4851e4e2b9
133 changed files with 3076 additions and 304 deletions
|
@ -0,0 +1,2 @@
|
|||
[reftest_fuzzy.html]
|
||||
fuzzy: fuzzy-ref-1.html:maxDifference=255;100-100
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
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>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=fuzzy-ref-1.html>
|
||||
<meta name=fuzzy content="fuzzy-ref-1.html:255;100">
|
||||
<style>
|
||||
div {
|
||||
width: 99px;
|
||||
height: 100px;
|
||||
background-color: green;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue