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

Unified Diff: Source/web/tests/DragImageTest.cpp

Issue 205743004: Expand system font values during font property parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and fix up unittest use of systemFont() 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
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumSkia.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/DragImageTest.cpp
diff --git a/Source/web/tests/DragImageTest.cpp b/Source/web/tests/DragImageTest.cpp
index 3277f07ded0243fa89d3ae067a5037ed5b95f139..64e2c60f1c4f587f91d47a7752dd0790fd4dedde 100644
--- a/Source/web/tests/DragImageTest.cpp
+++ b/Source/web/tests/DragImageTest.cpp
@@ -151,7 +151,7 @@ TEST(DragImageTest, TrimWhitspace)
String expectedLabel = "Example Example Example";
float deviceScaleFactor = 1.0f;
FontDescription fontDescription;
- RenderTheme::theme().systemFont(WebCore::CSSValueNone, fontDescription);
+ RenderTheme::theme().systemFont(WebCore::CSSValueCaption, fontDescription);
OwnPtr<DragImage> testImage =
DragImage::create(url, testLabel, fontDescription, deviceScaleFactor);
« no previous file with comments | « Source/core/rendering/RenderThemeChromiumSkia.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698