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

Unified Diff: LayoutTests/fast/css/invalidation/detach-reattach-shadow.html

Issue 210813002: Rename /shadow-deep/ combinator to /deep/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
diff --git a/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html b/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
index d23418455846952685f2a8cff33acfcba66f8119..f02ce08ee9cb75d99f466aeacfe9f852336f4a84 100644
--- a/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
+++ b/LayoutTests/fast/css/invalidation/detach-reattach-shadow.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<style>
- body /shadow-deep/ .a { width: 100px; height: 100px; background-color: green; }
+ body /deep/ .a { width: 100px; height: 100px; background-color: green; }
</style>
<script>
var inner;
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698