Revision 90df068fa92f00e3423317e966405271cc23a787 authored by Alex Vallée on 31 October 2017, 15:58:07 UTC, committed by Chromium WPT Sync on 31 October 2017, 15:58:07 UTC
Check that the correct value of activeElement in an iframe after losing
focus in the parent frame.

The behaviour is wrong in Chrome + OOPIF.

BUG=755023

Change-Id: I30b3cdce0842115ba9e8249181bf25eb84bb8214
1 parent 58b7239
Raw File
empty.css
<!DOCTYPE HTML><html><head><title>FAIL</title><style>
<!-- this file is sent as text/html, not text/css, which is why it is
     called "empty.css" despite the following lines -->

  body { background: white; color: black; }
  h1 { color: red; }

</style><body><h1>FAIL</h1></body></html>
back to top