mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
if (typeof aa != 'undefined') {
|
|
alert_assert(aa);
|
|
} else {
|
|
alert_assert("Failed - allowed inline script blocked by meta policy outside head.");
|
|
}
|