| Index: LayoutTests/dialog/inert-node-is-not-highlighted.html
|
| diff --git a/LayoutTests/dialog/inert-node-is-not-highlighted.html b/LayoutTests/dialog/inert-node-is-not-highlighted.html
|
| index db56a16c4a90d497aca3cf4ced61fec10d492bb0..d4aabf083fdf633a15b26a18f5dc76b070ecff52 100644
|
| --- a/LayoutTests/dialog/inert-node-is-not-highlighted.html
|
| +++ b/LayoutTests/dialog/inert-node-is-not-highlighted.html
|
| @@ -1,5 +1,12 @@
|
| <!DOCTYPE html>
|
| <html>
|
| +<head>
|
| +<style>
|
| +::backdrop {
|
| + display: none;
|
| +}
|
| +</style>
|
| +</head>
|
| <body>
|
| <p>Test that inert nodes are not painted as being selected. The test passes if
|
| none of the text outside the dialog is highlighted when selected.</p>
|
|
|