Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt |
index 325d5d6a98e26d9dd916cf89db24a8d3dd58f7f1..93959c156d54ca849b101eade34e269dd8e77b9a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/access-inspected-object-expected.txt |
@@ -1,3 +1,9 @@ |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
+CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function |
Test that code evaluated in the main frame cannot access $0 that resolves into a node in a frame from a different domain. Bug 105423. |