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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html

Issue 1803933002: Use correct cascading order for Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix enum Created 4 years, 9 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: third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
index 4929735630d49b3bdeb5c5352812c64f64270bfc..8a3cc3e4f803eb55fde72be945dd7b91995f14c1 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html
@@ -121,7 +121,6 @@ sandbox.appendChild(
createDOM('span', {'id': 'target'},
document.createTextNode('green border, because of ::shadow.'))))));
-// Need to clarify the spec, i.e. using specificity? Currently rgb(255,0,0).
borderColorShouldBe('host/target', 'rgb(255, 0, 0)');
cleanUp();

Powered by Google App Engine
This is Rietveld 408576698