Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/innerHTML/innerHTML-template-crash.xhtml

Issue 52203002: Revert "Move innerHTML and outerHTML to Element" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body>
4 <template xmlns="http://test/foo"></template>
5 <script>
6 document.querySelector('template').innerHTML = "<p>Lorem Ipsum</p>";
7 </script>
8 <p>This test passes if it does not CRASH.</p>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine