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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/inherited-mixed-case-properties-expected.txt

Issue 1315723004: DevTools: [CSSP] put -webkit properties to the end of the list. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase tests Created 5 years, 3 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 non-standard mixed-cased properties are displayed in the Styles pane. 1 Tests that non-standard mixed-cased properties are displayed in the Styles pane.
2 2
3 -webkit-font-smoothing: antialiased
4 color: rgb(0, 0, 0) 3 color: rgb(0, 0, 0)
5 display: block 4 display: block
6 block - div user agent stylesheet 5 block - div user agent stylesheet
6 -webkit-font-smoothing: antialiased
7 [expanded] 7 [expanded]
8 element.style { () 8 element.style { ()
9 9
10 [expanded] 10 [expanded]
11 div { (user agent stylesheet) 11 div { (user agent stylesheet)
12 display: block; 12 display: block;
13 13
14 ======== Inherited from div#container ======== 14 ======== Inherited from div#container ========
15 [expanded] 15 [expanded]
16 Style Attribute { () 16 Style Attribute { ()
17 CoLoR: blAck; 17 CoLoR: blAck;
18 18
19 [expanded] 19 [expanded]
20 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties .html:4:1) 20 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties .html:4:1)
21 -webkit-FONT-smoothing: antialiased; 21 -webkit-FONT-smoothing: antialiased;
22 22
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698