Index: LayoutTests/media/track/track-css-matching-default.html |
diff --git a/LayoutTests/media/track/track-css-matching-default.html b/LayoutTests/media/track/track-css-matching-default.html |
index fbd72325a8cdda8783d97629676558253fcc0cad..f772c3be5b171e7e0d84d7248edcbb55df35d6e5 100644 |
--- a/LayoutTests/media/track/track-css-matching-default.html |
+++ b/LayoutTests/media/track/track-css-matching-default.html |
@@ -21,7 +21,7 @@ |
cueNode = cueNode.nextElementSibling; |
testExpected("getComputedStyle(cueNode).fontStyle", "italic"); |
cueNode = cueNode.nextElementSibling; |
- testExpected("getComputedStyle(cueNode).textDecoration", "underline"); |
+ testExpected("getComputedStyle(cueNode).textDecoration", "underline solid rgb(255, 255, 255)"); |
endTest(); |
} |