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

Side by Side Diff: LayoutTests/svg/custom/frame-getSVGDocument-expected.txt

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix getSVGDocument to return SVGDocument Created 6 years, 11 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
OLDNEW
1 Tests that HTMLFrameElement and HTMLIFrameElement expose a getSVGDocument access or 1 Tests that HTMLFrameElement and HTMLIFrameElement expose a getSVGDocument access or
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 !!frame.getSVGDocument is true 6 PASS !!frame.getSVGDocument is true
7 PASS frame.getSVGDocument().toString() is "[object SVGDocument]" 7 PASS frame.getSVGDocument().toString() is "[object XMLDocument]"
8 PASS !!iframe.getSVGDocument is true 8 PASS !!iframe.getSVGDocument is true
9 PASS iframe.getSVGDocument().toString() is "[object SVGDocument]" 9 PASS iframe.getSVGDocument().toString() is "[object XMLDocument]"
10 PASS !!embed.getSVGDocument is true 10 PASS !!embed.getSVGDocument is true
11 PASS embed.getSVGDocument().toString() is "[object SVGDocument]" 11 PASS embed.getSVGDocument().toString() is "[object XMLDocument]"
12 PASS !!object.getSVGDocument is true 12 PASS !!object.getSVGDocument is true
13 PASS object.getSVGDocument().toString() is "[object SVGDocument]" 13 PASS object.getSVGDocument().toString() is "[object XMLDocument]"
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698