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

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

Issue 14990005: Remove ENTITY_REFERENCE_NODE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove some empty lines 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 17 matching lines...) Expand all
28 PASS: canGet('Document') should be 'true' and is. 28 PASS: canGet('Document') should be 'true' and is.
29 PASS: canSet('Document') should be 'true' and is. 29 PASS: canSet('Document') should be 'true' and is.
30 PASS: canGet('DocumentFragment') should be 'true' and is. 30 PASS: canGet('DocumentFragment') should be 'true' and is.
31 PASS: canSet('DocumentFragment') should be 'true' and is. 31 PASS: canSet('DocumentFragment') should be 'true' and is.
32 PASS: canGet('DocumentType') should be 'true' and is. 32 PASS: canGet('DocumentType') should be 'true' and is.
33 PASS: canSet('DocumentType') should be 'true' and is. 33 PASS: canSet('DocumentType') should be 'true' and is.
34 PASS: canGet('Element') should be 'true' and is. 34 PASS: canGet('Element') should be 'true' and is.
35 PASS: canSet('Element') should be 'true' and is. 35 PASS: canSet('Element') should be 'true' and is.
36 PASS: canGet('Entity') should be 'true' and is. 36 PASS: canGet('Entity') should be 'true' and is.
37 PASS: canSet('Entity') should be 'true' and is. 37 PASS: canSet('Entity') should be 'true' and is.
38 PASS: canGet('EntityReference') should be 'true' and is.
39 PASS: canSet('EntityReference') should be 'true' and is.
40 PASS: canGet('EvalError') should be 'true' and is. 38 PASS: canGet('EvalError') should be 'true' and is.
41 PASS: canSet('EvalError') should be 'true' and is. 39 PASS: canSet('EvalError') should be 'true' and is.
42 PASS: canGet('Event') should be 'true' and is. 40 PASS: canGet('Event') should be 'true' and is.
43 PASS: canSet('Event') should be 'true' and is. 41 PASS: canSet('Event') should be 'true' and is.
44 PASS: canGet('HTMLAnchorElement') should be 'true' and is. 42 PASS: canGet('HTMLAnchorElement') should be 'true' and is.
45 PASS: canSet('HTMLAnchorElement') should be 'true' and is. 43 PASS: canSet('HTMLAnchorElement') should be 'true' and is.
46 PASS: canGet('HTMLAppletElement') should be 'true' and is. 44 PASS: canGet('HTMLAppletElement') should be 'true' and is.
47 PASS: canSet('HTMLAppletElement') should be 'true' and is. 45 PASS: canSet('HTMLAppletElement') should be 'true' and is.
48 PASS: canGet('HTMLAreaElement') should be 'true' and is. 46 PASS: canGet('HTMLAreaElement') should be 'true' and is.
49 PASS: canSet('HTMLAreaElement') should be 'true' and is. 47 PASS: canSet('HTMLAreaElement') should be 'true' and is.
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 PASS: canSet('scrollBy') should be 'true' and is. 372 PASS: canSet('scrollBy') should be 'true' and is.
375 PASS: canGet('scrollTo') should be 'true' and is. 373 PASS: canGet('scrollTo') should be 'true' and is.
376 PASS: canSet('scrollTo') should be 'true' and is. 374 PASS: canSet('scrollTo') should be 'true' and is.
377 PASS: canGet('setInterval') should be 'true' and is. 375 PASS: canGet('setInterval') should be 'true' and is.
378 PASS: canSet('setInterval') should be 'true' and is. 376 PASS: canSet('setInterval') should be 'true' and is.
379 PASS: canGet('setTimeout') should be 'true' and is. 377 PASS: canGet('setTimeout') should be 'true' and is.
380 PASS: canSet('setTimeout') should be 'true' and is. 378 PASS: canSet('setTimeout') should be 'true' and is.
381 PASS: canGet('stop') should be 'true' and is. 379 PASS: canGet('stop') should be 'true' and is.
382 PASS: canSet('stop') should be 'true' and is. 380 PASS: canSet('stop') should be 'true' and is.
383 381
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