Skip to content

Commit

Permalink
WPT: Remove audio elements from contain-inline-size-replaced test.
Browse files Browse the repository at this point in the history
Fixes: web-platform-tests/interop#317

R=foolip@chromium.org, chrishtr@chromium.org

Change-Id: Ia2b14f61c64c600bca23d9eb57ae4e7dbf5d961f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4490304
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Vladimir Levin <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1137342}
  • Loading branch information
vmpstr authored and chromium-wpt-export-bot committed Apr 28, 2023
1 parent d76da4d commit d9f5e1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/css-contain/contain-inline-size-replaced.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
</video>
<br>

<!-- audio element with controls, and a few other misc replaced elements: -->
<audio class="inline-contained" data-expected-width="0" data-expected-height="40" controls></audio>
<!-- other misc replaced elements: -->
<canvas class="inline-contained" data-expected-width="0" data-expected-height="150"></canvas>
<svg class="inline-contained" data-expected-bounding-client-rect-width="0"
data-expected-bounding-client-rect-height="150"></svg>
Expand Down Expand Up @@ -81,7 +80,6 @@
<source src="/media/white.mp4" type="video/mp4">
</video>

<audio class="inline-contained" data-expected-width="300" data-expected-height="0" controls></audio>
<canvas class="inline-contained" data-expected-width="300" data-expected-height="0"></canvas>
<svg class="inline-contained" data-expected-bounding-client-rect-width="300"
data-expected-bounding-client-rect-height="0"></svg>
Expand Down

0 comments on commit d9f5e1f

Please sign in to comment.