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. |