Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html |
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html b/third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html |
| index c249bbfc5580b975cbe45bab78a1cc2f45116472..1ce75e6cebbb916378c358b9db63ff41faf4125b 100644 |
| --- a/third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html |
| +++ b/third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html |
| @@ -1,5 +1,15 @@ |
| > |
| + <script> |
| + if (window.internals) |
| + { |
| + // This should not be necessary, but due to crbug.com/372245 style |
| + // gets dirtied during layout in LayoutTextTrackContainer which |
| + // causes assertions to fail when Document::scrollingElement is |
| + // queried during compositing update (a valid request). |
| + window.internals.settings.setCompositorWorkerEnabled(false); |
|
esprehn
2015/12/02 03:28:48
sigh, this is really awful. We need to fix the bus
Ian Vollick
2015/12/03 17:54:43
Agreed.
|
| + } |
| + </script> |
| <script src=../media-file.js></script> |
| <script></script> |
| <script></script> |