| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_text-shadow.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_text-shadow.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_text-shadow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..de83df957b7fc535e4cf5b98609ddca24e8be710
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_text-shadow.html
|
| @@ -0,0 +1,22 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<title>WebVTT rendering, ::cue(v), text-shadow</title>
|
| +<link rel="match" href="voice_text-shadow-ref.html">
|
| +<style>
|
| +html { overflow:hidden }
|
| +body { margin:0 }
|
| +::cue(v) {
|
| + font-family: sans-serif;
|
| + text-shadow: 0px 0px 5px #0f0;
|
| +}
|
| +</style>
|
| +<script src="/common/reftest-wait.js"></script>
|
| +<video width="1280" height="720" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
|
| + <source src="/media/white.webm" type="video/webm">
|
| + <source src="/media/white.mp4" type="video/mp4">
|
| + <track src="../../../support/test_voice.vtt">
|
| + <script>
|
| + document.getElementsByTagName('track')[0].track.mode = 'showing';
|
| + </script>
|
| +</video>
|
| +</html>
|
|
|