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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 A layer that may or may not be composited 1 Make sure we don't ASSERT when the first layer is special and can't use the Rend erGeometryMap fast path - crbug.com/339141.
2 Make sure we don't crash when a layer with a touch event handler becomes non-com posited
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS rects.length is 1 6 PASS rects.length is 1
8 PASS rects[0].layerRootNode.id is "layer"
9 PASS rects.length is 1
10 PASS rects[0].layerRootNode.nodeName is "#document" 7 PASS rects[0].layerRootNode.nodeName is "#document"
11 PASS successfullyParsed is true 8 PASS successfullyParsed is true
12 9
13 TEST COMPLETE 10 TEST COMPLETE
14 11 Foo
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698