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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/svg-style-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 svg:rect[Attributes Style] { () 13 svg:rect[Attributes Style] { ()
14 14
15 [expanded] 15 [expanded]
16 * { (user agent stylesheet) 16 * { (user agent stylesheet)
17 transform-origin: 0px 0px 0px; 17 transform-origin: 0px 0px 0px;
18 18
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698