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

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

Issue 2674673005: Move tests for MARQUEE element to html/marquee/. (Closed)
Patch Set: Created 3 years, 10 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 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 Setting "loop" to 0 raises an exception: 117 Setting "loop" to 0 raises an exception:
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.. 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..
119 Setting "loop" to a negative value raises an exception: 119 Setting "loop" to a negative value raises an exception:
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.. 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..
121 "loop" can be set to -1 by script: 121 "loop" can be set to -1 by script:
122 PASS marquee.loop is -1 122 PASS marquee.loop is -1
123 PASS successfullyParsed is true 123 PASS successfullyParsed is true
124 124
125 TEST COMPLETE 125 TEST COMPLETE
126 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698