| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/inherit_values_from_media_element-ref.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/inherit_values_from_media_element-ref.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/inherit_values_from_media_element-ref.html
 | 
| index ba554e2b0ec9a4ec2100782db732ecbd15001384..caef6dc409c9b764b0129f8068673bcf65b27093 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/inherit_values_from_media_element-ref.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/inherit_values_from_media_element-ref.html
 | 
| @@ -4,23 +4,24 @@
 | 
|  .video {
 | 
|      position: absolute;
 | 
|      display: inline-block;
 | 
| -    width: 1280px;
 | 
| -    height: 720px;
 | 
| +    width: 320px;
 | 
| +    height: 180px;
 | 
|      position: relative;
 | 
|      color: #f0f;
 | 
|      white-space: pre-wrap;
 | 
| -    font: italic small-caps bold 36px/72px sans-serif;
 | 
| +    font: italic small-caps bold 9px/18px sans-serif;
 | 
|      text-decoration: overline underline line-through;
 | 
|      text-shadow: 0px 0px 5px #0f0;
 | 
|      background: #0f0 url('../../media/background.gif') repeat-x top left;
 | 
|      outline: solid #00f 2px;
 | 
| +    font-size: 9px;
 | 
|  }
 | 
|  .videoWhite {
 | 
|      position: absolute;
 | 
|      top: 0;
 | 
|      left: 160px;
 | 
|      width: 960px;
 | 
| -    height: 720px;;
 | 
| +    height: 180px;;
 | 
|      background: #fff;
 | 
|      z-index: 1;
 | 
|  }
 | 
| 
 |