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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null-expected.txt

Issue 1424313004: Remove HTMLFrameElement.prototype.getSVGDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview/tools/WebViewShell/test/webexposed/ Created 5 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
1 This tests that 'getSVGDocument' returns null on elements that don't contain SVG documents. 1 This tests that 'getSVGDocument' returns null on elements that don't contain SVG documents.
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 document.createElement('object').getSVGDocument() is null 6 PASS document.createElement('object').getSVGDocument() is null
7 PASS document.createElement('frame').getSVGDocument() is null
8 PASS document.createElement('iframe').getSVGDocument() is null 7 PASS document.createElement('iframe').getSVGDocument() is null
9 PASS document.createElement('embed').getSVGDocument() is null 8 PASS document.createElement('embed').getSVGDocument() is null
10 PASS successfullyParsed is true 9 PASS successfullyParsed is true
11 10
12 TEST COMPLETE 11 TEST COMPLETE
13 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698