mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update a test that expected a resize event to trigger for an iframe that isn't resized.
This commit is contained in:
parent
91dfa354b1
commit
4578ae834c
2 changed files with 2 additions and 1 deletions
|
@ -19034,7 +19034,7 @@
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/mql_borrow.html": [
|
"mozilla/mql_borrow.html": [
|
||||||
"17ee0dc48a30933429cb901760ef1b074ed56b6e",
|
"2f738c738f2efc7b36fcdab31741a34037e673f7",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"mozilla/multiple_redirects.html": [
|
"mozilla/multiple_redirects.html": [
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
frame.height=600;
|
frame.height=600;
|
||||||
frame.width=400;
|
frame.width=400;
|
||||||
}));
|
}));
|
||||||
|
frame.width = 601;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue