Skip to content

Commit e15e242

Browse files
marclavaljuliemr
authored andcommitted
fix(test): command compiler attr merge test in IE
1 parent 3a801c1 commit e15e242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/test/core/compiler/command_compiler_spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export function main() {
222222
inject([AsyncTestCompleter], (async) => {
223223
var rootComp = createComp({
224224
type: RootCompTypeMeta,
225-
template: '<div class="origclass" style="origstyle" role="origrole" attr1>'
225+
template: '<div class="origclass" style="color: red;" role="origrole" attr1>'
226226
});
227227
var dir = CompileDirectiveMetadata.create({
228228
selector: 'div',
@@ -246,7 +246,7 @@ export function main() {
246246
'role',
247247
'newrole',
248248
'style',
249-
'origstyle newstyle'
249+
'color: red; newstyle'
250250
],
251251
[],
252252
[],

0 commit comments

Comments
 (0)