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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-word-breaking.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
Index: third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
diff --git a/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html b/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
index 20b8efddf789cc759e13d3026a4f77adfa5d2a03..1e588bbb028dce6863631442172eb14a56213727 100644
--- a/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
+++ b/third_party/WebKit/LayoutTests/media/track/track-word-breaking.html
@@ -1,5 +1,15 @@
<html>
<head>
+ <script>
+ if (window.internals.settings)
+ {
+ // 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 src=../video-test.js></script>
<script src=../media-controls.js></script>

Powered by Google App Engine
This is Rietveld 408576698