Pass | Duplicate stylesheets have the right cascade position in the Document | Asserts runPass | assert_equals("1", "1", "duplicate stylesheet should take right position in the cascade")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:32:3) |
|
Pass | Appending duplicate stylesheets yields the correct cascade position in the Document | Asserts runPass | assert_equals("0", "0", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:44:3) | Pass | assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:45:3) | Pass | assert_equals("1", "1", "duplicate stylesheet should take the right position in the cascade")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:48:3) | Pass | assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:49:3) |
|
Pass | Duplicate stylesheets have the right cascade position in the ShadowRoot | Asserts runPass | assert_equals("1", "1", "duplicate stylesheet should take right position in the cascade")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:62:3) |
|
Pass | Appending duplicate stylesheets yields the correct cascade position in the ShadowRoot | Asserts runPass | assert_equals("0", "0", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:76:3) | Pass | assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:77:3) | Pass | assert_equals("1", "1", "duplicate stylesheet should take right position in the cascade")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:80:3) | Pass | assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "backmost stylesheet should take precedence")
at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-duplicate.html:81:3) |
|