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

Unified Diff: third_party/WebKit/LayoutTests/inspector/dom-statistics-expected.txt

Issue 2566493004: [DevTools] removed inspector/dom-statistics.html-disabled (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/dom-statistics.html-disabled ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/dom-statistics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/dom-statistics-expected.txt b/third_party/WebKit/LayoutTests/inspector/dom-statistics-expected.txt
deleted file mode 100644
index 085814112f3db0f1a4824cf16f6736117164738d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/dom-statistics-expected.txt
+++ /dev/null
@@ -1,119 +0,0 @@
-
-Tests that per document Node count is correctly calculated by the Memory agent. Bug 74100. Bug 74298.
-
-result = [
- {
- "title": "div",
- "size": 1,
- "nodeCount": [
- {
- "nodeName": "div",
- "count": 1
- }
- ],
- "listenerCount": [
- {
- "type": "mouseover",
- "count": 1
- },
- {
- "type": "click",
- "count": 1
- }
- ]
- },
- {
- "title": "div",
- "size": 1,
- "nodeCount": [
- {
- "nodeName": "div",
- "count": 1
- }
- ],
- "listenerCount": [
- {
- "type": "mouseover",
- "count": 1
- },
- {
- "type": "click",
- "count": 1
- }
- ]
- },
- {
- "title": "#document",
- "documentURI": "...about:blank",
- "size": 3,
- "nodeCount": [
- {
- "nodeName": "body",
- "count": 1
- },
- {
- "nodeName": "head",
- "count": 1
- },
- {
- "nodeName": "html",
- "count": 1
- }
- ],
- "listenerCount": []
- },
- {
- "title": "#document",
- "documentURI": "...dom-statistics.html",
- "size": 23,
- "nodeCount": [
- {
- "nodeName": "#text",
- "count": 13
- },
- {
- "nodeName": "a",
- "count": 2
- },
- {
- "nodeName": "body",
- "count": 1
- },
- {
- "nodeName": "div",
- "count": 1
- },
- {
- "nodeName": "head",
- "count": 1
- },
- {
- "nodeName": "html",
- "count": 1
- },
- {
- "nodeName": "iframe",
- "count": 1
- },
- {
- "nodeName": "p",
- "count": 1
- },
- {
- "nodeName": "script",
- "count": 2
- }
- ],
- "listenerCount": [
- {
- "type": "click",
- "count": 2
- },
- {
- "type": "mouseover",
- "count": 1
- }
- ]
- }
-]
-
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/dom-statistics.html-disabled ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698