blob: 778043e8494a459a802e3fce4a9f4f10f1629d79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<script src="../content/harness.js"></script>
<script src="cssprops.js"></script>
</head>
<body>
<div id="parent"></div>
<script>
run_tests(properties);
</script>
</body>
</html>
|