- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 19 Oct 2011 15:19:55 -0400
- To: public-web-perf@w3.org
On 10/19/11 3:05 PM, Jatinder Mann wrote: > -test_minimize.htm: manual test for checking that the correct Page > Visibility state transitions occur while minimizing and restoring the > browser window This test is failed by Gecko for now because during the state switch the iframe does not necessarily match the toplevel window, which the test expects. In particular, the test assumes that a visibility change event on toplevel implies something about visibility states of subframes, which is not true in Gecko's experimental implementation. The exact behavior on this test somewhat depends on the open issue about visibility changes (or not) during navigation. > -test_tab_switch.htm : automatically opens a new tab twice to ensure > that the correct Page Visibility state transitions occur while switching > tabs Same thing here. -Boris
Received on Wednesday, 19 October 2011 19:20:33 UTC