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

Side by Side Diff: LayoutTests/fast/html/marquee-element-expected.txt

Issue 393543002: Reflected attributes should be removed when 'null', 'undefined' or 'false' is specified (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « LayoutTests/fast/html/marquee-element.html ('k') | Source/core/html/HTMLMarqueeElement.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Various tests for the marquee element. 1 Various tests for the marquee element.
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 "behavior" IDL attribute reflects content attribute: 6 "behavior" IDL attribute reflects content attribute:
7 PASS marquee.behavior is "slide" 7 PASS marquee.behavior is "slide"
8 "behavior" IDL attribute can be modified: 8 "behavior" IDL attribute can be modified:
9 PASS marquee.behavior is "alternate" 9 PASS marquee.behavior is "alternate"
10 "bgColor" IDL attribute reflects content attribute: 10 "bgColor" IDL attribute reflects content attribute:
(...skipping 25 matching lines...) Expand all
36 "scrollAmount" IDL attribute can be modified: 36 "scrollAmount" IDL attribute can be modified:
37 PASS marquee.scrollAmount is 6 37 PASS marquee.scrollAmount is 6
38 "scrollDelay" IDL attribute reflects content attribute: 38 "scrollDelay" IDL attribute reflects content attribute:
39 PASS marquee.scrollDelay is 50 39 PASS marquee.scrollDelay is 50
40 "scrollDelay" IDL attribute can be modified: 40 "scrollDelay" IDL attribute can be modified:
41 PASS marquee.scrollDelay is 60 41 PASS marquee.scrollDelay is 60
42 "trueSpeed" IDL attribute reflects content attribute: 42 "trueSpeed" IDL attribute reflects content attribute:
43 PASS marquee.trueSpeed is true 43 PASS marquee.trueSpeed is true
44 "trueSpeed" IDL attribute can be modified: 44 "trueSpeed" IDL attribute can be modified:
45 PASS marquee.trueSpeed is false 45 PASS marquee.trueSpeed is false
46 PASS marquee.hasAttribute("truespeed") is false
47 "trueSpeed" IDL attribute can be modified:
48 PASS marquee.hasAttribute("truespeed") is false
49 "trueSpeed" IDL attribute can be modified:
50 PASS marquee.hasAttribute("truespeed") is false
46 "vspace" IDL attribute reflects content attribute: 51 "vspace" IDL attribute reflects content attribute:
47 PASS marquee.vspace is 10 52 PASS marquee.vspace is 10
48 "vspace" IDL attribute can be modified: 53 "vspace" IDL attribute can be modified:
49 PASS marquee.vspace is 20 54 PASS marquee.vspace is 20
50 "vspace" IDL attribute is 0 when content attribute is negative: 55 "vspace" IDL attribute is 0 when content attribute is negative:
51 PASS marquee.vspace is 0 56 PASS marquee.vspace is 0
52 "vspace" IDL attribute is 0 when content attribute is too large: 57 "vspace" IDL attribute is 0 when content attribute is too large:
53 PASS marquee.vspace is 0 58 PASS marquee.vspace is 0
54 Default "scrollAmount" value is 6: 59 Default "scrollAmount" value is 6:
55 PASS marquee.scrollAmount is 6 60 PASS marquee.scrollAmount is 6
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 Setting "loop" to 0 raises an exception: 117 Setting "loop" to 0 raises an exception:
113 PASS document.getElementById("marquee").loop = 0; threw exception IndexSizeError : Failed to set the 'loop' property on 'HTMLMarqueeElement': The provided value (0) is neither positive nor -1.. 118 PASS document.getElementById("marquee").loop = 0; threw exception IndexSizeError : Failed to set the 'loop' property on 'HTMLMarqueeElement': The provided value (0) is neither positive nor -1..
114 Setting "loop" to a negative value raises an exception: 119 Setting "loop" to a negative value raises an exception:
115 PASS document.getElementById("marquee").scrollDelay = -5; threw exception IndexS izeError: Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The provided value (-5) is negative.. 120 PASS document.getElementById("marquee").scrollDelay = -5; threw exception IndexS izeError: Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The provided value (-5) is negative..
116 "loop" can be set to -1 by script: 121 "loop" can be set to -1 by script:
117 PASS marquee.loop is -1 122 PASS marquee.loop is -1
118 PASS successfullyParsed is true 123 PASS successfullyParsed is true
119 124
120 TEST COMPLETE 125 TEST COMPLETE
121 126
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/marquee-element.html ('k') | Source/core/html/HTMLMarqueeElement.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698