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

Side by Side Diff: LayoutTests/inspector/elements/styles/force-pseudo-state-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 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:1 2:1) 10 div:active, a:active { (force-pseudo-state.html:12 -> force-pseudo-state.html:1 2:1)
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:1)
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
27 - <html> [descendantUserAttributeCounters:[pseudoState=1]] 26 - <html> [descendantUserAttributeCounters:[pseudoState=1]]
28 + <head>…</head> 27 + <head>…</head>
29 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs erAttributeCounters:[pseudoState=1]] 28 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs erAttributeCounters:[pseudoState=1]]
30 <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>
31 <div id="div">Test text</div> [userProperties:[pseudoState=hover,activ e]] 30 <div id="div">Test text</div> [userProperties:[pseudoState=hover,activ e]]
32 </body> 31 </body>
33 </html> 32 </html>
34 33
35 DIV with :active and :focus 34 DIV with :active and :focus
36 [expanded] 35 [expanded]
(...skipping 28 matching lines...) Expand all
65 64
66 [expanded] 65 [expanded]
67 div { (user agent stylesheet) 66 div { (user agent stylesheet)
68 display: block; 67 display: block;
69 68
70 ======== Inherited from body#mainBody.main1.main2.mainpage ======== 69 ======== Inherited from body#mainBody.main1.main2.mainpage ========
71 [expanded] 70 [expanded]
72 Style Attribute { () 71 Style Attribute { ()
73 /-- overloaded --/ font-weight: normal; 72 /-- overloaded --/ font-weight: normal;
74 73
75
76 - <html> [descendantUserAttributeCounters:[pseudoState=1]] 74 - <html> [descendantUserAttributeCounters:[pseudoState=1]]
77 + <head>…</head> 75 + <head>…</head>
78 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs erAttributeCounters:[pseudoState=1]] 76 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> [descendantUs erAttributeCounters:[pseudoState=1]]
79 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> 77 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
80 <div id="div">Test text</div> [userProperties:[pseudoState=active,focu s]] 78 <div id="div">Test text</div> [userProperties:[pseudoState=active,focu s]]
81 </body> 79 </body>
82 </html> 80 </html>
83 81
84 DIV with no forced state 82 DIV with no forced state
85 [expanded] 83 [expanded]
86 element.style { () 84 element.style { ()
87 85
88 [expanded] 86 [expanded]
89 div { (user agent stylesheet) 87 div { (user agent stylesheet)
90 display: block; 88 display: block;
91 89
92 ======== Inherited from body#mainBody.main1.main2.mainpage ======== 90 ======== Inherited from body#mainBody.main1.main2.mainpage ========
93 [expanded] 91 [expanded]
94 Style Attribute { () 92 Style Attribute { ()
95 font-weight: normal; 93 font-weight: normal;
96 94
97
98 - <html> 95 - <html>
99 + <head>…</head> 96 + <head>…</head>
100 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)"> 97 - <body id="mainBody" class="main1 main2 mainpage" onload="runTest()" style= "font-weight: normal; width: 85%; background-image: url(bar.png)">
101 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p> 98 <p>\nTests that forced element state is reflected in the DOM tree and Styles pane.\n</p>
102 <div id="div">Test text</div> 99 <div id="div">Test text</div>
103 </body> 100 </body>
104 </html> 101 </html>
105 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698