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

Unified Diff: LayoutTests/fast/css/deep-cascade-order.html

Issue 1322753006: Add inline style in the element's scope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | LayoutTests/fast/css/deep-cascade-order-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/deep-cascade-order.html
diff --git a/LayoutTests/fast/css/deep-cascade-order.html b/LayoutTests/fast/css/deep-cascade-order.html
index 6f6e7741e70bad30af51f32adff06f501aaee14f..6309a1ac60cb184ba637afbf1ad610023aab2455 100644
--- a/LayoutTests/fast/css/deep-cascade-order.html
+++ b/LayoutTests/fast/css/deep-cascade-order.html
@@ -18,12 +18,7 @@
var green = "rgb(0, 128, 0)";
shouldBe("getComputedStyle(root1.querySelector('div')).color", "green");
-
- debug("TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order");
shouldBe("getComputedStyle(root1.querySelector('div + div')).color", "green");
-
shouldBe("getComputedStyle(root2.querySelector('div')).color", "green");
-
- debug("TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order");
shouldBe("getComputedStyle(root2.querySelector('div + div')).color", "green");
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/css/deep-cascade-order-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698