Skip to content

Commit

Permalink
Bug 1761212 [wpt PR 33344] - [@container] Use valid queries in idlhar…
Browse files Browse the repository at this point in the history
…ness test, a=testonly

Automatic update from web-platform-tests
[@container] Use valid queries in idlharness test

Size queries no longer use size() functions, and querying percentages
are not valid. The test still worked because of <general-enclosed>
productions.

Bug: 1217931
Change-Id: I9700444c396cbc72d1140b2c231843785b522380
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3545666
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Commit-Queue: Rune Lillesveen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#984761}

--

wpt-commits: 3043cbf3f59366475bc0b43932252d911ad266ed
wpt-pr: 33344
  • Loading branch information
lilles authored and moz-wptsync-bot committed Apr 1, 2022
1 parent ccbcdab commit d8d20af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src="/resources/idlharness.js"></script>
<!-- used to provide objects -->
<style>
@container size(width=100px) {
@container size( inline-size >200% ) {
@container cont (width = 100px) {
@container (inline-size > 200em) {
#id { color: lime }
}
#id { color: green }
Expand Down

0 comments on commit d8d20af

Please sign in to comment.