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..9533882c3512baa9cf76b7db5888969ae4919b27 100644 |
--- a/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt |
+++ b/third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt |
@@ -5,11 +5,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.testPassTestObject 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.testPassTestObject 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.testPassTestObject should be function and is. |