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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 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 SVG 1.1 dynamic update tests 1 SVG 1.1 dynamic update tests
2 2
3 Check that SVGEllipseElement is initially displayed 3 Check that SVGEllipseElement is initially displayed
4 PASS ellipseElement.getBBox().width is 400 4 PASS ellipseElement.getBBox().width is 400
5 PASS ellipseElement.getBBox().height is 400 5 PASS ellipseElement.getBBox().height is 400
6 Check that setting requiredFeatures to something invalid makes it not render 6 Check that setting requiredFeatures to something invalid makes it not render
7 PASS ellipseElement.getBBox().width is 0 7 PASS ellipseElement.getBBox().width is 0
8 PASS ellipseElement.getBBox().height is 0 8 PASS ellipseElement.getBBox().height is 0
9 Check that setting requiredFeatures to something valid makes it render again 9 Check that setting requiredFeatures to something valid makes it render again
10 PASS ellipseElement.getBBox().width is 400 10 PASS ellipseElement.getBBox().width is 400
11 PASS ellipseElement.getBBox().height is 400 11 PASS ellipseElement.getBBox().height is 400
12 Check that adding something valid to requiredFeatures keeps rendering the elemen t 12 Check that adding something valid to requiredFeatures keeps rendering the elemen t
13 PASS ellipseElement.getBBox().width is 400 13 PASS ellipseElement.getBBox().width is 400
14 PASS ellipseElement.getBBox().height is 400 14 PASS ellipseElement.getBBox().height is 400
15 Check that adding something invalid to requiredFeatures makes it not render 15 Check that adding something invalid to requiredFeatures makes it not render
16 PASS ellipseElement.getBBox().width is 0 16 PASS ellipseElement.getBBox().width is 0
17 PASS ellipseElement.getBBox().height is 0 17 PASS ellipseElement.getBBox().height is 0
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 (GraphicsLayer 21 (repaint rects
22 (bounds 800.00 600.00) 22 (rect 8 8 200 200)
23 (children 1 23 (rect 8 8 200 200)
24 (GraphicsLayer 24 (rect 8 8 200 200)
25 (bounds 800.00 600.00) 25 (rect 8 8 200 200)
26 (contentsOpaque 1) 26 (rect 8 8 200 200)
27 (drawsContent 1)
28 (repaint rects
29 (rect 8.00 8.00 200.00 200.00)
30 (rect 8.00 8.00 200.00 200.00)
31 (rect 8.00 8.00 200.00 200.00)
32 (rect 8.00 8.00 200.00 200.00)
33 (rect 8.00 8.00 200.00 200.00)
34 )
35 )
36 )
37 ) 27 )
38 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698