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

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

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
Index: LayoutTests/fast/css/deep-cascade-order-expected.txt
diff --git a/LayoutTests/fast/css/deep-cascade-order-expected.txt b/LayoutTests/fast/css/deep-cascade-order-expected.txt
index 88636591a1e813ff436dd0ee425cff86a488b237..478a73ea87c686b12e146f4ee603424254f22422 100644
--- a/LayoutTests/fast/css/deep-cascade-order-expected.txt
+++ b/LayoutTests/fast/css/deep-cascade-order-expected.txt
@@ -5,11 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS getComputedStyle(root1.querySelector('div')).color is green
-TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order
-FAIL getComputedStyle(root1.querySelector('div + div')).color should be rgb(0, 128, 0). Was rgb(255, 0, 0).
+PASS getComputedStyle(root1.querySelector('div + div')).color is green
PASS getComputedStyle(root2.querySelector('div')).color is green
-TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order
-FAIL getComputedStyle(root2.querySelector('div + div')).color should be rgb(0, 128, 0). Was rgb(255, 0, 0).
+PASS getComputedStyle(root2.querySelector('div + div')).color is green
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/deep-cascade-order.html ('k') | LayoutTests/fast/css/style-and-stylesheet-important.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698