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

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..b936ab8790c186cf2e3efd83a3878a3335f9ceb1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/outline-javascript-6-expected.txt
@@ -0,0 +1,19 @@
+Verify javascript outline
+
+
+Running: testClassAsNumberLiteralProperty
+Text:
+ var foo = { 42: class { }};
+Outline:
+
+Running: testClassAsStringLiteralProperty
+Text:
+ var foo = { "foo": class { }};
+Outline:
+
+Running: testClassAsIdentifierProperty
+Text:
+ var foo = { foo: class { }};
+Outline:
+ class foo:0:12
+

Powered by Google App Engine
This is Rietveld 408576698