Index: LayoutTests/fast/dom/event-attrs-isolated-world-expected.txt |
diff --git a/LayoutTests/fast/dom/event-attrs-isolated-world-expected.txt b/LayoutTests/fast/dom/event-attrs-isolated-world-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f3e0726c4f566716f65d3e033e45bf96fbcab700 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/event-attrs-isolated-world-expected.txt |
@@ -0,0 +1,5 @@ |
+CONSOLE MESSAGE: line 1: PASS: Main world object not visible in isolated world |
+CONSOLE MESSAGE: line 1: PASS: Got back isolated world wrapper |
+CONSOLE MESSAGE: line 1: PASS: Declarative onclick handler did not leak to the isolated world |
+CONSOLE MESSAGE: line 27: PASS: Got back main world wrapper |
+DOM wrappers should not leak across world boundaries via onevent attributes |