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

Side by Side Diff: LayoutTests/fast/dom/URL-attribute-reflection-expected.txt

Issue 236813004: Deprecate HTMLHtmlElement.manifest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-command-copy-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
1 CONSOLE WARNING: 'HTMLHtmlElement.manifest' is deprecated. The manifest attribut e only has an effect during the early stages of document load.
1 Test reflecting URL attributes with empty string values. 2 Test reflecting URL attributes with empty string values.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS testURLReflection('attribute', 'element') is 'none' 7 PASS testURLReflection('attribute', 'element') is 'none'
7 PASS testURLReflection('id', 'element') is 'non-URL' 8 PASS testURLReflection('id', 'element') is 'non-URL'
8 PASS testURLReflection('action', 'form') is 'URL' 9 PASS testURLReflection('action', 'form') is 'URL'
9 PASS testURLReflection('cite', 'blockquote') is 'URL' 10 PASS testURLReflection('cite', 'blockquote') is 'URL'
10 PASS testURLReflection('cite', 'del') is 'URL' 11 PASS testURLReflection('cite', 'del') is 'URL'
(...skipping 16 matching lines...) Expand all
27 PASS testURLReflection('src', 'input') is 'URL' 28 PASS testURLReflection('src', 'input') is 'URL'
28 PASS testURLReflection('src', 'script') is 'URL' 29 PASS testURLReflection('src', 'script') is 'URL'
29 PASS testURLReflection('src', 'source') is 'URL' 30 PASS testURLReflection('src', 'source') is 'URL'
30 PASS testURLReflection('src', 'video') is 'URL' 31 PASS testURLReflection('src', 'video') is 'URL'
31 PASS testURLReflection('longDesc', 'img') is 'URL' 32 PASS testURLReflection('longDesc', 'img') is 'URL'
32 PASS testURLReflection('lowsrc', 'img') is 'URL' 33 PASS testURLReflection('lowsrc', 'img') is 'URL'
33 PASS successfullyParsed is true 34 PASS successfullyParsed is true
34 35
35 TEST COMPLETE 36 TEST COMPLETE
36 37
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-command-copy-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698