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

Unified Diff: LayoutTests/platform/linux/fast/css/rem-dynamic-scaling-expected.txt

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/platform/linux/fast/css/rem-dynamic-scaling-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css/rem-dynamic-scaling-expected.txt b/LayoutTests/platform/linux/fast/css/rem-dynamic-scaling-expected.txt
index fb4064b4dc7a6c6782e0d3047db9e2c7a5a47ff3..557e3f76820acedea80df4ce5988bcb081677b42 100644
--- a/LayoutTests/platform/linux/fast/css/rem-dynamic-scaling-expected.txt
+++ b/LayoutTests/platform/linux/fast/css/rem-dynamic-scaling-expected.txt
@@ -8,10 +8,14 @@ layer at (0,0) size 800x600
text run at (0,0) width 403: "This is a test of dynamic rem unit scaling. "
text run at (403,0) width 370: "Changes to the root element's font size"
text run at (0,28) width 706: "need to cause dependent elements in the document tree to update as well."
- LayoutBlockFlow {DIV} at (0,56) size 784x40
+ LayoutBlockFlow {DIV} at (0,56) size 784x68
LayoutBlockFlow (anonymous) at (0,0) size 784x12
LayoutText {#text} at (0,0) size 107x12
text run at (0,0) width 107: "This text should be small."
- LayoutBlockFlow {DIV} at (0,12) size 784x28
- LayoutText {#text} at (0,0) size 445x27
- text run at (0,0) width 445: "This text should match the root (and be 24px)."
+ LayoutBlockFlow {DIV} at (0,12) size 784x56
+ LayoutBlockFlow (anonymous) at (0,0) size 784x28
+ LayoutText {#text} at (0,0) size 445x27
+ text run at (0,0) width 445: "This text should match the root (and be 24px)."
+ LayoutBlockFlow {DIV} at (0,28) size 784x28
+ LayoutText {#text} at (0,0) size 445x27
+ text run at (0,0) width 445: "This text should match the root (and be 24px)."

Powered by Google App Engine
This is Rietveld 408576698