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

Side by Side Diff: LayoutTests/fast/dom/shadow/form-in-shadow.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="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 <script src="resources/polyfill.js"></script>
6 </head> 5 </head>
7 <body> 6 <body>
8 <div id="container"></div> 7 <div id="container"></div>
9 8
10 <script> 9 <script>
11 if (window.testRunner) 10 if (window.testRunner)
12 testRunner.waitUntilDone(); 11 testRunner.waitUntilDone();
13 12
14 function createShadowForm() { 13 function createShadowForm() {
15 var container = document.getElementById('container'); 14 var container = document.getElementById('container');
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 } else { 65 } else {
67 submitButton.click(); 66 submitButton.click();
68 } 67 }
69 68
70 var successfullyParsed = true; 69 var successfullyParsed = true;
71 </script> 70 </script>
72 71
73 <script src="../../js/resources/js-test-post.js"></script> 72 <script src="../../js/resources/js-test-post.js"></script>
74 </body> 73 </body>
75 </html> 74 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/elementfrompoint.html ('k') | LayoutTests/fast/dom/shadow/getelementbyid-in-orphan.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698