Parent frame is HTML5, but child page in iframe wants to be in "quirks" mode.
The <meta http-equiv="X-UA-Compatible" content="IE=5"> from the original nbc-page is now completely removed.
Page starts with the <html> tag (without doctype).

IE10 renders the quirks mode in the child as desired.

.