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

Unified Diff: LayoutTests/fast/forms/label/detached-document.html

Issue 288933002: Fix crash after detaching document. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added Layout test Created 6 years, 7 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/forms/label/detached-document-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/label/detached-document.html
diff --git a/LayoutTests/fast/forms/label/detached-document.html b/LayoutTests/fast/forms/label/detached-document.html
new file mode 100644
index 0000000000000000000000000000000000000000..d7fbf9ec1f6ae3945e3475d785bdd85673a3cc9a
--- /dev/null
+++ b/LayoutTests/fast/forms/label/detached-document.html
@@ -0,0 +1,7 @@
+<html>
ojan 2014/05/22 03:54:45 Is the html element required for this test? If not
+<label id="tCF12">
+<script>
+tCF3 = tCF12 = document.getElementById("tCF12");
+try{tCFDoc2789 = document.implementation.createDocument("", null); tCFDoc2789.adoptNode(tCF3);}catch(e){}
+try{var evtCF = document.createEvent('MouseEvent'); evtCF.initMouseEvent("click", 56644); tCF12.dispatchEvent(evtCF)}catch(e){}
ojan 2014/05/22 03:54:45 Please minimize this. It makes it easier for peopl
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/detached-document-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698