Commit 5921724d authored by Adrien Jarthon's avatar Adrien Jarthon

fixed IE incompatible CSS

parent df96c3e6
...@@ -364,7 +364,7 @@ $(function () { ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment