Update web-platform-tests to revision 52ad8a87fb72bcf6950c20cced0d87f34e26dc81

This commit is contained in:
WPT Sync Bot 2020-01-05 08:21:57 +00:00
parent afa1b85766
commit db5824faf8
123 changed files with 2917 additions and 221 deletions

View file

@ -0,0 +1,3 @@
<!DOCTYPE html>
<p>You should see a green rectangle below</p>
<div style="width:100px;height:100px;background-color:green"></div>

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<link rel=match href=link-type-attribute-ref.html>
<link rel="stylesheet" type="application/javascript" href="data:text/css,div { background-color: red !important; }">
<link rel="stylesheet" type="ABCtext/css" href="data:text/css,div { background-color: red !important; }">
<link rel="stylesheet" type="text/cssDEF" href="data:text/css,div { background-color: red !important; }">
<link rel="stylesheet" type="text/invalid" href="data:text/css,div { background-color: red !important; }">
<link rel="stylesheet" type="invalid" href="data:text/css,div { background-color: red !important; }">
<p>You should see a green rectangle below</p>
<div style="width:100px;height:100px;background-color:green"></div>