multiple.html.ini (20489B)
1 [multiple.html] 2 disabled: 3 if tsan: https://bugzilla.mozilla.org/show_bug.cgi?1682723 4 expected: 5 if (os == "linux") and debug and fission and swgl: [OK, TIMEOUT] 6 if (os == "linux") and debug and not fission: [OK, TIMEOUT] 7 if (os == "mac") and not debug: [OK, TIMEOUT] 8 if (os == "android") and not debug: [OK, TIMEOUT] 9 [`INVALID;` allows same-origin framing] 10 expected: 11 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 12 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 13 14 [`INVALID;INVALID` allows cross-origin framing] 15 expected: 16 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 17 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 18 19 [`INVALID,(the empty string)` allows same-origin framing] 20 expected: 21 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 22 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 23 24 [`INVALID,(the empty string)` allows cross-origin framing] 25 expected: 26 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 27 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 28 29 [`(the empty string);INVALID` allows same-origin framing] 30 expected: 31 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 32 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 33 34 [`(the empty string),INVALID` allows same-origin framing] 35 expected: 36 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 37 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 38 39 [`(the empty string);INVALID` allows cross-origin framing] 40 expected: 41 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 42 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 43 44 [`sameOrigin,SAMEORIGIN` allows same-origin framing] 45 expected: 46 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 47 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 48 49 [`(the empty string),INVALID` allows cross-origin framing] 50 expected: 51 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 52 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 53 54 [`SAMEORIGIN;SAMEORIGIN` allows same-origin framing] 55 expected: 56 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 57 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 58 59 [`sameOrigin;SAMEORIGIN` allows same-origin framing] 60 expected: 61 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 62 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 63 64 [`SAMEORIGIN;sameOrigin` allows same-origin framing] 65 expected: 66 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 67 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 68 69 [`INVALID;INVALID` allows same-origin framing] 70 expected: 71 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 72 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 73 74 [`SAMEORIGIN,sameOrigin` allows same-origin framing] 75 expected: 76 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 77 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 78 79 [`INVALID;` allows cross-origin framing] 80 expected: 81 if (os == "linux") and debug and fission and swgl: [PASS, TIMEOUT] 82 if (os == "linux") and debug and not fission: [PASS, TIMEOUT] 83 84 [`ALLOWALL;DENY` blocks cross-origin framing] 85 expected: 86 if (os == "mac") and not debug: [PASS, TIMEOUT] 87 if (os == "android") and not debug: [PASS, TIMEOUT] 88 89 [`allowAll,INVALID` blocks same-origin framing] 90 expected: 91 if (os == "mac") and not debug: [PASS, TIMEOUT] 92 if (os == "android") and not debug: [PASS, TIMEOUT] 93 94 [`INVALID,allowAll` blocks same-origin framing] 95 expected: 96 if (os == "mac") and not debug: [PASS, TIMEOUT] 97 if (os == "android") and not debug: [PASS, TIMEOUT] 98 99 [`ALLOWALL,(the empty string)` blocks cross-origin framing] 100 expected: 101 if (os == "mac") and not debug: [PASS, TIMEOUT] 102 if (os == "android") and not debug: [PASS, TIMEOUT] 103 104 [`SAMEORIGIN;DENY` blocks same-origin framing] 105 expected: 106 if (os == "mac") and not debug: [PASS, TIMEOUT] 107 if (os == "android") and not debug: [PASS, TIMEOUT] 108 109 [`SAMEORIGIN;"DENY"` blocks same-origin framing] 110 expected: 111 if (os == "mac") and not debug: [PASS, TIMEOUT] 112 if (os == "android") and not debug: [PASS, TIMEOUT] 113 114 [`DENY;ALLOWALL` blocks cross-origin framing] 115 expected: 116 if (os == "mac") and not debug: [PASS, TIMEOUT] 117 if (os == "android") and not debug: [PASS, TIMEOUT] 118 119 [`DENY,"SAMEORIGIN"` blocks cross-origin framing] 120 expected: 121 if (os == "mac") and not debug: [PASS, TIMEOUT] 122 if (os == "android") and not debug: [PASS, TIMEOUT] 123 124 [`(the empty string),SAMEORIGIN` blocks cross-origin framing] 125 expected: 126 if (os == "mac") and not debug: [PASS, TIMEOUT] 127 if (os == "android") and not debug: [PASS, TIMEOUT] 128 129 [`"DENY",SAMEORIGIN` blocks cross-origin framing] 130 expected: 131 if (os == "mac") and not debug: [PASS, TIMEOUT] 132 if (os == "android") and not debug: [PASS, TIMEOUT] 133 134 [`SAMEORIGIN,ALLOWALL` blocks cross-origin framing] 135 expected: 136 if (os == "mac") and not debug: [PASS, TIMEOUT] 137 if (os == "android") and not debug: [PASS, TIMEOUT] 138 139 [`INVALID;allowAll` blocks same-origin framing] 140 expected: 141 if (os == "mac") and not debug: [PASS, TIMEOUT] 142 if (os == "android") and not debug: [PASS, TIMEOUT] 143 144 [`"SAMEORIGIN",DENY` blocks cross-origin framing] 145 expected: 146 if (os == "mac") and not debug: [PASS, TIMEOUT] 147 if (os == "android") and not debug: [PASS, TIMEOUT] 148 149 [`INVALID;SAMEORIGIN` blocks same-origin framing] 150 expected: 151 if (os == "mac") and not debug: [PASS, TIMEOUT] 152 if (os == "android") and not debug: [PASS, TIMEOUT] 153 154 [`SAMEORIGIN;` blocks same-origin framing] 155 expected: 156 if (os == "mac") and not debug: [PASS, TIMEOUT] 157 if (os == "android") and not debug: [PASS, TIMEOUT] 158 159 [`ALLOWALL;DENY` blocks same-origin framing] 160 expected: 161 if (os == "mac") and not debug: [PASS, TIMEOUT] 162 if (os == "android") and not debug: [PASS, TIMEOUT] 163 164 [`INVALID;allowAll` blocks cross-origin framing] 165 expected: 166 if (os == "mac") and not debug: [PASS, TIMEOUT] 167 if (os == "android") and not debug: [PASS, TIMEOUT] 168 169 [`INVALID,ALLOWALL` blocks same-origin framing] 170 expected: 171 if (os == "mac") and not debug: [PASS, TIMEOUT] 172 if (os == "android") and not debug: [PASS, TIMEOUT] 173 174 [`(the empty string);ALLOWALL` blocks cross-origin framing] 175 expected: 176 if (os == "mac") and not debug: [PASS, TIMEOUT] 177 if (os == "android") and not debug: [PASS, TIMEOUT] 178 179 [`SAMEORIGIN;INVALID` blocks same-origin framing] 180 expected: 181 if (os == "mac") and not debug: [PASS, TIMEOUT] 182 if (os == "android") and not debug: [PASS, TIMEOUT] 183 184 [`sameOrigin;SAMEORIGIN` blocks cross-origin framing] 185 expected: 186 if (os == "mac") and not debug: [PASS, TIMEOUT] 187 if (os == "android") and not debug: [PASS, TIMEOUT] 188 189 [`ALLOWALL,SAMEORIGIN` blocks same-origin framing] 190 expected: 191 if (os == "mac") and not debug: [PASS, TIMEOUT] 192 if (os == "android") and not debug: [PASS, TIMEOUT] 193 194 [`(the empty string);SAMEORIGIN` blocks cross-origin framing] 195 expected: 196 if (os == "mac") and not debug: [PASS, TIMEOUT] 197 if (os == "android") and not debug: [PASS, TIMEOUT] 198 199 [`DENY;SAMEORIGIN` blocks same-origin framing] 200 expected: 201 if (os == "mac") and not debug: [PASS, TIMEOUT] 202 if (os == "android") and not debug: [PASS, TIMEOUT] 203 204 [`DENY,SAMEORIGIN` blocks same-origin framing] 205 expected: 206 if (os == "mac") and not debug: [PASS, TIMEOUT] 207 if (os == "android") and not debug: [PASS, TIMEOUT] 208 209 [`"DENY";SAMEORIGIN` blocks cross-origin framing] 210 expected: 211 if (os == "mac") and not debug: [PASS, TIMEOUT] 212 if (os == "android") and not debug: [PASS, TIMEOUT] 213 214 [`DENY;DENY` blocks same-origin framing] 215 expected: 216 if (os == "mac") and not debug: [PASS, TIMEOUT] 217 if (os == "android") and not debug: [PASS, TIMEOUT] 218 219 [`DENY;INVALID` blocks same-origin framing] 220 expected: 221 if (os == "mac") and not debug: [PASS, TIMEOUT] 222 if (os == "android") and not debug: [PASS, TIMEOUT] 223 224 [`SAMEORIGIN,INVALID` blocks cross-origin framing] 225 expected: 226 if (os == "mac") and not debug: [PASS, TIMEOUT] 227 if (os == "android") and not debug: [PASS, TIMEOUT] 228 229 [`DENY;"SAMEORIGIN"` blocks same-origin framing] 230 expected: 231 if (os == "mac") and not debug: [PASS, TIMEOUT] 232 if (os == "android") and not debug: [PASS, TIMEOUT] 233 234 [`ALLOWALL,INVALID` blocks same-origin framing] 235 expected: 236 if (os == "mac") and not debug: [PASS, TIMEOUT] 237 if (os == "android") and not debug: [PASS, TIMEOUT] 238 239 [`sameOrigin,SAMEORIGIN` blocks cross-origin framing] 240 expected: 241 if (os == "mac") and not debug: [PASS, TIMEOUT] 242 if (os == "android") and not debug: [PASS, TIMEOUT] 243 244 [`ALLOWALL;SAMEORIGIN` blocks cross-origin framing] 245 expected: 246 if (os == "mac") and not debug: [PASS, TIMEOUT] 247 if (os == "android") and not debug: [PASS, TIMEOUT] 248 249 [`SAMEORIGIN,(the empty string)` blocks cross-origin framing] 250 expected: 251 if (os == "mac") and not debug: [PASS, TIMEOUT] 252 if (os == "android") and not debug: [PASS, TIMEOUT] 253 254 [`"SAMEORIGIN";DENY` blocks cross-origin framing] 255 expected: 256 if (os == "mac") and not debug: [PASS, TIMEOUT] 257 if (os == "android") and not debug: [PASS, TIMEOUT] 258 259 [`ALLOWALL,DENY` blocks cross-origin framing] 260 expected: 261 if (os == "mac") and not debug: [PASS, TIMEOUT] 262 if (os == "android") and not debug: [PASS, TIMEOUT] 263 264 [`INVALID,SAMEORIGIN` blocks same-origin framing] 265 expected: 266 if (os == "mac") and not debug: [PASS, TIMEOUT] 267 if (os == "android") and not debug: [PASS, TIMEOUT] 268 269 [`DENY,INVALID` blocks same-origin framing] 270 expected: 271 if (os == "mac") and not debug: [PASS, TIMEOUT] 272 if (os == "android") and not debug: [PASS, TIMEOUT] 273 274 [`INVALID;DENY` blocks cross-origin framing] 275 expected: 276 if (os == "mac") and not debug: [PASS, TIMEOUT] 277 if (os == "android") and not debug: [PASS, TIMEOUT] 278 279 [`DENY,INVALID` blocks cross-origin framing] 280 expected: 281 if (os == "mac") and not debug: [PASS, TIMEOUT] 282 if (os == "android") and not debug: [PASS, TIMEOUT] 283 284 [`ALLOWALL,INVALID` blocks cross-origin framing] 285 expected: 286 if (os == "mac") and not debug: [PASS, TIMEOUT] 287 if (os == "android") and not debug: [PASS, TIMEOUT] 288 289 [`allowAll;INVALID` blocks same-origin framing] 290 expected: 291 if (os == "mac") and not debug: [PASS, TIMEOUT] 292 if (os == "android") and not debug: [PASS, TIMEOUT] 293 294 [`SAMEORIGIN;DENY` blocks cross-origin framing] 295 expected: 296 if (os == "mac") and not debug: [PASS, TIMEOUT] 297 if (os == "android") and not debug: [PASS, TIMEOUT] 298 299 [`"SAMEORIGIN",DENY` blocks same-origin framing] 300 expected: 301 if (os == "mac") and not debug: [PASS, TIMEOUT] 302 if (os == "android") and not debug: [PASS, TIMEOUT] 303 304 [`SAMEORIGIN,ALLOWALL` blocks same-origin framing] 305 expected: 306 if (os == "mac") and not debug: [PASS, TIMEOUT] 307 if (os == "android") and not debug: [PASS, TIMEOUT] 308 309 [`ALLOWALL,DENY` blocks same-origin framing] 310 expected: 311 if (os == "mac") and not debug: [PASS, TIMEOUT] 312 if (os == "android") and not debug: [PASS, TIMEOUT] 313 314 [`(the empty string),SAMEORIGIN` blocks same-origin framing] 315 expected: 316 if (os == "mac") and not debug: [PASS, TIMEOUT] 317 if (os == "android") and not debug: [PASS, TIMEOUT] 318 319 [`SAMEORIGIN;ALLOWALL` blocks cross-origin framing] 320 expected: 321 if (os == "mac") and not debug: [PASS, TIMEOUT] 322 if (os == "android") and not debug: [PASS, TIMEOUT] 323 324 [`(the empty string),ALLOWALL` blocks same-origin framing] 325 expected: 326 if (os == "mac") and not debug: [PASS, TIMEOUT] 327 if (os == "android") and not debug: [PASS, TIMEOUT] 328 329 [`"DENY",SAMEORIGIN` blocks same-origin framing] 330 expected: 331 if (os == "mac") and not debug: [PASS, TIMEOUT] 332 if (os == "android") and not debug: [PASS, TIMEOUT] 333 334 [`INVALID,ALLOWALL` blocks cross-origin framing] 335 expected: 336 if (os == "mac") and not debug: [PASS, TIMEOUT] 337 if (os == "android") and not debug: [PASS, TIMEOUT] 338 339 [`SAMEORIGIN,"DENY"` blocks cross-origin framing] 340 expected: 341 if (os == "mac") and not debug: [PASS, TIMEOUT] 342 if (os == "android") and not debug: [PASS, TIMEOUT] 343 344 [`SAMEORIGIN,DENY` blocks cross-origin framing] 345 expected: 346 if (os == "mac") and not debug: [PASS, TIMEOUT] 347 if (os == "android") and not debug: [PASS, TIMEOUT] 348 349 [`SAMEORIGIN,(the empty string)` blocks same-origin framing] 350 expected: 351 if (os == "mac") and not debug: [PASS, TIMEOUT] 352 if (os == "android") and not debug: [PASS, TIMEOUT] 353 354 [`allowAll,INVALID` blocks cross-origin framing] 355 expected: 356 if (os == "mac") and not debug: [PASS, TIMEOUT] 357 if (os == "android") and not debug: [PASS, TIMEOUT] 358 359 [`SAMEORIGIN;ALLOWALL` blocks same-origin framing] 360 expected: 361 if (os == "mac") and not debug: [PASS, TIMEOUT] 362 if (os == "android") and not debug: [PASS, TIMEOUT] 363 364 [`INVALID;ALLOWALL` blocks same-origin framing] 365 expected: 366 if (os == "mac") and not debug: [PASS, TIMEOUT] 367 if (os == "android") and not debug: [PASS, TIMEOUT] 368 369 [`ALLOWALL;` blocks same-origin framing] 370 expected: 371 if (os == "mac") and not debug: [PASS, TIMEOUT] 372 if (os == "android") and not debug: [PASS, TIMEOUT] 373 374 [`SAMEORIGIN;INVALID` blocks cross-origin framing] 375 expected: 376 if (os == "mac") and not debug: [PASS, TIMEOUT] 377 if (os == "android") and not debug: [PASS, TIMEOUT] 378 379 [`INVALID;ALLOWALL` blocks cross-origin framing] 380 expected: 381 if (os == "mac") and not debug: [PASS, TIMEOUT] 382 if (os == "android") and not debug: [PASS, TIMEOUT] 383 384 [`DENY,"SAMEORIGIN"` blocks same-origin framing] 385 expected: 386 if (os == "mac") and not debug: [PASS, TIMEOUT] 387 if (os == "android") and not debug: [PASS, TIMEOUT] 388 389 [`DENY;SAMEORIGIN` blocks cross-origin framing] 390 expected: 391 if (os == "mac") and not debug: [PASS, TIMEOUT] 392 if (os == "android") and not debug: [PASS, TIMEOUT] 393 394 [`INVALID,DENY` blocks cross-origin framing] 395 expected: 396 if (os == "mac") and not debug: [PASS, TIMEOUT] 397 if (os == "android") and not debug: [PASS, TIMEOUT] 398 399 [`SAMEORIGIN;SAMEORIGIN` blocks cross-origin framing] 400 expected: 401 if (os == "mac") and not debug: [PASS, TIMEOUT] 402 if (os == "android") and not debug: [PASS, TIMEOUT] 403 404 [`DENY,ALLOWALL` blocks cross-origin framing] 405 expected: 406 if (os == "mac") and not debug: [PASS, TIMEOUT] 407 if (os == "android") and not debug: [PASS, TIMEOUT] 408 409 [`(the empty string);SAMEORIGIN` blocks same-origin framing] 410 expected: 411 if (os == "mac") and not debug: [PASS, TIMEOUT] 412 if (os == "android") and not debug: [PASS, TIMEOUT] 413 414 [`DENY;DENY` blocks cross-origin framing] 415 expected: 416 if (os == "mac") and not debug: [PASS, TIMEOUT] 417 if (os == "android") and not debug: [PASS, TIMEOUT] 418 419 [`SAMEORIGIN,"DENY"` blocks same-origin framing] 420 expected: 421 if (os == "mac") and not debug: [PASS, TIMEOUT] 422 if (os == "android") and not debug: [PASS, TIMEOUT] 423 424 [`(the empty string),ALLOWALL` blocks cross-origin framing] 425 expected: 426 if (os == "mac") and not debug: [PASS, TIMEOUT] 427 if (os == "android") and not debug: [PASS, TIMEOUT] 428 429 [`ALLOWALL,(the empty string)` blocks same-origin framing] 430 expected: 431 if (os == "mac") and not debug: [PASS, TIMEOUT] 432 if (os == "android") and not debug: [PASS, TIMEOUT] 433 434 [`SAMEORIGIN,DENY` blocks same-origin framing] 435 expected: 436 if (os == "mac") and not debug: [PASS, TIMEOUT] 437 if (os == "android") and not debug: [PASS, TIMEOUT] 438 439 [`INVALID,SAMEORIGIN` blocks cross-origin framing] 440 expected: 441 if (os == "mac") and not debug: [PASS, TIMEOUT] 442 if (os == "android") and not debug: [PASS, TIMEOUT] 443 444 [`DENY;INVALID` blocks cross-origin framing] 445 expected: 446 if (os == "mac") and not debug: [PASS, TIMEOUT] 447 if (os == "android") and not debug: [PASS, TIMEOUT] 448 449 [`DENY;ALLOWALL` blocks same-origin framing] 450 expected: 451 if (os == "mac") and not debug: [PASS, TIMEOUT] 452 if (os == "android") and not debug: [PASS, TIMEOUT] 453 454 [`"DENY";SAMEORIGIN` blocks same-origin framing] 455 expected: 456 if (os == "mac") and not debug: [PASS, TIMEOUT] 457 if (os == "android") and not debug: [PASS, TIMEOUT] 458 459 [`INVALID,DENY` blocks same-origin framing] 460 expected: 461 if (os == "mac") and not debug: [PASS, TIMEOUT] 462 if (os == "android") and not debug: [PASS, TIMEOUT] 463 464 [`ALLOWALL;INVALID` blocks same-origin framing] 465 expected: 466 if (os == "mac") and not debug: [PASS, TIMEOUT] 467 if (os == "android") and not debug: [PASS, TIMEOUT] 468 469 [`ALLOWALL;INVALID` blocks cross-origin framing] 470 expected: 471 if (os == "mac") and not debug: [PASS, TIMEOUT] 472 if (os == "android") and not debug: [PASS, TIMEOUT] 473 474 [`INVALID;SAMEORIGIN` blocks cross-origin framing] 475 expected: 476 if (os == "mac") and not debug: [PASS, TIMEOUT] 477 if (os == "android") and not debug: [PASS, TIMEOUT] 478 479 [`allowAll;INVALID` blocks cross-origin framing] 480 expected: 481 if (os == "mac") and not debug: [PASS, TIMEOUT] 482 if (os == "android") and not debug: [PASS, TIMEOUT] 483 484 [`DENY,ALLOWALL` blocks same-origin framing] 485 expected: 486 if (os == "mac") and not debug: [PASS, TIMEOUT] 487 if (os == "android") and not debug: [PASS, TIMEOUT] 488 489 [`DENY;"SAMEORIGIN"` blocks cross-origin framing] 490 expected: 491 if (os == "mac") and not debug: [PASS, TIMEOUT] 492 if (os == "android") and not debug: [PASS, TIMEOUT] 493 494 [`SAMEORIGIN;"DENY"` blocks cross-origin framing] 495 expected: 496 if (os == "mac") and not debug: [PASS, TIMEOUT] 497 if (os == "android") and not debug: [PASS, TIMEOUT] 498 499 [`(the empty string);ALLOWALL` blocks same-origin framing] 500 expected: 501 if (os == "mac") and not debug: [PASS, TIMEOUT] 502 if (os == "android") and not debug: [PASS, TIMEOUT] 503 504 [`INVALID;DENY` blocks same-origin framing] 505 expected: 506 if (os == "mac") and not debug: [PASS, TIMEOUT] 507 if (os == "android") and not debug: [PASS, TIMEOUT] 508 509 [`SAMEORIGIN;` blocks cross-origin framing] 510 expected: 511 if (os == "mac") and not debug: [PASS, TIMEOUT] 512 if (os == "android") and not debug: [PASS, TIMEOUT] 513 514 [`INVALID,allowAll` blocks cross-origin framing] 515 expected: 516 if (os == "mac") and not debug: [PASS, TIMEOUT] 517 if (os == "android") and not debug: [PASS, TIMEOUT] 518 519 [`ALLOWALL;SAMEORIGIN` blocks same-origin framing] 520 expected: 521 if (os == "mac") and not debug: [PASS, TIMEOUT] 522 if (os == "android") and not debug: [PASS, TIMEOUT] 523 524 [`ALLOWALL,SAMEORIGIN` blocks cross-origin framing] 525 expected: 526 if (os == "mac") and not debug: [PASS, TIMEOUT] 527 if (os == "android") and not debug: [PASS, TIMEOUT] 528 529 [`SAMEORIGIN;sameOrigin` blocks cross-origin framing] 530 expected: 531 if (os == "mac") and not debug: [PASS, TIMEOUT] 532 if (os == "android") and not debug: [PASS, TIMEOUT] 533 534 [`"SAMEORIGIN";DENY` blocks same-origin framing] 535 expected: 536 if (os == "mac") and not debug: [PASS, TIMEOUT] 537 if (os == "android") and not debug: [PASS, TIMEOUT] 538 539 [`SAMEORIGIN,INVALID` blocks same-origin framing] 540 expected: 541 if (os == "mac") and not debug: [PASS, TIMEOUT] 542 if (os == "android") and not debug: [PASS, TIMEOUT] 543 544 [`SAMEORIGIN,sameOrigin` blocks cross-origin framing] 545 expected: 546 if (os == "mac") and not debug: [PASS, TIMEOUT] 547 if (os == "android") and not debug: [PASS, TIMEOUT] 548 549 [`ALLOWALL;` blocks cross-origin framing] 550 expected: 551 if (os == "mac") and not debug: [PASS, TIMEOUT] 552 if (os == "android") and not debug: [PASS, TIMEOUT] 553 554 [`DENY,SAMEORIGIN` blocks cross-origin framing] 555 expected: 556 if (os == "mac") and not debug: [PASS, TIMEOUT] 557 if (os == "android") and not debug: [PASS, TIMEOUT]