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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-textarea-expected.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 4
6 <form> 5 <form>
7 <textarea id="host" cols="20" rows="4">(before) 6 <textarea id="host" cols="20" rows="4">(before)
8 Something in the air 7 Something in the air
9 (after)</textarea> 8 (after)</textarea>
10 </form> 9 </form>
11 10
12 </body> 11 </body>
13 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698