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

Side by Side Diff: LayoutTests/fast/dom/cloneNode-below-body-attribute-merging.html

Issue 48903019: Delete js-test-post.js. (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. 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> 4 <script>
5 document.addEventListener("DOMSubtreeModified", function() { 5 document.addEventListener("DOMSubtreeModified", function() {
6 if (document.body) 6 if (document.body)
7 document.body.cloneNode(false); 7 document.body.cloneNode(false);
8 }, false); 8 }, false);
9 </script> 9 </script>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <script src="../js/resources/js-test-pre.js"></script> 11 <script src="../js/resources/js-test-pre.js"></script>
12 </head> 12 </head>
13 <body id="some_random_id_so_body_creates_attribute_data" class="another_random_a ttribute_to_increase_crash_surface_area"> 13 <body id="some_random_id_so_body_creates_attribute_data" class="another_random_a ttribute_to_increase_crash_surface_area">
14 <script> 14 <script>
15 15
16 description("Tests that cloning the body node in response to a DOMSubtreeModifie d event doesn't crash."); 16 description("Tests that cloning the body node in response to a DOMSubtreeModifie d event doesn't crash.");
17 17
18 </script> 18 </script>
19 <script src="../js/resources/js-test-post.js"></script>
20 </body> 19 </body>
21 </html> 20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/clone-node-default-argument.html ('k') | LayoutTests/fast/dom/collection-idempotence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698