mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move test_htmlelement_style.html out of the automatic tests because they don't all pass.
This commit is contained in:
parent
abca00009c
commit
acf86a65e4
2 changed files with 1 additions and 1 deletions
12
tests/html/test_htmlelement_style.html
Normal file
12
tests/html/test_htmlelement_style.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue