mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
This commit is contained in:
committed by
Timmy Willison
parent
ae3524642c
commit
79992d7523
@@ -1468,7 +1468,7 @@ module( "ajax", {
|
||||
strictEqual( ajaxXML.find("tab").length, 3, "Parsed node was added properly" );
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
ajaxTest( "#13292 - jQuery.ajax() - converter is bypassed for 204 requests", 3, {
|
||||
url: "data/nocontent.php",
|
||||
dataType: "testing",
|
||||
|
||||
@@ -446,7 +446,7 @@ test( "attr(String, Object)", function() {
|
||||
|
||||
// Setting attributes on svg elements (bug #3116)
|
||||
var $svg = jQuery(
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' baseProfile='full' width='200' height='200'>" +
|
||||
"<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' baseProfile='full' width='200' height='200'>" +
|
||||
|
||||
"<circle cx='200' cy='200' r='150' />" +
|
||||
"</svg>"
|
||||
|
||||
Reference in New Issue
Block a user