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

Unified Diff: LayoutTests/fast/table/table-with-border-radius.html

Issue 26997002: Should paint border before background when bleedAvoidance is BackgroundBleedBackgroundOverBorder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years 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/TestExpectations ('k') | LayoutTests/fast/table/table-with-border-radius-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/table-with-border-radius.html
diff --git a/LayoutTests/fast/table/table-with-border-radius.html b/LayoutTests/fast/table/table-with-border-radius.html
new file mode 100644
index 0000000000000000000000000000000000000000..54fb434985aa9c9c597693c3ad8f132426015ad1
--- /dev/null
+++ b/LayoutTests/fast/table/table-with-border-radius.html
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+<head>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsTextWithPixelResults();
+</script>
+<style>
+.tableWithBorderRadius {
+ background-color: lightgrey;
+ border: 1px solid black;
+ border-radius: 5px;
+ display: table;
+ width: 100px;
+ height: 100px;
+}
+
+.description {
+ font-size: 0px;
+}
+</style>
+</head>
+<body>
+<div class="tableWithBorderRadius"></div>
+<div class="description">Test for crbug.com/305216: Borders for CSS tables don't display when border-radius is used.<br>
+If this test passes, rounded black borders will be shown.
+</div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/table/table-with-border-radius-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698