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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: Widget >> custom element with shadow Created 4 years, 2 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt
index 5eadec676d88d6bd7133fe6132f3a2e659b93fa6..c7c6fdfeb4a998dc6fc3f605baffb2761e684e0a 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints-expected.txt
@@ -9,14 +9,14 @@ Call stack:
* 0) Framework.appendChild (framework.js:72)
1) appendElement (frameworks-dom-xhr-event-breakpoints.html:14)
2) (:1)
-Paused on a "Subtree Modified" breakpoint set on div#rootElement, because a new child was added to that node.
+Paused on Subtree Modificationsdiv#rootElementChild div#rootElement added
Running: testXHRBreakpoint
Call stack:
* 0) Framework.sendXHR (framework.js:79)
1) sendXHR (frameworks-dom-xhr-event-breakpoints.html:19)
2) (:1)
-Paused on a XMLHttpRequest.
+Paused on XMLHttpRequestfile:///foo?a=b
Running: testEventListenerBreakpoint
Call stack:

Powered by Google App Engine
This is Rietveld 408576698