From f87822f99f72472616b0b02cde46e76b47d7ce65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 23 Oct 2019 12:29:04 +0200 Subject: [PATCH] Fix most remaining "TRAILING WHITESPACE" lint errors (#19847) --- .../before-after-positioned-002.html | 4 +- .../before-after-positioned-003.html | 4 +- .../before-after-positioned-004.html | 4 +- ...hadow-assigned-node-with-before-after.html | 2 +- ...oping-shadow-assigned-node-with-rules.html | 2 +- .../css-scoping-shadow-host-rule.html | 2 +- ...scoping-shadow-host-with-before-after.html | 2 +- .../css-scoping-shadow-invisible-slot.html | 2 +- ...ss-scoping-shadow-root-hides-children.html | 2 +- ...-scoping-shadow-slot-display-override.html | 2 +- .../css-scoping-shadow-slot-style.html | 2 +- css/css-scoping/css-scoping-shadow-slot.html | 2 +- .../css-scoping-shadow-slotted-nested.html | 2 +- .../css-scoping-shadow-slotted-rule.html | 2 +- ...css-scoping-shadow-with-outside-rules.html | 2 +- ...oping-shadow-with-rules-no-style-leak.html | 2 +- .../css-scoping-shadow-with-rules.html | 2 +- custom-elements/CustomElementRegistry.html | 6 +-- .../reactions/resources/reactions.js | 2 +- ...ic-markup-insertion-counter-construct.html | 34 ++++++++--------- ...ic-markup-insertion-counter-reactions.html | 8 ++-- html-longdesc/fail-fragment.html | 2 +- html-longdesc/pass-fragment.html | 2 +- html-longdesc/pass.html | 2 +- html-longdesc/rebased/fail.html | 2 +- lint.whitelist | 38 ++++--------------- .../extension/pointerevent_constructor.html | 2 +- ...nt_predicted_events_attributes-manual.html | 2 +- .../pointerevent_drag_interaction-manual.html | 6 +-- .../pointerevent_pointerleave_pen-manual.html | 2 +- ...leasepointercapture_onpointerup_mouse.html | 2 +- ...ointerevent_touch-action-verification.html | 2 +- ...e_on_chorded_mouse_button_when_locked.html | 2 +- shadow-dom/event-inside-slotted-node.html | 2 +- .../focus/focus-method-delegatesFocus.html | 2 +- .../sub-sample-scheduling.html | 2 +- .../audionode-connect-method-chaining.html | 2 +- .../audioparam-connect-audioratesignal.html | 2 +- ...spective-exponentialRampToValueAtTime.html | 2 +- ...retrospective-linearRampToValueAtTime.html | 2 +- .../retrospective-setTargetAtTime.html | 2 +- .../the-gainnode-interface/gain.html | 4 +- 42 files changed, 75 insertions(+), 99 deletions(-) diff --git a/css/CSS2/generated-content/before-after-positioned-002.html b/css/CSS2/generated-content/before-after-positioned-002.html index acab1f5c8b7f20..30a2649d935ae6 100644 --- a/css/CSS2/generated-content/before-after-positioned-002.html +++ b/css/CSS2/generated-content/before-after-positioned-002.html @@ -20,14 +20,14 @@ } #test:before{ bottom:0; - right:50px; + right:50px; }

Test passes if there is a square (four equal sides) at the bottom right of the page.

-
+
diff --git a/css/CSS2/generated-content/before-after-positioned-003.html b/css/CSS2/generated-content/before-after-positioned-003.html index 45ab57809565ae..f187b2bad0a1d2 100644 --- a/css/CSS2/generated-content/before-after-positioned-003.html +++ b/css/CSS2/generated-content/before-after-positioned-003.html @@ -20,14 +20,14 @@ } #test:before{ bottom:0; - right:50px; + right:50px; }

Test passes if there is a square (four equal sides) at the bottom right of the page.

-
+
diff --git a/css/CSS2/generated-content/before-after-positioned-004.html b/css/CSS2/generated-content/before-after-positioned-004.html index 44c14f91be18fe..99147574a8cf38 100644 --- a/css/CSS2/generated-content/before-after-positioned-004.html +++ b/css/CSS2/generated-content/before-after-positioned-004.html @@ -21,14 +21,14 @@ } #test:before{ left:50px; - top:0; + top:0; }

Test passes if there is a square (four equal sides) below.

-
+
diff --git a/css/css-scoping/css-scoping-shadow-assigned-node-with-before-after.html b/css/css-scoping/css-scoping-shadow-assigned-node-with-before-after.html index fddb36b6c0d9b4..b926540ae94034 100644 --- a/css/css-scoping/css-scoping-shadow-assigned-node-with-before-after.html +++ b/css/css-scoping/css-scoping-shadow-assigned-node-with-before-after.html @@ -37,7 +37,7 @@ background: yellow; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

diff --git a/css/css-scoping/css-scoping-shadow-assigned-node-with-rules.html b/css/css-scoping/css-scoping-shadow-assigned-node-with-rules.html index 3e6a8dde0977f8..e981eae0557bdf 100644 --- a/css/css-scoping/css-scoping-shadow-assigned-node-with-rules.html +++ b/css/css-scoping/css-scoping-shadow-assigned-node-with-rules.html @@ -26,7 +26,7 @@ color: red; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
FAIL
diff --git a/css/css-scoping/css-scoping-shadow-host-rule.html b/css/css-scoping/css-scoping-shadow-host-rule.html index 40233f2edf566b..ef70b9017cdf3d 100644 --- a/css/css-scoping/css-scoping-shadow-host-rule.html +++ b/css/css-scoping/css-scoping-shadow-host-rule.html @@ -25,7 +25,7 @@ color: green; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-host-with-before-after.html b/css/css-scoping/css-scoping-shadow-host-with-before-after.html index e343784c2ecbfd..c32d8a9e87855b 100644 --- a/css/css-scoping/css-scoping-shadow-host-with-before-after.html +++ b/css/css-scoping/css-scoping-shadow-host-with-before-after.html @@ -29,7 +29,7 @@ background: green; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-invisible-slot.html b/css/css-scoping/css-scoping-shadow-invisible-slot.html index 4e35a3e611ed3f..be9f308fc40a91 100644 --- a/css/css-scoping/css-scoping-shadow-invisible-slot.html +++ b/css/css-scoping/css-scoping-shadow-invisible-slot.html @@ -19,7 +19,7 @@ height: 50%; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-root-hides-children.html b/css/css-scoping/css-scoping-shadow-root-hides-children.html index 3351847ccdf889..bc526059dcafa6 100644 --- a/css/css-scoping/css-scoping-shadow-root-hides-children.html +++ b/css/css-scoping/css-scoping-shadow-root-hides-children.html @@ -17,7 +17,7 @@ width: 100%; height: 100%; background: red; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-slot-display-override.html b/css/css-scoping/css-scoping-shadow-slot-display-override.html index c930faad0c356a..9338a25be6fe21 100644 --- a/css/css-scoping/css-scoping-shadow-slot-display-override.html +++ b/css/css-scoping/css-scoping-shadow-slot-display-override.html @@ -20,7 +20,7 @@ background: green; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

diff --git a/css/css-scoping/css-scoping-shadow-slot-style.html b/css/css-scoping/css-scoping-shadow-slot-style.html index dfee90ac5dd492..e3f37c33c848d4 100644 --- a/css/css-scoping/css-scoping-shadow-slot-style.html +++ b/css/css-scoping/css-scoping-shadow-slot-style.html @@ -21,7 +21,7 @@ height: 50%; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
FAIL
diff --git a/css/css-scoping/css-scoping-shadow-slot.html b/css/css-scoping/css-scoping-shadow-slot.html index 7c177b8f80bade..2b588d622e12df 100644 --- a/css/css-scoping/css-scoping-shadow-slot.html +++ b/css/css-scoping/css-scoping-shadow-slot.html @@ -19,7 +19,7 @@ height: 50%; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-slotted-nested.html b/css/css-scoping/css-scoping-shadow-slotted-nested.html index 357bc78532b4d1..5f930e2e8777e7 100644 --- a/css/css-scoping/css-scoping-shadow-slotted-nested.html +++ b/css/css-scoping/css-scoping-shadow-slotted-nested.html @@ -20,7 +20,7 @@ height: 25px; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL1 FAIL2 diff --git a/css/css-scoping/css-scoping-shadow-slotted-rule.html b/css/css-scoping/css-scoping-shadow-slotted-rule.html index 6c70581e85432c..9771c5d1dfb6d9 100644 --- a/css/css-scoping/css-scoping-shadow-slotted-rule.html +++ b/css/css-scoping/css-scoping-shadow-slotted-rule.html @@ -21,7 +21,7 @@ height: 25px; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL1
FAIL2 diff --git a/css/css-scoping/css-scoping-shadow-with-outside-rules.html b/css/css-scoping/css-scoping-shadow-with-outside-rules.html index 3dd267873d96a5..c725752cba5423 100644 --- a/css/css-scoping/css-scoping-shadow-with-outside-rules.html +++ b/css/css-scoping/css-scoping-shadow-with-outside-rules.html @@ -24,7 +24,7 @@ } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html b/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html index e9fd52a6eeb2dd..e4d1d15b7be7c2 100644 --- a/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html +++ b/css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html @@ -18,7 +18,7 @@ color:green; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/css/css-scoping/css-scoping-shadow-with-rules.html b/css/css-scoping/css-scoping-shadow-with-rules.html index 59787f04837040..3338ecbf72f028 100644 --- a/css/css-scoping/css-scoping-shadow-with-rules.html +++ b/css/css-scoping/css-scoping-shadow-with-rules.html @@ -17,7 +17,7 @@ width: 100%; height: 100%; background: red; } -

Test passes if you see a single 100px by 100px green box below.

+

Test passes if you see a single 100px by 100px green box below.

FAIL
diff --git a/custom-elements/CustomElementRegistry.html b/custom-elements/CustomElementRegistry.html index 2f7cf572b682de..368044df3c9373 100644 --- a/custom-elements/CustomElementRegistry.html +++ b/custom-elements/CustomElementRegistry.html @@ -313,7 +313,7 @@ get: function (target, name) { if (name == 'prototype' || name == 'observedAttributes') throw 'Unexpected access to observedAttributes'; - prototypeCalls.push(callOrder++); + prototypeCalls.push(callOrder++); prototypeCalls.push(name); return target[name]; } @@ -321,7 +321,7 @@ var constructorCalls = []; var proxy = new Proxy(constructor, { get: function (target, name) { - constructorCalls.push(callOrder++); + constructorCalls.push(callOrder++); constructorCalls.push(name); return target[name]; } @@ -627,7 +627,7 @@ return Promise.resolve().then(function () { assert_false(resolved, 'The promise returned by "whenDefined" must not be resolved until a custom element is defined'); assert_false(rejected, 'The promise returned by "whenDefined" must not be rejected until a custom element is defined'); - }); + }); }, 'customElements.whenDefined must return an unresolved promise when the registry does not contain the entry with the given name') promise_test(function () { diff --git a/custom-elements/reactions/resources/reactions.js b/custom-elements/reactions/resources/reactions.js index 87510ceee164ff..5ed32a4fa48c81 100644 --- a/custom-elements/reactions/resources/reactions.js +++ b/custom-elements/reactions/resources/reactions.js @@ -32,7 +32,7 @@ function testNodeDisconnector(testFunction, name) { let container = document.createElement('div'); container.appendChild(document.createElement('div')); document.body.appendChild(container); - + test(function () { var element = define_new_custom_element(); var instance = document.createElement(element.name); diff --git a/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html b/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html index 5582bca4bb3a53..5938a0aeb9f2af 100644 --- a/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html +++ b/custom-elements/throw-on-dynamic-markup-insertion-counter-construct.html @@ -13,14 +13,14 @@
diff --git a/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html b/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html index 9dccd4ca24df3c..b9f9f55c705e9c 100644 --- a/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html +++ b/custom-elements/throw-on-dynamic-markup-insertion-counter-reactions.html @@ -20,7 +20,7 @@ const document = window.document; document.open(); - + let executed = false; let exception = null; class CustomElement extends window.HTMLElement { @@ -35,7 +35,7 @@ } CustomElement.observedAttributes = ['title']; window.customElements.define('some-element', CustomElement); - + document.write(''); document.close(); @@ -47,12 +47,12 @@ const result = await custom_element_reactions_in_parser(this, (document) => document.open()); assert_throws('InvalidStateError', () => { throw result.exception; }, 'Must throw an InvalidStateError'); }, 'document.open() must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element'); - + promise_test(async function () { const result = await custom_element_reactions_in_parser(this, (document) => document.open('text/html')); assert_throws('InvalidStateError', () => { throw result.exception; }, 'Must throw an InvalidStateError'); }, 'document.open("text/html") must throw an InvalidStateError when processing custom element reactions for a synchronous constructed custom element'); - + // https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-document-open-window promise_test(async function () { let load_promise = new Promise((resolve) => window.onmessage = (event) => resolve(event.data)); diff --git a/html-longdesc/fail-fragment.html b/html-longdesc/fail-fragment.html index a4e2ead8c6ae0e..ddfc92a84a02fc 100644 --- a/html-longdesc/fail-fragment.html +++ b/html-longdesc/fail-fragment.html @@ -15,6 +15,6 @@

The description

The image is signed in the space under the floor that is at the top of the stairs with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©2013. It was actually drawn by Charles McCathie Nevile.

This paragraph is not part of the description. As of September 2013 there is no conformance requirement making it a failure to read this paragraph, but best practice would be to present only the description, and not this part.

-

The description is encapsulated in a well-formed fragment, but since the target of a link is an empty element it is not possible to positively identify it.

+

The description is encapsulated in a well-formed fragment, but since the target of a link is an empty element it is not possible to positively identify it.

\ No newline at end of file diff --git a/html-longdesc/pass-fragment.html b/html-longdesc/pass-fragment.html index 076f4f05ec66b4..ce87936c5862d4 100644 --- a/html-longdesc/pass-fragment.html +++ b/html-longdesc/pass-fragment.html @@ -15,6 +15,6 @@

Pass

The image is signed in the space under the floor that is at the top of the stairs with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©2013. It was actually drawn by Charles McCathie Nevile.

This paragraph is not part of the description. As of September 2013 there is no conformance requirement making it a failure to read this paragraph, best practice would be to present only the description, and not this part.

-

The description is encapsulated in a well-formed div element, so it is possible to identify it.

+

The description is encapsulated in a well-formed div element, so it is possible to identify it.

\ No newline at end of file diff --git a/html-longdesc/pass.html b/html-longdesc/pass.html index d3ee981d8545df..b5fee3b2ab60f3 100644 --- a/html-longdesc/pass.html +++ b/html-longdesc/pass.html @@ -7,6 +7,6 @@

Pass

The image is a drawn cartoon, on the left is a parson in a wheelchair in profile, facing toward the centre of the image, under a banner with the text "e-democracy?" on it. In front of the person is stairs, at the top of the stairs is a table. On the table is a computer, whose screen says "Vote!" and has a red and a green button

-

The image is signed in the space under the floor that is at the top of the stairs with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©2013. It was actually drawn by Charles McCathie Nevile.

+

The image is signed in the space under the floor that is at the top of the stairs with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©2013. It was actually drawn by Charles McCathie Nevile.

\ No newline at end of file diff --git a/html-longdesc/rebased/fail.html b/html-longdesc/rebased/fail.html index 291ad8fc7236f3..ccbbaa6cf65070 100644 --- a/html-longdesc/rebased/fail.html +++ b/html-longdesc/rebased/fail.html @@ -7,6 +7,6 @@

Pass

(The image is a drawn cartoon, on the right is a parson a wheelchair in profile, facing toward the centre of the image, under a banner with the text "e-democracy?" on it. In front of the person are some stairs, at the top of the stairs is a table. On the table is a computer, whose screen says "Vote!" and has a red and a green button)

-

The image is signed (in the space under the floor that is at the top of the stairs) with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©1999. It was actually drawn by Charles McCathie Nevile.

+

The image is signed (in the space under the floor that is at the top of the stairs) with an "R" rune flipped backwards, somewhat resembling a "Я" with top and bottom border lines sloping upward from left to right, and is marked ©1999. It was actually drawn by Charles McCathie Nevile.

\ No newline at end of file diff --git a/lint.whitelist b/lint.whitelist index 435a61bc4d09da..ac2d30427cfe37 100644 --- a/lint.whitelist +++ b/lint.whitelist @@ -13,15 +13,7 @@ INDENT TABS: encoding/legacy*/* TRAILING WHITESPACE: 2dcontext/tools/current-work-canvas.xhtml TRAILING WHITESPACE: conformance-checkers/* TRAILING WHITESPACE: content-security-policy/* -TRAILING WHITESPACE: custom-elements/* -TRAILING WHITESPACE: html-longdesc/* -TRAILING WHITESPACE: old-tests/* -TRAILING WHITESPACE: pointerevents/* -TRAILING WHITESPACE: shadow-dom/* -TRAILING WHITESPACE: webaudio/* -TRAILING WHITESPACE: WebIDL/* -TRAILING WHITESPACE: webvtt/* -TRAILING WHITESPACE: server-timing/resources/parsing/*.sub.headers +TRAILING WHITESPACE: WebIDL/valid/* ## File types that should never be checked ## @@ -54,10 +46,6 @@ TRAILING WHITESPACE, INDENT TABS, CR AT EOL: *.wasm TRAILING WHITESPACE, INDENT TABS, CR AT EOL: *.bmp TRAILING WHITESPACE, INDENT TABS, CR AT EOL: *.sxg -## Whitespace needed for testing - -TRAILING WHITESPACE: xhr/resources/headers-some-are-empty.asis - ## .gitignore W3C-TEST.ORG: .gitignore @@ -103,6 +91,12 @@ INDENT TABS: html/semantics/embedded-content/the-canvas-element/size.attributes. INDENT TABS: webvtt/parsing/file-parsing/tests/support/header-tab.vtt INDENT TABS: webvtt/parsing/file-parsing/tests/support/whitespace-chars.vtt +## Intentional use of trailing whitespace +TRAILING WHITESPACE: server-timing/resources/parsing/* +TRAILING WHITESPACE: webvtt/parsing/file-parsing/support/*.vtt +TRAILING WHITESPACE: webvtt/parsing/file-parsing/tests/support/*.vtt +TRAILING WHITESPACE: xhr/resources/headers-some-are-empty.asis + # Intentional use of print statements PRINT STATEMENT: dom/nodes/Document-createElement-namespace-tests/generate.py PRINT STATEMENT: encrypted-media/polyfill/make-polyfill-tests.py @@ -434,25 +428,7 @@ CONSOLE: css/css-writing-modes/orthogonal-parent-shrink-to-fit-001*.html CONSOLE: css/css-writing-modes/tools/generators/gulpfile.js CONSOLE: css/css-writing-modes/tools/generators/text-orientation-generator.js -TRAILING WHITESPACE: css/CSS2/generated-content/before-after-positioned-002.html -TRAILING WHITESPACE: css/CSS2/generated-content/before-after-positioned-003.html -TRAILING WHITESPACE: css/CSS2/generated-content/before-after-positioned-004.html TRAILING WHITESPACE: css/css-fonts/support/fonts/gsubtest-lookup3.ufo/features.fea -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-assigned-node-with-before-after.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-assigned-node-with-rules.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-host-rule.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-host-with-before-after.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-invisible-slot.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-root-hides-children.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-slot-display-override.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-slot.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-slot-style.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-slotted-nested.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-slotted-rule.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-with-outside-rules.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-with-rules.html -TRAILING WHITESPACE: css/css-scoping/css-scoping-shadow-with-rules-no-style-leak.html -TRAILING WHITESPACE: css/css-variables/reference/vars-font-shorthand-001-ref.html TRAILING WHITESPACE: css/vendor-imports/mozilla/mozilla-central-reftests/css21/pagination/moz-css21-float-page-break-inside-avoid-7.html TRAILING WHITESPACE: css/vendor-imports/mozilla/mozilla-central-reftests/css21/pagination/moz-css21-float-page-break-inside-avoid-7-ref.html TRAILING WHITESPACE: css/vendor-imports/mozilla/mozilla-central-reftests/css21/pagination/moz-css21-float-page-break-inside-avoid-8.html diff --git a/pointerevents/extension/pointerevent_constructor.html b/pointerevents/extension/pointerevent_constructor.html index 6971dcecfdebf3..60b579050a1827 100644 --- a/pointerevents/extension/pointerevent_constructor.html +++ b/pointerevents/extension/pointerevent_constructor.html @@ -81,7 +81,7 @@

Test Description: This test checks if PointerEvent constructor works properl isPrimary: true, clientX: 300, }; - + var p1 = new PointerEvent("pointermove", pointerEventInitDict); pointerEventInitDict.clientX += 10; var p2 = new PointerEvent("pointermove", pointerEventInitDict); diff --git a/pointerevents/extension/pointerevent_predicted_events_attributes-manual.html b/pointerevents/extension/pointerevent_predicted_events_attributes-manual.html index 220a4b82850598..fdfcae1fc8efea 100644 --- a/pointerevents/extension/pointerevent_predicted_events_attributes-manual.html +++ b/pointerevents/extension/pointerevent_predicted_events_attributes-manual.html @@ -30,7 +30,7 @@ function expect_no_predicted_events(event, eventName) { test(function () { assert_equals(event.getPredictedEvents().length, 0, eventName + ' should not have any predicted events'); - }, expectedPointerType + ' ' + eventName + ' should not have any predicted events'); + }, expectedPointerType + ' ' + eventName + ' should not have any predicted events'); } function run() { var test_pointerEvent = setup_pointerevent_test("predicted events attributes in pointerevents", ['touch']); diff --git a/pointerevents/html/pointerevent_drag_interaction-manual.html b/pointerevents/html/pointerevent_drag_interaction-manual.html index 0ac911fd576d98..b316ba917eca41 100644 --- a/pointerevents/html/pointerevent_drag_interaction-manual.html +++ b/pointerevents/html/pointerevent_drag_interaction-manual.html @@ -9,7 +9,7 @@ - + diff --git a/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html b/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html index 42af6a71b3a73c..9f5e55fe55fec3 100644 --- a/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html +++ b/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html @@ -67,4 +67,4 @@ audit.run(); - + diff --git a/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html b/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html index 53427901e3d075..41a37bdb913efb 100644 --- a/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html +++ b/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html @@ -8,7 +8,7 @@ - + @@ -30,7 +30,7 @@ // duration. let noteSilence = Math.floor(0.020 * sampleRate) / sampleRate; let noteSpacing = bufferDurationSeconds + noteSilence; - + let lengthInSeconds = numberOfNotes * noteSpacing; let context = 0;