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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-update-from-js-expected.txt

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 years 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 changes to an inline style and ancestor/sibling className from JavaSc ript are reflected in the Styles pane and Elements tree. 1 Tests that changes to an inline style and ancestor/sibling className from JavaSc ript are reflected in the Styles pane and Elements tree.
2 2
3 3
4 Running: testInit 4 Running: testInit
5 5
6 Running: testSetStyleAttribute 6 Running: testSetStyleAttribute
7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div> 7 <div id="container" style="color: #daC0DE; border: 1px solid black;">…</div>
8 [expanded] 8 [expanded]
9 element.style { () 9 element.style { ()
10 color: #daC0DE; 10 color: #daC0DE;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 div { (user agent stylesheet) 71 div { (user agent stylesheet)
72 display: block; 72 display: block;
73 73
74 74
75 Running: testSetViaAncestorClass 75 Running: testSetViaAncestorClass
76 <div id="child"></div> 76 <div id="child"></div>
77 [expanded] 77 [expanded]
78 element.style { () 78 element.style { ()
79 79
80 [expanded] 80 [expanded]
81 .red div:first-child { (styles-update-from-js.html:4 -> styles-update-from-js.ht ml:4:1) 81 .red div:first-child { (styles-update-from-js.html:4 -> styles-update-from-js.ht ml:4:23)
82 background-color: red; 82 background-color: red;
83 83
84 [expanded] 84 [expanded]
85 div { (user agent stylesheet) 85 div { (user agent stylesheet)
86 display: block; 86 display: block;
87 87
88 ======== Inherited from div#container.red ======== 88 ======== Inherited from div#container.red ========
89 [expanded] 89 [expanded]
90 Style Attribute { () 90 Style Attribute { ()
91 color: rgb(192, 255, 238); 91 color: rgb(192, 255, 238);
92 92
93 93
94 Running: testSetViaSiblingAttr 94 Running: testSetViaSiblingAttr
95 <div id="childSibling"></div> 95 <div id="childSibling"></div>
96 [expanded] 96 [expanded]
97 element.style { () 97 element.style { ()
98 98
99 [expanded] 99 [expanded]
100 div[foo="bar"] + div { (styles-update-from-js.html:8 -> styles-update-from-js.ht ml:8:1) 100 div[foo="bar"] + div { (styles-update-from-js.html:8 -> styles-update-from-js.ht ml:8:23)
101 background-color: blue; 101 background-color: blue;
102 102
103 [expanded] 103 [expanded]
104 div { (user agent stylesheet) 104 div { (user agent stylesheet)
105 display: block; 105 display: block;
106 106
107 ======== Inherited from div#container.red ======== 107 ======== Inherited from div#container.red ========
108 [expanded] 108 [expanded]
109 Style Attribute { () 109 Style Attribute { ()
110 color: rgb(192, 255, 238); 110 color: rgb(192, 255, 238);
111 111
112 112
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698