From d19aa974630b31e58d1c35b72157eb73fd59d638 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Mon, 11 Jan 2016 19:23:28 +0100 Subject: Tests: compat -> 1.x in comments (cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6) --- test/unit/offset.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/offset.js b/test/unit/offset.js index 4df5cbeea..b8e0c6977 100644 --- a/test/unit/offset.js +++ b/test/unit/offset.js @@ -63,7 +63,7 @@ QUnit.test( "disconnected element", function( assert ) { var result = jQuery( document.createElement( "div" ) ).offset(); - // These tests are solely for master/compat consistency + // These tests are solely for 2.x/1.x consistency // Retrieving offset on disconnected/hidden elements is not officially // valid input, but will return zeros for back-compat assert.equal( result.top, 0, "Retrieving offset on disconnected elements returns zeros (gh-2310)" ); @@ -431,7 +431,7 @@ testIframe( "offset/scroll", "scroll", function( $, win, doc, assert ) { } assert.equal( $( "#scroll-1-1" ).offset().left, 11, "jQuery('#scroll-1-1').offset().left" ); - // These tests are solely for master/compat consistency + // These tests are solely for 2.x/1.x consistency // Retrieving offset on disconnected/hidden elements is not officially // valid input, but will return zeros for back-compat // assert.equal( $( "#hidden" ).offset().top, 0, "Hidden elements do not subtract scroll" ); -- cgit v1.2.3