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

Side by Side Diff: LayoutTests/inspector/styles/styles-add-new-rule-expected.txt

Issue 7566008: Merge 92167 - Web Inspector: button + "New style rule" (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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 adding a new rule works after sitching nodes. 1 Tests that adding a new rule works after sitching nodes.
2 2
3 Text 3 Text
4 After adding new rule (inspected): 4 After adding new rule (inspected):
5 [expanded] element.style { () 5 [expanded] element.style { ()
6 font-size: 12px; 6 font-size: 12px;
7 7
8 ======== Matched CSS Rules ======== 8 ======== Matched CSS Rules ========
9 [expanded] #inspected { (via inspector) 9 [expanded] #inspected { (via inspector)
10 10
11 [expanded] div { (user agent stylesheet) 11 [expanded] div { (user agent stylesheet)
12 display: block; 12 display: block;
13 13
14 14
15 After adding new rule (other): 15 After adding new rule (other):
16 [expanded] element.style { () 16 [expanded] element.style { ()
17 color: red; 17 color: red;
18 18
19 ======== Matched CSS Rules ======== 19 ======== Matched CSS Rules ========
20 [expanded] #other { (via inspector) 20 [expanded] #other { (via inspector)
21 21
22 [expanded] div { (user agent stylesheet) 22 [expanded] div { (user agent stylesheet)
23 display: block; 23 display: block;
24 24
25 25
26 26
OLDNEW
« no previous file with comments | « LayoutTests/inspector/styles/styles-add-new-rule.html ('k') | Source/WebCore/inspector/front-end/StylesSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698