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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html

Issue 2268923003: Clean up textTrackDisplayElement utility function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 months 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-cue-rendering-tree-is-removed-properly.html
diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html
index 8ec121e2765a6e6afc6d848d3c68a76c9d2fc583..6294080d242f554c1a3e4ef71704c46da6d04856 100644
--- a/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html
+++ b/third_party/WebKit/LayoutTests/media/track/track-cue-rendering-tree-is-removed-properly.html
@@ -18,7 +18,7 @@ async_test(function(t) {
video.textContent = "";
// Text track should not be rendered anymore.
- assert_throws(null, function() { textTrackDisplayElement(video, "display"); });
+ assert_throws(null, function() { textTrackDisplayElement(video); });
});
});
</script>

Powered by Google App Engine
This is Rietveld 408576698