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

Unified Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt

Issue 1213693006: [DevTools] Don't update Object Event Listeners sidebar when hidden (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt b/LayoutTests/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt
index a590ddbc0ccde3b2d23305606a560af86236a0ec..0e1177dc2bb12565a517cd758dca851b585ff7b8 100644
--- a/LayoutTests/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt
+++ b/LayoutTests/inspector/sources/debugger-step/debugger-step-out-document-write-expected.txt
@@ -2,24 +2,24 @@ Tests that debugger StepOut will skip inlined scripts created by document.write(
Script source was shown.
Call stack:
- 0) (debugger-step-out-document-write.html:4)
+ 0) (debugger-step-out-document-write.html:7)
Executing StepOut...
Call stack:
- 0) (debugger-step-out-document-write.html:7)
+ 0) (debugger-step-out-document-write.html:9)
Executing StepOut...
Call stack:
- 0) (debugger-step-out-document-write.html:11)
+ 0) (debugger-step-out-document-write.html:12)
Executing StepOut...
Call stack:
- 0) global1 (debugger-step-out-document-write.html:14)
- 1) (debugger-step-out-document-write.html:17)
+ 0) global1 (debugger-step-out-document-write.html:15)
+ 1) (debugger-step-out-document-write.html:18)
Executing StepOut...
Call stack:
- 0) (debugger-step-out-document-write.html:17)
+ 0) (debugger-step-out-document-write.html:18)
Executing StepOut...
Call stack:

Powered by Google App Engine
This is Rietveld 408576698