Skip to content

Commit

Permalink
Bug 1864428 [wpt PR 43112] - Remove unused references to utils.js fro…
Browse files Browse the repository at this point in the history
…m content-visibility tests, a=testonly

Automatic update from web-platform-tests
Remove unused references to utils.js from content-visibility tests (#43112)

The following files don't exist:

css/css-contain/resources/utils.js
css/css-contain/content-visibility/resources/utils.js
--

wpt-commits: 7755f18fcdc9e17317677123d4a40970931fd628
wpt-pr: 43112

UltraBlame original commit: 5597a72e88488f432382b82a168379d7aad40894
  • Loading branch information
marco-c committed Nov 30, 2023
1 parent bf72864 commit c91255e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="match" href="content-visibility-019-ref.html">
<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
div {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content-visibility hidden iframe does not paint">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
div {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content-visibility hidden can be used in a shadow DOM">

<script src="/common/reftest-wait.js"></script>
<script src="resources/utils.js"></script>

<style>
.hidden {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/utils.js"></script>

This text should be visible.
<div id="container" style="content-visibility: hidden">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content-visibility hidden flex and abspos descendants don't paint">

<script src="/common/reftest-wait.js"></script>
<script src="resources/utils.js"></script>

<style>
#container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content-visibility auto subtrees respond to anchor links">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
.spacer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/utils.js"></script>

<div id="container">
This text should be visible.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="assert" content="animations in content-visibility: auto subtree should restart when scrolled to">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
#container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<meta name="assert" content="animations in content-visibility: hidden subtree should restart once visible">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
#container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content in nested `content-visibility: auto` element can be scrolled to">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
div {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta name="assert" content="content in nested `content-visibility: auto` elements is considered relevant">

<script src="/common/reftest-wait.js"></script>
<script src="../resources/utils.js"></script>

<style>
div {
Expand Down

0 comments on commit c91255e

Please sign in to comment.