https://bugs.webkit.org/show_bug.cgi?id=150670
Unreviewed test gardening.
* accessibility/list-item-with-pseudo-element-crash.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@192026
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-11-04 Ryan Haddad <ryanhaddad@apple.com>
+
+ Fixing test added with r192022
+ https://bugs.webkit.org/show_bug.cgi?id=150670
+
+ Unreviewed test gardening.
+
+ * accessibility/list-item-with-pseudo-element-crash.html:
+
2015-11-03 Dean Jackson <dino@apple.com>
Accept 8 and 4 value hex colors (#RRGGBBAA)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<script src="../../resources/js-test-pre.js"></script>
+<script src="../resources/js-test-pre.js"></script>
<style>
.item:before {content:""; }
</style>
list.style.display = "";
}
</script>
-<script src="../../resources/js-test-post.js"></script>
+<script src="../resources/js-test-post.js"></script>
</body>
</html>