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

Side by Side Diff: LayoutTests/fast/dom/shadow/pseudoclass-update-enabled-area-expected.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 </head> 4 </head>
esprehn 2014/08/01 17:48:19 ditto, leave out html, body and head.
5 5
6 <body> 6 <body>
7 7
8 <style> 8 <style>
9 area { 9 area {
10 display: inline; 10 display: inline;
11 } 11 }
12 </style> 12 </style>
13 13
14 <p>When an anchor tag catch 'href' attribute or release 'href' attribute, distri bution should happen.</p> 14 <p>When an anchor tag catch 'href' attribute or release 'href' attribute, distri bution should happen.</p>
(...skipping 14 matching lines...) Expand all
29 29
30 var area1 = createArea('http://www.example.com/', 'Anchor 1'); 30 var area1 = createArea('http://www.example.com/', 'Anchor 1');
31 var area4 = createArea('http://www.example.com/', 'Anchor 4'); 31 var area4 = createArea('http://www.example.com/', 'Anchor 4');
32 32
33 host1.appendChild(area1); 33 host1.appendChild(area1);
34 host2.appendChild(area4); 34 host2.appendChild(area4);
35 </script> 35 </script>
36 </body> 36 </body>
37 </html> 37 </html>
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698