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

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

Powered by Google App Engine
This is Rietveld 408576698