Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/plugins/plugin-reload-data-expected.txt

Issue 1866153002: Don't persist plugins across reattach for widget updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/plugins/plugin-reload-data-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/plugin-reload-data-expected.txt b/third_party/WebKit/LayoutTests/plugins/plugin-reload-data-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..df8bda4fbf7254c0904cf8ec70389ea3f2b80977
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/plugins/plugin-reload-data-expected.txt
@@ -0,0 +1,13 @@
+CONSOLE MESSAGE: Blink Test Plugin: initializing
+CONSOLE MESSAGE: Blink Test Plugin: plugin args:
+CONSOLE MESSAGE: Blink Test Plugin: name = data, value = data:text/plain,first
+CONSOLE MESSAGE: Blink Test Plugin: name = type, value = application/x-blink-test-plugin
+CONSOLE MESSAGE: Blink Test Plugin: name = logargs, value = true
+CONSOLE MESSAGE: Blink Test Plugin: name = src, value = data:text/plain,first
+CONSOLE MESSAGE: Blink Test Plugin: initializing
+CONSOLE MESSAGE: Blink Test Plugin: plugin args:
+CONSOLE MESSAGE: Blink Test Plugin: name = data, value = data:text/plain,second
+CONSOLE MESSAGE: Blink Test Plugin: name = type, value = application/x-blink-test-plugin
+CONSOLE MESSAGE: Blink Test Plugin: name = logargs, value = true
+CONSOLE MESSAGE: Blink Test Plugin: name = src, value = data:text/plain,second
+

Powered by Google App Engine