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

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

Issue 1815833002: Rebaseline, fix, or remove various tests dealing with V8 behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 2d2bd42ee558a41305d1a48ebaf46dd1f6ed5187..82ac27ff4723083ae14ab0eda5e95b2122dd2302 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -361,8 +361,8 @@ console-format.html:7 Object {}
toLocaleString: toLocaleString()
toString: toString()
valueOf: valueOf()
- get __proto__: get __proto__()
- set __proto__: set __proto__()
+ get __proto__: __proto__()
+ set __proto__: __proto__()
console-format.html:8 [Object]
0: Object
length: 1
@@ -380,8 +380,8 @@ Object {}
toLocaleString: toLocaleString()
toString: toString()
valueOf: valueOf()
- get __proto__: get __proto__()
- set __proto__: set __proto__()
+ get __proto__: __proto__()
+ set __proto__: __proto__()
console-format.html:7 ( /**/ foo/**/, /*/**/bar,
/**/baz) {}
console-format.html:8 [function]
@@ -432,7 +432,7 @@ console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
[200 … 299]
[300 … 399]
foo: "bar"
- __proto__: Object
+ __proto__: TypedArray
console-format.html:8 [Uint8Array[400]]
0: Uint8Array[400]
length: 1
@@ -444,13 +444,13 @@ Uint8Array[400]
[200 … 299]
[300 … 399]
foo: "bar"
- __proto__: Object
+ __proto__: TypedArray
console-format.html:7 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
[0 … 99999999]
[100000000 … 199999999]
[200000000 … 299999999]
[300000000 … 399999999]
- __proto__: Object
+ __proto__: TypedArray
console-format.html:8 [Uint8Array[400000000]]
0: Uint8Array[400000000]
length: 1
@@ -461,5 +461,5 @@ Uint8Array[400000000]
[100000000 … 199999999]
[200000000 … 299999999]
[300000000 … 399999999]
- __proto__: Object
+ __proto__: TypedArray

Powered by Google App Engine
This is Rietveld 408576698