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

Unified Diff: tools/chrome_proxy/webdriver/common.py

Issue 2886893010: Add Video.testVideoSeeking test. (Closed)
Patch Set: fix comment 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
« no previous file with comments | « no previous file | tools/chrome_proxy/webdriver/video.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/common.py
diff --git a/tools/chrome_proxy/webdriver/common.py b/tools/chrome_proxy/webdriver/common.py
index 04dee48954e013dee3221abb65253af660d32cf6..eb215fbe2fca9d8dd99a031213903a612a416c65 100644
--- a/tools/chrome_proxy/webdriver/common.py
+++ b/tools/chrome_proxy/webdriver/common.py
@@ -590,7 +590,7 @@ class HTTPResponse:
'status': self._status,
'request_type': self._request_type
}
- return json.dumps(self_dict)
+ return json.dumps(self_dict, indent=2)
@property
def response_headers(self):
« no previous file with comments | « no previous file | tools/chrome_proxy/webdriver/video.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698