Index: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt |
index 3350e443c49ae64e242cac859be1df45766a1e5d..a425f8d77f27e7774677649d4737664c76c1c536 100644 |
--- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-plugins-expected.txt |
@@ -1,7 +1,7 @@ |
CONSOLE MESSAGE: Blink Test Plugin: initializing |
-CONSOLE ERROR: Failed to load 'data:text/plain,' as a plugin, because the frame into which the plugin is loading is sandboxed. |
+CONSOLE ERROR: line 1: Failed to load 'data:text/plain,' as a plugin, because the frame into which the plugin is loading is sandboxed. |
CONSOLE MESSAGE: Blink Test Plugin: initializing |
-CONSOLE ERROR: Failed to load '' as a plugin, because the frame into which the plugin is loading is sandboxed. |
+CONSOLE ERROR: line 1: Failed to load '' as a plugin, because the frame into which the plugin is loading is sandboxed. |
This test verifies that sandboxing of plugins works as intended. Two tests are made, each in one sandboxed and one non-sandboxed IFrame: embeds and objects. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |