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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 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 unified diff | Download patch
OLDNEW
1
1 { 2 {
2 method : Log.entryAdded 3 method : Log.entryAdded
3 params : { 4 params : {
4 entry : { 5 entry : {
5 level : verbose 6 level : verbose
6 lineNumber : 0 7 lineNumber : 0
7 source : violation 8 source : violation
8 stackTrace : { 9 stackTrace : {
9 callFrames : [ 10 callFrames : [
10 [0] : { 11 [0] : {
11 columnNumber : 14 12 columnNumber : 14
12 functionName : 13 functionName :
13 lineNumber : 0 14 lineNumber : 0
14 scriptId : <string> 15 scriptId : <scriptId>
15 url : 16 url :
16 } 17 }
17 ] 18 ]
18 } 19 }
19 text : Added synchronous DOM mutation listener to a 'DOMSubtreeModif ied' event. Consider using MutationObserver to make the page more responsive. 20 text : Added synchronous DOM mutation listener to a 'DOMSubtreeModif ied' event. Consider using MutationObserver to make the page more responsive.
20 timestamp : <number> 21 timestamp : <timestamp>
21 } 22 }
22 } 23 }
23 } 24 }
24 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698