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

Unified Diff: LayoutTests/paint/tables/table-section-visual-overflow-expected.html

Issue 1158193011: Include overflows from visual effects in LayoutTableSection. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/paint/tables/table-section-visual-overflow.html ('k') | Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/paint/tables/table-section-visual-overflow-expected.html
diff --git a/LayoutTests/paint/tables/table-section-visual-overflow-expected.html b/LayoutTests/paint/tables/table-section-visual-overflow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4b5e80f785fb9a00ebeef5136b50d9a1201bc6a6
--- /dev/null
+++ b/LayoutTests/paint/tables/table-section-visual-overflow-expected.html
@@ -0,0 +1,11 @@
+<!doctype HTML>
+<style>
+div {
+ width:100px;
+ height:100px;
+ outline-color: black;
+ outline-style: solid;
+ outline-width: 10px;
+}
+</style>
+<div></div>
« no previous file with comments | « LayoutTests/paint/tables/table-section-visual-overflow.html ('k') | Source/core/layout/LayoutTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698