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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html

Issue 1129673002: Remove support for pseudo classes in <content select>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix more tests. Created 5 years, 7 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/dom/shadow/shadow-contents-select-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html b/LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html
index 10219a26fd9b76a9c0f00447f72d4c80eb248d20..afccd8edb0bc63b54be29799161e13d576f62eef 100644
--- a/LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html
@@ -24,12 +24,6 @@
<div><span>Hello,</span><span>content</span><span>World.</span></div>
<!-- testSelectIsTypeWithAttribute -->
<div><span>Hello,</span><span>content</span><span>World.</span></div>
-<!-- testSelectIsTypeWithFirstOfType -->
-<div><span>Hello,</span><span>content</span><span>World.</span></div>
-<!-- testSelectIsTypeWithFirstOfType2 -->
-<div><span>Hello,</span><span>content</span><span>World.</span></div>
-<!-- testSelectIsTypeWithLastOfType -->
-<div><span>Hello,</span><span>content</span><span>World.</span></div>
<!-- testSelectIsDetails -->
<div><span>Hello,</span><details>content</details><span>World.</span></div>
<!-- testSelectIsDetails2 -->

Powered by Google App Engine
This is Rietveld 408576698