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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 8: [object PerformanceTiming] 1 CONSOLE MESSAGE: line 8: [object PerformanceTiming]
2 CONSOLE MESSAGE: line 9: [object MemoryInfo] 2 CONSOLE MESSAGE: line 9: [object MemoryInfo]
3 CONSOLE MESSAGE: line 8: [object PerformanceTiming] 3 CONSOLE MESSAGE: line 8: [object PerformanceTiming]
4 CONSOLE MESSAGE: line 9: [object MemoryInfo] 4 CONSOLE MESSAGE: line 9: [object MemoryInfo]
5 Tests that console nicely formats perfomance getters. 5 Tests that console nicely formats perfomance getters.
6 6
7 console-format-perfomance.html:8 PerformanceTiming 7 console-format-perfomance.html:8 PerformanceTiming
8 console-format-perfomance.html:9 MemoryInfo 8 console-format-perfomance.html:9 MemoryInfo
9 console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, u nloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, re directEnd: <number>…} 9 console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, u nloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, re directEnd: <number>…}
10 console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHe apSize: <number>, jsHeapSizeLimit: <number>} 10 console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHe apSize: <number>, jsHeapSizeLimit: <number>}
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698