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

Unified Diff: LayoutTests/fast/text-autosizing/nested-table-expected.html

Issue 257273002: Descend into inner tables for has-enough-text check. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/fast/text-autosizing/nested-table.html ('k') | Source/core/rendering/FastTextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text-autosizing/nested-table-expected.html
diff --git a/LayoutTests/fast/text-autosizing/nested-table-expected.html b/LayoutTests/fast/text-autosizing/nested-table-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4b17b87b3460ed98e61b5c0c25350d5d078ece50
--- /dev/null
+++ b/LayoutTests/fast/text-autosizing/nested-table-expected.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=800">
+<style>
+html { font-size: 16px; }
+body { width: 800px; margin: 0; overflow-y: hidden; }
+table { border-spacing: 0; }
+td { padding: 0; }
+</style>
+</head>
+<body>
+This test passes if the inner table is autosized.<br><br>
+<table><tr>
+<td style="width: 160px">
+ <div style="width:160px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+ eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
+ nostrud exercitation ullamco laboris ni si ut aliquip ex ea commodo consequat.</div>
+</td>
+<td style="width: 640px">
+ <table><tr><td style="font-size: 2rem">
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
+ laboris ni si ut aliquip ex ea commodo consequat.<br><br>
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
+ laboris ni si ut aliquip ex ea commodo consequat.
+ </td></tr></table>
+</td>
+</tr></table>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/text-autosizing/nested-table.html ('k') | Source/core/rendering/FastTextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698