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

Side by Side Diff: LayoutTests/media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html

Issue 61213005: Fix and enable media/track/opera/track/webvtt/parsing-cue-data/* tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: window.prettyPrintDiffs "switch" Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <title>WebVTT cue data parser test tags</title>
3 <style>video { display:none }</style>
4 <script src=../../../../../../../resources/testharness.js></script>
5 <script src=../../../../../../../resources/testharnessreport.js></script>
6 <script src=../common.js></script>
7 <p>WebVTT cue data parser test tags</p>
8 <div id=log></div>
9 <script>
10 runTests([
11 {name:'d49e42f7582c6f00b2569f2d14629611c0c6b0e6', input:'%3C', expected:'%23docu ment-fragment'},
12 {name:'9dd187edd10c907e6b92148fd82940e401dbe79f', input:'%3C%3C', expected:'%23d ocument-fragment'},
13 {name:'2d2c4333983e23a4962083e8120e5d42c839f77b', input:'%3C%09', expected:'%23d ocument-fragment'},
14 {name:'94f898df44b470e2d05d74c6816fd908e55c9fdf', input:'%3C%0A', expected:'%23d ocument-fragment'},
15 {name:'2fdc1b84ba41ec98833851e80781df1fbe72182f', input:'%3C%20', expected:'%23d ocument-fragment'},
16 {name:'487690a6f5da4666f9caaf3a3ecc10992aca1414', input:'%3C.', expected:'%23doc ument-fragment'},
17 {name:'0d7df935b172f2a1b357b94596d68f2443f30f8b', input:'%3Cc.', expected:'%23do cument-fragment%0A%7C%20%3Cspan%3E'},
18 {name:'cd1d6dd274e03ae8fc56bc4ef163998d9ff24496', input:'%3C/', expected:'%23doc ument-fragment'},
19 {name:'fca1a11d42b735453117f42456360e88082a3fd7', input:'%3Cc%3E%3C/%3Ex', expec ted:'%23document-fragment%0A%7C%20%3Cspan%3E%0A%7C%20%20%20%22x%22'},
20 {name:'fe3b6277edf5c2f84e7a6779eddd0cac30552bca', input:'%3Cc%3E%3C/%0Ac%3Ex', e xpected:'%23document-fragment%0A%7C%20%3Cspan%3E%0A%7C%20%20%20%22x%22'}
21 ]);
22 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698