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

Unified Diff: third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/opera/interfaces/TextTrackList/onaddtrack.html
diff --git a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
index 7c0a8a9d1e7176dc70c20c1dc9a3b5db4f521031..f6fc3115fd379a6fbd0c145e56402d2158af6759 100644
--- a/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
+++ b/third_party/WebKit/LayoutTests/media/track/opera/interfaces/TextTrackList/onaddtrack.html
@@ -5,7 +5,7 @@
<div id=log></div>
<script>
setup(function(){
- // TODO(philipj): Remove this test in favor of those in web-platform-tests
+ // TODO(foolip): Remove this test in favor of those in web-platform-tests
// once Oilpan has shipped. https://crbug.com/503852
window.video = document.createElement('video');
window.tracks = video.textTracks;

Powered by Google App Engine
This is Rietveld 408576698