Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Issue 10736069: Merge 118589 - Fix for self-closing <use> tags (Closed)

Created:
8 years, 5 months ago by pdr.
Modified:
7 years, 8 months ago
Reviewers:
pdr, dharani1
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Visibility:
Public.

Description

Merge 118589 - Fix for self-closing <use> tags https://bugs.webkit.org/show_bug.cgi?id=87504 Reviewed by Adam Barth. Source/WebCore: This change causes self-closing non-html tags to behave the same as tags immediately followed by the closing tag. Test: svg/custom/svg-self-closing-use.html * html/parser/HTMLConstructionSite.cpp: (WebCore::HTMLConstructionSite::attachLater): (WebCore::HTMLConstructionSite::insertSelfClosingHTMLElement): (WebCore::HTMLConstructionSite::insertForeignElement): * html/parser/HTMLConstructionSite.h: (HTMLConstructionSite): LayoutTests: * svg/custom/svg-self-closing-use-expected.html: Added. * svg/custom/svg-self-closing-use.html: Added. TBR=pdr@google.com

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
A + LayoutTests/svg/custom/svg-self-closing-use.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/svg/custom/svg-self-closing-use-expected.html View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/WebCore/html/parser/HTMLConstructionSite.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/html/parser/HTMLConstructionSite.cpp View 3 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
pdr.
8 years, 5 months ago (2012-07-13 17:00:31 UTC) #1
dharani1
8 years, 5 months ago (2012-07-13 17:04:15 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698