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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt

Issue 2486463005: [Reland] DevTools: Make WorkerThreadDebugger available for Worklets (Closed)
Patch Set: Change layout tests Created 4 years, 1 month 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/console/console-on-paint-worklet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4c8655341dd071151ba9c27cdd45bc2880e6bf6c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt
@@ -0,0 +1,13 @@
+CONSOLE DEBUG: line 1: Debug
+CONSOLE INFO: line 2: Information
+CONSOLE MESSAGE: line 3: Log
+CONSOLE WARNING: line 4: Warning
+Tests console output from PaintWorklet.
+
+Message count: 4
+console-worklet-script.js:1 Debug
+console-worklet-script.js:2 Information
+console-worklet-script.js:3 Log
+console-worklet-script.js:4 Warning
+(anonymous) @ console-worklet-script.js:4
+

Powered by Google App Engine
This is Rietveld 408576698