| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap_move_up-ref.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap_move_up-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap_move_up-ref.html
 | 
| index e728943859f1ca39823998c6ae792499ac0db0f5..3eb6ec9a0a1cf7606dd4f199bb5dc4cdeae9766f 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_mixed_overlap_move_up-ref.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/line_percent_and_integer_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: 376.2px;
 | 
| +    top: 94.05px;
 | 
|      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>
 | 
| 
 |