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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-form-associated-element-useragent.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 <body> 3 <body>
4 <script src="resources/polyfill.js"></script>
5 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
6 5
7 <p>When a AuthorShadowRoot is added, UserAgentShadowRoot should exists as the ol dest Shadow Root.</p> 6 <p>When a AuthorShadowRoot is added, UserAgentShadowRoot should exists as the ol dest Shadow Root.</p>
8 <div id='container'> 7 <div id='container'>
9 <form> 8 <form>
10 <select id='select'><option>hoge</option></select> 9 <select id='select'><option>hoge</option></select>
11 <output id='output'></output> 10 <output id='output'></output>
12 <keygen id='keygen'></keygen> 11 <keygen id='keygen'></keygen>
13 <fieldset id='fieldset'> 12 <fieldset id='fieldset'>
14 <input type="text"> 13 <input type="text">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 45
47 container.innerHTML = ""; 46 container.innerHTML = "";
48 } 47 }
49 48
50 test(); 49 test();
51 var successfullyParsed = true; 50 var successfullyParsed = true;
52 </script> 51 </script>
53 <script src="../../js/resources/js-test-post.js"></script> 52 <script src="../../js/resources/js-test-post.js"></script>
54 </body> 53 </body>
55 </html> 54 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698