Skip to content

Commit 88912f6

Browse files
dbaronchromium-wpt-export-bot
authored andcommitted
calc-size + interpolate-size WebDX feature use counters + test mappings
This adds: * a WebFeature use counter for calc-size() * a WebDXFeature for both calc-size() and interpolate-size * WPT test mappings for both WebDX features The WebDX features are described at: https://web-platform-dx.github.io/web-features-explorer/features/calc-size/ https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/ and were added in: web-platform-dx/web-features#2110 web-platform-dx/web-features#2148 Bug: 313072 Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690 Commit-Queue: David Baron <[email protected]> Reviewed-by: Daniil Sakhapov <[email protected]> Reviewed-by: Nicolás Peña <[email protected]> Cr-Commit-Position: refs/heads/main@{#1383940}
1 parent 7ada545 commit 88912f6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
features:
2+
- name: interpolate-size
3+
files:
4+
- interpolate-size-*
5+
- name: calc-size
6+
files:
7+
- calc-size-*
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
features:
2+
- name: interpolate-size
3+
files:
4+
- interpolate-size-*
5+
- name: calc-size
6+
files:
7+
- calc-size-*

0 commit comments

Comments
 (0)