Move test_htmlelement_style.html out of the automatic tests because they don't all pass.

This commit is contained in:
Josh Matthews 2014-11-27 15:51:59 -05:00
parent abca00009c
commit acf86a65e4
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,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>