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

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

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: rebased Created 3 years, 7 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-perfomance-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-perfomance-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-perfomance-expected.txt
index 4340d00fe0168491af20df34e76a066f30e048b9..b835c3ca060625e3f188a4ce7bfca4e4873469ce 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-perfomance-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-perfomance-expected.txt
@@ -6,6 +6,6 @@ Tests that console nicely formats perfomance getters.
console-format-perfomance.html:8 PerformanceTiming
console-format-perfomance.html:9 MemoryInfo
-console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, unloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, redirectEnd: <number>…}
+console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, unloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, redirectEnd: <number>, …}
console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHeapSize: <number>, jsHeapSizeLimit: <number>}

Powered by Google App Engine
This is Rietveld 408576698