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

Unified Diff: LayoutTests/fast/dom/hover-after-dom-delete-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-expected.txt
diff --git a/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt b/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt
index 575f36a00ada4bf7752a4ca9eb9cd2d7ed05b8df..017a47079216807ad970151d2840b0696bcd5a41 100644
--- a/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt
+++ b/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt
@@ -11,7 +11,7 @@ PASS redDiv.innerHTML is "Red hovered."
PASS blueDiv.innerHTML is ""
Mouse is visible, deleting the red div.
PASS blueDiv.offsetTop is 50
-PASS blueText is "'Hovered.'"
+PASS blueText is "\"Hovered.\""
Adding the red and blue divs.
PASS blueDiv.offsetTop is 200
PASS redDiv.offsetTop is 50

Powered by Google App Engine
This is Rietveld 408576698