| Index: third_party/WebKit/LayoutTests/media/track/track-cue-empty-crash-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/media/track/track-cue-empty-crash-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-cue-empty-crash-expected.txt
|
| deleted file mode 100644
|
| index 622b043550fc8a1024a98c4f5c21086c6c3a3806..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/media/track/track-cue-empty-crash-expected.txt
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -Tests that having an empty cue does not crash when calling getCueAsHTML().
|
| -
|
| -** The getCueAsHTML() method should return a document fragment **
|
| -EXPECTED (fragment != 'null') OK
|
| -
|
| -** The document fragment should have one child, an empty Text node **
|
| -EXPECTED (fragment.childNodes.length == '1') OK
|
| -EXPECTED (fragment.childNodes[0].constructor.name == 'Text') OK
|
| -EXPECTED (fragment.childNodes[0].length == '0') OK
|
| -
|
| -No crash. PASS.
|
| -
|
| -END OF TEST
|
| -
|
|
|