Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: third_party/WebKit/LayoutTests/fast/parser/comment-in-title.html

Issue 2366203006: Revert r403630 which broke parsing on some sites. (Closed)
Patch Set: Revert r403630 (by hand) Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/parser/comment-in-title-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/parser/comment-in-title-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698