Regression(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 Review URL: https://codereview.chromium.org/275433011 git-svn-id: svn://svn.chromium.org/blink/trunk@173686 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment