Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLElement/contextmenu.html |
| diff --git a/LayoutTests/fast/dom/HTMLElement/contextmenu.html b/LayoutTests/fast/dom/HTMLElement/contextmenu.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..302abf109a34e55a5b2a35eaf3c790942bcc3568 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLElement/contextmenu.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| +<html> |
| +<head> |
| +<script src="../../../resources/js-test.js"></script> |
| +</head> |
| +<body> |
| +<script src="script-tests/contextmenu.js"></script> |
| +</body> |
| +</html> |