summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc b/chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc
index 9e7d584eb2e..a29e6db7d86 100644
--- a/chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc
+++ b/chromium/third_party/blink/renderer/core/layout/layout_text_fragment_test.cc
@@ -26,7 +26,7 @@ class LayoutTextFragmentTest : public RenderingTest {
void SetAhemBody(const char* message, const unsigned width) {
SetBodyInnerHTML(String::Format(
- "<div id='target' style='font: Ahem; width: %uem'>%s</div>", width,
+ "<div id='target' style='font: 10px Ahem; width: %uem'>%s</div>", width,
message));
}