Chromium Code Reviews| Index: LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html |
| diff --git a/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html b/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html |
| index 821fab169f3c394674da6de753db47946d1ca80c..f2ef11dd0ddab6e8641097fb48f190eb12575c83 100644 |
| --- a/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html |
| +++ b/LayoutTests/http/tests/misc/clone-in-DOMContentLoaded.html |
| @@ -2,7 +2,7 @@ PASS |
| <title>Test that we don't crash when we clone inside DOMContentLoaded</title> |
| <body> |
| <style> |
| -* { cursor: -webkit-image-set(url("https://does-not-exist") 251x); |
| +* { cursor: -webkit-image-set(url("https://does-not-exist") 251x), pointer; } |
| </style> |
| <script> |
| if (window.testRunner) { |