mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move opacity_stacking_context_a.html to wpt reftests.
This commit is contained in:
parent
bdedeb3aa5
commit
1f0b6daaa9
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_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||||
== ol_simple_a.html ol_simple_ref.html
|
== ol_simple_a.html ol_simple_ref.html
|
||||||
== only_child_pseudo_a.html only_child_pseudo_b.html
|
== only_child_pseudo_a.html only_child_pseudo_b.html
|
||||||
== opacity_stacking_context_a.html opacity_stacking_context_ref.html
|
|
||||||
== outline_offset_a.html outline_offset_ref.html
|
== outline_offset_a.html outline_offset_ref.html
|
||||||
!= outset_blackborder.html blackborder_ref.html
|
!= outset_blackborder.html blackborder_ref.html
|
||||||
# Should be == with expected failure. See #2797
|
# Should be == with expected failure. See #2797
|
||||||
|
|
|
@ -707,6 +707,18 @@
|
||||||
"url": "/_mozilla/css/opacity_simple_a.html"
|
"url": "/_mozilla/css/opacity_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/opacity_stacking_context_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/opacity_stacking_context_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/opacity_stacking_context_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_simple_a.html": [
|
"css/outlines_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_simple_a.html",
|
"path": "css/outlines_simple_a.html",
|
||||||
|
@ -3492,6 +3504,18 @@
|
||||||
"url": "/_mozilla/css/opacity_simple_a.html"
|
"url": "/_mozilla/css/opacity_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/opacity_stacking_context_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/opacity_stacking_context_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/opacity_stacking_context_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_simple_a.html": [
|
"css/outlines_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_simple_a.html",
|
"path": "css/outlines_simple_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='opacity_stacking_context_ref.html'>
|
||||||
<!-- Tests that `opacity` causes a new stacking context to be formed. -->
|
<!-- Tests that `opacity` causes a new stacking context to be formed. -->
|
||||||
<style>
|
<style>
|
||||||
section {
|
section {
|
Loading…
Add table
Add a link
Reference in a new issue