forked from mirrors/gecko-dev
Backed out changeset 2bbbf7953c52 (bug 1868364) for causing failures in /content-visibility-with-top-layer-005.html CLOSED TREE
This commit is contained in:
parent
e61b533065
commit
06a47aaa42
4 changed files with 5 additions and 8 deletions
|
|
@ -1,4 +1,2 @@
|
||||||
[content-visibility-with-popover-top-layer-005.html]
|
[content-visibility-with-popover-top-layer-005.html]
|
||||||
expected:
|
expected: [PASS, FAIL]
|
||||||
if (os == "win") and (processor == "x86_64"): [PASS, FAIL]
|
|
||||||
[PASS, FAIL]
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
[content-visibility-with-top-layer-005.html]
|
|
||||||
fuzzy:
|
|
||||||
if os == "win": maxDifference=0-92;totalPixels=0-2
|
|
||||||
|
|
@ -6,13 +6,14 @@
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
||||||
<link rel="match" href="spacer-with-popover-top-layer-ref.html">
|
<link rel="match" href="spacer-with-popover-top-layer-ref.html">
|
||||||
<meta name="assert" content="top layer popovers render under c-v auto">
|
<meta name="assert" content="top layer popovers render under c-v auto">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||||
<script src="/common/reftest-wait.js"></script>
|
<script src="/common/reftest-wait.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.box { width: 100px; height: 100px; border: 1px solid black; }
|
.box { width: 100px; height: 100px; border: 1px solid black; }
|
||||||
.auto { content-visibility: auto }
|
.auto { content-visibility: auto }
|
||||||
.spacer { width: 10px; height: 3000px; background: lightblue; }
|
.spacer { width: 10px; height: 3000px; background: lightblue; }
|
||||||
|
#popover { font: 25px/1 Ahem; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class=spacer></div>
|
<div class=spacer></div>
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,14 @@
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
|
||||||
<link rel="match" href="spacer-with-top-layer-ref.html">
|
<link rel="match" href="spacer-with-top-layer-ref.html">
|
||||||
<meta name="assert" content="top layer dialogs render under c-v auto">
|
<meta name="assert" content="top layer dialogs render under c-v auto">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||||
<script src="/common/reftest-wait.js"></script>
|
<script src="/common/reftest-wait.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.box { width: 100px; height: 100px; border: 1px solid black; }
|
.box { width: 100px; height: 100px; border: 1px solid black; }
|
||||||
.auto { content-visibility: auto }
|
.auto { content-visibility: auto }
|
||||||
.spacer { width: 10px; height: 3000px; background: lightblue; }
|
.spacer { width: 10px; height: 3000px; background: lightblue; }
|
||||||
|
#dialog { font: 25px/1 Ahem; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class=spacer></div>
|
<div class=spacer></div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue