fune/testing/web-platform/tests/css/css-overflow/reference/webkit-line-clamp-with-line-height-ref.html
Ms2ger 4ea84edd18 Bug 1635453 [wpt PR 23338] - Slightly simplify ci_wptrunner_infrastructure.sh., a=testonly
Automatic update from web-platform-tests
Slightly simplify ci_wptrunner_infrastructure.sh. (#23338)

There doesn't seem to be a good reason to handle the browser-specific
arguments in different places.
--

wpt-commits: 4cda3a445e9677c6aecd775003a26fb37188a0ea
wpt-pr: 23338
2020-05-20 10:27:47 +00:00

19 lines
375 B
HTML

<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#test {
width: 100px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
border: solid thin grey;
font: 20px 'Ahem';
line-height: 40px;
}
</style>
<p>This tests the -webkit-line-clamp property with line-height applied.</p>
<div id="test">
XXXX XXX
</div>