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

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

Issue 269523002: 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
OLDNEW
1 SVG 1.1 dynamic update tests 1 SVG 1.1 dynamic update tests
2 2
3 Check that SVGGElement is initially displayed 3 Check that SVGGElement is initially displayed
4 PASS gElement.firstElementChild.getBBox().width is 200 4 PASS gElement.firstElementChild.getBBox().width is 200
5 PASS gElement.firstElementChild.getBBox().height is 200 5 PASS gElement.firstElementChild.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 gElement.firstElementChild.getBBox().width is 0 7 PASS gElement.firstElementChild.getBBox().width is 0
8 PASS gElement.firstElementChild.getBBox().height is 0 8 PASS gElement.firstElementChild.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 gElement.firstElementChild.getBBox().width is 200 10 PASS gElement.firstElementChild.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

Powered by Google App Engine
This is Rietveld 408576698