Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #14340. Remove remnants of oldIE from unit tests. #1425

Closed
wants to merge 1 commit into from

Conversation

mgol
Copy link
Member

@mgol mgol commented Nov 10, 2013

No description provided.

mgol added a commit to mgol/jquery that referenced this pull request Nov 10, 2013
@mgol
Copy link
Member Author

mgol commented Nov 10, 2013

I've run the test suite in IE9, IE10, Safari 7, Safari 5.1, Opera 12.16, Firefox 25 and Chrome 30 and only Chrome errored on one test but it's the same on master. So it should be safe to merge.

// "When html is within brackets, do not recognize as html." );
equal( jQuery( "element:not(<div></div>)" ).length, 0,
"When html is within parens, do not recognize as html." );
equal( jQuery( "\\<div\\>" ).length, 0, "Ignore escaped html characters" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be checked in 1.x-master too; they look like the kind of selector now working in Sizzle.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

("element [attribútum = '

</ div>']"). Hosszúság, 0,

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gibson042 Do you want it in a separate commit then?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, a separate commit would let us handle the parsing logic in isolation. If it is good on both branches, I'd just push directly.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gibson042 I've checked on modern browsers and IE6-9 and it works so I've pushed it on both branches.

@ghost
Copy link

ghost commented Nov 10, 2013

-TestIframe ("Offset / relatív", "relatív", funkció ($) {

mgol added a commit to mgol/jquery that referenced this pull request Nov 10, 2013
@@ -58,10 +58,6 @@ test("css(String|Hash)", function() {
jQuery("#foo").css({"opacity": ""});
equal( jQuery("#foo").css("opacity"), "1", "Assert opacity is 1 when set to an empty String" );

equal( jQuery("#empty").css("opacity"), "0", "Assert opacity is accessible via filter property set in stylesheet in IE" );
jQuery("#empty").css({ "opacity": "1" });
equal( jQuery("#empty").css("opacity"), "1", "Assert opacity is taken from style attribute when set vs stylesheet in IE with filters" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep these too; they're harmless but will maintain expect-count parity.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

mgol added a commit to mgol/jquery that referenced this pull request Nov 10, 2013
@mgol
Copy link
Member Author

mgol commented Nov 10, 2013

All comments by @gibson042 addressed.

mgol added a commit to mgol/jquery that referenced this pull request Nov 10, 2013
mgol added a commit to mgol/jquery that referenced this pull request Nov 10, 2013
@gibson042
Copy link
Member

👍

@mgol mgol closed this in 4b39a82 Nov 11, 2013
@mgol mgol deleted the old_support branch November 11, 2013 17:20
@lock lock bot locked as resolved and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants