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

Unified Diff: sky/engine/web/tests/data/viewport/viewport-138.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: sky/engine/web/tests/data/viewport/viewport-138.html
diff --git a/sky/engine/web/tests/data/viewport/viewport-138.html b/sky/engine/web/tests/data/viewport/viewport-138.html
deleted file mode 100644
index 5ae398e67c8a39d2b1c2bc094324c264590883f6..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/viewport/viewport-138.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<head>
- <title>width=123 proceded by trash with special unicode folding</title>
- <!-- 2x LATIN CAPITAL LETTER I WITH DOT ABOVE followed by =ignore,width=123
- During parsing the content will be converted to lower case with proper
- unicode folding (F = full) meaning that the U+0130's each will be
- converted into two chars - lowercase i followed by U+0307 (COMBINING
- DOT ABOVE). This test case checks that we iterate over the lowered
- string length and ends up with 123 as width, instead of 1. -->
- <meta name="viewport" content="&#x0130;&#x0130;=ignore,width=123">
-</head>
« no previous file with comments | « sky/engine/web/tests/data/viewport/viewport-137.html ('k') | sky/engine/web/tests/data/viewport/viewport-14.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698