mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
13 lines
193 B
HTML
13 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>
|