Add loadedNonEmptyDocument flag in iframe for Resource Timing
Sometimes iframe src is blank in markup, and then will be set a real
URL via script, Resource Timing would like to populate resource fetched from
the real URL, but avoid the self navigation after that, so this change add
a flag loadedNonEmptyDocument to achieve that.
BUG=
236180