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

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

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master Created 7 years, 1 month 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
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
This is Rietveld 408576698