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

Unified Diff: LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 8 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: LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
diff --git a/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt b/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
index d63799dd833f39c135650342f6a0c3500d9fe109..c4f9ed6f88206eb94e67f4fb3e47ceb7059c37aa 100644
--- a/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
+++ b/LayoutTests/fast/dom/hover-after-dom-delete-child-invisible-cursor-expected.txt
@@ -4,11 +4,11 @@ PASS successfullyParsed is true
TEST COMPLETE
Mouse is visible, moving it over the red div.
-PASS blueText is "'Hovered.'"
-PASS redText is "'Hovered.'"
+PASS blueText is "\"Hovered.\""
+PASS redText is "\"Hovered.\""
Setting mouse cursor to be invisible.
-PASS blueText is "'Hovered.'"
-PASS redText is "'Hovered.'"
+PASS blueText is "\"Hovered.\""
+PASS redText is "\"Hovered.\""
Deleting red div.
-PASS blueText is "'Hovered.'"
+PASS blueText is "\"Hovered.\""

Powered by Google App Engine
This is Rietveld 408576698