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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html

Issue 210713002: Implement ::shadow pseudo element and replace /shadow/ with ::shadow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
index e4b299a8902c460f055434ad6ab7965572acc27e..a08c4a491621273685d732c7f6f880d0402fa28c 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<style>
-.t1 #host1 /shadow/ .match { background-color: green; }
+.t1 #host1::shadow .match { background-color: green; }
.t2 /deep/ .match { background-color: green; }
</style>
<div id="t1">
@@ -13,7 +13,7 @@
<div></div>
</div>
<script>
-description("Check that targeted class invalidation works for /shadow/ and /deep/ combinators.");
+description("Check that targeted class invalidation works for ::shadow and /deep/ combinators.");
// Create shadow trees
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698