Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-1 / add-new-rule-inline-style-csp-expected.txt
blobe8f0abaf90c15353abbbe4d2dcabf3d5667eb9be
1 Tests that adding a new rule does not crash the renderer and modifying an inline style does not report errors when forbidden by Content-Security-Policy.
3 Text
5 Running: testSetUp
7 Running: testAddRule
8 === Rule added ===
9 #inspected {}
10 Selectors matching the (#inspected) node: [#inspected]
12 Running: testAddProperty
13 === Added rule modified ===
14 width: 100%;
15 === Selector changed ===
16 body {
17     width: 100%;
19 Selectors matching the (#inspected) node: []
21 Running: testModifyInlineStyle
22 === Inline style modified ===
23 font-size: 14px;