| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/repaint-ref.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/repaint-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/repaint-ref.html
 | 
| index d0943070c11e7a4cee80efe78e690fcb6db6b72f..49f385b079dc5a1422a9984db4db1cced68c8abe 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/repaint-ref.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/repaint-ref.html
 | 
| @@ -5,7 +5,8 @@
 | 
|      display: inline-block;
 | 
|      width: 320px;
 | 
|      height: 240px;
 | 
| -    position: relative
 | 
| +    position: relative;
 | 
| +    font-size: 50px;
 | 
|  }
 | 
|  .cue {
 | 
|      position: absolute;
 | 
| @@ -18,7 +19,6 @@
 | 
|      font-family: sans-serif;
 | 
|      background: rgba(0,0,0,0.8);
 | 
|      color: green;
 | 
| -    font-size: 50px;
 | 
|  }
 | 
|  </style>
 | 
|  <p>You should see the word 'PASS' below.</p>
 | 
| 
 |