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.
Contributed by
pan.deng@intel.com
BUG=
236180
TBR=japhet
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=150353