Skip to content

Commit

Permalink
Bug 1637776 - Fix trailing whitespace in test r=rmaries
Browse files Browse the repository at this point in the history
  • Loading branch information
theres-waldo committed Jul 11, 2020
1 parent e54bf41 commit 0e30b3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
let target = subframe.contentWindow.document.getElementById("target");
// To get an event that's dispatched in the iframe's document,
// synthesize a native tap. This will synthesize three events:
// a mouse-move, a mouse-down, and a mouse-up. The mouse-move
// a mouse-move, a mouse-down, and a mouse-up. The mouse-move
// and mouse-down are dispatched in the root content document.
// The mouse-down causes the iframe to "capture" the mouse, which
// The mouse-down causes the iframe to "capture" the mouse, which
// leads the mouse-up to be dispatched in the iframe's document
// instead. We listen for the mouse-up.
target.addEventListener("mouseup", testDriver);
Expand Down

0 comments on commit 0e30b3b

Please sign in to comment.