mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Remove inline_border_a.html.
It compares to a screenshot that doesn't match.
This commit is contained in:
parent
51af73d872
commit
7641d5b1e3
4 changed files with 0 additions and 48 deletions
|
@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.html
|
flaky_cpu == append_style_a.html append_style_b.html
|
||||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||||
|
|
||||||
# inline_border_a.html inline_border_b.html
|
|
||||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
# Fails intermittently (#3636)
|
# Fails intermittently (#3636)
|
||||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: blue;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<span style="border: 10px black solid"><img width="100" style="border:10px red solid" src="test.jpeg"></span>
|
|
||||||
<span style="background:red;font-size:35px;border: black 15px solid">
|
|
||||||
<span style="font-size:15px;background:yellow">
|
|
||||||
<img src="test.jpeg"/>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: blue;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body><img src="inline_border_ref.png"></body>
|
|
||||||
</html>
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 278 KiB |
Loading…
Add table
Add a link
Reference in a new issue