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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form.html

Issue 218753003: Fix crash when a demoted FORM element is moved into a ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form.html b/LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form.html
new file mode 100644
index 0000000000000000000000000000000000000000..1cd02481a5c87e5fb6e04c04680cd6e2ce6060c1
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form.html
@@ -0,0 +1,8 @@
+<foo id=tCF5><table><form id=tCF87><script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+tCF5.createShadowRoot().appendChild(tCF87);
+window.onload = function() {
+ document.body.innerHTML = 'PASS if not crashed.';
+};
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/shadowdom-for-unknown-with-form-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698