Add reftest for issue #5176

This commit is contained in:
hirschenberger 2015-03-12 11:02:29 +01:00
parent ab4b34d423
commit 2a91c317c0
5 changed files with 27 additions and 0 deletions

BIN
tests/ref/alpha_gif_a.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Kaboom</title>
<style>
body {
background: #00ff00;
}
</style>
</head>
<body><img src=alpha_gif_a.gif></body>
</html>

BIN
tests/ref/alpha_gif_b.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

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

View file

@ -13,6 +13,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
== after_block_iteration.html after_block_iteration_ref.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