fix(test): command compiler attr merge test in IE

This commit is contained in:
Marc Laval 2015-10-12 23:30:51 +02:00 committed by Julie Ralph
parent 3a801c16fa
commit e15e2428c5
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ export function main() {
inject([AsyncTestCompleter], (async) => {
var rootComp = createComp({
type: RootCompTypeMeta,
template: '<div class="origclass" style="origstyle" role="origrole" attr1>'
template: '<div class="origclass" style="color: red;" role="origrole" attr1>'
});
var dir = CompileDirectiveMetadata.create({
selector: 'div',
@ -246,7 +246,7 @@ export function main() {
'role',
'newrole',
'style',
'origstyle newstyle'
'color: red; newstyle'
],
[],
[],