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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/decode-resize.html

Issue 1457323004: Don't render border images when border-style is none (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed unnecessary border colors, etc. Created 5 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 display: inline-block; 5 display: inline-block;
6 border-style: solid;
6 } 7 }
7 8
8 div.img-container { 9 div.img-container {
9 position: relative; 10 position: relative;
10 width: 99px; 11 width: 99px;
11 height: 99px; 12 height: 99px;
12 overflow: clip; 13 overflow: clip;
13 } 14 }
14 15
15 .background, .border { 16 .background, .border {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 110
110 </script> 111 </script>
111 </head> 112 </head>
112 113
113 <body onload="runTest()"> 114 <body onload="runTest()">
114 <p> 115 <p>
115 Tests the instrumentation of a DecodeImage and ResizeImage events 116 Tests the instrumentation of a DecodeImage and ResizeImage events
116 </p> 117 </p>
117 </body> 118 </body>
118 </html> 119 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698