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 8dd357f55de433766542ef4fdf357e158f255b98..3b74ce487acf1367392ef65e515ab4d1b860ee33 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,5 +1,4 @@ |
-<body onpaste="paste(event)"> |
-<div id="test">This test verifies that we can get types from the clipboard |
+<div id="test" onpaste="paste(event)">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> |
@@ -25,4 +24,3 @@ |
runDumpAsTextEditingTest(false); |
</script> |
-</body> |