| Index: third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt
|
| deleted file mode 100644
|
| index a976a72985ef352c92d32c029fb3a5c3b5ccef0d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-css-property-whitelist-expected.txt
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -This should display inline
|
| -EVENT(canplaythrough)
|
| -EVENT(seeked)
|
| -
|
| -
|
| -Test that only allowed for the ::cue pseudo-element properties are applied to WebVTT node objects.
|
| -EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
|
| -EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
|
| -EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
|
| -EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
|
| -EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
|
| -EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
|
| -EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
|
| -EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
|
| -EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
|
| -
|
| -Test that filtering doesn't apply to elements which class equals 'cue' outside WebVTT scope.
|
| -EXPECTED (getComputedStyle(cueNode).display == 'inline') OK
|
| -END OF TEST
|
| -
|
|
|