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

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

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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..8f9b4418741cba9e08122a406e25f2c4dad68ffc 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:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHeapSize: <number>, jsHeapSizeLimit: <number>}
+console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, unloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, redirectEnd: <number>…}PerformanceTiming
+console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHeapSize: <number>, jsHeapSizeLimit: <number>}MemoryInfo

Powered by Google App Engine
This is Rietveld 408576698