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

Side by Side Diff: LayoutTests/inspector/elements/styles/svg-style-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 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 media="all" (svg-style.xhtml) 8 media="all" (svg-style.xhtml)
9 rect { (svg-style.xhtml:38 -> svg-style.xhtml:38:10) 9 rect { (svg-style.xhtml:38 -> svg-style.xhtml:38:10)
10 fill: red; 10 fill: red;
11 11
12 [expanded] 12 [expanded]
13 * { (user agent stylesheet) 13 * { (user agent stylesheet)
14 -webkit-transform-origin: 0px 0px 0px; 14 -webkit-transform-origin: 0px 0px 0px;
15 15
16 16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698