Index: LayoutTests/fast/xpath/xpath-empty-string.html |
diff --git a/LayoutTests/fast/xpath/xpath-empty-string.html b/LayoutTests/fast/xpath/xpath-empty-string.html |
index b122b150ab6f9575e032abbb813d9f7a0ef90b51..18884434ef8e2916d1bf78903af56e4de71532ad 100644 |
--- a/LayoutTests/fast/xpath/xpath-empty-string.html |
+++ b/LayoutTests/fast/xpath/xpath-empty-string.html |
@@ -4,14 +4,13 @@ |
function runTests() { |
if (window.testRunner) |
testRunner.dumpAsText(); |
- |
- document.evaluate("//a[@id='']",document) |
+ |
+ document.evaluate("//a[@id='']", document); |
} |
</script> |
</head> |
<body onload="runTests()"> |
This tests that parsing an XPath expression that contains an empty string literal doesn't segfault.<br> |
SUCCESS: Didn't crash! |
- |
</body> |
-</html> |
+</html> |