Index: third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt b/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt |
deleted file mode 100644 |
index a7bd1afbebaa4fd1e4ddd82348923be8979eadfc..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/track/cue-style-invalidation-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-Check that descendant style invalidation works with ::cue selectors. |
-EVENT(canplaythrough) |
-EVENT(seeked) |
-EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(255, 0, 0)') OK |
-EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '8') OK |
-EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 128, 0)') OK |
-EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(255, 0, 0)') OK |
-EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK |
-EXPECTED (getComputedStyle(cNode).backgroundColor == 'rgb(0, 128, 0)') OK |
-EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(255, 0, 0)') OK |
-EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK |
-EXPECTED (getComputedStyle(iNode).backgroundColor == 'rgb(0, 128, 0)') OK |
-EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(255, 0, 0)') OK |
-EXPECTED (internals.updateStyleAndReturnAffectedElementCount() == '1') OK |
-EXPECTED (getComputedStyle(bNode).backgroundColor == 'rgb(0, 128, 0)') OK |
-END OF TEST |
- |