mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move opacity_simple_a.html to wpt reftests.
This commit is contained in:
parent
08c1577d83
commit
bdedeb3aa5
4 changed files with 25 additions and 1 deletions
|
@ -215,7 +215,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||
== ol_simple_a.html ol_simple_ref.html
|
||||
== only_child_pseudo_a.html only_child_pseudo_b.html
|
||||
== opacity_simple_a.html opacity_simple_ref.html
|
||||
== opacity_stacking_context_a.html opacity_stacking_context_ref.html
|
||||
== outline_offset_a.html outline_offset_ref.html
|
||||
!= outset_blackborder.html blackborder_ref.html
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Tests that opacity works. -->
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
}
|
||||
#a {
|
||||
background: #800000;
|
||||
}
|
||||
#b {
|
||||
background: #000080;
|
||||
opacity: 0.75;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section id=a></section>
|
||||
<section id=b></section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Tests that opacity works. -->
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
background: #200060;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section></section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue