Chromium Code Reviews| 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> |