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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html

Issue 2681633002: Fix min-content sizing for 'word-break: break-word' (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e8b51c95c57110141f530b4941a84f0a710a861
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<style>
+html {
+ font-family: Courier, monospace;
+}
+td, span {
+ word-break: break-word;
+}
+span {
+ float: left;
+}
+table, p {
+ width: 1ch;
+}
+</style>
+<table><tr><td>...</td></tr></table>
+<p><span>...</span></p>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698