| Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
|
| similarity index 78%
|
| copy from third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
|
| copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
|
| index d37be47f6f19624ef83de8ab9e7a1969d5b56626..d7429ca5020c16e38984ea37fd422eec839292cf 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
|
| +++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
|
| @@ -13,7 +13,7 @@ Object {constructor: Object}
|
| testThrowConstructorName()
|
| Object {}
|
| testOverriddenIsFinite()
|
| -["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function]
|
| +["arg1", "arg2"]
|
| testOverriddenError()
|
| Object {result: "PASS"}
|
| restoreError()
|
| @@ -35,11 +35,11 @@ testOverriddenToString(new Date, true)
|
| testOverriddenToString(new Date, false)
|
| #<Date>
|
| testOverriddenToString({}, true)
|
| -Object {toString: function, valueOf: function}
|
| +Object {}
|
| testOverriddenToString({}, false)
|
| -Object {toString: function, valueOf: function}
|
| +Object {}
|
| testOverriddenToString(new Number(1), true)
|
| -Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
|
| +Number {[[PrimitiveValue]]: 1}
|
| testOverriddenToString(new Number(1), false)
|
| -Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
|
| +Number {[[PrimitiveValue]]: 1}
|
|
|
|
|