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

Side by Side Diff: LayoutTests/fast/innerHTML/innerHTML-svg-read-expected.txt

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master Created 7 years, 1 month 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
(Empty)
1 Test that accessing innerHTML and outerHTML properties works on SVG elements
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS innerHTML("emptysvg") is ""
7 PASS innerHTML("rectsvg") is "<rect></rect>"
8 PASS innerHTML("foreign") is "<foreignObject width=\"100\" height=\"30\"><p>html </p></foreignObject>"
9 PASS outerHTML("emptysvg") is "<svg id=\"emptysvg\"></svg>"
10 PASS outerHTML("rectsvg") is "<svg id=\"rectsvg\"><rect></rect></svg>"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698