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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGLineElement-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 setting requiredFeatures to something valid makes it render again 3 Check that setting requiredFeatures to something valid makes it render again
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS lineElement.getBBox().width is 180 8 PASS lineElement.getBBox().width is 180
9 PASS lineElement.getBBox().height is 180 9 PASS lineElement.getBBox().height is 180
10 PASS lineElement.getBBox().width is 0 10 PASS lineElement.getBBox().width is 0
11 PASS lineElement.getBBox().height is 0 11 PASS lineElement.getBBox().height is 0
12 PASS lineElement.getBBox().width is 180 12 PASS lineElement.getBBox().width is 180
13 PASS lineElement.getBBox().height is 180 13 PASS lineElement.getBBox().height is 180
14 Check that adding something valid to requiredFeatures keeps rendering the elemen t 14 Check that adding something valid to requiredFeatures keeps rendering the elemen t
15 PASS lineElement.getBBox().width is 180 15 PASS lineElement.getBBox().width is 180
16 PASS lineElement.getBBox().height is 180 16 PASS lineElement.getBBox().height is 180
17 Check that adding something invalid to requiredFeatures makes it not render 17 Check that adding something invalid to requiredFeatures makes it not render
18 PASS lineElement.getBBox().width is 0 18 PASS lineElement.getBBox().width is 0
19 PASS lineElement.getBBox().height is 0 19 PASS lineElement.getBBox().height is 0
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 (GraphicsLayer 23 (repaint rects
24 (bounds 800.00 600.00) 24 (rect 24 24 188 188)
25 (children 1 25 (rect 24 24 188 188)
26 (GraphicsLayer 26 (rect 24 24 188 188)
27 (bounds 800.00 600.00) 27 (rect 24 24 188 188)
28 (contentsOpaque 1) 28 (rect 24 24 188 188)
29 (drawsContent 1)
30 (repaint rects
31 (rect 24.00 24.00 188.00 188.00)
32 (rect 24.00 24.00 188.00 188.00)
33 (rect 24.00 24.00 188.00 188.00)
34 (rect 24.00 24.00 188.00 188.00)
35 (rect 24.00 24.00 188.00 188.00)
36 )
37 )
38 )
39 ) 29 )
40 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698