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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: address comments Created 3 years, 9 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/inspector/sources/outline-javascript-6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f12f471af9b7459c0a024130ad787ce1e5ef12e9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt
@@ -0,0 +1,9 @@
+Verify javascript outline
+
+
+Running: testClassAsProperty
+Text:
+ var foo = { 42: class { }};
+Outline:
+ class 42:0:12
dgozman 2017/03/24 23:07:30 let's instead support { abc: class }
lushnikov 2017/03/25 06:38:34 Done.
+

Powered by Google App Engine
This is Rietveld 408576698