Skip to content

Commit

Permalink
Bug 1614794 [wpt PR 21740] - Handle invalid type mixing in CSS clamp(…
Browse files Browse the repository at this point in the history
…), a=testonly

Automatic update from web-platform-tests
Handle invalid type mixing in CSS clamp()

Bug: 1050608
Change-Id: Ibd5d7d1dfced4ceee455ef6684454b015cf3e2ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051165
Reviewed-by: Rune Lillesveen <futharkchromium.org>
Commit-Queue: Xiaocheng Hu <xiaochenghchromium.org>
Cr-Commit-Position: refs/heads/master{#740710}

--

wpt-commits: e3d4f28b52fa5f5ea9025ce166bd0d0794633f63
wpt-pr: 21740

UltraBlame original commit: 1d1997fa2a2826f68a0c3d62622fedca76cb7de4
  • Loading branch information
marco-c committed Feb 18, 2020
1 parent cfdbe01 commit 8f7301f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,19 @@
'
)
;
test_invalid_length
(
'
clamp
(
0
10rem
100
%
)
'
)
;
<
/
script
Expand Down

0 comments on commit 8f7301f

Please sign in to comment.