| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index 4b56f08e4189d7a5440d504fcb7298f8945ea67a..ab35977bafae48a294c3609baf7f795fc02fc98a 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -1081,6 +1081,10 @@ textarea[dir=auto i] {
|
| unicode-bidi: -webkit-plaintext;
|
| }
|
|
|
| +::backdrop {
|
| + display: block !important;
|
| +}
|
| +
|
| dialog:not([open]) {
|
| display: none
|
| }
|
|
|