gecko-dev/servo/tests/html/test_htmlelement_style.html

13 строки
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>