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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hov er effects should be invoked when the currently hovered node is removed from the DOM. Press any key to delete the red div. 1 Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hov er effects should be invoked when the currently hovered node is removed from the DOM. Press any key to delete the red div.
2 2
3 PASS successfullyParsed is true 3 PASS successfullyParsed is true
4 4
5 TEST COMPLETE 5 TEST COMPLETE
6 Adding the red and blue divs. 6 Adding the red and blue divs.
7 PASS blueDiv.offsetTop is 200 7 PASS blueDiv.offsetTop is 200
8 PASS redDiv.offsetTop is 50 8 PASS redDiv.offsetTop is 50
9 Mouse is visible, moving it over the red div. 9 Mouse is visible, moving it over the red div.
10 PASS redDiv.innerHTML is "Red hovered." 10 PASS redDiv.innerHTML is "Red hovered."
11 PASS blueDiv.innerHTML is "" 11 PASS blueDiv.innerHTML is ""
12 Mouse is visible, deleting the red div. 12 Mouse is visible, deleting the red div.
13 PASS blueDiv.offsetTop is 50 13 PASS blueDiv.offsetTop is 50
14 PASS blueText is "'Hovered.'" 14 PASS blueText is "\"Hovered.\""
15 Adding the red and blue divs. 15 Adding the red and blue divs.
16 PASS blueDiv.offsetTop is 200 16 PASS blueDiv.offsetTop is 200
17 PASS redDiv.offsetTop is 50 17 PASS redDiv.offsetTop is 50
18 Mouse is visible, moving it over the red div. 18 Mouse is visible, moving it over the red div.
19 PASS redDiv.innerHTML is "Red hovered." 19 PASS redDiv.innerHTML is "Red hovered."
20 PASS blueDiv.innerHTML is "" 20 PASS blueDiv.innerHTML is ""
21 Setting the mouse cursor to be invisible. 21 Setting the mouse cursor to be invisible.
22 PASS redDiv.innerHTML is "Red hovered." 22 PASS redDiv.innerHTML is "Red hovered."
23 PASS blueDiv.innerHTML is "" 23 PASS blueDiv.innerHTML is ""
24 Mouse is invisible, deleting the red div. 24 Mouse is invisible, deleting the red div.
25 PASS blueDiv.offsetTop is 50 25 PASS blueDiv.offsetTop is 50
26 PASS blueText is "" 26 PASS blueText is ""
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698