[html-tests] Add a test for an edge case resource selection invocation in Blink (#617)

In current Blink, inserting a media element with a src attribute and
networkState NETWORK_EMPTY will trigger resource selection. Normally the
src attribute and NETWORK_EMPTY don't go together, but when a media
element is moved between documents its networkState is reset. None of
this is per spec, of course.

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

Received on Monday, 10 February 2014 20:02:54 UTC