Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
webkit-line-clamp-assertion.html
blob: fd3dbb65bbab25d4668143eb57e633190fdd8c38 [
file
] [
log
] [
blame
]
This test passes if it doesn't crash
<div
style
=
"
-webkit-line-clamp
:
calc
(
2
*
3
)
"
></div>
<div
style
=
"
-webkit-line-clamp
:
calc
(
2%
)
"
></div>
<div
style
=
"
-webkit-line-clamp
:
foo
()
"
></div>
<script>
window
.
testRunner
&&
testRunner
.
dumpAsText
();
</script>