mirror of
https://github.com/servo/servo.git
synced 2025-08-20 21:05:34 +01:00
Move alpha_png_a.html to wpt reftests.
This commit is contained in:
parent
652be7cdfe
commit
a938fe635f
6 changed files with 25 additions and 1 deletions
|
@ -147,6 +147,18 @@
|
|||
"url": "/_mozilla/css/alpha_gif_a.html"
|
||||
}
|
||||
],
|
||||
"css/alpha_png_a.html": [
|
||||
{
|
||||
"path": "css/alpha_png_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/alpha_png_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/alpha_png_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
@ -1088,6 +1100,18 @@
|
|||
"url": "/_mozilla/css/alpha_gif_a.html"
|
||||
}
|
||||
],
|
||||
"css/alpha_png_a.html": [
|
||||
{
|
||||
"path": "css/alpha_png_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/alpha_png_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/alpha_png_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
|
14
tests/wpt/mozilla/tests/css/alpha_png_a.html
Normal file
14
tests/wpt/mozilla/tests/css/alpha_png_a.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Kaboom</title>
|
||||
<link rel=match href=alpha_png_b.html>
|
||||
<style>
|
||||
body {
|
||||
background: #00ff00;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><img src=alpha_png_a.png></body>
|
||||
</html>
|
||||
|
BIN
tests/wpt/mozilla/tests/css/alpha_png_a.png
Normal file
BIN
tests/wpt/mozilla/tests/css/alpha_png_a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
13
tests/wpt/mozilla/tests/css/alpha_png_b.html
Normal file
13
tests/wpt/mozilla/tests/css/alpha_png_b.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Kaboom</title>
|
||||
<style>
|
||||
body {
|
||||
background: #00ff00;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><img src=alpha_png_b.png></body>
|
||||
</html>
|
||||
|
BIN
tests/wpt/mozilla/tests/css/alpha_png_b.png
Normal file
BIN
tests/wpt/mozilla/tests/css/alpha_png_b.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Add a link
Reference in a new issue