[resource-timing-tests] Correct initiatorType of iframe element (#1840)

If the initiator is an element, on getting, the initiatorType attribute MUST return a DOMString with the same value as the localName of that element [DOM].
The iframe.localName should be "iframe", not "subdocument".

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1840

Received on Tuesday, 19 May 2015 02:33:14 UTC