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 |