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

Unified 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 side-by-side diff with in-line comments
Download patch
« Source/web/tests/WebFrameTest.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/button.html
diff --git a/Source/web/tests/data/200-by-300.html b/Source/web/tests/data/button.html
similarity index 51%
copy from Source/web/tests/data/200-by-300.html
copy to Source/web/tests/data/button.html
index eeb5d8a95d28bff492868b8d00760ed646f7faeb..c519b90b0f0d9bb5c66a5026ad81d679ca016140 100644
--- a/Source/web/tests/data/200-by-300.html
+++ b/Source/web/tests/data/button.html
@@ -1,21 +1,17 @@
<!DOCTYPE html>
<html>
-
<head>
+ <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.
<style>
body {
margin: 0px;
}
- #content {
- background: silver;
- width: 200px;
- height: 300px;
- }
</style>
</head>
<body>
- <div id="content">a</div>
+ <button style="width:100px;height:100px">a</button>
</body>
</html>
+
« 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