Revision 8de72ea1dd06f888b17ae3e4a479ae0ee27957e5 authored by moz-wptsync-bot on 16 March 2018, 17:19:41 UTC, committed by moz-wptsync-bot on 16 March 2018, 17:19:41 UTC
We flushed the style of the original doc, but not layout, and thus the iframe
resize wasn't noticed, and the style flush on the child presShell wasn't
sufficient.

Do a style flush on the child document instead, so that it flushes layout on the
parent document too if needed.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1443492
gecko-commit: 9cbafe1855ccac5fd2f0c2e549e830a66a72f84f
gecko-integration-branch: mozilla-inbound
gecko-reviewers: dbaron
1 parent bb066ef
Raw File
README.md
Our test suite is currently tracking the [editor's draft](https://webaudio.github.io/web-audio-api/) of the Web Audio API.

The tests are arranged in subdirectories, corresponding to different
sections of the spec. So, for example, tests for the `DelayNode` are
in `the-audio-api/the-delaynode-interface`.
back to top