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

Side by Side Diff: LayoutTests/fast/css/overflow-property-expected.txt

Issue 14619018: As discussed in blink-dev mailing list remove getPropertyShorthand and isImplicit from the Web expo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 tests the parsing and retrieval of the overflow, overflow-x and overflow-y properties. 1 This tests the parsing and retrieval of the overflow, overflow-x and overflow-y properties.
2 2
3 PASS test0.style.overflow is "auto" 3 PASS test0.style.overflow is "auto"
4 PASS test0.style.overflowX is "auto" 4 PASS test0.style.overflowX is "auto"
5 PASS test0.style.overflowY is "auto" 5 PASS test0.style.overflowY is "auto"
6 PASS test0.style.getPropertyShorthand('overflow-x') is "overflow"
7 PASS test0.style.getPropertyShorthand('overflow-y') is "overflow"
8 PASS test1.style.overflow is "" 6 PASS test1.style.overflow is ""
9 PASS test1.style.overflowX is "" 7 PASS test1.style.overflowX is ""
10 PASS test1.style.overflowY is "" 8 PASS test1.style.overflowY is ""
11 PASS test2.style.overflow is "scroll" 9 PASS test2.style.overflow is "scroll"
12 PASS test2.style.overflowX is "scroll" 10 PASS test2.style.overflowX is "scroll"
13 PASS test2.style.overflowY is "scroll" 11 PASS test2.style.overflowY is "scroll"
14 PASS test3.style.overflow is "" 12 PASS test3.style.overflow is ""
15 PASS test3.style.overflowX is "overlay" 13 PASS test3.style.overflowX is "overlay"
16 PASS test3.style.overflowY is "hidden" 14 PASS test3.style.overflowY is "hidden"
17 PASS test4.style.overflow is "" 15 PASS test4.style.overflow is ""
(...skipping 11 matching lines...) Expand all
29 PASS test8.style.overflowX is "" 27 PASS test8.style.overflowX is ""
30 PASS test8.style.overflowY is "-webkit-paged-x" 28 PASS test8.style.overflowY is "-webkit-paged-x"
31 PASS test9.style.overflowX is "auto" 29 PASS test9.style.overflowX is "auto"
32 PASS test9.style.overflowY is "-webkit-paged-y" 30 PASS test9.style.overflowY is "-webkit-paged-y"
33 PASS test10.style.overflowX is "visible" 31 PASS test10.style.overflowX is "visible"
34 PASS test10.style.overflowY is "-webkit-paged-y" 32 PASS test10.style.overflowY is "-webkit-paged-y"
35 PASS successfullyParsed is true 33 PASS successfullyParsed is true
36 34
37 TEST COMPLETE 35 TEST COMPLETE
38 36
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/overflow-property.html ('k') | LayoutTests/fast/inspector-support/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698