blob: 8ca9d70fdc82c9980b1e5f21384d7231760741d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<head>
<link href="resources/min-width.css" rel="stylesheet" type="text/css">
<script src="../js/resources/js-test-pre.js"></script>
<script src="script-tests/min-width-helpers.js"></script>
</head>
<body>
<script src="script-tests/min-width-css-inline-table.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
|