[wpt-sync] Sync PR 32705 - Add missing assert statements in equals.tentative.html.
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32705 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32705
Details from upstream follow.
Joonghun Park <pjh0718@gmail.com> wrote:
Add missing assert statements in equals.tentative.html.
The test cases for CSSMathClamp should have assert statements.
Bug: 1292345
Change-Id: I0bed4e8efe615f8e27d240c17ab71123c76aa62e
Reviewed-on: https://chromium-review.googlesource.com/3439447
WPT-Export-Revision: 51cbf73e37863d749cda55d1f6f187dd15f462ed
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK : 1
FAIL: 11
Chrome
OK : 1
PASS: 9
FAIL: 2
Safari
OK : 1
FAIL: 11
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-2004-qr-debug
] (Chrome: OK, Safari: OK)
Two CSSUnitValues with same value and unit are equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSUnitValues with different values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSUnitValues with different units are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different types are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different number of values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with different values are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathValues with same structure are equal: FAIL (Chrome: PASS, Safari: FAIL)
Multiple CSSMathValues with same structure are equal: FAIL (Chrome: PASS, Safari: FAIL)
Multiple CSSMathValues with one different are not equal: FAIL (Chrome: PASS, Safari: FAIL)
Two CSSMathClamp with same value and unit are equal: FAIL (Chrome: FAIL, Safari: FAIL)
Two CSSMathClamp with different units are not equal: FAIL (Chrome: FAIL, Safari: FAIL)
Tests Disabled in Gecko Infrastructure
/css/css-typed-om/stylevalue-subclasses/numeric-objects/equals.tentative.html: OK [GitHub
], SKIP [Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
, Gecko-android-em-7.0-x86_64-qr-debug-geckoview
, Gecko-android-em-7.0-x86_64-qr-opt-geckoview
, Gecko-linux1804-64-qr-debug
, Gecko-linux1804-64-qr-opt
, Gecko-windows10-64-2004-qr-debug
] (Chrome: OK, Safari: OK)
Comment 6•3 years ago
|
||
bugherder |
Description
•