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

Unified Diff: third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase; fix expectations for plugin-initiate-popup-window-expected Created 4 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/plugins/embed-attributes-setting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt b/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt
index ffaa2ef117dee373e41eeb0a9f5eea7d8d1df0ac..28ead302fbaafb28d01c1d93a43452e86728d394 100644
--- a/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt
+++ b/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt
@@ -1,3 +1,6 @@
+CONSOLE MESSAGE: Blink Test Plugin: initializing
+CONSOLE MESSAGE: Blink Test Plugin: initializing
+CONSOLE MESSAGE: Blink Test Plugin: initializing
[Embed is element specified in markup]
PASS: embed.getAttribute('align') should be 1 and is.
PASS: embed.getAttribute('height') should be 1 and is.
@@ -5,11 +8,11 @@ PASS: embed.getAttribute('name') should be 1 and is.
PASS: embed.getAttribute('width') should be 1 and is.
PASS: embed.getAttribute('type') should be 1 and is.
PASS: embed.getAttribute('src') should be 1 and is.
-PASS: typeof embed.testCallback should be function and is.
+PASS: typeof embed.postMessage should be function and is.
----------
[Embed is dynamically created element with only type specified]
-PASS: typeof embed.testCallback should be function and is.
+PASS: typeof embed.postMessage should be function and is.
----------
[Embed is dynamically created element with only src specified]
-PASS: typeof embed.testCallback should be function and is.
+PASS: typeof embed.postMessage should be function and is.

Powered by Google App Engine
This is Rietveld 408576698