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

Unified Diff: third_party/WebKit/LayoutTests/editing/pasteboard/onpaste-text-html-types.html

Issue 2745813002: Revert of evaluating clipboard event target acording to w3c specification (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698