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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol-2/json-parse-expected.txt

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Created 3 years, 6 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/http/tests/inspector-protocol-2/json-parse-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol-2/json-parse-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol-2/json-parse-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9934b2342443c9d0d54eb97a935508045dee448b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol-2/json-parse-expected.txt
@@ -0,0 +1,11 @@
+Tests that backend correctly handles unicode in messages
+{
+ id : <messageId>
+ result : {
+ result : {
+ type : string
+ value : Привет мир
+ }
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698