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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/inherited-mixed-case-properties-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 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; 3 -webkit-font-smoothing: antialiased;
4 color: rgb(0, 0, 0); 4 color: rgb(0, 0, 0);
5 display: block; 5 display: block;
6 [expanded] 6 [expanded]
7 element.style { () 7 element.style { ()
8 8
9 [expanded] 9 [expanded]
10 div { (user agent stylesheet) 10 div { (user agent stylesheet)
11 display: block; 11 display: block;
12 12
13 ======== Inherited from div#container ======== 13 ======== Inherited from div#container ========
14 [expanded] 14 [expanded]
15 Style Attribute { () 15 Style Attribute { ()
16 CoLoR: blAck; 16 CoLoR: blAck;
17 17
18 [expanded] 18 [expanded]
19 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties .html:4:1) 19 #container { (inherited-mixed…perties.html:4 -> inherited-mixed-case-properties .html:4:1)
20 -webkit-FONT-smoothing: antialiased; 20 -webkit-FONT-smoothing: antialiased;
21 21
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698