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

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

Issue 260833004: Auto-rebaseline for r172887 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SVG 1.1 dynamic update tests 1 SVG 1.1 dynamic update tests
2 2
3 Check that SVGUseElement is initially displayed 3 Check that SVGUseElement is initially displayed
4 PASS useElement.getBBox().width is 200 4 PASS useElement.getBBox().width is 200
5 PASS useElement.getBBox().height is 200 5 PASS useElement.getBBox().height is 200
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 useElement.getBBox().width is 0 7 PASS useElement.getBBox().width is 0
8 PASS useElement.getBBox().height is 0 8 PASS useElement.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 useElement.getBBox().width is 200 10 PASS useElement.getBBox().width is 200
(...skipping 10 matching lines...) Expand all
21 (repaint rects 21 (repaint rects
22 (rect 8 8 200 200) 22 (rect 8 8 200 200)
23 (rect 8 8 200 200) 23 (rect 8 8 200 200)
24 (rect 8 8 200 200) 24 (rect 8 8 200 200)
25 (rect 8 8 200 200) 25 (rect 8 8 200 200)
26 (rect 8 8 200 200) 26 (rect 8 8 200 200)
27 (rect 8 8 200 200) 27 (rect 8 8 200 200)
28 (rect 8 8 200 200) 28 (rect 8 8 200 200)
29 (rect 8 8 200 200) 29 (rect 8 8 200 200)
30 (rect 8 8 200 200) 30 (rect 8 8 200 200)
31 (rect 8 8 200 200)
32 ) 31 )
33 32
OLDNEW
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698