Sign in
webkit
/
WebKit
/
e186610d35755f6e0c2b8fc6bba4c07f852f9f66
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
motion-degrees-calc-crash.html
blob: dd2cd9963fe49220b31f3836b2116b6815444651 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
Test passes if it does not crash.
<style>
*
{
motion
:
path
(
'M 10 20 h 30 v 150'
)
270deg
calc
(
0deg
);
}
</style>