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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/scroll-event-handler-reused-window-expected.txt
diff --git a/LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt b/LayoutTests/fast/events/scroll-event-handler-reused-window-expected.txt
similarity index 51%
copy from LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt
copy to LayoutTests/fast/events/scroll-event-handler-reused-window-expected.txt
index e956edbd01b12954fba32d3257219357adea36f9..1de3709f8a5b106e367c601ba3ded9b869ced853 100644
--- a/LayoutTests/accessibility/content-changed-notification-causes-crash-expected.txt
+++ b/LayoutTests/fast/events/scroll-event-handler-reused-window-expected.txt
@@ -1,11 +1,10 @@
->>
-Ensures that this snippet does not lead to a crash. Bug 86029.
+Test tracking event handlers with a reused DOMWindow.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS. WebKit did not crash.
PASS successfullyParsed is true
TEST COMPLETE
+PASS window.internals.scrollEventHandlerCount(newWindow.document) is 1

Powered by Google App Engine
This is Rietveld 408576698