From 63f5486007221ea20262951f52f39254e5b49073 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 5 Feb 2014 15:59:38 +0100 Subject: Docs: Add support comments for prefixed box-sizing --- test/unit/css.js | 1 + test/unit/dimensions.js | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/unit/css.js b/test/unit/css.js index 0822fc68b..f401ec7e3 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -847,6 +847,7 @@ test("Do not append px (#9548, #12990)", function() { test("css('width') and css('height') should respect box-sizing, see #11004", function() { expect( 4 ); + // Support: Firefox<29, Android 2.3 (Prefixed box-sizing versions). var el_dis = jQuery("
test
"), el = el_dis.clone().appendTo("#qunit-fixture"); diff --git a/test/unit/dimensions.js b/test/unit/dimensions.js index c6165b0f9..97e23d7e2 100644 --- a/test/unit/dimensions.js +++ b/test/unit/dimensions.js @@ -418,6 +418,7 @@ test( "getters on non elements should return null", function() { test("setters with and without box-sizing:border-box", function(){ expect(20); + // Support: Firefox<29, Android 2.3 (Prefixed box-sizing versions). var el_bb = jQuery("
test
").appendTo("#qunit-fixture"), el = jQuery("
test
").appendTo("#qunit-fixture"), expected = 100; -- cgit v1.2.3