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

Side by Side Diff: LayoutTests/platform/win/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.txt

Issue 183663013: Auto-rebaseline for r167551 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 (repaint rects
17 (rect 8 8 27 4)
18 (rect 8 8 27 4)
19 (rect 8 8 27 4)
20 (rect 8 8 27 4)
21 (rect 8 8 27 4)
22 (rect 8 8 27 4)
23 (rect 8 8 27 4)
24 (rect 8 8 27 4)
25 )
16 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698