blob: 1cd06a9196db7076cef2b292770c98c81874c151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<head>
<style>
div {
width: 285px;
display: -webkit-box;
-webkit-box-orient: vertical;
line-height: 1.5em;
overflow: hidden;
}
</style>
</head>
<body>
<div>
___these_two_lines_should_be_identical___
___these_two_lines_should_be_identical___
</div>
</body>
|