OLD | NEW |
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 |
OLD | NEW |