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

Side by Side Diff: LayoutTests/fast/dom/Window/get-set-properties-expected.txt

Issue 14705009: Remove RangeException interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 7 years, 7 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
OLDNEW
1 This page tests getting and setting window properties and functions. 1 This page tests getting and setting window properties and functions.
2 2
3 3
4 ----- tests for getting/setting read-write properties ----- 4 ----- tests for getting/setting read-write properties -----
5 5
6 PASS: canGet('Attr') should be 'true' and is. 6 PASS: canGet('Attr') should be 'true' and is.
7 PASS: canSet('Attr') should be 'true' and is. 7 PASS: canSet('Attr') should be 'true' and is.
8 PASS: canGet('CDATASection') should be 'true' and is. 8 PASS: canGet('CDATASection') should be 'true' and is.
9 PASS: canSet('CDATASection') should be 'true' and is. 9 PASS: canSet('CDATASection') should be 'true' and is.
10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is. 10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 PASS: canGet('Notation') should be 'true' and is. 160 PASS: canGet('Notation') should be 'true' and is.
161 PASS: canSet('Notation') should be 'true' and is. 161 PASS: canSet('Notation') should be 'true' and is.
162 PASS: canGet('Option') should be 'true' and is. 162 PASS: canGet('Option') should be 'true' and is.
163 PASS: canSet('Option') should be 'true' and is. 163 PASS: canSet('Option') should be 'true' and is.
164 PASS: canGet('ProcessingInstruction') should be 'true' and is. 164 PASS: canGet('ProcessingInstruction') should be 'true' and is.
165 PASS: canSet('ProcessingInstruction') should be 'true' and is. 165 PASS: canSet('ProcessingInstruction') should be 'true' and is.
166 PASS: canGet('Range') should be 'true' and is. 166 PASS: canGet('Range') should be 'true' and is.
167 PASS: canSet('Range') should be 'true' and is. 167 PASS: canSet('Range') should be 'true' and is.
168 PASS: canGet('RangeError') should be 'true' and is. 168 PASS: canGet('RangeError') should be 'true' and is.
169 PASS: canSet('RangeError') should be 'true' and is. 169 PASS: canSet('RangeError') should be 'true' and is.
170 PASS: canGet('RangeException') should be 'true' and is.
171 PASS: canSet('RangeException') should be 'true' and is.
172 PASS: canGet('ReferenceError') should be 'true' and is. 170 PASS: canGet('ReferenceError') should be 'true' and is.
173 PASS: canSet('ReferenceError') should be 'true' and is. 171 PASS: canSet('ReferenceError') should be 'true' and is.
174 PASS: canGet('SyntaxError') should be 'true' and is. 172 PASS: canGet('SyntaxError') should be 'true' and is.
175 PASS: canSet('SyntaxError') should be 'true' and is. 173 PASS: canSet('SyntaxError') should be 'true' and is.
176 PASS: canGet('Text') should be 'true' and is. 174 PASS: canGet('Text') should be 'true' and is.
177 PASS: canSet('Text') should be 'true' and is. 175 PASS: canSet('Text') should be 'true' and is.
178 PASS: canGet('TypeError') should be 'true' and is. 176 PASS: canGet('TypeError') should be 'true' and is.
179 PASS: canSet('TypeError') should be 'true' and is. 177 PASS: canSet('TypeError') should be 'true' and is.
180 PASS: canGet('URIError') should be 'true' and is. 178 PASS: canGet('URIError') should be 'true' and is.
181 PASS: canSet('URIError') should be 'true' and is. 179 PASS: canSet('URIError') should be 'true' and is.
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 PASS: canSet('scrollBy') should be 'true' and is. 378 PASS: canSet('scrollBy') should be 'true' and is.
381 PASS: canGet('scrollTo') should be 'true' and is. 379 PASS: canGet('scrollTo') should be 'true' and is.
382 PASS: canSet('scrollTo') should be 'true' and is. 380 PASS: canSet('scrollTo') should be 'true' and is.
383 PASS: canGet('setInterval') should be 'true' and is. 381 PASS: canGet('setInterval') should be 'true' and is.
384 PASS: canSet('setInterval') should be 'true' and is. 382 PASS: canSet('setInterval') should be 'true' and is.
385 PASS: canGet('setTimeout') should be 'true' and is. 383 PASS: canGet('setTimeout') should be 'true' and is.
386 PASS: canSet('setTimeout') should be 'true' and is. 384 PASS: canSet('setTimeout') should be 'true' and is.
387 PASS: canGet('stop') should be 'true' and is. 385 PASS: canGet('stop') should be 'true' and is.
388 PASS: canSet('stop') should be 'true' and is. 386 PASS: canSet('stop') should be 'true' and is.
389 387
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/get-set-properties.html ('k') | LayoutTests/fast/dom/Window/resources/window-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698