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

Unified Diff: LayoutTests/inspector/console/console-format-array-prototype-expected.txt

Issue 1218873002: Layout tests: unflake console tests that race with the main resource load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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-format-array-prototype-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-array-prototype-expected.txt b/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
index 2e0d8bafd5f1a3be61db6acc115de00ba830ef16..d153dd659c5e762f53636a600de922bcbf33a69e 100644
--- a/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
+++ b/LayoutTests/inspector/console/console-format-array-prototype-expected.txt
@@ -12,32 +12,32 @@ Tests that console logging dumps array values defined on Array.prototype[].
a0
[]
-console-format-array-prototype.html:9 []
+console-format-array-prototype.html:4 []
a1
[undefined × 1]
-console-format-array-prototype.html:9 []
+console-format-array-prototype.html:4 []
a2
[undefined × 5]
-console-format-array-prototype.html:9 []
+console-format-array-prototype.html:4 []
a3
[undefined × 1, 2, 3]
-console-format-array-prototype.html:9 [1: 2, 2: 3]
+console-format-array-prototype.html:4 [1: 2, 2: 3]
a4
[undefined × 15]
-console-format-array-prototype.html:9 []
+console-format-array-prototype.html:4 []
a5
[undefined × 8, 8, undefined × 6]
-console-format-array-prototype.html:9 [8: 8]
+console-format-array-prototype.html:4 [8: 8]
a6
[0, undefined × 9, 10, undefined × 4]
-console-format-array-prototype.html:9 [0, 10: 10]
+console-format-array-prototype.html:4 [0, 10: 10]
a7
[undefined × 3, 4, undefined × 11]
-console-format-array-prototype.html:9 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
+console-format-array-prototype.html:4 [3: 4, index0: 0, index1: 1, index2: 2, index3: 3, index4: 4…]
a8
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
-console-format-array-prototype.html:9 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
+console-format-array-prototype.html:4 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
a9
[undefined × 1, 1, 2, 3, 4, undefined × 1, 6, 7, 8, 9, undefined × 1]
-console-format-array-prototype.html:9 [1: 1, 2: 2, 3: 3, 4: 4, 6: 6, 7: 7, 8: 8, 9: 9, foo: "bar"]
+console-format-array-prototype.html:4 [1: 1, 2: 2, 3: 3, 4: 4, 6: 6, 7: 7, 8: 8, 9: 9, foo: "bar"]

Powered by Google App Engine
This is Rietveld 408576698