| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap-ref.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap-ref.html
|
| index 8c4fd89220307ecabd34e818178ce21c08186d34..babbd03b32849b061ee7c6ea6af1bc19deb9b4fc 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap-ref.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap-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: 307.8px;
|
| + top: 76.95px;
|
| left: 0;
|
| right: 0;
|
| text-align: center
|
| }
|
| #cue2 {
|
| position: absolute;
|
| - top: 360px;
|
| + top: 90px;
|
| 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>
|
|
|