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

Commite7ffe1f

Browse files
authored
Tests: Remove a workaround for a Firefox XML parsing issue
Firefox 96-100 used to report the column number smaller by 2 than it shouldin the `parsererror` element generated for invalid XML documents. Since thatversion range is unsupported now and it includes no ESR versions, the workaroundcan now be dropped.Closesgh-5109Refgh-5018
1 parent7eb0019 commite7ffe1f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎test/unit/core.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,13 +1456,7 @@ QUnit.testUnlessIE( "jQuery.parseXML - error reporting", function( assert ) {
14561456
column=columnMatch&&columnMatch[1];
14571457

14581458
assert.strictEqual(line,"1","reports error line");
1459-
1460-
// Support: Firefox 96-97+
1461-
// Newer Firefox may report the column number smaller by 2 than it should.
1462-
// Accept both values until the issue is fixed.
1463-
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1751796
1464-
assert.ok(["9","11"].indexOf(column)>-1,"reports error column");
1465-
// assert.strictEqual( column, "11", "reports error column" );
1459+
assert.strictEqual(column,"11","reports error column");
14661460
});
14671461

14681462
testIframe(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp