Split up mixed content devtools test into 3 separate tests
When testing all three mixed content types in one test, the test was
flaky because DevTools received requestWillBeSent events in different
orders. Instead of making sure that the requests are always sent in the
same order, this CL splits up the test into 3 separate tests, one for
each mixed content type, with common code in
resources/mixed-content-type-test.js.
BUG=
523500
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=201247