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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html

Issue 1964773002: Render Unicode control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/Test changes Created 4 years, 6 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/wide-zero-width-space.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html b/third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html
deleted file mode 100644
index 914bc193322336368622774b7020110b6d5f7737..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<head>
- <title></title>
- <style>
- div { font-family: Helvetica; font-size: 36px; letter-spacing: 4px; }
- </style>
-</head>
-<body>
- <p>
- Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13178">http://bugs.webkit.org/show_bug.cgi?id=13178</a>
- Helvetica zero-width space has non-zero width</i>.
- </p>
- <p>
- The following lines should all be identical.
- </p>
- <div>
- Lor&eacute;m&#x200b;ipsum&#x200e;dolor&#x001f;sit
- </div>
- <div>
- Lore&#x0301;m&#x200b;ipsum&#x200e;dolor&#x001f;sit
- </div>
- <div>
- Lor&eacute;mipsumdolorsit
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698