Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
fast
/
css
/
calc-binary-operation-crash.html
blob: fb451b528b669468107bcdaa3166c9e82326b287 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<p>
This test passes if it doesn't crash.
</p>
<p
style
=
"
text-indent
:
calc
(
25s
-
3px
+
12.5%
*
2
)
"
>
X
</p>