Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / 1.1 / cssom / cssstylesheet-insertrule-allowed-expected.txt
1 CSSStyleSheet::insertRule blocked if 'unsafe-eval' is not an allowed source of style.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.styleSheets[0].insertRule('x { display: none; }', 0); did not throw exception.
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10