Skip to content

Commit

Permalink
Bug 1724171 [wpt PR 29910] - [css-contain] Remove paint-containment-w…
Browse files Browse the repository at this point in the history
…ith-fixed-position.html, a=testonly

Automatic update from web-platform-tests
[css-contain] Remove paint-containment-with-fixed-position.html

Remove paint-containment-with-fixed-position.html since
contain-paint-010.html is a similar test, it just needs to
also test inline.

Change-Id: Iaa3f7fe7fc830b4f7f53d4f41af5983bab69f29d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3071279
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rob Buis <rbuis@igalia.com>
Cr-Commit-Position: refs/heads/master@{#908827}

--

wpt-commits: 3fb14d74ca0731c860d70c396041569e8cfd8b71
wpt-pr: 29910
  • Loading branch information
rwlbuis authored and moz-wptsync-bot committed Aug 6, 2021
1 parent 7bfa2ab commit a0c6ca3
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
#contain-paint {
contain: paint;
width: 100px;
height: 100px;
height: 50px;
background: red;
}

Expand All @@ -19,10 +19,14 @@
right: 0;
background: green;
width: 100px;
height: 100px;
height: 50px;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="contain-paint">
<div id="fixed"></div>
</div>
<div id="contain-paint" style="display: inline-block">
<div id="fixed"></div>
</div>

0 comments on commit a0c6ca3

Please sign in to comment.