Skip to content

Commit 86ce49f

Browse files
lilleschromium-wpt-export-bot
authored andcommitted
Disallow unresolved calc() in linear() timing function
The use of sibling-index() or sign() with element-dependent units would otherwise cause crashes. The specification says the ordering of control points should happen before computed style time, which makes the behavior undefined for element-dependent calc() expressions. Bug: 406926307 Change-Id: Ie2c9acb0ebd8d0f60dd0b7c8cfd2cea4d81a4af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6409072 Commit-Queue: Rune Lillesveen <[email protected]> Reviewed-by: Daniil Sakhapov <[email protected]> Cr-Commit-Position: refs/heads/main@{#1440185}
1 parent 0556bbc commit 86ce49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/css-easing/linear-timing-functions-chrome-405004975-crash.html renamed to css/css-easing/linear-timing-functions-chrome-406926307-crash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<title>Chrome crash bug 405004975</title>
3-
<link rel="help" href="https://crbug.com/405004975">
2+
<title>Chrome crash bug 406926307</title>
3+
<link rel="help" href="https://crbug.com/406926307">
44
<style>
55
div {
66
transition-timing-function: linear(0, 0.25, sibling-index());

0 commit comments

Comments
 (0)