Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
line-clamp-discard-assert.html
blob: 1147c8b2a5e84d1d5560f819d4f498d8f3aa6268 [
file
]
<style>
.
container
,
span
{
line-clamp
:
1
auto
;
}
span
{
padding-left
:
10px
;
}
</style>
PASS if no crash.
<div
class
=
container
><span><form><div
style
=
"
float
:
left
"
>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>