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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/fixed-pitch-control-characters.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/fixed-pitch-control-characters.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/fixed-pitch-control-characters.html b/third_party/WebKit/LayoutTests/fast/text/fixed-pitch-control-characters.html
deleted file mode 100644
index d96a320834545523d0c510c38e82c86faccd0c8d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/fixed-pitch-control-characters.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<script src="../../resources/ahem.js"></script>
-<style>
- div { font-family: 'Ahem'; font-size: 25px; width: 100px; color: green; background-color: red; }
-</style>
-<div>
- <span>x&#x0c;x</span><span>xx</span>
-<!--
- <span>x&#x0c;e&#x301;</span><span>xx</span>
--->
- <span>x&#x0b;x</span><span>xx</span>
-<!--
- <span>x&#x0b;e&#x301;</span><span>xx</span>
--->
-</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/fast/text/wide-zero-width-space.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698