Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
transform-translate-parsing-crash.html
blob: aa3dd7fa63f24bd586d559d3e6f64fc970c6f69a [
file
]
<div
id
=
t
>
This test passes if it doesn't crash
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
t
.
style
.
transform
=
"translatez"
;
t
.
style
.
transform
=
"translate3d"
;
</script>