mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
fixed IE incompatible CSS
This commit is contained in:
parent
df96c3e615
commit
5921724d9c
@ -364,7 +364,7 @@ $(function () {
|
|||||||
|
|
||||||
QUnit.test('should be placed dynamically to viewport with the dynamic placement option', function (assert) {
|
QUnit.test('should be placed dynamically to viewport with the dynamic placement option', function (assert) {
|
||||||
assert.expect(6)
|
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/>')
|
var $container = $('<div/>')
|
||||||
.css({
|
.css({
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user