| Index: LayoutTests/media/track/track-css-matching-default.html
|
| ===================================================================
|
| --- LayoutTests/media/track/track-css-matching-default.html (revision 155922)
|
| +++ LayoutTests/media/track/track-css-matching-default.html (working copy)
|
| @@ -21,7 +21,7 @@
|
| cueNode = cueNode.nextElementSibling;
|
| testExpected("getComputedStyle(cueNode).fontStyle", "italic");
|
| cueNode = cueNode.nextElementSibling;
|
| - testExpected("getComputedStyle(cueNode).textDecoration", "underline solid rgb(255, 255, 255)");
|
| + testExpected("getComputedStyle(cueNode).textDecoration", "underline");
|
|
|
| endTest();
|
| }
|
|
|