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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)
Patch Set: Paint the whole of an image behind the cells in a table Created 3 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
Index: third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2eba0d7d2595efc6b5c8c53429785d9597393d9b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-no-repeat-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>crbug.com/35697: There should only be one image.</p>
+<div>
+ <img src="../..//images/resources/border-image-srgb-color-profile.png">
+</div>

Powered by Google App Engine
This is Rietveld 408576698