mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add reftest for issue #5176
This commit is contained in:
parent
ab4b34d423
commit
2a91c317c0
5 changed files with 27 additions and 0 deletions
BIN
tests/ref/alpha_gif_a.gif
Normal file
BIN
tests/ref/alpha_gif_a.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 562 B |
13
tests/ref/alpha_gif_a.html
Normal file
13
tests/ref/alpha_gif_a.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_a.gif></body>
|
||||
</html>
|
||||
|
BIN
tests/ref/alpha_gif_b.gif
Normal file
BIN
tests/ref/alpha_gif_b.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
13
tests/ref/alpha_gif_b.html
Normal file
13
tests/ref/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>
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue