summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/insertRule-media.html
blob: 83c2521ec3ba43c91f8ed9f51db10b8836ee2f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<link rel="help" href="http://dev.w3.org/csswg/cssom/#serialize-a-list-of-media-queries" />
<style type="text/css"></style>
<link rel="stylesheet" href="../js/resources/js-test-style.css">
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script src="resources/insertRule-media.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>