window-open-popup-behavior.html.ini (8414B)
1 [window-open-popup-behavior.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT] 4 if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] 5 if (os == "android") and not debug: [OK, ERROR] 6 if os == "linux": [OK, TIMEOUT] 7 [location=yes,toolbar=yes,status=yes (expect popup)] 8 expected: 9 if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT] 10 if os == "linux": [PASS, TIMEOUT, NOTRUN] 11 12 [location=yes,toolbar=yes,status=yes,noopener (expect tab)] 13 expected: 14 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 15 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 16 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 17 if os == "android": PASS 18 FAIL 19 20 [location=yes,toolbar=yes,status=yes,noreferrer (expect tab)] 21 expected: 22 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 23 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 24 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 25 if os == "android": PASS 26 FAIL 27 28 [location=yes,toolbar=yes,status=yes,popup (expect popup)] 29 expected: 30 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 31 if os == "linux": [PASS, TIMEOUT, NOTRUN] 32 33 [location=yes,toolbar=yes,status=yes,noopener,noreferrer,popup (expect tab)] 34 expected: 35 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 36 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 37 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 38 if os == "android": PASS 39 FAIL 40 41 [location=yes,toolbar=yes,menubar=yes (expect popup)] 42 expected: 43 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 44 if os == "linux": [PASS, TIMEOUT, NOTRUN] 45 46 [location=yes,toolbar=yes,menubar=yes,noopener (expect tab)] 47 expected: 48 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 49 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 50 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 51 if os == "android": PASS 52 FAIL 53 54 [location=yes,toolbar=yes,menubar=yes,noreferrer (expect tab)] 55 expected: 56 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 57 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 58 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 59 if os == "android": PASS 60 FAIL 61 62 [location=yes,toolbar=yes,menubar=yes,popup (expect popup)] 63 expected: 64 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 65 if os == "linux": [PASS, TIMEOUT, NOTRUN] 66 67 [location=yes,toolbar=yes,menubar=yes,noopener,noreferrer,popup (expect tab)] 68 expected: 69 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 70 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 71 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 72 if os == "android": PASS 73 FAIL 74 75 [location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes (expect tab)] 76 expected: 77 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 78 if os == "linux": [PASS, TIMEOUT, NOTRUN] 79 80 [location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noopener (expect tab)] 81 expected: 82 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 83 if os == "linux": [PASS, NOTRUN] 84 85 [location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noreferrer (expect tab)] 86 expected: 87 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 88 if (os == "linux") and debug: [PASS, NOTRUN] 89 if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN] 90 91 [location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,popup (expect popup)] 92 expected: 93 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 94 if (os == "linux") and debug: [PASS, NOTRUN] 95 if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN] 96 97 [location=yes,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,noopener,noreferrer,popup (expect tab)] 98 expected: 99 if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] 100 if (os == "linux") and fission and debug: [FAIL, NOTRUN] 101 if (os == "linux") and fission and not debug: [FAIL, TIMEOUT, NOTRUN] 102 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 103 if os == "android": PASS 104 FAIL 105 106 [toolbar=yes,menubar=yes,resizable=yes,noopener (expect tab)] 107 expected: 108 if not fission and asan: [PASS, TIMEOUT] 109 if fission: FAIL 110 111 [toolbar=yes,menubar=yes,resizable=yes,noopener,noreferrer,popup (expect tab)] 112 expected: 113 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 114 if os == "android": PASS 115 FAIL 116 117 [resizable=yes,scrollbars=yes,status=yes,noreferrer (expect tab)] 118 expected: 119 if fission: FAIL 120 121 [location=yes,menubar=yes,scrollbars=yes,noreferrer (expect tab)] 122 expected: 123 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 124 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 125 if os == "android": PASS 126 FAIL 127 128 [toolbar=yes,resizable=yes,status=yes,noopener (expect tab)] 129 expected: 130 if fission: FAIL 131 132 [resizable=yes,scrollbars=yes,status=yes,noopener,noreferrer,popup (expect tab)] 133 expected: 134 if fission: FAIL 135 136 [location=yes,scrollbars=yes,status=yes,noreferrer (expect tab)] 137 expected: 138 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 139 if os == "android": PASS 140 FAIL 141 142 [location=yes,scrollbars=yes,status=yes,popup (expect popup)] 143 expected: 144 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 145 146 [location=yes,menubar=yes,scrollbars=yes (expect popup)] 147 expected: 148 if (os == "linux") and fission and not debug: [PASS, TIMEOUT] 149 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 150 151 [location=yes,scrollbars=yes,status=yes,noopener,noreferrer,popup (expect tab)] 152 expected: 153 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 154 if os == "android": PASS 155 FAIL 156 157 [toolbar=yes,resizable=yes,status=yes,noreferrer (expect tab)] 158 expected: 159 if fission: FAIL 160 161 [,noopener,noreferrer,popup (expect tab)] 162 expected: 163 if fission: FAIL 164 165 [location=yes,menubar=yes,scrollbars=yes,popup (expect popup)] 166 expected: 167 if os == "linux": [PASS, TIMEOUT, NOTRUN] 168 169 [location=yes,menubar=yes,scrollbars=yes,noopener,noreferrer,popup (expect tab)] 170 expected: 171 if (os == "linux") and fission: [FAIL, TIMEOUT, NOTRUN] 172 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 173 if os == "android": PASS 174 FAIL 175 176 [toolbar=yes,menubar=yes,resizable=yes,noreferrer (expect tab)] 177 expected: 178 if not fission and asan: [PASS, NOTRUN] 179 if fission: FAIL 180 181 [toolbar=yes,resizable=yes,status=yes,noopener,noreferrer,popup (expect tab)] 182 expected: 183 if fission: FAIL 184 185 [menubar=yes,resizable=yes,scrollbars=yes,noopener,noreferrer,popup (expect tab)] 186 expected: 187 if fission: FAIL 188 189 [location=yes,scrollbars=yes,status=yes,noopener (expect tab)] 190 expected: 191 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 192 if os == "android": PASS 193 FAIL 194 195 [menubar=yes,resizable=yes,scrollbars=yes,noopener (expect tab)] 196 expected: 197 if fission: FAIL 198 199 [location=yes,menubar=yes,scrollbars=yes,noopener (expect tab)] 200 expected: 201 if (os == "linux") and fission and debug: [FAIL, TIMEOUT] 202 if (os == "linux") and fission and not debug: [FAIL, TIMEOUT, NOTRUN] 203 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN] 204 if os == "android": PASS 205 FAIL 206 207 [menubar=yes,resizable=yes,scrollbars=yes,noreferrer (expect tab)] 208 expected: 209 if fission: FAIL 210 211 [resizable=yes,scrollbars=yes,status=yes,noopener (expect tab)] 212 expected: 213 if fission: FAIL 214 215 [toolbar=yes,menubar=yes,resizable=yes,popup (expect popup)] 216 expected: 217 if (os == "linux") and not fission and debug: [PASS, TIMEOUT] 218 if (os == "linux") and not fission and not debug: [PASS, TIMEOUT, NOTRUN] 219 220 [location=yes,scrollbars=yes,status=yes (expect popup)] 221 expected: 222 if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]