Update a test that expected a resize event to trigger for an iframe that isn't resized.

This commit is contained in:
Josh Matthews 2019-11-06 17:29:35 -05:00
parent 91dfa354b1
commit 4578ae834c
2 changed files with 2 additions and 1 deletions

View file

@ -19034,7 +19034,7 @@
"testharness"
],
"mozilla/mql_borrow.html": [
"17ee0dc48a30933429cb901760ef1b074ed56b6e",
"2f738c738f2efc7b36fcdab31741a34037e673f7",
"testharness"
],
"mozilla/multiple_redirects.html": [

View file

@ -23,6 +23,7 @@
frame.height=600;
frame.width=400;
}));
frame.width = 601;
</script>