| Index: third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout-expected.txt b/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout-expected.txt | 
| deleted file mode 100644 | 
| index f96abe6b656d8606e45c681eac9030ff3e059d6e..0000000000000000000000000000000000000000 | 
| --- a/third_party/WebKit/LayoutTests/media/track/regions-webvtt/vtt-region-dom-layout-expected.txt | 
| +++ /dev/null | 
| @@ -1,19 +0,0 @@ | 
| -Tests default DOM layout structure for a VTTRegion. | 
| - | 
| -EVENT(canplaythrough) | 
| -** The text track has only one region ** | 
| -EXPECTED (testTrack.regions.length == '1') OK | 
| - | 
| -** Inspecting the default DOM layout used for regions display ** | 
| - | 
| -** Only one region should be displayed ** | 
| -EXPECTED (region.children.length == '1') OK | 
| - | 
| -** The child of the region should be the container ** | 
| -EXPECTED (region.children[0] == container == 'true') OK | 
| - | 
| -** Default pseudo IDs should be set properly | 
| -EXPECTED (internals.shadowPseudoId(region) == '-webkit-media-text-track-region') OK | 
| -EXPECTED (internals.shadowPseudoId(container) == '-webkit-media-text-track-region-container') OK | 
| -END OF TEST | 
| - | 
|  |