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

Unified Diff: LayoutTests/fast/css/rem-dynamic-scaling.html

Issue 1181023004: Move rem handling out of CSSParserValues.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 5 years, 5 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/css/rem-dynamic-scaling.html
diff --git a/LayoutTests/fast/css/rem-dynamic-scaling.html b/LayoutTests/fast/css/rem-dynamic-scaling.html
index 9eeabc51cfa68538d4184740e0bd9fe8fbc0260f..24419130ff37ec80af52638c4ab83f5a5c9c9375 100644
--- a/LayoutTests/fast/css/rem-dynamic-scaling.html
+++ b/LayoutTests/fast/css/rem-dynamic-scaling.html
@@ -6,6 +6,8 @@ to update as well.
This text should be small.
<div style="font-size:1rem">
This text should match the root (and be 24px).
+<div style="font-size:calc(0% + 1rem)">
Timothy Loh 2015/07/30 01:06:55 Uhhh.. put this in a separate test, since if it di
+This text should match the root (and be 24px).
</div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698