Sign in
webkit
/
WebKit
/
246a932bc3d8d389a5826db666e02a3330ed90e1
/
.
/
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>