Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>