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

Side by Side Diff: LayoutTests/fast/css/zoomed-intrinsic-width.html

Issue 1318933002: Revert of Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { 5 body {
6 zoom: 0.9; 6 zoom: 0.9;
7 } 7 }
8 #test { 8 #test {
9 width: max-content; 9 width: intrinsic;
10 border: 1px solid red; 10 border: 1px solid red;
11 padding: 5px; 11 padding: 5px;
12 overflow: auto; 12 overflow: auto;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div id="test"> 17 <div id="test">
18 This box should not have a scrollbar. 18 This box should not have a scrollbar.
19 </div> 19 </div>
20 </body> 20 </body>
21 </body> 21 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698