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

Side by Side Diff: LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash-expected.txt

Issue 315893002: SVGViewSpec wrapper should keep its context SVGSVGElement wrapper alive. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 years, 6 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/dom/SVGViewSpec-invalid-ref-crash.html ('k') | Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Confirm that null is returned when an SVGViewSpec is used after its correspondin g element has been removed. 1 Confirm that null is returned when an SVGViewSpec is used after its correspondin g element has been removed.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS viewPreserveAspectRatio = svgView.preserveAspectRatio; is null 6 PASS svgView.preserveAspectRatio; is non-null.
7 PASS viewTransform = svgView.transform; is null 7 PASS svgView.transform; is non-null.
8 PASS viewViewTarget = svgView.viewTarget; is null 8 PASS svgView.viewTarget; is null
9 PASS viewViewBox = svgView.viewBox; did not throw exception. 9 PASS svgView.viewBox; did not throw exception.
10 PASS svgView.preserveAspectRatioString is "" 10 PASS svgView.preserveAspectRatioString is "xMidYMid meet"
11 PASS svgView.transformString is "" 11 PASS svgView.transformString is ""
12 PASS svgView.viewBoxString is "" 12 PASS svgView.viewBoxString is "0 0 0 0"
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html ('k') | Source/core/svg/SVGViewSpec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698