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

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

Issue 984523003: bindings: Moves most of DOM attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test results. Created 5 years, 9 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/console/console-command-copy-expected.txt
diff --git a/LayoutTests/inspector/console/console-command-copy-expected.txt b/LayoutTests/inspector/console/console-command-copy-expected.txt
index 7097d3539367c1eea487dd1f902dcd18e42b3f69..8ba81464ca7aaf5b88b8e47fd5860a0e4ee08268 100644
--- a/LayoutTests/inspector/console/console-command-copy-expected.txt
+++ b/LayoutTests/inspector/console/console-command-copy-expected.txt
@@ -8,7 +8,16 @@ InspectorFrontendHost.copyText: {
"foo": "bar"
}
InspectorFrontendHost.copyText: [object Object]
-InspectorFrontendHost.copyText: [object HTMLAllCollection]
+InspectorFrontendHost.copyText: {
+ "0": {},
+ "1": {},
+ "2": {},
+ "3": {},
+ "4": {},
+ "5": {},
+ "6": {},
+ "length": 7
+}
InspectorFrontendHost.copyText: NaN
InspectorFrontendHost.copyText: Infinity
InspectorFrontendHost.copyText: null

Powered by Google App Engine
This is Rietveld 408576698