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

Unified Diff: LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special-expected.txt

Issue 129813009: Fix RenderGeometryMap ASSERT in touch hit rect computation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweaks 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/touch-rect-assert-first-layer-special-expected.txt
diff --git a/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer-expected.txt b/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special-expected.txt
similarity index 51%
copy from LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer-expected.txt
copy to LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special-expected.txt
index ca3888b206de80f1a9f934b9ece0f81730e7345e..7d7d12f283a2cefc71f29174e6490ce547461835 100644
--- a/LayoutTests/fast/events/touch/touch-rect-crash-on-unpromote-layer-expected.txt
+++ b/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special-expected.txt
@@ -1,14 +1,11 @@
-A layer that may or may not be composited
-Make sure we don't crash when a layer with a touch event handler becomes non-composited
+Make sure we don't ASSERT when the first layer is special and can't use the RenderGeometryMap fast path - crbug.com/339141.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS rects.length is 1
-PASS rects[0].layerRootNode.id is "layer"
-PASS rects.length is 1
PASS rects[0].layerRootNode.nodeName is "#document"
PASS successfullyParsed is true
TEST COMPLETE
-
+Foo

Powered by Google App Engine
This is Rietveld 408576698