Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: LayoutTests/inspector/elements/styles/add-new-rule-inline-style-csp-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
2
3 Text
4
5 Running: testSetUp
6
7 Running: testAddRule
8 === Rule added ===
9 #inspected {}
10 Selectors matching the (#inspected) node: [#inspected]
11
12 Running: testAddProperty
13 === Added rule modified ===
14 width: 100%;
15 === Selector changed ===
16 body {
17 width: 100%;
18 }
19 Selectors matching the (#inspected) node: []
20
21 Running: testModifyInlineStyle
22 === Inline style modified ===
23 font-size: 14px;
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698