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

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

Issue 2685723005: evaluating clipboard event target acording to w3c specification (Closed)
Patch Set: Make Editor::findEventTargetFrom() to align Clipboard API specification Created 3 years, 10 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 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>
« 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