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

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

Issue 143673005: Remove Entity interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 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 15 matching lines...) Expand all
26 PASS: canGet('DOMParser') should be 'true' and is. 26 PASS: canGet('DOMParser') should be 'true' and is.
27 PASS: canSet('DOMParser') should be 'true' and is. 27 PASS: canSet('DOMParser') should be 'true' and is.
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.
37 PASS: canSet('Entity') should be 'true' and is.
38 PASS: canGet('EvalError') should be 'true' and is. 36 PASS: canGet('EvalError') should be 'true' and is.
39 PASS: canSet('EvalError') should be 'true' and is. 37 PASS: canSet('EvalError') should be 'true' and is.
40 PASS: canGet('Event') should be 'true' and is. 38 PASS: canGet('Event') should be 'true' and is.
41 PASS: canSet('Event') should be 'true' and is. 39 PASS: canSet('Event') should be 'true' and is.
42 PASS: canGet('HTMLAnchorElement') should be 'true' and is. 40 PASS: canGet('HTMLAnchorElement') should be 'true' and is.
43 PASS: canSet('HTMLAnchorElement') should be 'true' and is. 41 PASS: canSet('HTMLAnchorElement') should be 'true' and is.
44 PASS: canGet('HTMLAppletElement') should be 'true' and is. 42 PASS: canGet('HTMLAppletElement') should be 'true' and is.
45 PASS: canSet('HTMLAppletElement') should be 'true' and is. 43 PASS: canSet('HTMLAppletElement') should be 'true' and is.
46 PASS: canGet('HTMLAreaElement') should be 'true' and is. 44 PASS: canGet('HTMLAreaElement') should be 'true' and is.
47 PASS: canSet('HTMLAreaElement') should be 'true' and is. 45 PASS: canSet('HTMLAreaElement') should be 'true' and is.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 PASS: canSetWithCallable('onscroll') should be 'true' and is. 377 PASS: canSetWithCallable('onscroll') should be 'true' and is.
380 PASS: canGet('onsearch') should be 'true' and is. 378 PASS: canGet('onsearch') should be 'true' and is.
381 PASS: canSetWithCallable('onsearch') should be 'true' and is. 379 PASS: canSetWithCallable('onsearch') should be 'true' and is.
382 PASS: canGet('onselect') should be 'true' and is. 380 PASS: canGet('onselect') should be 'true' and is.
383 PASS: canSetWithCallable('onselect') should be 'true' and is. 381 PASS: canSetWithCallable('onselect') should be 'true' and is.
384 PASS: canGet('onsubmit') should be 'true' and is. 382 PASS: canGet('onsubmit') should be 'true' and is.
385 PASS: canSetWithCallable('onsubmit') should be 'true' and is. 383 PASS: canSetWithCallable('onsubmit') should be 'true' and is.
386 PASS: canGet('onunload') should be 'true' and is. 384 PASS: canGet('onunload') should be 'true' and is.
387 PASS: canSetWithCallable('onunload') should be 'true' and is. 385 PASS: canSetWithCallable('onunload') should be 'true' and is.
388 386
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