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

Unified Diff: LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area.html

Issue 408293002: Support for :enabled selector on Anchor & Area elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/pseudoclass-update-enabled-area.html
diff --git a/LayoutTests/fast/dom/shadow/pseudoclass-update-visited-area.html b/LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area.html
similarity index 86%
copy from LayoutTests/fast/dom/shadow/pseudoclass-update-visited-area.html
copy to LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area.html
index 00feeb908d3bf99eb8b1813b5282e51783429265..116cb57083efc4d8a6a181c16f72f530ae679ca1 100644
--- a/LayoutTests/fast/dom/shadow/pseudoclass-update-visited-area.html
+++ b/LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area.html
@@ -40,8 +40,8 @@ host1.appendChild(area2);
host2.appendChild(area3);
host2.appendChild(area4);
-host1.createShadowRoot().innerHTML = '<content select="area:visited"></content>';
-host2.createShadowRoot().innerHTML = '<content select="area:visited"></content>';
+host1.createShadowRoot().innerHTML = '<content select="area:enabled"></content>';
+host2.createShadowRoot().innerHTML = '<content select="area:enabled"></content>';
setTimeout(function() {
area2.removeAttribute('href');

Powered by Google App Engine
This is Rietveld 408576698