From c5fe8f74010a872e1b0a2f5d7f956c679fc08855 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 5 Feb 2016 14:52:03 -0500 Subject: [PATCH] Add a test for panicking when reloading an iframe twice. --- tests/wpt/mozilla/meta/MANIFEST.json | 6 +++++ .../mozbrowser/iframe_reload_twice.html | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_reload_twice.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 587c75f167b..225acf30e2d 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -5916,6 +5916,12 @@ "url": "/_mozilla/mozilla/mozbrowser/iframe_goback.html" } ], + "mozilla/mozbrowser/iframe_reload_twice.html": [ + { + "path": "mozilla/mozbrowser/iframe_reload_twice.html", + "url": "/_mozilla/mozilla/mozbrowser/iframe_reload_twice.html" + } + ], "mozilla/mozbrowser/mozbrowsericonchange_event.html": [ { "path": "mozilla/mozbrowser/mozbrowsericonchange_event.html", diff --git a/tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_reload_twice.html b/tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_reload_twice.html new file mode 100644 index 00000000000..0b42fafbc55 --- /dev/null +++ b/tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_reload_twice.html @@ -0,0 +1,23 @@ + + +Reloading an iframe twice doesn't panic + + + +