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

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

Issue 715913003: Remove remaining testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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.
11 PASS: canSet('CSSPrimitiveValue') should be 'true' and is.
12 PASS: canGet('CSSRule') should be 'true' and is. 10 PASS: canGet('CSSRule') should be 'true' and is.
13 PASS: canSet('CSSRule') should be 'true' and is. 11 PASS: canSet('CSSRule') should be 'true' and is.
14 PASS: canGet('CSSStyleDeclaration') should be 'true' and is. 12 PASS: canGet('CSSStyleDeclaration') should be 'true' and is.
15 PASS: canSet('CSSStyleDeclaration') should be 'true' and is. 13 PASS: canSet('CSSStyleDeclaration') should be 'true' and is.
16 PASS: canGet('CharacterData') should be 'true' and is. 14 PASS: canGet('CharacterData') should be 'true' and is.
17 PASS: canSet('CharacterData') should be 'true' and is. 15 PASS: canSet('CharacterData') should be 'true' and is.
18 PASS: canGet('Comment') should be 'true' and is. 16 PASS: canGet('Comment') should be 'true' and is.
19 PASS: canSet('Comment') should be 'true' and is. 17 PASS: canSet('Comment') should be 'true' and is.
20 PASS: canGet('DOMException') should be 'true' and is. 18 PASS: canGet('DOMException') should be 'true' and is.
21 PASS: canSet('DOMException') should be 'true' and is. 19 PASS: canSet('DOMException') should be 'true' and is.
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 PASS: canSetWithCallable('onscroll') should be 'true' and is. 373 PASS: canSetWithCallable('onscroll') should be 'true' and is.
376 PASS: canGet('onsearch') should be 'true' and is. 374 PASS: canGet('onsearch') should be 'true' and is.
377 PASS: canSetWithCallable('onsearch') should be 'true' and is. 375 PASS: canSetWithCallable('onsearch') should be 'true' and is.
378 PASS: canGet('onselect') should be 'true' and is. 376 PASS: canGet('onselect') should be 'true' and is.
379 PASS: canSetWithCallable('onselect') should be 'true' and is. 377 PASS: canSetWithCallable('onselect') should be 'true' and is.
380 PASS: canGet('onsubmit') should be 'true' and is. 378 PASS: canGet('onsubmit') should be 'true' and is.
381 PASS: canSetWithCallable('onsubmit') should be 'true' and is. 379 PASS: canSetWithCallable('onsubmit') should be 'true' and is.
382 PASS: canGet('onunload') should be 'true' and is. 380 PASS: canGet('onunload') should be 'true' and is.
383 PASS: canSetWithCallable('onunload') should be 'true' and is. 381 PASS: canSetWithCallable('onunload') should be 'true' and is.
384 382
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/get-set-properties.html ('k') | LayoutTests/transitions/multiple-text-shadow-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698