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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.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
Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e398f1717b7c98a0063798ef43fa7f629f561f18
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+html {
+ font-family: Courier, monospace;
+}
+</style>
+<table><tr><td>.<br>.<br>.</td></tr></table>
+<p><span>.<br>.<br>.</span></p>

Powered by Google App Engine
This is Rietveld 408576698