| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_integer_and_percent_mixed_overlap_move_up-ref.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_integer_and_percent_mixed_overlap_move_up-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_integer_and_percent_mixed_overlap_move_up-ref.html
|
| index 05ff96677d30e11a0ee4c9fa325f9bd0a4a44c4f..d29b18c0ab9d18059f2625c4af3bc8132265d45d 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_integer_and_percent_mixed_overlap_move_up-ref.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_integer_and_percent_mixed_overlap_move_up-ref.html
|
| @@ -5,20 +5,21 @@ html { overflow:hidden }
|
| body { margin:0 }
|
| .video {
|
| display: inline-block;
|
| - width: 1280px;
|
| - height: 720px;
|
| - position: relative
|
| + width: 320px;
|
| + height: 180px;
|
| + position: relative;
|
| + font-size: 9px;
|
| }
|
| #cue1 {
|
| position: absolute;
|
| - top: 360px;
|
| + top: 90px;
|
| left: 0;
|
| right: 0;
|
| text-align: center
|
| }
|
| #cue2 {
|
| position: absolute;
|
| - top: 324px;
|
| + top: 81px;
|
| left: 0;
|
| right: 0;
|
| text-align: center
|
| @@ -27,7 +28,6 @@ body { margin:0 }
|
| font-family: Ahem, sans-serif;
|
| background: rgba(0,0,0,0.8);
|
| color: green;
|
| - font-size: 36px;
|
| }
|
| </style>
|
| <div class="video"><span id="cue1" class="cue"><span>This is a test subtitle</span></span><span id="cue2" class="cue"><span>This is another test subtitle</span></span></div>
|
|
|