mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move canvas rendering test to WPT.
This commit is contained in:
parent
224bcd7057
commit
be72363a32
4 changed files with 30 additions and 26 deletions
|
@ -1212,18 +1212,6 @@
|
|||
"url": "/_mozilla/css/canvas_radial_gradient_a.html"
|
||||
}
|
||||
],
|
||||
"css/canvas_without_context_a.html": [
|
||||
{
|
||||
"path": "css/canvas_without_context_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/canvas_without_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/canvas_without_context_a.html"
|
||||
}
|
||||
],
|
||||
"css/case-insensitive-font-family.html": [
|
||||
{
|
||||
"path": "css/case-insensitive-font-family.html",
|
||||
|
@ -7952,18 +7940,6 @@
|
|||
"url": "/_mozilla/css/canvas_radial_gradient_a.html"
|
||||
}
|
||||
],
|
||||
"css/canvas_without_context_a.html": [
|
||||
{
|
||||
"path": "css/canvas_without_context_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/canvas_without_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/canvas_without_context_a.html"
|
||||
}
|
||||
],
|
||||
"css/case-insensitive-font-family.html": [
|
||||
{
|
||||
"path": "css/case-insensitive-font-family.html",
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="match" href="canvas_without_context_ref.html">
|
||||
<style>
|
||||
div {
|
||||
background-color: green;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><canvas width="20" height="20"></canvas></div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,14 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
div {
|
||||
background-color: green;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue