Open
Bug 1707639
Opened 4 years ago
[wpt-sync] Sync PR 28696 - Cleanup. Remove assignment to undeclared attribute.
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28696 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28696
Details from upstream follow.
b'Arthur Sonzogni <arthursonzogni@chromium.org>' wrote:
Cleanup. Remove assignment to undeclared attribute.
In testharness.js:
- The class
Tests
has thecurrent_test
attribute.- The class
Test
doesn't.This patch removes an instruction. This seems to be about assigning
null
to aTest.current_test
, and this doesn't really make sense.
You need to log in
before you can comment on or make changes to this bug.
Description
•