mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move outlines_wrap_a.html to wpt reftests.
This commit is contained in:
parent
bdcb7ec40e
commit
db930f683b
4 changed files with 25 additions and 1 deletions
|
@ -220,7 +220,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== opacity_stacking_context_a.html opacity_stacking_context_ref.html
|
||||
== outline_offset_a.html outline_offset_ref.html
|
||||
== outlines_simple_a.html outlines_simple_ref.html
|
||||
== outlines_wrap_a.html outlines_wrap_ref.html
|
||||
!= outset_blackborder.html blackborder_ref.html
|
||||
# Should be == with expected failure. See #2797
|
||||
!= overconstrained_block.html overconstrained_block_ref.html
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- Tests that outlines draw on all four sides on word wrapped edges. -->
|
||||
<style>
|
||||
section {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: solid black 2px;
|
||||
font-size: 36px;
|
||||
}
|
||||
span {
|
||||
outline: solid red 2px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section><span>I like truffles</span></section>
|
||||
</body>
|
||||
</html>
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<!-- Tests that outlines draw on all four sides on word wrapped edges. -->
|
||||
<style>
|
||||
section {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: solid black 2px;
|
||||
font-size: 36px;
|
||||
}
|
||||
span {
|
||||
outline: solid red 2px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<section><span>I like</span> <span>truffles</span></section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue