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

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

Issue 14594006: Remove Internals::createShadowRoot(element) and polyfill.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/polyfill.js"></script>
5 </head> 4 </head>
6 5
7 <body> 6 <body>
8 7
9 <style> 8 <style>
10 area { 9 area {
11 display: inline; 10 display: inline;
12 } 11 }
13 </style> 12 </style>
14 13
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 area2.removeAttribute('href'); 47 area2.removeAttribute('href');
49 area4.setAttribute('href', 'http://www.example.com/'); 48 area4.setAttribute('href', 'http://www.example.com/');
50 if (testRunner) 49 if (testRunner)
51 testRunner.notifyDone(); 50 testRunner.notifyDone();
52 }, 0); 51 }, 0);
53 52
54 </script> 53 </script>
55 </body> 54 </body>
56 </html> 55 </html>
57 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698