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

Unified Diff: LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt

Issue 967853002: DevTools: n^2 -> n while loading heap snapshots and timeline files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed the load test. Created 5 years, 10 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: LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
diff --git a/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt b/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
deleted file mode 100644
index e793a8dfcb206f96d12c73cd0a5032a42d2df878..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/findBalancedCurlyBrackets-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Test that WebInspector.TextUtils.findBalancedCurlyBrackets correctly matches curly brackets and double quotes.
-PASS: '{"odd back slashes with text around":"tes\\\"t"}'
-PASS: '{"escaped double quotes":"\"test\""}'
-PASS: '{"escaped back slash before double quote":"test\\"}'
-PASS: '{"1":2}'
-PASS: '{"":""}'
-PASS: '{"nested brackets":{}}'
-PASS: '{"nested brackets with double quotes":{"":""}}'
-PASS: '{"etc":{"\\":"\""}}'
-PASS: '{"etc":{"\\\\":"\\"}}'
-PASS: '{"etc":{"\\\\\"":"\\\\\""}}'
-
« no previous file with comments | « LayoutTests/inspector/findBalancedCurlyBrackets.html ('k') | LayoutTests/inspector/json-balanced-tokenizer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698