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

Unified Diff: trunk/LayoutTests/fast/dom/parser-adjust-parent-crash.html

Issue 1096553003: Revert 191807 "Supress script during parser adjusting DOM node l..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/dom/parser-adjust-parent-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/LayoutTests/fast/dom/parser-adjust-parent-crash.html
===================================================================
--- trunk/LayoutTests/fast/dom/parser-adjust-parent-crash.html (revision 193900)
+++ trunk/LayoutTests/fast/dom/parser-adjust-parent-crash.html (working copy)
@@ -1,20 +0,0 @@
-<script type="foo" id="torun">
-document.getElementById("torun").appendChild(p);
-</script>
-
-<b>
-<p>
-<script>
- if (window.testRunner)
- window.testRunner.dumpAsText();
- p = document.querySelector("p");
- s = document.getElementById("torun");
- s.appendChild(p);
- s.type = "";
-</script>
-</b>
-</p>
-
-<script>
- document.body.innerHTML = "PASS unless crash.";
-</script>
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/dom/parser-adjust-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698