Index: third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html |
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html b/third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html |
index 3b74ce487acf1367392ef65e515ab4d1b860ee33..8dd357f55de433766542ef4fdf357e158f255b98 100644 |
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html |
+++ b/third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html |
@@ -1,4 +1,5 @@ |
-<div id="test" onpaste="paste(event)">This test verifies that we can get types from the clipboard |
+<body onpaste="paste(event)"> |
+<div id="test">This test verifies that we can get types from the clipboard |
during an onpaste event. This test requires DRT.</div> |
<div id="results">FAIL</div> |
@@ -24,3 +25,4 @@ function editingTest() |
runDumpAsTextEditingTest(false); |
</script> |
+</body> |