mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
989 B
HTML
13 lines
989 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>text-indent test</title>
|
|
<style type="text/css">
|
|
i { float: left; height: 0.3em; width: 100px; }
|
|
span { background: yellow }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><i></i><span>This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines. This is a long piece of text that will wrap to multiple lines.</span></p>
|
|
</body>
|
|
</html>
|