DescriptionFinding an <object> element by name only works it has no children other than <param> elements
Finding an <object> element by name only works it has no children other than <param> elements.
We used to do this to match a very old behavior of IE:
https://bugs.webkit.org/show_bug.cgi?id=5449
However, both IE10 and FF24 do not have this restriction anymore.
This patch updates our behavior to match IE and FF's, meaning that an <object> element can
be found by name even if it has children that are not <param> elements.
R=eseidel
BUG=313292
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160990
Patch Set 1 #Patch Set 2 : Rebaseline additional test #Patch Set 3 : Fix 2 plugins tests #
Total comments: 2
Patch Set 4 : Remove unnecessary include #Messages
Total messages: 5 (0 generated)
|