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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html

Issue 2080963002: Fix inspector layout tests to deal send tab via event sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
index 2daff35ee78a9e62b37f874fc2c3e9fb81da5d0b..3a5bfd1df256ed533032d1e2995e83a99dee9855 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
@@ -19,7 +19,7 @@ function test()
InspectorTest.addResult("textContent when editing 'href'");
InspectorTest.addResult(treeElement.title.textContent);
- textElement.dispatchEvent(InspectorTest.createKeyEvent("Tab"));
+ eventSender.keyDown("Tab");
InspectorTest.addResult("textContent after moving to 'id'");
InspectorTest.addResult(treeElement.title.textContent);
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698