mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Move alpha_gif_a.html to wpt reftests.
This commit is contained in:
parent
92e3266b1f
commit
652be7cdfe
6 changed files with 25 additions and 1 deletions
|
@ -135,6 +135,18 @@
|
|||
"url": "/_mozilla/css/after_block_iteration.html"
|
||||
}
|
||||
],
|
||||
"css/alpha_gif_a.html": [
|
||||
{
|
||||
"path": "css/alpha_gif_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/alpha_gif_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/alpha_gif_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
@ -1064,6 +1076,18 @@
|
|||
"url": "/_mozilla/css/after_block_iteration.html"
|
||||
}
|
||||
],
|
||||
"css/alpha_gif_a.html": [
|
||||
{
|
||||
"path": "css/alpha_gif_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/alpha_gif_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/alpha_gif_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
|
BIN
tests/wpt/mozilla/tests/css/alpha_gif_a.gif
Normal file
BIN
tests/wpt/mozilla/tests/css/alpha_gif_a.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 562 B |
14
tests/wpt/mozilla/tests/css/alpha_gif_a.html
Normal file
14
tests/wpt/mozilla/tests/css/alpha_gif_a.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Kaboom</title>
|
||||
<link rel=match href=alpha_gif_b.html>
|
||||
<style>
|
||||
body {
|
||||
background: #00ff00;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body><img src=alpha_gif_a.gif></body>
|
||||
</html>
|
||||
|
BIN
tests/wpt/mozilla/tests/css/alpha_gif_b.gif
Normal file
BIN
tests/wpt/mozilla/tests/css/alpha_gif_b.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
13
tests/wpt/mozilla/tests/css/alpha_gif_b.html
Normal file
13
tests/wpt/mozilla/tests/css/alpha_gif_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_gif_b.gif></body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue