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

Side by Side Diff: LayoutTests/svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard-expected.txt

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update newly added test 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 This test makes sure we can add manually parsed SVG to the document when in dash board compatibility mode. It can not be tested manually. 1 This test makes sure we can add manually parsed SVG to the document when in dash board compatibility mode. It can not be tested manually.
2 2
3 Parsing of the document isn't prevented and produces a [object Document] 3 Parsing of the document isn't prevented and produces a [object XMLDocument]
4 The circle element is of type [object SVGCircleElement] 4 The circle element is of type [object SVGCircleElement]
5 PASS: Managed to insert SVG element into tree 5 PASS: Managed to insert SVG element into tree
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698