From de42c3f58682c5918636ca9237eaa1ca80ad17ea Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Sat, 11 Jul 2020 22:15:27 +0000 Subject: [PATCH] Bug 1637776 - Fix trailing whitespace in test r=rmaries Differential Revision: https://phabricator.services.mozilla.com/D83252 --- .../mochitest/helper_bug1637113_main_thread_hit_test.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/layers/apz/test/mochitest/helper_bug1637113_main_thread_hit_test.html b/gfx/layers/apz/test/mochitest/helper_bug1637113_main_thread_hit_test.html index 9424dd10f16d..41f8a2d06a0e 100644 --- a/gfx/layers/apz/test/mochitest/helper_bug1637113_main_thread_hit_test.html +++ b/gfx/layers/apz/test/mochitest/helper_bug1637113_main_thread_hit_test.html @@ -39,9 +39,9 @@ function* test(testDriver) { 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);