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

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

Issue 2101523002: Make HTML tree builder simulator switch modes at HTML integration points (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix? MSVC unsigned/signed complaints. Created 4 years, 6 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
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 3577392981f180b3481ae483ccf68a9d528e0d88..e06dc3f25683fe7bb087ab851b5cb29d59973e13 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 be part of the title.
+<!--</title> -->
+This text should *not* be part of the title.
</title>
<script>
if (window.testRunner)

Powered by Google App Engine
This is Rietveld 408576698