mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add reftest for empty stacking contexts.
This commit is contained in:
parent
56ff8f41e0
commit
2a83b80eed
3 changed files with 32 additions and 0 deletions
|
@ -6080,6 +6080,19 @@
|
||||||
{}
|
{}
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
"stacking-context-empty.html": [
|
||||||
|
"952c73f1680805dc3a976446bb509cb924a6a702",
|
||||||
|
[
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
[
|
||||||
|
"/_mozilla/css/stacking-context-empty-ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
{}
|
||||||
|
]
|
||||||
|
],
|
||||||
"stacking_context_overflow_a.html": [
|
"stacking_context_overflow_a.html": [
|
||||||
"dc379afb77977b0e99a0a8ce3321c9afff236a37",
|
"dc379afb77977b0e99a0a8ce3321c9afff236a37",
|
||||||
[
|
[
|
||||||
|
@ -10311,6 +10324,10 @@
|
||||||
"0525bab6b11800d29f90efc7efef0f43165fba01",
|
"0525bab6b11800d29f90efc7efef0f43165fba01",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
|
"stacking-context-empty-ref.html": [
|
||||||
|
"8006e2413694b0776f000d3b8138bed29812b7cd",
|
||||||
|
[]
|
||||||
|
],
|
||||||
"stacking_context_overflow_ref.html": [
|
"stacking_context_overflow_ref.html": [
|
||||||
"49991c449ab4f42afae6f512a7f184e70d77bc34",
|
"49991c449ab4f42afae6f512a7f184e70d77bc34",
|
||||||
[]
|
[]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<p><img src="100x100_green.png">
|
14
tests/wpt/mozilla/tests/css/stacking-context-empty.html
Normal file
14
tests/wpt/mozilla/tests/css/stacking-context-empty.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<link rel="match" href="stacking-context-empty-ref.html">
|
||||||
|
<style>
|
||||||
|
div {
|
||||||
|
border-radius: 2px;
|
||||||
|
background: #777;
|
||||||
|
border-bottom: 1px solid #f1f1f1;
|
||||||
|
}
|
||||||
|
.test {
|
||||||
|
transform: scaleX(0);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<p><img src="100x100_green.png">
|
||||||
|
<div class="test">aaa</div>
|
||||||
|
<p><img class="test" src="100x100_green.png">
|
Loading…
Add table
Add a link
Reference in a new issue