Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: sky/tests/lowlevel/style-specificity.sky

Issue 942553002: Make element.style["color"] work in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add back removeProperty Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/lowlevel/style-basic.sky ('k') | sky/tests/styles/border-parsing.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)"));
});
}
« no previous file with comments | « sky/tests/lowlevel/style-basic.sky ('k') | sky/tests/styles/border-parsing.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698