Move alpha_gif_a.html to wpt reftests.

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

View file

@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
== alpha_gif_a.html alpha_gif_b.html
== alpha_png_a.html alpha_png_b.html
== anon_block_inherit_a.html anon_block_inherit_b.html
flaky_cpu == append_style_a.html append_style_b.html

View file

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

View file

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 562 B

Before After
Before After

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>Kaboom</title>
<link rel=match href=alpha_gif_b.html>
<style>
body {
background: #00ff00;

View file

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

Before After
Before After