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

Side by Side Diff: LayoutTests/fast/events/scroll-event-handler-reused-window-expected.txt

Issue 240343002: Track event handlers on windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better description for window reuse test. Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 >> 1 Test tracking event handlers with a reused DOMWindow.
2 Ensures that this snippet does not lead to a crash. Bug 86029.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS. WebKit did not crash.
8 PASS successfullyParsed is true 6 PASS successfullyParsed is true
9 7
10 TEST COMPLETE 8 TEST COMPLETE
9 PASS window.internals.scrollEventHandlerCount(newWindow.document) is 1
11 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698