We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1538cdd commit cfad423Copy full SHA for cfad423
test/unit/specs/directives/internal/style_spec.js
@@ -125,6 +125,6 @@ describe(':style', function () {
125
// #2654
126
it('background size with only one value', function () {
127
dir.update({ backgroundSize: '100%' })
128
- expect(el.style.cssText.replace(/\s/g, '')).toBe('background-size:100%;')
+ expect(el.style.cssText.replace(/\s/g, '')).toMatch(/background-size:100%(auto)?;/)
129
})
130
0 commit comments