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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html

Issue 1523843004: Add support for new CSS ::slotted() pseudo element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tentative fix for crash / querySelector test Created 4 years, 11 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/slotted-pseudo-element-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html
similarity index 64%
copy from third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html
copy to third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html
index 17379943df64890324dc02d9de301851a1118651..59bfa48a61825fbee87b7b0efab3d7647648df4b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/content-pseudo-element-with-any-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/slotted-pseudo-element-expected.html
@@ -2,17 +2,11 @@
<html>
<body>
<div id="sandbox">
- <div>
- <div>normal</div>
+ <div id="host">
<div style="color: green">green</div>
- </div>
- <div>
- <div>normal</div>
- <div style="color: red">red</div>
- </div>
- <div>
- <div>normal</div>
<div style="color: blue">blue</div>
+ <div style="color: red">red</div>
+ <div style="color: purple">purple</div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698