| Index: Source/core/html/HTMLOptGroupElement.cpp
|
| diff --git a/Source/core/html/HTMLOptGroupElement.cpp b/Source/core/html/HTMLOptGroupElement.cpp
|
| index b980d732bd56f4092e80e6d8018ef3d0c0c855f7..39fb79ce76639a0d4fca3291248e0b6278f26261 100644
|
| --- a/Source/core/html/HTMLOptGroupElement.cpp
|
| +++ b/Source/core/html/HTMLOptGroupElement.cpp
|
| @@ -156,7 +156,7 @@ void HTMLOptGroupElement::didAddUserAgentShadowRoot(ShadowRoot& root)
|
| root.appendChild(label);
|
|
|
| RefPtrWillBeRawPtr<HTMLContentElement> content = HTMLContentElement::create(document());
|
| - content->setAttribute(selectAttr, "option,optgroup");
|
| + content->setAttribute(selectAttr, "option,optgroup,hr");
|
| root.appendChild(content);
|
| }
|
|
|
|
|