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

Side by Side Diff: LayoutTests/platform/win/svg/dynamic-updates/SVGTextElement-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 SVGTextElement is initially displayed 3 Check that SVGTextElement is initially displayed
4 PASS textElement.getBBox().width > 0 is true 4 PASS textElement.getBBox().width > 0 is true
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 textElement.getBBox().width is 0 6 PASS textElement.getBBox().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 textElement.getBBox().width > 0 is true 8 PASS textElement.getBBox().width > 0 is true
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 textElement.getBBox().width > 0 is true 10 PASS textElement.getBBox().width > 0 is true
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 textElement.getBBox().width is 0 12 PASS textElement.getBBox().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 27 4)
18 (children 1 18 (rect 8 8 27 4)
19 (GraphicsLayer 19 (rect 8 8 27 4)
20 (bounds 800.00 600.00) 20 (rect 8 8 27 4)
21 (contentsOpaque 1) 21 (rect 8 8 27 4)
22 (drawsContent 1) 22 (rect 8 8 27 4)
23 (repaint rects 23 (rect 8 8 27 4)
24 (rect 8.00 8.00 27.00 4.00) 24 (rect 8 8 27 4)
25 (rect 8.00 8.00 27.00 4.00)
26 (rect 8.00 8.00 27.00 4.00)
27 (rect 8.00 8.00 27.00 4.00)
28 (rect 8.00 8.00 27.00 4.00)
29 (rect 8.00 8.00 27.00 4.00)
30 (rect 8.00 8.00 27.00 4.00)
31 (rect 8.00 8.00 27.00 4.00)
32 )
33 )
34 )
35 ) 25 )
36 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698