4 <script src=
"../resources/js-test-pre.js"></script>
27 .swoosh-overlay .contents .row .item:not(.software) .card-container {
28 -webkit-transform-origin-x:
315px
31 .swoosh-overlay .contents .row .item .card-container {
32 -webkit-transform-style:preserve-
3d;
36 .swoosh-overlay .item .card-back {
40 -webkit-backface-visibility:hidden;
41 -webkit-transform:rotatey(
180deg)
46 <body class=
"ipad portrait">
48 <div class=
"swoosh-overlay portrait">
49 <div class=
"contents">
51 <div class=
"item album" aria-hidden=
"false" style=
"-webkit-transform-origin: 0px 0px; -webkit-transform: translate3d(69px, 140px, 0px) scale(1, 1); opacity: 0.9999; -webkit-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out;">
52 <div class=
"card-container" style=
"-webkit-transform: rotateY(180deg);">
53 <div role=
"dialog" class=
"card-back">
55 <div class=
"product-overlay">
56 <div class=
"top-section">
57 <div class=
"pills" role=
"tablist" num-pills=
"4" aria-hidden=
"false" style=
"background-position: -160px 100%;">
58 <div role=
"tab" aria-selected=
"true" tabindex=
"0" id=
"tab">
59 <span class=
"button selected" ><span class=
"label">Test
</span></span>
73 <p id=
"description"></p>
74 <div id=
"console"></div>
78 description("This tests that if a view is in a transformed layer, the bounds will not be offset by the origin of the transformed layer.");
80 if (window
.accessibilityController
) {
81 var tab
= accessibilityController
.accessibleElementById("tab");
82 shouldBeTrue("tab.width < 40");
83 shouldBeTrue("tab.height < 30");
88 <script src=
"../resources/js-test-post.js"></script>