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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html

Issue 1994483002: Compute min-content width when hyphenation is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: eae review Created 4 years, 7 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/text/hyphens/hyphen-min-preferred-width-mock-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5442dc00fb92dbfeacdb2a1be20f84baf8196d2e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+div {
+ display: inline-block;
+ font: 20px Times;
+}
+</style>
+<div lang="en-us">
+ a hy-<br>phen-<br>ation<br>test.
+</div>

Powered by Google App Engine
This is Rietveld 408576698