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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt

Issue 283333006: Auto-rebaseline for r174060 (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/SVGForeignObjectElement-dom-height-attr-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
(Empty)
1 SVG 1.1 dynamic update tests
2
3 Check that SVGForeignObjectElement is initially displayed
4 PASS foreignObjectElement.getBBox().width is 200
5 PASS foreignObjectElement.getBBox().height is 200
6 Check that setting requiredFeatures to something invalid makes it not render
7 PASS foreignObjectElement.getBBox().width is 0
8 PASS foreignObjectElement.getBBox().height is 0
9 Check that setting requiredFeatures to something valid makes it render again
10 PASS foreignObjectElement.getBBox().width is 200
11 PASS foreignObjectElement.getBBox().height is 200
12 Check that adding something valid to requiredFeatures keeps rendering the elemen t
13 PASS foreignObjectElement.getBBox().width is 200
14 PASS foreignObjectElement.getBBox().height is 200
15 Check that adding something invalid to requiredFeatures makes it not render
16 PASS foreignObjectElement.getBBox().width is 0
17 PASS foreignObjectElement.getBBox().height is 0
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698