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

Side by Side Diff: content/browser/debugger/manual_tests/element-styles.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 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 <style> 1 <style>
2 .classTest { 2 .classTest {
3 -webkit-transform:skew(-10deg,-3deg); 3 -webkit-transform:skew(-10deg,-3deg);
4 color: green; 4 color: green;
5 background: #CCC; 5 background: #CCC;
6 border: 2px solid blue; 6 border: 2px solid blue;
7 padding: 5px 6px 7px 8px; 7 padding: 5px 6px 7px 8px;
8 } 8 }
9 </style> 9 </style>
10 <p>To begin test, open DevTools, select the Elements panel. Expand the Styles pa ne in the sidebar.</p> 10 <p>To begin test, open DevTools, select the Elements panel. Expand the Styles pa ne in the sidebar.</p>
(...skipping 20 matching lines...) Expand all
31 <li>Expand the "padding" shorthand property using the arrow at the left. You s hould see the following 31 <li>Expand the "padding" shorthand property using the arrow at the left. You s hould see the following
32 property values beneath: padding-top: 5px; padding-right: 6px; padding-bottom: 7 px; padding-left: 8px; 32 property values beneath: padding-top: 5px; padding-right: 6px; padding-bottom: 7 px; padding-left: 8px;
33 <li>In the "Styles" pane titlebar click the gear button and choose "New Style Rule". In the editbox that appears, type: 33 <li>In the "Styles" pane titlebar click the gear button and choose "New Style Rule". In the editbox that appears, type:
34 <pre> 34 <pre>
35 font-family: monospace; 35 font-family: monospace;
36 </pre> 36 </pre>
37 The font of the test string should alter to a monospaced one. 37 The font of the test string should alter to a monospaced one.
38 </ul> 38 </ul>
39 39
40 <div class="classTest">CLASS_TEST CLASS_TEST CLASS_TEST CLASS_TEST CLASS_TEST CL ASS_TEST CLASS_TEST</div> 40 <div class="classTest">CLASS_TEST CLASS_TEST CLASS_TEST CLASS_TEST CLASS_TEST CL ASS_TEST CLASS_TEST</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698