Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects.html

Issue 148423004: Only report bounding box touch hit rect for non-composited scroll layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test description Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
index e62faa7304af884ce8c9e5e420adf92fab101d21..0361a4f661dd9f05e9ba95eaaeb86faa9999cb28 100644
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
@@ -40,13 +40,6 @@
#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"/>

Powered by Google App Engine
This is Rietveld 408576698