Move alpha_png_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-08 17:10:09 +02:00
parent 652be7cdfe
commit a938fe635f
6 changed files with 25 additions and 1 deletions

View file

@ -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",

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB