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

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

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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 | Annotate | Revision Log
OLDNEW
1 Test reflecting URL attributes with empty string values. 1 Test reflecting URL attributes with empty string values.
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 testURLReflection('attribute', 'element') is 'none' 6 PASS testURLReflection('attribute', 'element') is 'none'
7 PASS testURLReflection('id', 'element') is 'non-URL' 7 PASS testURLReflection('id', 'element') is 'non-URL'
8 PASS testURLReflection('action', 'form') is 'URL' 8 PASS testURLReflection('action', 'form') is 'URL'
9 PASS testURLReflection('cite', 'blockquote') is 'URL' 9 PASS testURLReflection('cite', 'blockquote') is 'URL'
10 PASS testURLReflection('cite', 'del') is 'URL' 10 PASS testURLReflection('cite', 'del') is 'URL'
(...skipping 12 matching lines...) Expand all
23 PASS testURLReflection('src', 'audio') is 'URL' 23 PASS testURLReflection('src', 'audio') is 'URL'
24 PASS testURLReflection('src', 'embed') is 'URL' 24 PASS testURLReflection('src', 'embed') is 'URL'
25 PASS testURLReflection('src', 'iframe') is 'URL' 25 PASS testURLReflection('src', 'iframe') is 'URL'
26 PASS testURLReflection('src', 'img') is 'URL' 26 PASS testURLReflection('src', 'img') is 'URL'
27 PASS testURLReflection('src', 'input') is 'URL' 27 PASS testURLReflection('src', 'input') is 'URL'
28 PASS testURLReflection('src', 'script') is 'URL' 28 PASS testURLReflection('src', 'script') is 'URL'
29 PASS testURLReflection('src', 'source') is 'URL' 29 PASS testURLReflection('src', 'source') is 'URL'
30 PASS testURLReflection('src', 'video') is 'URL' 30 PASS testURLReflection('src', 'video') is 'URL'
31 PASS testURLReflection('longDesc', 'img') is 'URL' 31 PASS testURLReflection('longDesc', 'img') is 'URL'
32 PASS testURLReflection('lowsrc', 'img') is 'URL' 32 PASS testURLReflection('lowsrc', 'img') is 'URL'
33 PASS successfullyParsed is true
33 34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698