Skip to content

Commit

Permalink
Bug 1937815 [wpt PR 49730] - [css-properties-values-api] Test unit ar…
Browse files Browse the repository at this point in the history
…ithmetic separately, a=testonly

Automatic update from web-platform-tests
[css-properties-values-api] Test unit arithmetic separately

A subtest relying on unit arithmetic snuck into one of the WPTs
covered by the "Custom Properties" focus area of Interop 2024.
As unit arithmetic is not covered by Interop 2024, the default
resolution to this problem is to remove the whole file from Interop [1].

However, in this case, it's relatively easy and harmless to move
the offending test to a separate file.

[1] web-platform-tests/interop#604

Change-Id: Ic444d07288c2c8bb54595c61813d0217b3cc1032
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6097816
Reviewed-by: Daniil Sakhapov <sakhapovchromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruudchromium.org>
Cr-Commit-Position: refs/heads/main{#1397239}

--

wpt-commits: 09eacd6963a7623ac88d83573a7d5a6afe58f129
wpt-pr: 49730

UltraBlame original commit: 1e99c47c806ed0d2784b3d771989166151147d26
  • Loading branch information
marco-c committed Jan 1, 2025
1 parent 1926102 commit e9b7bc0
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 190 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<
!
DOCTYPE
HTML
>
<
title
>
CSS
Properties
and
Values
API
:
Unit
arithmetic
in
initial
value
<
/
title
>
<
link
rel
=
"
help
"
href
=
"
https
:
/
/
drafts
.
css
-
houdini
.
org
/
css
-
properties
-
values
-
api
/
#
dom
-
css
-
registerproperty
"
/
>
<
link
rel
=
"
help
"
href
=
"
https
:
/
/
drafts
.
css
-
houdini
.
org
/
css
-
properties
-
values
-
api
/
#
supported
-
syntax
-
strings
"
/
>
<
script
src
=
"
/
resources
/
testharness
.
js
"
>
<
/
script
>
<
script
src
=
"
/
resources
/
testharnessreport
.
js
"
>
<
/
script
>
<
script
src
=
"
.
/
resources
/
utils
.
js
"
>
<
/
script
>
<
script
>
test_initial_value_valid
(
"
<
length
>
"
"
calc
(
5px
*
3px
/
6px
)
"
)
;
<
/
script
>
Loading

0 comments on commit e9b7bc0

Please sign in to comment.