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

Unified Diff: test/inspector/runtime/protocol-works-with-different-locale-expected.txt

Issue 2631553003: [inspector] console.timeEnd formats ms in the same way as JS formats double (Closed)
Patch Set: fixed protocol-works-with-different-locale test Created 3 years, 11 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
« no previous file with comments | « test/inspector/runtime/protocol-works-with-different-locale.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/protocol-works-with-different-locale-expected.txt
diff --git a/test/inspector/runtime/protocol-works-with-different-locale-expected.txt b/test/inspector/runtime/protocol-works-with-different-locale-expected.txt
index d526d5d447c1249dc13a797fb951666af91ee40d..9ff0d1a13e3e03bf9f1034def79ede9fea212f0f 100644
--- a/test/inspector/runtime/protocol-works-with-different-locale-expected.txt
+++ b/test/inspector/runtime/protocol-works-with-different-locale-expected.txt
@@ -1,3 +1,4 @@
+
Running test: consoleLogWithDefaultLocale
{
method : Runtime.consoleAPICalled
@@ -34,14 +35,14 @@ set locale to fr_CA.UTF-8 (has comma as separator)
args : [
[0] : {
type : string
- value : a: x.xms
+ value : a: 0.001ms
}
]
executionContextId : <executionContextId>
stackTrace : {
callFrames : [
[0] : {
- columnNumber : 27
+ columnNumber : 8
functionName :
lineNumber : 0
scriptId : <scriptId>
@@ -117,14 +118,14 @@ set locale to fr_CA.UTF-8 (has comma as separator)
args : [
[0] : {
type : string
- value : a: x.xms
+ value : a: 0.001ms
}
]
executionContextId : <executionContextId>
stackTrace : {
callFrames : [
[0] : {
- columnNumber : 27
+ columnNumber : 8
functionName :
lineNumber : 0
scriptId : <scriptId>
« no previous file with comments | « test/inspector/runtime/protocol-works-with-different-locale.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698