mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 52ad8a87fb72bcf6950c20cced0d87f34e26dc81
This commit is contained in:
parent
afa1b85766
commit
db5824faf8
123 changed files with 2917 additions and 221 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue