diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-09-18 11:59:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-18 11:59:50 -0400 |
commit | 94ddf620224d6555aaa7eaac20c583b15c6f50d8 (patch) | |
tree | c2d8281d7935a1da7c07ceef90bb7a0007d80308 /test | |
parent | 8ea78caa8297e9fa5bf3d13b3d14609a24679f76 (diff) | |
download | jquery-94ddf620224d6555aaa7eaac20c583b15c6f50d8.tar.gz jquery-94ddf620224d6555aaa7eaac20c583b15c6f50d8.zip |
CSS: Detect more WebKit styles erroneously reported as percentages
Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6
Fixes gh-3777
Closes gh-3778
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/support.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index f893886da..98a24e782 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -70,7 +70,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": true, "pixelPosition": true, "radioValue": true, "reliableMarginLeft": true, @@ -88,7 +88,7 @@ testIframe( "focusin": true, "noCloneChecked": false, "optSelected": false, - "pixelMarginRight": true, + "pixelBoxStyles": true, "pixelPosition": true, "radioValue": false, "reliableMarginLeft": true, @@ -106,7 +106,7 @@ testIframe( "focusin": true, "noCloneChecked": false, "optSelected": false, - "pixelMarginRight": true, + "pixelBoxStyles": true, "pixelPosition": true, "radioValue": false, "reliableMarginLeft": true, @@ -127,7 +127,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": true, "pixelPosition": true, "radioValue": true, "reliableMarginLeft": true, @@ -145,7 +145,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": true, @@ -163,7 +163,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": true, "pixelPosition": true, "radioValue": true, "reliableMarginLeft": false, @@ -181,7 +181,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": true, @@ -199,7 +199,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": true, @@ -217,7 +217,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": true, + "pixelBoxStyles": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": true, @@ -235,7 +235,7 @@ testIframe( "focusin": false, "noCloneChecked": true, "optSelected": true, - "pixelMarginRight": false, + "pixelBoxStyles": false, "pixelPosition": false, "radioValue": true, "reliableMarginLeft": false, |