Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/resources/helper.js

Issue 2855133004: Re-enable feature policy layout tests after bug fix. (Closed)
Patch Set: Updated fp-vibrate tests expect Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 function sendClick() {
2 // The iframe uses eventSender to emulate a user navigatation, which requires
3 // absolute coordinates.
4 this.contentWindow.postMessage({x: this.offsetLeft, y: this.offsetTop}, "*");
5 }
6
OLDNEW

Powered by Google App Engine