From cdb37dce3a85c07790e73b7e2c809860db6b0cad Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 27 Apr 2015 01:22:07 -0700 Subject: [PATCH] Set `box-sizing: border-box` on .container-viewport in #16142 testcase Otherwise, the test doesn't properly fail when the fix is reverted. --- js/tests/unit/tooltip.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 711eba8ec0..51cfcb9335 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -768,6 +768,7 @@ $(function () { assert.expect(2) var styles = '' -- 2.47.2