repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
webkit-line-clamp-assertion.html
blob
fd3dbb65bbab25d4668143eb57e633190fdd8c38
1
This test passes if it doesn't crash
2
<div
style
=
"-webkit-line-clamp:calc(2*3)"
></div>
3
<div
style
=
"-webkit-line-clamp:calc(2%)"
></div>
4
<div
style
=
"-webkit-line-clamp:foo()"
></div>
5
6
<script>
7
window
.
testRunner
&&
testRunner
.
dumpAsText
();
8
</script>