Skip to content

Commit

Permalink
[css-contain] Remove paint-containment-with-fixed-position.html
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
rwlbuis authored and chromium-wpt-export-bot committed Aug 5, 2021
1 parent e27bdc3 commit 3fb14d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/css-contain/contain-paint-010.html
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 3fb14d7

Please sign in to comment.