Index: LayoutTests/fast/events/relatedevent-expected.txt |
diff --git a/LayoutTests/fast/events/relatedevent-expected.txt b/LayoutTests/fast/events/relatedevent-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3ea873caa0625d9190592355e44aa8a3f0400012 |
--- /dev/null |
+++ b/LayoutTests/fast/events/relatedevent-expected.txt |
@@ -0,0 +1,12 @@ |
+Tests to confirm behavior of updating IDL attributes of RelatedEvent. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS relatedEvent.bubbles is false |
+PASS relatedEvent.cancelable is false |
+PASS relatedEvent.relatedTarget is null |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |