mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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"
|
||||
],
|
||||
"mozilla/mql_borrow.html": [
|
||||
"17ee0dc48a30933429cb901760ef1b074ed56b6e",
|
||||
"2f738c738f2efc7b36fcdab31741a34037e673f7",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/multiple_redirects.html": [
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
frame.height=600;
|
||||
frame.width=400;
|
||||
}));
|
||||
frame.width = 601;
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue