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

Side by Side Diff: LayoutTests/inspector/elements/styles-2/metrics-box-sizing.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <style> 4 <style>
5 #border-box { 5 #border-box {
6 box-sizing: border-box; 6 box-sizing: border-box;
7 width: 55px; 7 width: 55px;
8 height: 55px; 8 height: 55px;
9 margin: 1px; 9 margin: 1px;
10 padding: 7px; 10 padding: 7px;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 <body onload="runTest()"> 147 <body onload="runTest()">
148 <p> 148 <p>
149 Tests that content-box and border-box content area dimensions are handled proper ty by the Metrics pane. 149 Tests that content-box and border-box content area dimensions are handled proper ty by the Metrics pane.
150 </p> 150 </p>
151 <div id="content-box">content-box</div> 151 <div id="content-box">content-box</div>
152 <div id="border-box">border-box</div> 152 <div id="border-box">border-box</div>
153 <div id="output-content">zzz</div> 153 <div id="output-content">zzz</div>
154 <div id="output-border">zzz</div> 154 <div id="output-border">zzz</div>
155 </body> 155 </body>
156 </html> 156 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698