From 4578ae834c286570361d8cc6c1322b3acd3b7751 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 6 Nov 2019 17:29:35 -0500 Subject: [PATCH] Update a test that expected a resize event to trigger for an iframe that isn't resized. --- tests/wpt/mozilla/meta/MANIFEST.json | 2 +- tests/wpt/mozilla/tests/mozilla/mql_borrow.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index d8d05a7b9d8..e5fcf55da15 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -19034,7 +19034,7 @@ "testharness" ], "mozilla/mql_borrow.html": [ - "17ee0dc48a30933429cb901760ef1b074ed56b6e", + "2f738c738f2efc7b36fcdab31741a34037e673f7", "testharness" ], "mozilla/multiple_redirects.html": [ diff --git a/tests/wpt/mozilla/tests/mozilla/mql_borrow.html b/tests/wpt/mozilla/tests/mozilla/mql_borrow.html index 17ee0dc48a3..2f738c738f2 100644 --- a/tests/wpt/mozilla/tests/mozilla/mql_borrow.html +++ b/tests/wpt/mozilla/tests/mozilla/mql_borrow.html @@ -23,6 +23,7 @@ frame.height=600; frame.width=400; })); + frame.width = 601;