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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/forms/label/detached-document-expected.html » ('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 <html>
ojan 2014/05/22 03:54:45 Is the html element required for this test? If not
2 <label id="tCF12">
3 <script>
4 tCF3 = tCF12 = document.getElementById("tCF12");
5 try{tCFDoc2789 = document.implementation.createDocument("", null); tCFDoc2789.ad optNode(tCF3);}catch(e){}
6 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
7 </script>
OLDNEW
« 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