mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e40269950a
CLOSED TREE (test only)
14 lines
240 B
HTML
14 lines
240 B
HTML
<!DOCTYPE html><html class="reftest-print">
|
|
<head>
|
|
<style type="text/css" media="all">
|
|
html{font-size:12pt}
|
|
#c {page-break-before:always;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>Line 1</div>
|
|
<div>Line 2</div>
|
|
<div id="c">Line 3</div>
|
|
</body>
|
|
</html>
|