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

Unified Diff: LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout-expected.txt

Issue 27690002: Not able to set width using ColGroup when table-layout is fixed. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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: LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout-expected.txt
diff --git a/LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout-expected.txt b/LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..eeb98700efc191ae4ce1cb34550959da159c7e0e
--- /dev/null
+++ b/LayoutTests/fast/table/table-colgroup-width-not-set-with-fixed-layout-expected.txt
@@ -0,0 +1,14 @@
+Test for chromium bug : 20865. Not able to set width using ColGroup when table-layout is fixed.
+
+When colgroup specify only some columns width in the table than remaining columns width set as fixed width if colspan cell present in the first row for those columns. By default these columns should set as auto width.
+
+First
+PASS
+Col-1
+PASS
+Col-2
+PASS
+Col-3
+PASS
+Col-4
+PASS

Powered by Google App Engine
This is Rietveld 408576698