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

Unified Diff: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html

Issue 137723002: Split words on text direction boundaries when computing preffered width (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 11 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: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html
diff --git a/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..36a0db2f418c7a7ce8b1feb94ffb0ff2d6b07680
--- /dev/null
+++ b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ span {
+ display: inline-block;
+ font: menu;
+ background: pink;
+ line-height: 1.5em;
+ overflow: hidden;
+ position: absolute;
+ top: 50px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>
+ The pink background should extend the full width of the
+ two blocks.
+ </p>
+ <span>AB&#x0627;&#x0628;</span> <span>12&#x0627;|&#x0628;:</span>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html ('k') | Source/core/rendering/RenderText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698