Pass | Element.currentCSSZoom basic test | Asserts runPass | assert_equals(1, 1, "Unzoomed content")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:20:3) | Pass | assert_equals(2, 2, "Zoomed content")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:21:3) | Pass | assert_equals(4, 4, "Effective zoom gets multiplied properly")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:22:3) | Pass | assert_equals(4, 4, "Effective zoom gets propagated to children")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:23:3) | Pass | assert_equals(1, 1, "Non-rendered elements return 1 for currentCSSZoom")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:24:3) |
|
Pass | Element.currentCSSZoom reacts to style changes | Asserts runPass | assert_equals(2, 2, "currentCSSZoom reacts to style changes")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:29:3) | Pass | assert_equals(2, 2, "currentCSSZoom propagates to descendants after style changes")
at Test.<anonymous> ( /css/cssom-view/Element-currentCSSZoom.html:30:3) |
|