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

Side by Side Diff: Source/web/tests/data/button.html

Issue 911083002: Carry out a resize even if no layout has been performed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Made needsLayout() true when forcing zero-height and added unit test Created 5 years, 10 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3
4 <head> 3 <head>
4 <meta name='button' content='width=device-width'/>
aelias_OOO_until_Jul13 2015/02/12 19:49:17 If this is supposed to be a viewport tag, the name
gsennton 2015/02/13 19:11:15 Done.
5 <style> 5 <style>
6 body { 6 body {
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 #content {
10 background: silver;
11 width: 200px;
12 height: 300px;
13 }
14 </style> 9 </style>
15 </head> 10 </head>
16 11
17 <body> 12 <body>
18 <div id="content">a</div> 13 <button style="width:100px;height:100px">a</button>
19 </body> 14 </body>
20 15
21 </html> 16 </html>
17
OLDNEW
« Source/web/tests/WebFrameTest.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698