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

Side by Side Diff: LayoutTests/fast/dom/parser-adjust-parent-crash.html

Issue 1007523003: Supress script during parser adjusting DOM node location (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/parser-adjust-parent-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <script type="foo" id="torun">
2 document.getElementById("torun").appendChild(p);
3 </script>
4
5 <b>
6 <p>
7 <script>
8 if (window.testRunner)
9 window.testRunner.dumpAsText();
10 p = document.querySelector("p");
11 s = document.getElementById("torun");
12 s.appendChild(p);
13 s.type = "";
14 </script>
15 </b>
16 </p>
17
18 <script>
19 document.body.innerHTML = "PASS unless crash.";
20 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/parser-adjust-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698