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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt

Issue 1921413002: [DevTools] Move inspect and copy to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/console/console-command-copy-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt
index 0c6010040488848f3ab4ca8a24d2ad072db16ada..a649fb2dbca420b7d5eff320e257b1ff3438dd93 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-command-copy-expected.txt
@@ -1,28 +1,19 @@
Tests that console's copy command is copying into front-end buffer.
-InspectorFrontendHost.copyText: qwerty
+InspectorFrontendHost.copyText: 1
InspectorFrontendHost.copyText: <p>
Tests that console's copy command is copying into front-end buffer.
</p>
-InspectorFrontendHost.copyText: {
- "foo": "bar"
-}
+InspectorFrontendHost.copyText: Infinity
+InspectorFrontendHost.copyText: NaN
InspectorFrontendHost.copyText: [object Object]
+InspectorFrontendHost.copyText: false
+InspectorFrontendHost.copyText: null
+InspectorFrontendHost.copyText: null
+InspectorFrontendHost.copyText: qwerty
+InspectorFrontendHost.copyText: true
InspectorFrontendHost.copyText: {
- "0": {},
- "1": {},
- "2": {},
- "3": {},
- "4": {},
- "5": {},
- "6": {}
+ "foo": "bar"
}
-InspectorFrontendHost.copyText: NaN
-InspectorFrontendHost.copyText: Infinity
-InspectorFrontendHost.copyText: null
InspectorFrontendHost.copyText: undefined
-InspectorFrontendHost.copyText: 1
-InspectorFrontendHost.copyText: true
-InspectorFrontendHost.copyText: false
-InspectorFrontendHost.copyText: null

Powered by Google App Engine
This is Rietveld 408576698