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

Unified Diff: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html
diff --git a/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html
new file mode 100644
index 0000000000000000000000000000000000000000..7f92491548ab7f1867f61f76d86ff34debb7f3a2
--- /dev/null
+++ b/LayoutTests/fast/text/international/inline-block-with-mixed-direction-words.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ span {
+ display: inline-block;
+ font: menu;
+ background: pink;
+ line-height: 1.5em;
+ 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 | « no previous file | LayoutTests/fast/text/international/inline-block-with-mixed-direction-words-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698