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

Side by Side Diff: LayoutTests/inspector/elements/styles-1/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
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. 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 2
3 Text 3 Text
4 4
5 Running: testSetUp 5 Running: testSetUp
6 6
7 Running: testAddRule 7 Running: testAddRule
8 === Rule added === 8 === Rule added ===
9 #inspected {} 9 #inspected {}
10 Selectors matching the (#inspected) node: [#inspected] 10 Selectors matching the (#inspected) node: [#inspected]
11 11
12 Running: testAddProperty 12 Running: testAddProperty
13 === Added rule modified === 13 === Added rule modified ===
14 width: 100%; 14 width: 100%;
15 === Selector changed === 15 === Selector changed ===
16 body { 16 body {
17 width: 100%; 17 width: 100%;
18 } 18 }
19 Selectors matching the (#inspected) node: [] 19 Selectors matching the (#inspected) node: []
20 20
21 Running: testModifyInlineStyle 21 Running: testModifyInlineStyle
22 === Inline style modified === 22 === Inline style modified ===
23 font-size: 14px; 23 font-size: 14px;
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698