Update web-platform-tests to revision 8a14626934f5748a4ea6210847a02c0d8bbc8560

This commit is contained in:
WPT Sync Bot 2019-03-07 20:52:27 -05:00
parent defc176333
commit 4851e4e2b9
133 changed files with 3076 additions and 304 deletions

View file

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

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<style>
div {
width: 100px;
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>

View file

@ -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>