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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrack/language.html b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html
similarity index 84%
copy from LayoutTests/media/track/opera/interfaces/TextTrack/language.html
copy to LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html
index 0c11e60ba6db118306139ad8c1ac217577e03812..6bfbc609fcb7282357bc356c03d85ca0c9bf9296 100644
--- a/LayoutTests/media/track/opera/interfaces/TextTrack/language.html
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrack/language.html
@@ -1,7 +1,7 @@
<!doctype html>
<title>TextTrack.language</title>
-<script src=../../../../../resources/testharness.js></script>
-<script src=../../../../../resources/testharnessreport.js></script>
+<script src=../../../../../../../../resources/testharness.js></script>
+<script src=../../../../../../../../resources/testharnessreport.js></script>
<div id=log></div>
<script>
setup(function(){
@@ -26,4 +26,4 @@ test(function(){
track.setAttribute('srclang', '\u0000b');
assert_equals(t2.language, '\u0000b', 'content attribute');
}, document.title+', \\u0000');
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698