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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGSVGElement-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, 7 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 SVGSVGElement is initially displayed 3 Check that SVGSVGElement is initially displayed
4 PASS svgElement.getBoundingClientRect().width is 300 4 PASS svgElement.getBoundingClientRect().width is 300
5 Check that setting requiredFeatures to something invalid makes it not render 5 Check that setting requiredFeatures to something invalid makes it not render
6 PASS svgElement.getBoundingClientRect().width is 0 6 PASS svgElement.getBoundingClientRect().width is 0
7 Check that setting requiredFeatures to something valid makes it render again 7 Check that setting requiredFeatures to something valid makes it render again
8 PASS svgElement.getBoundingClientRect().width is 300 8 PASS svgElement.getBoundingClientRect().width is 300
9 Check that adding something valid to requiredFeatures keeps rendering the elemen t 9 Check that adding something valid to requiredFeatures keeps rendering the elemen t
10 PASS svgElement.getBoundingClientRect().width is 300 10 PASS svgElement.getBoundingClientRect().width is 300
11 Check that adding something invalid to requiredFeatures makes it not render 11 Check that adding something invalid to requiredFeatures makes it not render
12 PASS svgElement.getBoundingClientRect().width is 0 12 PASS svgElement.getBoundingClientRect().width is 0
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 (GraphicsLayer 16 (repaint rects
17 (bounds 800.00 600.00) 17 (rect 8 8 784 584)
18 (children 1 18 (rect 8 8 784 584)
19 (GraphicsLayer 19 (rect 8 8 784 584)
20 (bounds 800.00 600.00) 20 (rect 8 8 784 584)
21 (contentsOpaque 1) 21 (rect 8 8 784 584)
22 (drawsContent 1) 22 (rect 8 8 784 300)
23 (repaint rects 23 (rect 8 8 784 584)
24 (rect 8.00 8.00 784.00 584.00) 24 (rect 8 8 784 584)
25 (rect 8.00 8.00 784.00 584.00) 25 (rect 8 8 784 584)
26 (rect 8.00 8.00 784.00 584.00)
27 (rect 8.00 8.00 784.00 584.00)
28 (rect 8.00 8.00 784.00 584.00)
29 (rect 8.00 8.00 784.00 300.00)
30 (rect 8.00 8.00 784.00 584.00)
31 (rect 8.00 8.00 784.00 584.00)
32 (rect 8.00 8.00 784.00 584.00)
33 )
34 )
35 )
36 ) 26 )
37 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698