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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/force-pseudo-state-expected.txt

Issue 2249653002: border-foo WIP Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V9 Created 4 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
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 :1)
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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;
54 border-left-color: green; 54 border-left-color: green;
55 border-left-style: solid; 55 border-left-style: solid;
56 border-left-width: 1px; 56 border-left-width: 1px;
57 border-image-source: initial; 57 border-image-source: none;
58 border-image-slice: initial; 58 border-image-slice: 100%;
59 border-image-width: initial; 59 border-image-width: 1;
60 border-image-outset: initial; 60 border-image-outset: 0;
61 border-image-repeat: initial; 61 border-image-repeat: stretch;
62 62
63 [expanded] 63 [expanded]
64 :focus { (user agent stylesheet) 64 :focus { (user agent stylesheet)
65 outline: -webkit-focus-ring-color auto 5px; 65 outline: -webkit-focus-ring-color auto 5px;
66 outline-color: -webkit-focus-ring-color; 66 outline-color: -webkit-focus-ring-color;
67 outline-style: auto; 67 outline-style: auto;
68 outline-width: 5px; 68 outline-width: 5px;
69 69
70 [expanded] 70 [expanded]
71 div { (user agent stylesheet) 71 div { (user agent stylesheet)
(...skipping 26 matching lines...) Expand all
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