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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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('CSSRule') should be 'true' and is. 10 PASS: canGet('CSSRule') should be 'true' and is.
(...skipping 17 matching lines...) Expand all
28 PASS: canGet('DocumentType') should be 'true' and is. 28 PASS: canGet('DocumentType') should be 'true' and is.
29 PASS: canSet('DocumentType') should be 'true' and is. 29 PASS: canSet('DocumentType') should be 'true' and is.
30 PASS: canGet('Element') should be 'true' and is. 30 PASS: canGet('Element') should be 'true' and is.
31 PASS: canSet('Element') should be 'true' and is. 31 PASS: canSet('Element') should be 'true' and is.
32 PASS: canGet('EvalError') should be 'true' and is. 32 PASS: canGet('EvalError') should be 'true' and is.
33 PASS: canSet('EvalError') should be 'true' and is. 33 PASS: canSet('EvalError') should be 'true' and is.
34 PASS: canGet('Event') should be 'true' and is. 34 PASS: canGet('Event') should be 'true' and is.
35 PASS: canSet('Event') should be 'true' and is. 35 PASS: canSet('Event') should be 'true' and is.
36 PASS: canGet('HTMLAnchorElement') should be 'true' and is. 36 PASS: canGet('HTMLAnchorElement') should be 'true' and is.
37 PASS: canSet('HTMLAnchorElement') should be 'true' and is. 37 PASS: canSet('HTMLAnchorElement') should be 'true' and is.
38 PASS: canGet('HTMLAppletElement') should be 'true' and is.
39 PASS: canSet('HTMLAppletElement') should be 'true' and is.
40 PASS: canGet('HTMLAreaElement') should be 'true' and is. 38 PASS: canGet('HTMLAreaElement') should be 'true' and is.
41 PASS: canSet('HTMLAreaElement') should be 'true' and is. 39 PASS: canSet('HTMLAreaElement') should be 'true' and is.
42 PASS: canGet('HTMLBRElement') should be 'true' and is. 40 PASS: canGet('HTMLBRElement') should be 'true' and is.
43 PASS: canSet('HTMLBRElement') should be 'true' and is. 41 PASS: canSet('HTMLBRElement') should be 'true' and is.
44 PASS: canGet('HTMLBaseElement') should be 'true' and is. 42 PASS: canGet('HTMLBaseElement') should be 'true' and is.
45 PASS: canSet('HTMLBaseElement') should be 'true' and is. 43 PASS: canSet('HTMLBaseElement') should be 'true' and is.
46 PASS: canGet('HTMLBodyElement') should be 'true' and is. 44 PASS: canGet('HTMLBodyElement') should be 'true' and is.
47 PASS: canSet('HTMLBodyElement') should be 'true' and is. 45 PASS: canSet('HTMLBodyElement') should be 'true' and is.
48 PASS: canGet('HTMLButtonElement') should be 'true' and is. 46 PASS: canGet('HTMLButtonElement') should be 'true' and is.
49 PASS: canSet('HTMLButtonElement') should be 'true' and is. 47 PASS: canSet('HTMLButtonElement') should be 'true' and is.
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 PASS: canSetWithCallable('onscroll') should be 'true' and is. 371 PASS: canSetWithCallable('onscroll') should be 'true' and is.
374 PASS: canGet('onsearch') should be 'true' and is. 372 PASS: canGet('onsearch') should be 'true' and is.
375 PASS: canSetWithCallable('onsearch') should be 'true' and is. 373 PASS: canSetWithCallable('onsearch') should be 'true' and is.
376 PASS: canGet('onselect') should be 'true' and is. 374 PASS: canGet('onselect') should be 'true' and is.
377 PASS: canSetWithCallable('onselect') should be 'true' and is. 375 PASS: canSetWithCallable('onselect') should be 'true' and is.
378 PASS: canGet('onsubmit') should be 'true' and is. 376 PASS: canGet('onsubmit') should be 'true' and is.
379 PASS: canSetWithCallable('onsubmit') should be 'true' and is. 377 PASS: canSetWithCallable('onsubmit') should be 'true' and is.
380 PASS: canGet('onunload') should be 'true' and is. 378 PASS: canGet('onunload') should be 'true' and is.
381 PASS: canSetWithCallable('onunload') should be 'true' and is. 379 PASS: canSetWithCallable('onunload') should be 'true' and is.
382 380
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