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

Unified Diff: third_party/WebKit/LayoutTests/css3/tab-size-span-expected.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
Index: third_party/WebKit/LayoutTests/css3/tab-size-span-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/tab-size-span-expected.html b/third_party/WebKit/LayoutTests/css3/tab-size-span-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..177cf419cc6f7325f3c3fe5bf89a0a4051d9ea45
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/tab-size-span-expected.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> X<span>Y</span></div>
+ <div><span>12345678</span> X<span>Y</span></div>
+</div>
+<div style="font-family: Consolas, monospace">
+ <div>1<span>2345678</span> X<span>Y</span></div>
+ <div><span>12345678</span> X<span>Y</span></div>
+</div>
+<div style="font-family: 'Liberation Mono', monospace">
+ <div>1<span>2345678</span> X<span>Y</span></div>
+ <div><span>12345678</span> X<span>Y</span></div>
+</div>
+<div style="font-family: Menlo, monospace">
+ <div>1<span>2345678</span> X<span>Y</span></div>
+ <div><span>12345678</span> X<span>Y</span></div>
+</div>
+<div style="font-family: Courier, monospace">
+ <div>1<span>2345678</span> X<span>Y</span></div>
+ <div><span>12345678</span> X<span>Y</span></div>
+</div>
+</body>
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/tab-size-span.html ('k') | third_party/WebKit/Source/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698