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

Unified Diff: third_party/WebKit/LayoutTests/fast/text-autosizing/simple-paragraph.html

Issue 2100013002: Implement the new text-size-adjust CSS property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup convertTextSizeAdjust and add a test that better covers it 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-autosizing/simple-paragraph.html
diff --git a/third_party/WebKit/LayoutTests/fast/text-autosizing/simple-paragraph.html b/third_party/WebKit/LayoutTests/fast/text-autosizing/simple-paragraph.html
deleted file mode 100644
index 087e2c5d7288dc706ef42ff0f0c0611f7ad98b50..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text-autosizing/simple-paragraph.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-
-<meta name="viewport" content="width=800">
-<style>
-html { font-size: 16px; }
-body { width: 800px; margin: 0; overflow-y: hidden; }
-</style>
-
-<script src="resources/autosizingTest.js"></script>
-
-</head>
-<body>
-
-<div>
- This text should be autosized to 40px computed font-size (16 * 800/320).<br>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-</div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698