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

Unified Diff: LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt

Issue 14141004: Fix table sizing when 'max-width' is used (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated the test to use Ahem for consistency across platforms Created 7 years, 8 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/html-table-width-max-width-constrained-expected.txt
diff --git a/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt b/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b9fe2e9a6f5fea9d1731f8c718e25a0b9b4e6fc4
--- /dev/null
+++ b/LayoutTests/fast/table/html-table-width-max-width-constrained-expected.txt
@@ -0,0 +1,4 @@
+This test checks that a fixed table layout with max-width doesn't over-constraint the cell (ie the content width still wins over max-width per the specification).
+For this test to pass, the second cell shouldn't bleed out of the table.
+Cell text Cell text text text text
+PASS
« no previous file with comments | « LayoutTests/fast/table/html-table-width-max-width-constrained.html ('k') | Source/core/rendering/RenderTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698