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

Side by Side Diff: LayoutTests/inspector/elements/styles/region-style-crash-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 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 display: block; 6 display: block;
7 [expanded] 7 [expanded]
8 element.style { () 8 element.style { ()
9 9
10 [expanded] 10 [expanded]
11 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1) 11 #p1 { (region-style-crash.html:6 -> region-style-crash.html:6:1)
12 color: #ff0000; 12 color: #ff0000;
13 13
14 [expanded] 14 [expanded]
15 p { (user agent stylesheet) 15 p { (user agent stylesheet)
16 display: block; 16 display: block;
17 -webkit-margin-before: 1em; 17 -webkit-margin-before: 1em;
18 -webkit-margin-after: 1em; 18 -webkit-margin-after: 1em;
19 -webkit-margin-start: 0px; 19 -webkit-margin-start: 0px;
20 -webkit-margin-end: 0px; 20 -webkit-margin-end: 0px;
21 21
22 22
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698