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

Unified Diff: LayoutTests/css3/flexbox/overflow-and-padding-expected.txt

Issue 134603002: Fix bottom padding on flex boxes with overflow. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix layout test Created 6 years, 11 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
« no previous file with comments | « LayoutTests/css3/flexbox/overflow-and-padding.html ('k') | Source/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/overflow-and-padding-expected.txt
diff --git a/LayoutTests/css3/flexbox/overflow-and-padding-expected.txt b/LayoutTests/css3/flexbox/overflow-and-padding-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c7a1faaa2a2d5dc76efe3bf8745053223fb2ed40
--- /dev/null
+++ b/LayoutTests/css3/flexbox/overflow-and-padding-expected.txt
@@ -0,0 +1,2 @@
+Tests that padding bottom on a flexbox works in the face of overflowing content. Padding-right does not work. This matches the Blink/WebKit display:block behavior. Unfortunately, IE and Gecko both lose the padding bottom and the padding right.
+PASS
« no previous file with comments | « LayoutTests/css3/flexbox/overflow-and-padding.html ('k') | Source/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698