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

Unified Diff: LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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/inherited-multiplier-expected.html
diff --git a/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html b/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
index 10b746c4df96f6b9688d1f8f958448bb17b401b8..85cdaff8846eba555452c881dccdf63f7bdfd5f3 100644
--- a/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
+++ b/LayoutTests/fast/text-autosizing/inherited-multiplier-expected.html
@@ -14,12 +14,12 @@
<body>
<div id="outer" style="font-size: 2.5rem">
This test verifies that a text autosizing multiplier that is inherited from a
- parent element's LayoutStyle is reflected in the computed font size, even if the
+ parent element's ComputedStyle is reflected in the computed font size, even if the
specified font size is different and the next text autosizing pass doesn't alter
the multiplier.
<div style="font-size: 30px">
This test verifies that a text autosizing multiplier that is inherited from a
- parent element's LayoutStyle is reflected in the computed font size, even if the
+ parent element's ComputedStyle is reflected in the computed font size, even if the
specified font size is different and the next text autosizing pass doesn't alter
the multiplier.
</div>

Powered by Google App Engine
This is Rietveld 408576698