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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-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 forced element state is reflected in the DOM tree and Styles pane. 1 Tests that forced element state is reflected in the DOM tree and Styles pane.
2 2
3 Test text 3 Test text
4 4
5 DIV with :hover and :active 5 DIV with :hover and :active
6 [expanded] 6 [expanded]
7 element.style { () 7 element.style { ()
8 8
9 [expanded] 9 [expanded]
10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12 :1) 10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12 :23)
11 font-weight: bold; 11 font-weight: bold;
12 12
13 [expanded] 13 [expanded]
14 div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:1) 14 div:hover, a:hover { (force-pseudo-state.html:4 -> force-pseudo-state.html:4:21)
15 color: red; 15 color: red;
16 16
17 [expanded] 17 [expanded]
18 div { (user agent stylesheet) 18 div { (user agent stylesheet)
19 display: block; 19 display: block;
20 20
21 ======== Inherited from body#mainBody.main1.main2.mainpage ======== 21 ======== Inherited from body#mainBody.main1.main2.mainpage ========
22 [expanded] 22 [expanded]
23 Style Attribute { () 23 Style Attribute { ()
24 /-- overloaded --/ font-weight: normal; 24 /-- overloaded --/ font-weight: normal;
25 25
26 - <html> [subtreeMarkerCount:1] 26 - <html> [subtreeMarkerCount:1]
27 + <head>…</head> 27 + <head>…</head>
28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarke rCount:1] 28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [subtreeMarke rCount:1]
29 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> 29 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
30 <div id="div">Test text</div> [markers:[pseudo-state-marker=hover,acti ve], subtreeMarkerCount:1] 30 <div id="div">Test text</div> [markers:[pseudo-state-marker=hover,acti ve], subtreeMarkerCount:1]
31 </body> 31 </body>
32 </html> 32 </html>
33 33
34 DIV with :active and :focus 34 DIV with :active and :focus
35 [expanded] 35 [expanded]
36 element.style { () 36 element.style { ()
37 37
38 [expanded] 38 [expanded]
39 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12 :1) 39 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:12 :23)
40 font-weight: bold; 40 font-weight: bold;
41 41
42 [expanded] 42 [expanded]
43 div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:1) 43 div:focus, a:focus { (force-pseudo-state.html:8 -> force-pseudo-state.html:8:21)
44 border: 1px solid green; 44 border: 1px solid green;
45 border-top-color: green; 45 border-top-color: green;
46 border-top-style: solid; 46 border-top-style: solid;
47 border-top-width: 1px; 47 border-top-width: 1px;
48 border-right-color: green; 48 border-right-color: green;
49 border-right-style: solid; 49 border-right-style: solid;
50 border-right-width: 1px; 50 border-right-width: 1px;
51 border-bottom-color: green; 51 border-bottom-color: green;
52 border-bottom-style: solid; 52 border-bottom-style: solid;
53 border-bottom-width: 1px; 53 border-bottom-width: 1px;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 font-weight: normal; 98 font-weight: normal;
99 99
100 - <html> 100 - <html>
101 + <head>…</head> 101 + <head>…</head>
102 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> 102 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)">
103 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> 103 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
104 <div id="div">Test text</div> 104 <div id="div">Test text</div>
105 </body> 105 </body>
106 </html> 106 </html>
107 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698