Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when resolving transform: translateX(calc(10%)) #3006

Open
awesomekling opened this issue Dec 22, 2024 · 0 comments · May be fixed by #3007
Open

Crash when resolving transform: translateX(calc(10%)) #3006

awesomekling opened this issue Dec 22, 2024 · 0 comments · May be fixed by #3007
Labels
has repro We have a way to reproduce this bug. reduction of web content Issue has a simplified reduction based on real-world web content. regression

Comments

@awesomekling
Copy link
Member

Repro:

<!doctype html>
<style>
body {
    transform: translateX(calc(10%));
}
</style>
<body>

(Reduction from https://linear.app)

cc @AtkinsSJ

@awesomekling awesomekling added reduction of web content Issue has a simplified reduction based on real-world web content. has repro We have a way to reproduce this bug. regression labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has repro We have a way to reproduce this bug. reduction of web content Issue has a simplified reduction based on real-world web content. regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant