mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
12 lines
193 B
HTML
12 lines
193 B
HTML
<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>
|