summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/printing/page-break-before-avoid.html
blob: 74e855bad614cd47c7070a2b533dfb2de0a072f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../resources/js-test.js"></script>
<script src="resources/paged-media-test-utils.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<div id="sandbox"></div>
<script src="script-tests/page-break-before-avoid.js"></script>
<script>runPrintingTest(test);</script>
</body>
</html>