Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / compositor-touch-hit-rects.html
index e62faa7..0361a4f 100644 (file)
 #transform3dChild {
   -webkit-transform: rotate3d(0.2, 1, 0, 50grad);
 }
-#scrollContainer {
-  overflow-y: scroll;
-  /* Make this just big enough for clipping to occur so we can verify the 
-     hit rect is also clipped. */
-  height: 23px;
-  border: 1px solid lightgrey;
-}
 #list > li {
   /* Move the list item over to make sure it doesn't overlap with the list itself */
   -webkit-transform: translate(300px, 0);
@@ -120,11 +113,6 @@ to quickly validate graphically.</p>
   <div class="testcase" id="styleModified">
     Style modified dynamically
   </div>
-  <div id="scrollContainer">
-    <div style='height: 13px;'></div>
-    <div class="testcase" id="scrollContent">Scroll content</div>
-    <div style='height: 50px;'></div>
-  </div>
   <div class="testcase" id="containsSvg">
     <svg id="svg1">
       <line x1="0" y1="5" x2="100" y2="5" stroke-width="3" stroke="black"/>