Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't create empty stacking contexts in display lists #26758

Merged
merged 3 commits into from Jun 9, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add reftest for empty stacking contexts.

  • Loading branch information
jdm committed Jun 9, 2020
commit 2a83b80eedeac315a4a5b07eb30d690a7c077c16
@@ -6080,6 +6080,19 @@
{}
]
],
"stacking-context-empty.html": [
"952c73f1680805dc3a976446bb509cb924a6a702",
[
null,
[
[
"/_mozilla/css/stacking-context-empty-ref.html",
"=="
]
],
{}
]
],
"stacking_context_overflow_a.html": [
"dc379afb77977b0e99a0a8ce3321c9afff236a37",
[
@@ -10311,6 +10324,10 @@
"0525bab6b11800d29f90efc7efef0f43165fba01",
[]
],
"stacking-context-empty-ref.html": [
"8006e2413694b0776f000d3b8138bed29812b7cd",
[]
],
"stacking_context_overflow_ref.html": [
"49991c449ab4f42afae6f512a7f184e70d77bc34",
[]
@@ -0,0 +1 @@
<p><img src="100x100_green.png">
@@ -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">
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.