Skip to content

Commit

Permalink
Bug 1868364 - Revert content-visibility-with-popover-top-layer-005.ht…
Browse files Browse the repository at this point in the history
…ml and content-visibility-with-top-layer-005.html which cause regression r=cathiechen

Differential Revision: https://phabricator.services.mozilla.com/D196403
  • Loading branch information
jihyerish committed Jan 4, 2024
1 parent a331540 commit 41a95ae
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
@@ -1,2 +1,4 @@
[content-visibility-with-popover-top-layer-005.html]
expected: [PASS, FAIL]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, FAIL]
[PASS, FAIL]
@@ -0,0 +1,5 @@
[content-visibility-with-top-layer-005.html]
fuzzy:
if os == "win": maxDifference=0-92;totalPixels=0-2
expected:
if os == "mac": [PASS, FAIL]
Expand Up @@ -6,14 +6,13 @@
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="match" href="spacer-with-popover-top-layer-ref.html">
<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>

<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.auto { content-visibility: auto }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#popover { font: 25px/1 Ahem }
</style>

<div class=spacer></div>
Expand Down
Expand Up @@ -6,14 +6,13 @@
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="match" href="spacer-with-popover-top-layer-ref.html">
<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>

<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.auto { content-visibility: auto }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#popover { font: 25px/1 Ahem; }
</style>

<div class=spacer></div>
Expand Down
Expand Up @@ -6,14 +6,13 @@
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="match" href="spacer-with-top-layer-ref.html">
<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>

<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.auto { content-visibility: auto }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#dialog { font: 25px/1 Ahem; }
</style>

<div class=spacer></div>
Expand Down
Expand Up @@ -6,14 +6,13 @@
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="match" href="spacer-with-top-layer-ref.html">
<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>

<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.auto { content-visibility: auto }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#dialog { font: 25px/1 Ahem; }
</style>

<div class=spacer></div>
Expand Down
@@ -1,11 +1,10 @@
<!doctype html>
<meta charset="utf8">
<title>CSS Content Visibility: popover shows under c-v auto (ref)</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />

<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#popover { font: 25px/1 Ahem; }
</style>

<div class=spacer></div>
Expand Down
@@ -1,11 +1,10 @@
<!doctype html>
<meta charset="utf8">
<title>CSS Content Visibility: dialog shows under c-v auto (ref)</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
.spacer { width: 10px; height: 3000px; background: lightblue; }
#dialog { font: 25px/1 Ahem; }

</style>

<div class=spacer></div>
Expand Down

0 comments on commit 41a95ae

Please sign in to comment.