| Index: sky/tests/lowlevel/style-specificity.sky
|
| diff --git a/sky/tests/lowlevel/style-specificity.sky b/sky/tests/lowlevel/style-specificity.sky
|
| index 2aebe9ebf84028ee8b81bdb8122ddb154411edca..e8fee0ea43af5b37425b65670aa1595782624c94 100644
|
| --- a/sky/tests/lowlevel/style-specificity.sky
|
| +++ b/sky/tests/lowlevel/style-specificity.sky
|
| @@ -16,7 +16,7 @@
|
|
|
| test('should not exist', () {
|
| var sandbox = document.getElementById("sandbox");
|
| - expect(window.getComputedStyle(sandbox).getPropertyValue("color"),
|
| + expect(window.getComputedStyle(sandbox)["color"],
|
| equals("rgb(0, 0, 255)"));
|
| });
|
| }
|
|
|