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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/svg-style-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 svg:style does not crash when the related element is inspected. 1 Tests that svg:style does not crash when the related element is inspected.
2 2
3 Main style: 3 Main style:
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 rect { (svg-style.xhtml:38 -> svg-style.xhtml:38:10) 8 rect { (svg-style.xhtml:38 -> svg-style.xhtml:38:16)
9 fill: red; 9 fill: red;
10 10
11 [expanded] 11 [expanded]
12 svg:rect[Attributes Style] { () 12 svg:rect[Attributes Style] { ()
13 13
14 [expanded] 14 [expanded]
15 * { (user agent stylesheet) 15 * { (user agent stylesheet)
16 transform-origin: 0px 0px 0px; 16 transform-origin: 0px 0px 0px;
17 17
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698