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

Unified Diff: third_party/WebKit/LayoutTests/css3/tab-size-span.html

Issue 2331783002: Fix tab is invisible when the next stop is close (Closed)
Patch Set: Cleanup Created 4 years, 3 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 | third_party/WebKit/LayoutTests/css3/tab-size-span-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/tab-size-span.html
diff --git a/third_party/WebKit/LayoutTests/css3/tab-size-span.html b/third_party/WebKit/LayoutTests/css3/tab-size-span.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1d423305030e7c424a9e4bcca32eff77556d842
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/tab-size-span.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<style>
+div > div {
+ white-space: pre;
+ font-size: 12px;
+ tab-size: 8;
+}
+</style>
+<body>
+<div style="font-family: monospace">
+ <div>1<span>2345678</span>&Tab;X<span>Y</span></div>
+ <div><span>12345678</span>&Tab;X<span>Y</span></div>
+</div>
+<div style="font-family: Consolas, monospace">
+ <div>1<span>2345678</span>&Tab;X<span>Y</span></div>
+ <div><span>12345678</span>&Tab;X<span>Y</span></div>
+</div>
+<div style="font-family: 'Liberation Mono', monospace">
+ <div>1<span>2345678</span>&Tab;X<span>Y</span></div>
+ <div><span>12345678</span>&Tab;X<span>Y</span></div>
+</div>
+<div style="font-family: Menlo, monospace">
+ <div>1<span>2345678</span>&Tab;X<span>Y</span></div>
+ <div><span>12345678</span>&Tab;X<span>Y</span></div>
+</div>
+<div style="font-family: Courier, monospace">
+ <div>1<span>2345678</span>&Tab;X<span>Y</span></div>
+ <div><span>12345678</span>&Tab;X<span>Y</span></div>
+</div>
+</body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/tab-size-span-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698