]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed IE incompatible CSS 16152/head
authorAdrien Jarthon <jobs@adrienjarthon.com>
Sun, 29 Mar 2015 17:16:59 +0000 (19:16 +0200)
committerAdrien Jarthon <jobs@adrienjarthon.com>
Sun, 29 Mar 2015 17:16:59 +0000 (19:16 +0200)
js/tests/unit/tooltip.js

index 21d2641951c103cfff2f01f96b20a1391de30a06..709f3937f1f8a22a6e6cb57b85a0bbff4eea4281 100644 (file)
@@ -364,7 +364,7 @@ $(function () {
 
   QUnit.test('should be placed dynamically to viewport with the dynamic placement option', function (assert) {
     assert.expect(6)
-    var $style = $('<style> div[rel="tooltip"] { position: absolute; } #qunit-fixture { top: initial; left: initial } </style>').appendTo('head')
+    var $style = $('<style> div[rel="tooltip"] { position: absolute; } #qunit-fixture { top: inherit; left: inherit } </style>').appendTo('head')
     var $container = $('<div/>')
       .css({
         position: 'relative',