Lines Matching refs:areSame
32 Assert.areSame(10, this.widget.get('zIndex'), '`zIndex` is not 10.');
33 Assert.areSame(true, this.widget.get('shim'), '`shim` is not `true`.');
57 Assert.areSame(null, parseZIndex(offDoc), 'offDoc did not have z-index: auto');
58 Assert.areSame(null, parseZIndex(offDocStyle), 'offDocStyle did not have z-index: auto');
59 Assert.areSame(null, parseZIndex(offDocStylePos), 'offDocStylePos did not have z-index: auto');
60 Assert.areSame(null, parseZIndex(inDoc), 'inDoc did not have z-index: auto');
61 Assert.areSame(null, parseZIndex(inDocStyle), 'inDocStyle did not have z-index: auto');
62 Assert.areSame(null, parseZIndex(inDocCss), 'inDocCss did not have z-index: auto');
69 Assert.areSame(0, this.widget.get('zIndex'), 'widget zIndex was not 0.');
70 Assert.areSame(0, parseInt(this.widget.get('boundingBox').getStyle('zIndex'), 10), 'widget bb zIndex was not 0.');
82 Assert.areSame(10, this.widget.get('zIndex'), 'widget zIndex was not 10.');
83 Assert.areSame(10, parseInt(this.widget.get('boundingBox').getStyle('zIndex'), 10), 'widget bb zIndex was not 10.');
93 Assert.areSame(2, this.widget.get('zIndex'), 'widget zIndex was not 2.');
94 Assert.areSame(2, parseInt(this.widget.get('boundingBox').getStyle('zIndex'), 10), 'widget bb zIndex was not 2.');
106 Assert.areSame(11, this.widget.get('zIndex'), 'widget zIndex was not 11.');
107 Assert.areSame(11, parseInt(this.widget.get('boundingBox').getStyle('zIndex'), 10), 'widget bb zIndex was not 11.');