Beispiel #1
0
        public virtual void IsInheritableNegativeTest()
        {
            IStyleInheritance cssInheritance = new CssInheritance();

            NUnit.Framework.Assert.IsFalse(cssInheritance.IsInheritable(CommonCssConstants.FOCUS));
        }
Beispiel #2
0
        public virtual void IsInheritablePositiveTest()
        {
            IStyleInheritance cssInheritance = new CssInheritance();

            NUnit.Framework.Assert.IsTrue(cssInheritance.IsInheritable(CommonCssConstants.FONT_SIZE));
        }