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

Unified Diff: LayoutTests/fast/text-autosizing/font-scale-factor-change-expected.html

Issue 209353003: Clean up handling of autosizing state changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@crap_base
Patch Set: Created 6 years, 9 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: LayoutTests/fast/text-autosizing/font-scale-factor-change-expected.html
diff --git a/LayoutTests/fast/text-autosizing/font-scale-factor-change-expected.html b/LayoutTests/fast/text-autosizing/font-scale-factor-change-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..fb7d38081d1a165ed4d2cc47d7e44ae47ed578b0
--- /dev/null
+++ b/LayoutTests/fast/text-autosizing/font-scale-factor-change-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta name="viewport" content="width=320">
+<style>
+html { font-size: 16px; }
+body { width: 320px; margin: 0; overflow-y: hidden; }
+</style>
+
+</head>
+<body>
+<div style="font-size: 32px">
timvolodine 2014/03/24 15:24:27 Usually we use relative style instead of fixed fon
skobes 2014/03/25 01:23:24 Done.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sapien sapien, tempus id egestas a, consectetur et felis. Ut pharetra mi eget lectus laoreet rutrum. Mauris tellus odio, egestas vitae sodales in, vehicula eget ante. Pellentesque id egestas arcu. Quisque tellus quam, rhoncus ac elementum vel, volutpat vel felis. Aliquam ut leo dolor, eget egestas tellus. Nunc ut velit gravida nisl fringilla rutrum eget at arcu. Vivamus et pretium mauris.
+</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698