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

Side by Side Diff: LayoutTests/inspector/elements/styles/region-style-crash-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
(Empty)
1 Tests that webkit css region styling can be parsed correctly. Test passes if it doesn't crash.
2
3 P color styled in region: #008000.
4
5 color: rgb(255, 0, 0);
6 display: block;
7 [expanded]
8 element.style { ()
9
10 [expanded]
11 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1)
12 color: #ff0000;
13
14 [expanded]
15 p { (user agent stylesheet)
16 display: block;
17 -webkit-margin-before: 1em;
18 -webkit-margin-after: 1em;
19 -webkit-margin-start: 0px;
20 -webkit-margin-end: 0px;
21
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698