Changeset 201498 in webkit for trunk/LayoutTests/fast/css/parse-justify-self-expected.txt
- Timestamp:
- May 30, 2016, 1:14:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/fast/css/parse-justify-self-expected.txt
r194104 r201498 6 6 Test getting justify-self set through CSS 7 7 PASS getComputedStyle(justifySelfBaseline, '').getPropertyValue('justify-self') is 'baseline' 8 PASS getComputedStyle(justifySelfLastBaseline, '').getPropertyValue('justify-self') is 'last-baseline' 8 9 PASS getComputedStyle(justifySelfStretch, '').getPropertyValue('justify-self') is 'stretch' 9 10 PASS getComputedStyle(justifySelfStart, '').getPropertyValue('justify-self') is 'start' … … 14 15 PASS getComputedStyle(justifySelfLeft, '').getPropertyValue('justify-self') is 'left' 15 16 PASS getComputedStyle(justifySelfRight, '').getPropertyValue('justify-self') is 'right' 17 PASS getComputedStyle(justifySelfFlexStart, '').getPropertyValue('justify-self') is 'flex-start' 18 PASS getComputedStyle(justifySelfFlexEnd, '').getPropertyValue('justify-self') is 'flex-end' 16 19 PASS getComputedStyle(justifySelfEndUnsafe, '').getPropertyValue('justify-self') is 'end unsafe' 17 20 PASS getComputedStyle(justifySelfCenterUnsafe, '').getPropertyValue('justify-self') is 'center unsafe' … … 20 23 PASS getComputedStyle(justifySelfRightSafe, '').getPropertyValue('justify-self') is 'right safe' 21 24 PASS getComputedStyle(justifySelfLeftUnsafe, '').getPropertyValue('justify-self') is 'left unsafe' 25 PASS getComputedStyle(justifySelfFlexStartUnsafe, '').getPropertyValue('justify-self') is 'flex-start unsafe' 26 PASS getComputedStyle(justifySelfFlexEndSafe, '').getPropertyValue('justify-self') is 'flex-end safe' 22 27 23 28 Test initial value of justify-self through JS 24 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is ' start'29 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'normal' 25 30 26 31 Test getting and setting justify-self through JS 27 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'center' 28 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start unsafe' 29 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 32 PASS element.style.justifySelf is "center" 33 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "center" 34 PASS element.style.justifySelf is "start unsafe" 35 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "start unsafe" 36 PASS element.style.justifySelf is "flex-end safe" 37 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "flex-end safe" 38 PASS element.style.justifySelf is "right" 39 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "right" 40 PASS element.style.justifySelf is "center" 41 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "center" 42 PASS element.style.justifySelf is "self-start" 43 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "self-start" 44 PASS element.style.justifySelf is "auto" 45 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 46 PASS element.style.justifySelf is "auto" 47 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 48 PASS element.style.justifySelf is "auto" 49 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 50 PASS element.style.justifySelf is "self-end" 51 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "self-end" 30 52 31 53 Test bad combinations of justify-self 32 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 33 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 34 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 35 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 36 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 37 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 38 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 39 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 40 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 41 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 42 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 43 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 44 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 45 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 46 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 47 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 48 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 54 PASS element.style.justifySelf is "" 55 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 56 PASS element.style.justifySelf is "" 57 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 58 PASS element.style.justifySelf is "" 59 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 60 PASS element.style.justifySelf is "" 61 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 62 PASS element.style.justifySelf is "" 63 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 64 PASS element.style.justifySelf is "" 65 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 66 PASS element.style.justifySelf is "" 67 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 68 PASS element.style.justifySelf is "" 69 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 70 PASS element.style.justifySelf is "" 71 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 72 PASS element.style.justifySelf is "" 73 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 74 PASS element.style.justifySelf is "" 75 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 76 PASS element.style.justifySelf is "" 77 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 78 PASS element.style.justifySelf is "" 79 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 80 PASS element.style.justifySelf is "" 81 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 82 PASS element.style.justifySelf is "" 83 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 84 PASS element.style.justifySelf is "" 85 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 86 PASS element.style.justifySelf is "" 87 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 88 PASS element.style.justifySelf is "" 89 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 90 PASS element.style.justifySelf is "" 91 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 92 PASS element.style.justifySelf is "" 93 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 94 PASS element.style.justifySelf is "" 95 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 96 PASS element.style.justifySelf is "" 97 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 98 PASS element.style.justifySelf is "" 99 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 100 PASS element.style.justifySelf is "" 101 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 49 102 50 103 Test the value 'initial' 51 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'center' 52 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'start' 104 PASS element.style.justifySelf is "center" 105 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "center" 106 PASS element.style.justifySelf is "initial" 107 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 108 109 Test the value 'initial' for grid containers 110 PASS element.style.justifySelf is "left safe" 111 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left safe" 112 PASS element.style.justifySelf is "initial" 113 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 114 115 Test the value 'initial' for flex containers 116 PASS element.style.justifySelf is "right unsafe" 117 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "right unsafe" 118 PASS element.style.justifySelf is "initial" 119 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 120 121 Test the value 'initial' for positioned elements 122 PASS element.style.justifySelf is "left" 123 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left" 124 PASS element.style.justifySelf is "initial" 125 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 126 127 Test the value 'initial' for positioned elements in grid containers 128 PASS element.style.justifySelf is "right" 129 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "right" 130 PASS element.style.justifySelf is "initial" 131 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 132 133 Test the value 'initial' for positioned elements in grid containers 134 PASS element.style.justifySelf is "end" 135 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "end" 136 PASS element.style.justifySelf is "initial" 137 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "normal" 53 138 54 139 Test the value 'inherit' 55 PASS getComputedStyle(parentElement, '').getPropertyValue('justify-self') is 'end' 56 PASS getComputedStyle(element, '').getPropertyValue('justify-self') is 'end' 140 PASS element.style.justifySelf is "end" 141 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "end" 142 PASS element.style.justifySelf is "inherit" 143 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "end" 144 PASS element.style.justifySelf is "left safe" 145 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left safe" 146 PASS element.style.justifySelf is "inherit" 147 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "left safe" 148 PASS element.style.justifySelf is "center unsafe" 149 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "center unsafe" 150 PASS element.style.justifySelf is "inherit" 151 PASS window.getComputedStyle(element, '').getPropertyValue('justify-self') is "center unsafe" 57 152 PASS successfullyParsed is true 58 153
Note:
See TracChangeset
for help on using the changeset viewer.