Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2d9fde

Browse files
authored
Tests: Align:has selector tests with3.x-stable
Consistently use `assert.selectInFixture` instead of prepending the selectorwith `#qunit-fixture ` manually.Closesgh-5498Refgh-5497
1 parentfa73e2f commitf2d9fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎test/unit/selector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ QUnit[ QUnit.jQuerySelectors ? "test" : "skip" ]( "pseudo - has", function( asse
960960
// return no results. Make sure this is accounted for. (gh-5098)
961961
// Note: Chrome 105 has this behavior only in 105.0.5195.125 or newer;
962962
// initially it shipped with a fully forgiving parsing in `:has()`.
963-
assert.t("Nested with list arguments",
964-
"#qunit-fixturediv:has(faketag, div:has(faketag, div:not([id])))",
963+
assert.selectInFixture("Nested with list arguments",
964+
"div:has(faketag, div:has(faketag, div:not([id])))",
965965
["moretests","t2037","fx-test-group","fx-queue"]);
966966
});
967967

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp