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> |