Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / show-user-agent-styles-expected.txt
1 Tests that user agent styles are shown based on the setting: https://bugs.webkit.org/show_bug.cgi?id=37766.
2
3 I'm red.
4
5 I'm also red.
6
7
8 Running: testShowUserAgentStyles
9 WebInspector.settings.showUserAgentStyles = true
10 [expanded] 
11 element.style  { ()
12
13 [expanded] 
14 h1  { (show-user-agent-styles.html:5 -> show-user-agent-styles.html:5:1)
15 background-color: red;
16
17 [expanded] 
18 h1  { (user agent stylesheet)
19 display: block;
20 font-size: 2em;
21 -webkit-margin-before: 0.67em;
22 -webkit-margin-after: 0.67em;
23 -webkit-margin-start: 0px;
24 -webkit-margin-end: 0px;
25 font-weight: bold;
26
27
28
29 Running: testShowUserAgentStyles
30 WebInspector.settings.showUserAgentStyles = false
31 [expanded] 
32 element.style  { ()
33
34 [expanded] 
35 h1  { (show-user-agent-styles.html:5 -> show-user-agent-styles.html:5:1)
36 background-color: red;
37
38
39