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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html

Issue 2786753002: Fix text-align: center/right when line wraps at atomic inline and spaces (Closed)
Patch Set: Rebase Created 3 years, 9 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/soft-hyphen-4-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..eea017e4f8768cbd59565b5100119bcd3b3727e8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html
@@ -0,0 +1,25 @@
+<html>
+<head>
+ <script src="../../resources/ahem.js"></script>
+ <style>
+ .testbox {
+ border: solid;
+ padding: 4px;
+ width: 330px;
+ font: 18px Ahem;
+ text-align: justify;
+ -webkit-font-smoothing: none;
+ }
+ </style>
+</head>
+<body>
+ <p>
+ <!--In this test, the top-right boxes should be the same length-->
+ <div class="testbox">
+ 12345678901 anti- aliasing<br>
+ <br>
+ 12345678901 anti- aliasing<br>
+ </div>
+ </p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698