DescriptionRegression(r169412): Fix serialization of frame / iframe
The frame / iframe src attribute value was not correctly updated upon
serializing because HTMLFrameElementBase::hasLegalLinkAttribute() was returning
true if the attribute name was 'href' instead of 'src'. The attribute was thus
not detected as a link attribute and its value was not correctly updated with
the path to the serialized frame.
R=tkent@chromium.org, adamk@chromium.org
BUG=370772
TEST=WebPageNewSerializeTest.SubFrameSerialization
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173686
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|