Index: third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html |
diff --git a/third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html b/third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html |
index e06dc3f25683fe7bb087ab851b5cb29d59973e13..3577392981f180b3481ae483ccf68a9d528e0d88 100644 |
--- a/third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html |
+++ b/third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html |
@@ -1,8 +1,8 @@ |
<html> |
<head> |
<title> |
-<!--</title> --> |
-This text should *not* be part of the title. |
+<!-- </title> --> |
+This text should be part of the title. |
</title> |
<script> |
if (window.testRunner) |