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

Side by Side Diff: LayoutTests/inspector/elements/styles/styles-commit-editing-expected.txt

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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
OLDNEW
1 Tests that editing is canceled properly after incremental editing. 1 Tests that editing is canceled properly after incremental editing.
2 2
3 Text 3 Text
4 4
5 Running: selectInitialNode 5 Running: selectInitialNode
6 6
7 Running: testFreeFlowEdit 7 Running: testFreeFlowEdit
8 [expanded] 8 [expanded]
9 element.style { () 9 element.style { ()
10 color: red; 10 color: red;
11 11
12 [expanded] 12 [expanded]
13 div { (user agent stylesheet) 13 div { (user agent stylesheet)
14 display: block; 14 display: block;
15 15
16 16
17
18 Running: testCommitEditing 17 Running: testCommitEditing
19 18
20 Running: testNewPropertyEditorIsCreated 19 Running: testNewPropertyEditorIsCreated
21 20
22 Running: testCycleThroughPropertyEditing 21 Running: testCycleThroughPropertyEditing
23 22
24 Running: testNodeStyles 23 Running: testNodeStyles
25 24
26 Running: dumpStyles 25 Running: dumpStyles
27 After append: 26 After append:
28 [expanded] 27 [expanded]
29 element.style { () 28 element.style { ()
30 color: green; 29 color: green;
31 30
32 [expanded] 31 [expanded]
33 div { (user agent stylesheet) 32 div { (user agent stylesheet)
34 display: block; 33 display: block;
35 34
36 35
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698