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

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

Issue 67773002: Revert "Move innerHTML and outerHTML to Element" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/fast/innerHTML/innerHTML-svg-write-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698