Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-delete-during-setup.html

Issue 1405993008: compositor-worker: plumb element id and mutable properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebase error. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | third_party/WebKit/LayoutTests/media/track/track-word-breaking.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
+ }
+ </script>
<script src=../media-file.js></script>
<script></script>
<script></script>
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | third_party/WebKit/LayoutTests/media/track/track-word-breaking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698