<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[184538] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/184538">184538</a></dd>
<dt>Author</dt> <dd>mmaxfield@apple.com</dd>
<dt>Date</dt> <dd>2015-05-18 18:49:37 -0700 (Mon, 18 May 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Improve coverage of platform/mac/fast/text/font-weights.html
https://bugs.webkit.org/show_bug.cgi?id=145152

Reviewed by Anders Carlsson.

Add coverage of italics.

* platform/mac/fast/text/font-weights-expected.txt:
* platform/mac/fast/text/font-weights.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextfontweightsexpectedtxt">trunk/LayoutTests/platform/mac/fast/text/font-weights-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttextfontweightshtml">trunk/LayoutTests/platform/mac/fast/text/font-weights.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (184537 => 184538)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-05-19 01:39:27 UTC (rev 184537)
+++ trunk/LayoutTests/ChangeLog        2015-05-19 01:49:37 UTC (rev 184538)
</span><span class="lines">@@ -1,5 +1,17 @@
</span><span class="cx"> 2015-05-18  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Improve coverage of platform/mac/fast/text/font-weights.html
+        https://bugs.webkit.org/show_bug.cgi?id=145152
+
+        Reviewed by Anders Carlsson.
+
+        Add coverage of italics.
+
+        * platform/mac/fast/text/font-weights-expected.txt:
+        * platform/mac/fast/text/font-weights.html:
+
+2015-05-18  Myles C. Maxfield  &lt;mmaxfield@apple.com&gt;
+
</ins><span class="cx">         platform/mac/fast/text/font-weights.html is flakey
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=145149
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextfontweightsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/font-weights-expected.txt (184537 => 184538)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/font-weights-expected.txt        2015-05-19 01:39:27 UTC (rev 184537)
+++ trunk/LayoutTests/platform/mac/fast/text/font-weights-expected.txt        2015-05-19 01:49:37 UTC (rev 184538)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2139
</del><ins>+layer at (0,0) size 785x6741
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2139
-  RenderBlock {HTML} at (0,0) size 785x2139
-    RenderBody {BODY} at (8,8) size 769x2123
</del><ins>+layer at (0,0) size 785x6741
+  RenderBlock {HTML} at (0,0) size 785x6741
+    RenderBody {BODY} at (8,8) size 769x6725
</ins><span class="cx">       RenderBlock (anonymous) at (0,0) size 769x144
</span><span class="cx">         RenderText {#text} at (0,0) size 769x72
</span><span class="cx">           text run at (0,0) width 746: &quot;This test is designed to test the interaction between font-family and font-weight. In particular, our implementation of&quot;
</span><span class="lines">@@ -16,326 +16,1082 @@
</span><span class="cx">           text run at (0,108) width 732: &quot;this aspect of the font selection algorithm is to dump the render tree, therefore testing glyph advances (which are a&quot;
</span><span class="cx">           text run at (0,126) width 159: &quot;property of font weight).&quot;
</span><span class="cx">       RenderBlock {DIV} at (0,144) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 217x18
-          text run at (0,0) width 217: &quot;Font: Helvetica Neue Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 303x18
+          text run at (0,0) width 303: &quot;Font: Helvetica Neue Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,162) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 231x18
-          text run at (0,0) width 231: &quot;Font: Helvetica Neue Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 325x18
+          text run at (0,0) width 325: &quot;Font: Helvetica Neue Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,180) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 231x18
-          text run at (0,0) width 231: &quot;Font: Helvetica Neue Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 325x18
+          text run at (0,0) width 325: &quot;Font: Helvetica Neue Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,198) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 239x18
-          text run at (0,0) width 239: &quot;Font: Helvetica Neue Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 337x18
+          text run at (0,0) width 337: &quot;Font: Helvetica Neue Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,216) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 246x19
-          text run at (0,0) width 246: &quot;Font: Helvetica Neue Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 347x19
+          text run at (0,0) width 347: &quot;Font: Helvetica Neue Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,235) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 251x19
-          text run at (0,0) width 251: &quot;Font: Helvetica Neue Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 355x19
+          text run at (0,0) width 355: &quot;Font: Helvetica Neue Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,254) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 251x19
-          text run at (0,0) width 251: &quot;Font: Helvetica Neue Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 355x19
+          text run at (0,0) width 355: &quot;Font: Helvetica Neue Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,273) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 251x19
-          text run at (0,0) width 251: &quot;Font: Helvetica Neue Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 355x19
+          text run at (0,0) width 355: &quot;Font: Helvetica Neue Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,292) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 251x19
-          text run at (0,0) width 251: &quot;Font: Helvetica Neue Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 355x19
+          text run at (0,0) width 355: &quot;Font: Helvetica Neue Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,311) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 275x18
-          text run at (0,0) width 275: &quot;Font: HelveticaNeue-UltraLight Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 362x18
+          text run at (0,0) width 362: &quot;Font: HelveticaNeue-UltraLight Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,329) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 275x18
-          text run at (0,0) width 275: &quot;Font: HelveticaNeue-UltraLight Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 362x18
+          text run at (0,0) width 362: &quot;Font: HelveticaNeue-UltraLight Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,347) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 275x18
-          text run at (0,0) width 275: &quot;Font: HelveticaNeue-UltraLight Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 362x18
+          text run at (0,0) width 362: &quot;Font: HelveticaNeue-UltraLight Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,365) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 275x18
-          text run at (0,0) width 275: &quot;Font: HelveticaNeue-UltraLight Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 362x18
+          text run at (0,0) width 362: &quot;Font: HelveticaNeue-UltraLight Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,383) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 275x18
-          text run at (0,0) width 275: &quot;Font: HelveticaNeue-UltraLight Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 362x18
+          text run at (0,0) width 362: &quot;Font: HelveticaNeue-UltraLight Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,401) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 329x19
-          text run at (0,0) width 329: &quot;Font: HelveticaNeue-UltraLight Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-UltraLight Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,420) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 329x19
-          text run at (0,0) width 329: &quot;Font: HelveticaNeue-UltraLight Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-UltraLight Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,439) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 329x19
-          text run at (0,0) width 329: &quot;Font: HelveticaNeue-UltraLight Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-UltraLight Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,458) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 329x19
-          text run at (0,0) width 329: &quot;Font: HelveticaNeue-UltraLight Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-UltraLight Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,477) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 267x18
-          text run at (0,0) width 267: &quot;Font: HelveticaNeue-Light Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 361x18
+          text run at (0,0) width 361: &quot;Font: HelveticaNeue-Light Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,495) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 267x18
-          text run at (0,0) width 267: &quot;Font: HelveticaNeue-Light Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 361x18
+          text run at (0,0) width 361: &quot;Font: HelveticaNeue-Light Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,513) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 267x18
-          text run at (0,0) width 267: &quot;Font: HelveticaNeue-Light Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 361x18
+          text run at (0,0) width 361: &quot;Font: HelveticaNeue-Light Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,531) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 267x18
-          text run at (0,0) width 267: &quot;Font: HelveticaNeue-Light Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 361x18
+          text run at (0,0) width 361: &quot;Font: HelveticaNeue-Light Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,549) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 267x18
-          text run at (0,0) width 267: &quot;Font: HelveticaNeue-Light Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 361x18
+          text run at (0,0) width 361: &quot;Font: HelveticaNeue-Light Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,567) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 292x19
-          text run at (0,0) width 292: &quot;Font: HelveticaNeue-Light Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 396x19
+          text run at (0,0) width 396: &quot;Font: HelveticaNeue-Light Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,586) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 292x19
-          text run at (0,0) width 292: &quot;Font: HelveticaNeue-Light Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 396x19
+          text run at (0,0) width 396: &quot;Font: HelveticaNeue-Light Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,605) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 292x19
-          text run at (0,0) width 292: &quot;Font: HelveticaNeue-Light Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 396x19
+          text run at (0,0) width 396: &quot;Font: HelveticaNeue-Light Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,624) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 292x19
-          text run at (0,0) width 292: &quot;Font: HelveticaNeue-Light Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 396x19
+          text run at (0,0) width 396: &quot;Font: HelveticaNeue-Light Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,643) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 235x18
-          text run at (0,0) width 235: &quot;Font: HelveticaNeue Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: HelveticaNeue Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,661) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 235x18
-          text run at (0,0) width 235: &quot;Font: HelveticaNeue Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: HelveticaNeue Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,679) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 235x18
-          text run at (0,0) width 235: &quot;Font: HelveticaNeue Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: HelveticaNeue Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,697) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 235x18
-          text run at (0,0) width 235: &quot;Font: HelveticaNeue Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: HelveticaNeue Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,715) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 235x18
-          text run at (0,0) width 235: &quot;Font: HelveticaNeue Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: HelveticaNeue Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,733) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 247x19
-          text run at (0,0) width 247: &quot;Font: HelveticaNeue Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 351x19
+          text run at (0,0) width 351: &quot;Font: HelveticaNeue Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,752) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 247x19
-          text run at (0,0) width 247: &quot;Font: HelveticaNeue Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 351x19
+          text run at (0,0) width 351: &quot;Font: HelveticaNeue Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,771) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 247x19
-          text run at (0,0) width 247: &quot;Font: HelveticaNeue Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 351x19
+          text run at (0,0) width 351: &quot;Font: HelveticaNeue Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,790) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 247x19
-          text run at (0,0) width 247: &quot;Font: HelveticaNeue Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 351x19
+          text run at (0,0) width 351: &quot;Font: HelveticaNeue Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,809) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 308x19
-          text run at (0,0) width 308: &quot;Font: HelveticaNeue-Medium Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 409x19
+          text run at (0,0) width 409: &quot;Font: HelveticaNeue-Medium Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,828) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 308x19
-          text run at (0,0) width 308: &quot;Font: HelveticaNeue-Medium Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 409x19
+          text run at (0,0) width 409: &quot;Font: HelveticaNeue-Medium Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,847) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 308x19
-          text run at (0,0) width 308: &quot;Font: HelveticaNeue-Medium Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 409x19
+          text run at (0,0) width 409: &quot;Font: HelveticaNeue-Medium Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,866) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 308x19
-          text run at (0,0) width 308: &quot;Font: HelveticaNeue-Medium Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 409x19
+          text run at (0,0) width 409: &quot;Font: HelveticaNeue-Medium Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,885) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 308x19
-          text run at (0,0) width 308: &quot;Font: HelveticaNeue-Medium Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 409x19
+          text run at (0,0) width 409: &quot;Font: HelveticaNeue-Medium Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,904) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 315x19
-          text run at (0,0) width 315: &quot;Font: HelveticaNeue-Medium Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 419x19
+          text run at (0,0) width 419: &quot;Font: HelveticaNeue-Medium Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,923) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 315x19
-          text run at (0,0) width 315: &quot;Font: HelveticaNeue-Medium Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 419x19
+          text run at (0,0) width 419: &quot;Font: HelveticaNeue-Medium Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,942) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 315x19
-          text run at (0,0) width 315: &quot;Font: HelveticaNeue-Medium Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 419x19
+          text run at (0,0) width 419: &quot;Font: HelveticaNeue-Medium Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,961) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 315x19
-          text run at (0,0) width 315: &quot;Font: HelveticaNeue-Medium Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 419x19
+          text run at (0,0) width 419: &quot;Font: HelveticaNeue-Medium Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,980) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,999) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1018) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1037) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1056) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 500&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 500 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1075) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 600&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 600 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1094) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 700&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 700 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1113) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 800&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 800 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1132) size 769x19
</span><del>-        RenderText {#text} at (0,0) size 288x19
-          text run at (0,0) width 288: &quot;Font: HelveticaNeue-Bold Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 392x19
+          text run at (0,0) width 392: &quot;Font: HelveticaNeue-Bold Weight: 900 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1151) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 164x18
-          text run at (0,0) width 164: &quot;Font: Avenir Weight: 100&quot;
</del><ins>+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 100 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1169) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 164x18
-          text run at (0,0) width 164: &quot;Font: Avenir Weight: 200&quot;
</del><ins>+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 200 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1187) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 164x18
-          text run at (0,0) width 164: &quot;Font: Avenir Weight: 300&quot;
</del><ins>+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 300 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1205) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 164x18
-          text run at (0,0) width 164: &quot;Font: Avenir Weight: 400&quot;
</del><ins>+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 400 Style: normal&quot;
</ins><span class="cx">       RenderBlock {DIV} at (0,1223) size 769x18
</span><del>-        RenderText {#text} at (0,0) size 164x18
-          text run at (0,0) width 164: &quot;Font: Avenir Weight: 500&quot;
-      RenderBlock {DIV} at (0,1241) size 769x18
-        RenderText {#text} at (0,0) size 174x18
-          text run at (0,0) width 174: &quot;Font: Avenir Weight: 600&quot;
-      RenderBlock {DIV} at (0,1259) size 769x18
-        RenderText {#text} at (0,0) size 174x18
-          text run at (0,0) width 174: &quot;Font: Avenir Weight: 700&quot;
-      RenderBlock {DIV} at (0,1277) size 769x18
-        RenderText {#text} at (0,0) size 174x18
-          text run at (0,0) width 174: &quot;Font: Avenir Weight: 800&quot;
-      RenderBlock {DIV} at (0,1295) size 769x18
-        RenderText {#text} at (0,0) size 174x18
-          text run at (0,0) width 174: &quot;Font: Avenir Weight: 900&quot;
-      RenderBlock {DIV} at (0,1313) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Light Weight: 100&quot;
-      RenderBlock {DIV} at (0,1331) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Light Weight: 200&quot;
-      RenderBlock {DIV} at (0,1349) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Light Weight: 300&quot;
-      RenderBlock {DIV} at (0,1367) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Light Weight: 400&quot;
-      RenderBlock {DIV} at (0,1385) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Light Weight: 500&quot;
-      RenderBlock {DIV} at (0,1403) size 769x18
-        RenderText {#text} at (0,0) size 216x18
-          text run at (0,0) width 216: &quot;Font: Avenir-Light Weight: 600&quot;
-      RenderBlock {DIV} at (0,1421) size 769x18
-        RenderText {#text} at (0,0) size 216x18
-          text run at (0,0) width 216: &quot;Font: Avenir-Light Weight: 700&quot;
-      RenderBlock {DIV} at (0,1439) size 769x18
-        RenderText {#text} at (0,0) size 216x18
-          text run at (0,0) width 216: &quot;Font: Avenir-Light Weight: 800&quot;
-      RenderBlock {DIV} at (0,1457) size 769x18
-        RenderText {#text} at (0,0) size 216x18
-          text run at (0,0) width 216: &quot;Font: Avenir-Light Weight: 900&quot;
-      RenderBlock {DIV} at (0,1475) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Book Weight: 100&quot;
-      RenderBlock {DIV} at (0,1493) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Book Weight: 200&quot;
-      RenderBlock {DIV} at (0,1511) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Book Weight: 300&quot;
-      RenderBlock {DIV} at (0,1529) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Book Weight: 400&quot;
-      RenderBlock {DIV} at (0,1547) size 769x18
-        RenderText {#text} at (0,0) size 203x18
-          text run at (0,0) width 203: &quot;Font: Avenir-Book Weight: 500&quot;
-      RenderBlock {DIV} at (0,1565) size 769x18
-        RenderText {#text} at (0,0) size 214x18
-          text run at (0,0) width 214: &quot;Font: Avenir-Book Weight: 600&quot;
-      RenderBlock {DIV} at (0,1583) size 769x18
-        RenderText {#text} at (0,0) size 214x18
-          text run at (0,0) width 214: &quot;Font: Avenir-Book Weight: 700&quot;
-      RenderBlock {DIV} at (0,1601) size 769x18
-        RenderText {#text} at (0,0) size 214x18
-          text run at (0,0) width 214: &quot;Font: Avenir-Book Weight: 800&quot;
-      RenderBlock {DIV} at (0,1619) size 769x18
-        RenderText {#text} at (0,0) size 214x18
-          text run at (0,0) width 214: &quot;Font: Avenir-Book Weight: 900&quot;
-      RenderBlock {DIV} at (0,1637) size 769x18
-        RenderText {#text} at (0,0) size 223x18
-          text run at (0,0) width 223: &quot;Font: Avenir-Medium Weight: 100&quot;
-      RenderBlock {DIV} at (0,1655) size 769x18
-        RenderText {#text} at (0,0) size 223x18
-          text run at (0,0) width 223: &quot;Font: Avenir-Medium Weight: 200&quot;
-      RenderBlock {DIV} at (0,1673) size 769x18
-        RenderText {#text} at (0,0) size 223x18
-          text run at (0,0) width 223: &quot;Font: Avenir-Medium Weight: 300&quot;
-      RenderBlock {DIV} at (0,1691) size 769x18
-        RenderText {#text} at (0,0) size 223x18
-          text run at (0,0) width 223: &quot;Font: Avenir-Medium Weight: 400&quot;
-      RenderBlock {DIV} at (0,1709) size 769x18
-        RenderText {#text} at (0,0) size 223x18
-          text run at (0,0) width 223: &quot;Font: Avenir-Medium Weight: 500&quot;
-      RenderBlock {DIV} at (0,1727) size 769x18
-        RenderText {#text} at (0,0) size 236x18
-          text run at (0,0) width 236: &quot;Font: Avenir-Medium Weight: 600&quot;
-      RenderBlock {DIV} at (0,1745) size 769x18
-        RenderText {#text} at (0,0) size 236x18
-          text run at (0,0) width 236: &quot;Font: Avenir-Medium Weight: 700&quot;
-      RenderBlock {DIV} at (0,1763) size 769x18
-        RenderText {#text} at (0,0) size 236x18
-          text run at (0,0) width 236: &quot;Font: Avenir-Medium Weight: 800&quot;
-      RenderBlock {DIV} at (0,1781) size 769x18
-        RenderText {#text} at (0,0) size 236x18
-          text run at (0,0) width 236: &quot;Font: Avenir-Medium Weight: 900&quot;
-      RenderBlock {DIV} at (0,1799) size 769x18
-        RenderText {#text} at (0,0) size 206x18
-          text run at (0,0) width 206: &quot;Font: Avenir-Black Weight: 100&quot;
-      RenderBlock {DIV} at (0,1817) size 769x18
-        RenderText {#text} at (0,0) size 206x18
-          text run at (0,0) width 206: &quot;Font: Avenir-Black Weight: 200&quot;
-      RenderBlock {DIV} at (0,1835) size 769x18
-        RenderText {#text} at (0,0) size 206x18
-          text run at (0,0) width 206: &quot;Font: Avenir-Black Weight: 300&quot;
-      RenderBlock {DIV} at (0,1853) size 769x18
-        RenderText {#text} at (0,0) size 206x18
-          text run at (0,0) width 206: &quot;Font: Avenir-Black Weight: 400&quot;
-      RenderBlock {DIV} at (0,1871) size 769x18
-        RenderText {#text} at (0,0) size 206x18
-          text run at (0,0) width 206: &quot;Font: Avenir-Black Weight: 500&quot;
-      RenderBlock {DIV} at (0,1889) size 769x18
-        RenderText {#text} at (0,0) size 218x18
-          text run at (0,0) width 218: &quot;Font: Avenir-Black Weight: 600&quot;
-      RenderBlock {DIV} at (0,1907) size 769x18
-        RenderText {#text} at (0,0) size 218x18
-          text run at (0,0) width 218: &quot;Font: Avenir-Black Weight: 700&quot;
-      RenderBlock {DIV} at (0,1925) size 769x18
-        RenderText {#text} at (0,0) size 218x18
-          text run at (0,0) width 218: &quot;Font: Avenir-Black Weight: 800&quot;
-      RenderBlock {DIV} at (0,1943) size 769x18
-        RenderText {#text} at (0,0) size 218x18
-          text run at (0,0) width 218: &quot;Font: Avenir-Black Weight: 900&quot;
-      RenderBlock {DIV} at (0,1961) size 769x18
-        RenderText {#text} at (0,0) size 211x18
-          text run at (0,0) width 211: &quot;Font: Avenir-Heavy Weight: 100&quot;
-      RenderBlock {DIV} at (0,1979) size 769x18
-        RenderText {#text} at (0,0) size 211x18
-          text run at (0,0) width 211: &quot;Font: Avenir-Heavy Weight: 200&quot;
-      RenderBlock {DIV} at (0,1997) size 769x18
-        RenderText {#text} at (0,0) size 211x18
-          text run at (0,0) width 211: &quot;Font: Avenir-Heavy Weight: 300&quot;
-      RenderBlock {DIV} at (0,2015) size 769x18
-        RenderText {#text} at (0,0) size 211x18
-          text run at (0,0) width 211: &quot;Font: Avenir-Heavy Weight: 400&quot;
-      RenderBlock {DIV} at (0,2033) size 769x18
-        RenderText {#text} at (0,0) size 211x18
-          text run at (0,0) width 211: &quot;Font: Avenir-Heavy Weight: 500&quot;
-      RenderBlock {DIV} at (0,2051) size 769x18
-        RenderText {#text} at (0,0) size 222x18
-          text run at (0,0) width 222: &quot;Font: Avenir-Heavy Weight: 600&quot;
-      RenderBlock {DIV} at (0,2069) size 769x18
-        RenderText {#text} at (0,0) size 222x18
-          text run at (0,0) width 222: &quot;Font: Avenir-Heavy Weight: 700&quot;
-      RenderBlock {DIV} at (0,2087) size 769x18
-        RenderText {#text} at (0,0) size 222x18
-          text run at (0,0) width 222: &quot;Font: Avenir-Heavy Weight: 800&quot;
-      RenderBlock {DIV} at (0,2105) size 769x18
-        RenderText {#text} at (0,0) size 222x18
-          text run at (0,0) width 222: &quot;Font: Avenir-Heavy Weight: 900&quot;
</del><ins>+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,1241) size 769x19
+        RenderText {#text} at (0,0) size 470x19
+          text run at (0,0) width 470: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,1260) size 769x19
+        RenderText {#text} at (0,0) size 470x19
+          text run at (0,0) width 470: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,1279) size 769x19
+        RenderText {#text} at (0,0) size 470x19
+          text run at (0,0) width 470: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,1298) size 769x19
+        RenderText {#text} at (0,0) size 470x19
+          text run at (0,0) width 470: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,1317) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-LightItalic Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,1335) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-LightItalic Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,1353) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-LightItalic Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,1371) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-LightItalic Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,1389) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-LightItalic Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,1407) size 769x19
+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-LightItalic Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,1426) size 769x19
+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-LightItalic Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,1445) size 769x19
+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-LightItalic Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,1464) size 769x19
+        RenderText {#text} at (0,0) size 433x19
+          text run at (0,0) width 433: &quot;Font: HelveticaNeue-LightItalic Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,1483) size 769x18
+        RenderText {#text} at (0,0) size 371x18
+          text run at (0,0) width 371: &quot;Font: HelveticaNeue-Italic Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,1501) size 769x18
+        RenderText {#text} at (0,0) size 371x18
+          text run at (0,0) width 371: &quot;Font: HelveticaNeue-Italic Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,1519) size 769x18
+        RenderText {#text} at (0,0) size 371x18
+          text run at (0,0) width 371: &quot;Font: HelveticaNeue-Italic Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,1537) size 769x18
+        RenderText {#text} at (0,0) size 371x18
+          text run at (0,0) width 371: &quot;Font: HelveticaNeue-Italic Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,1555) size 769x18
+        RenderText {#text} at (0,0) size 371x18
+          text run at (0,0) width 371: &quot;Font: HelveticaNeue-Italic Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,1573) size 769x19
+        RenderText {#text} at (0,0) size 394x19
+          text run at (0,0) width 394: &quot;Font: HelveticaNeue-Italic Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,1592) size 769x19
+        RenderText {#text} at (0,0) size 394x19
+          text run at (0,0) width 394: &quot;Font: HelveticaNeue-Italic Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,1611) size 769x19
+        RenderText {#text} at (0,0) size 394x19
+          text run at (0,0) width 394: &quot;Font: HelveticaNeue-Italic Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,1630) size 769x19
+        RenderText {#text} at (0,0) size 394x19
+          text run at (0,0) width 394: &quot;Font: HelveticaNeue-Italic Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,1649) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,1668) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,1687) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,1706) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,1725) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,1744) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,1763) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,1782) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,1801) size 769x19
+        RenderText {#text} at (0,0) size 431x19
+          text run at (0,0) width 431: &quot;Font: HelveticaNeue-BoldItalic Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,1820) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Helvetica Neue Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,1838) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: Helvetica Neue Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,1856) size 769x18
+        RenderText {#text} at (0,0) size 308x18
+          text run at (0,0) width 308: &quot;Font: Helvetica Neue Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,1874) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: Helvetica Neue Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,1892) size 769x18
+        RenderText {#text} at (0,0) size 320x18
+          text run at (0,0) width 320: &quot;Font: Helvetica Neue Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,1910) size 769x19
+        RenderText {#text} at (0,0) size 340x19
+          text run at (0,0) width 340: &quot;Font: Helvetica Neue Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,1929) size 769x19
+        RenderText {#text} at (0,0) size 340x19
+          text run at (0,0) width 340: &quot;Font: Helvetica Neue Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,1948) size 769x19
+        RenderText {#text} at (0,0) size 340x19
+          text run at (0,0) width 340: &quot;Font: Helvetica Neue Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,1967) size 769x19
+        RenderText {#text} at (0,0) size 340x19
+          text run at (0,0) width 340: &quot;Font: Helvetica Neue Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,1986) size 769x18
+        RenderText {#text} at (0,0) size 345x18
+          text run at (0,0) width 345: &quot;Font: HelveticaNeue-UltraLight Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2004) size 769x18
+        RenderText {#text} at (0,0) size 376x18
+          text run at (0,0) width 376: &quot;Font: HelveticaNeue-UltraLight Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2022) size 769x18
+        RenderText {#text} at (0,0) size 376x18
+          text run at (0,0) width 376: &quot;Font: HelveticaNeue-UltraLight Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2040) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-UltraLight Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2058) size 769x18
+        RenderText {#text} at (0,0) size 391x18
+          text run at (0,0) width 391: &quot;Font: HelveticaNeue-UltraLight Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2076) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-UltraLight Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2095) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-UltraLight Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2114) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-UltraLight Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2133) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-UltraLight Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2152) size 769x18
+        RenderText {#text} at (0,0) size 317x18
+          text run at (0,0) width 317: &quot;Font: HelveticaNeue-Light Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2170) size 769x18
+        RenderText {#text} at (0,0) size 344x18
+          text run at (0,0) width 344: &quot;Font: HelveticaNeue-Light Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2188) size 769x18
+        RenderText {#text} at (0,0) size 344x18
+          text run at (0,0) width 344: &quot;Font: HelveticaNeue-Light Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2206) size 769x18
+        RenderText {#text} at (0,0) size 357x18
+          text run at (0,0) width 357: &quot;Font: HelveticaNeue-Light Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2224) size 769x18
+        RenderText {#text} at (0,0) size 357x18
+          text run at (0,0) width 357: &quot;Font: HelveticaNeue-Light Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2242) size 769x19
+        RenderText {#text} at (0,0) size 381x19
+          text run at (0,0) width 381: &quot;Font: HelveticaNeue-Light Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2261) size 769x19
+        RenderText {#text} at (0,0) size 381x19
+          text run at (0,0) width 381: &quot;Font: HelveticaNeue-Light Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2280) size 769x19
+        RenderText {#text} at (0,0) size 381x19
+          text run at (0,0) width 381: &quot;Font: HelveticaNeue-Light Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2299) size 769x19
+        RenderText {#text} at (0,0) size 381x19
+          text run at (0,0) width 381: &quot;Font: HelveticaNeue-Light Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2318) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: HelveticaNeue Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2336) size 769x18
+        RenderText {#text} at (0,0) size 304x18
+          text run at (0,0) width 304: &quot;Font: HelveticaNeue Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2354) size 769x18
+        RenderText {#text} at (0,0) size 304x18
+          text run at (0,0) width 304: &quot;Font: HelveticaNeue Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2372) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: HelveticaNeue Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2390) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: HelveticaNeue Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2408) size 769x19
+        RenderText {#text} at (0,0) size 336x19
+          text run at (0,0) width 336: &quot;Font: HelveticaNeue Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2427) size 769x19
+        RenderText {#text} at (0,0) size 336x19
+          text run at (0,0) width 336: &quot;Font: HelveticaNeue Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2446) size 769x19
+        RenderText {#text} at (0,0) size 336x19
+          text run at (0,0) width 336: &quot;Font: HelveticaNeue Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2465) size 769x19
+        RenderText {#text} at (0,0) size 336x19
+          text run at (0,0) width 336: &quot;Font: HelveticaNeue Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2484) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: HelveticaNeue-Medium Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2502) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: HelveticaNeue-Medium Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2520) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: HelveticaNeue-Medium Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2538) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Medium Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2556) size 769x18
+        RenderText {#text} at (0,0) size 379x18
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Medium Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2574) size 769x19
+        RenderText {#text} at (0,0) size 404x19
+          text run at (0,0) width 404: &quot;Font: HelveticaNeue-Medium Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2593) size 769x19
+        RenderText {#text} at (0,0) size 404x19
+          text run at (0,0) width 404: &quot;Font: HelveticaNeue-Medium Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2612) size 769x19
+        RenderText {#text} at (0,0) size 404x19
+          text run at (0,0) width 404: &quot;Font: HelveticaNeue-Medium Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2631) size 769x19
+        RenderText {#text} at (0,0) size 404x19
+          text run at (0,0) width 404: &quot;Font: HelveticaNeue-Medium Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2650) size 769x18
+        RenderText {#text} at (0,0) size 316x18
+          text run at (0,0) width 316: &quot;Font: HelveticaNeue-Bold Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2668) size 769x18
+        RenderText {#text} at (0,0) size 342x18
+          text run at (0,0) width 342: &quot;Font: HelveticaNeue-Bold Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2686) size 769x18
+        RenderText {#text} at (0,0) size 342x18
+          text run at (0,0) width 342: &quot;Font: HelveticaNeue-Bold Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2704) size 769x18
+        RenderText {#text} at (0,0) size 355x18
+          text run at (0,0) width 355: &quot;Font: HelveticaNeue-Bold Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2722) size 769x18
+        RenderText {#text} at (0,0) size 355x18
+          text run at (0,0) width 355: &quot;Font: HelveticaNeue-Bold Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2740) size 769x19
+        RenderText {#text} at (0,0) size 377x19
+          text run at (0,0) width 377: &quot;Font: HelveticaNeue-Bold Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2759) size 769x19
+        RenderText {#text} at (0,0) size 377x19
+          text run at (0,0) width 377: &quot;Font: HelveticaNeue-Bold Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2778) size 769x19
+        RenderText {#text} at (0,0) size 377x19
+          text run at (0,0) width 377: &quot;Font: HelveticaNeue-Bold Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2797) size 769x19
+        RenderText {#text} at (0,0) size 377x19
+          text run at (0,0) width 377: &quot;Font: HelveticaNeue-Bold Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2816) size 769x18
+        RenderText {#text} at (0,0) size 372x18
+          text run at (0,0) width 372: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,2834) size 769x18
+        RenderText {#text} at (0,0) size 407x18
+          text run at (0,0) width 407: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,2852) size 769x18
+        RenderText {#text} at (0,0) size 407x18
+          text run at (0,0) width 407: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,2870) size 769x18
+        RenderText {#text} at (0,0) size 424x18
+          text run at (0,0) width 424: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,2888) size 769x18
+        RenderText {#text} at (0,0) size 424x18
+          text run at (0,0) width 424: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,2906) size 769x19
+        RenderText {#text} at (0,0) size 455x19
+          text run at (0,0) width 455: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,2925) size 769x19
+        RenderText {#text} at (0,0) size 455x19
+          text run at (0,0) width 455: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,2944) size 769x19
+        RenderText {#text} at (0,0) size 455x19
+          text run at (0,0) width 455: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,2963) size 769x19
+        RenderText {#text} at (0,0) size 455x19
+          text run at (0,0) width 455: &quot;Font: HelveticaNeue-UltraLightItalic Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,2982) size 769x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;Font: HelveticaNeue-LightItalic Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,3000) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: HelveticaNeue-LightItalic Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,3018) size 769x18
+        RenderText {#text} at (0,0) size 375x18
+          text run at (0,0) width 375: &quot;Font: HelveticaNeue-LightItalic Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,3036) size 769x18
+        RenderText {#text} at (0,0) size 390x18
+          text run at (0,0) width 390: &quot;Font: HelveticaNeue-LightItalic Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,3054) size 769x18
+        RenderText {#text} at (0,0) size 390x18
+          text run at (0,0) width 390: &quot;Font: HelveticaNeue-LightItalic Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,3072) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-LightItalic Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,3091) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-LightItalic Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,3110) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-LightItalic Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,3129) size 769x19
+        RenderText {#text} at (0,0) size 418x19
+          text run at (0,0) width 418: &quot;Font: HelveticaNeue-LightItalic Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,3148) size 769x18
+        RenderText {#text} at (0,0) size 313x18
+          text run at (0,0) width 313: &quot;Font: HelveticaNeue-Italic Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,3166) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: HelveticaNeue-Italic Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,3184) size 769x18
+        RenderText {#text} at (0,0) size 341x18
+          text run at (0,0) width 341: &quot;Font: HelveticaNeue-Italic Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,3202) size 769x18
+        RenderText {#text} at (0,0) size 355x18
+          text run at (0,0) width 355: &quot;Font: HelveticaNeue-Italic Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,3220) size 769x18
+        RenderText {#text} at (0,0) size 355x18
+          text run at (0,0) width 355: &quot;Font: HelveticaNeue-Italic Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,3238) size 769x19
+        RenderText {#text} at (0,0) size 379x19
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Italic Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,3257) size 769x19
+        RenderText {#text} at (0,0) size 379x19
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Italic Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,3276) size 769x19
+        RenderText {#text} at (0,0) size 379x19
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Italic Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,3295) size 769x19
+        RenderText {#text} at (0,0) size 379x19
+          text run at (0,0) width 379: &quot;Font: HelveticaNeue-Italic Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,3314) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,3333) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,3352) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,3371) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,3390) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,3409) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,3428) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,3447) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,3466) size 769x19
+        RenderText {#text} at (0,0) size 414x19
+          text run at (0,0) width 414: &quot;Font: HelveticaNeue-BoldItalic Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,3485) size 769x18
+        RenderText {#text} at (0,0) size 254x18
+          text run at (0,0) width 254: &quot;Font: Avenir Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3503) size 769x18
+        RenderText {#text} at (0,0) size 254x18
+          text run at (0,0) width 254: &quot;Font: Avenir Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,3521) size 769x18
+        RenderText {#text} at (0,0) size 254x18
+          text run at (0,0) width 254: &quot;Font: Avenir Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,3539) size 769x18
+        RenderText {#text} at (0,0) size 254x18
+          text run at (0,0) width 254: &quot;Font: Avenir Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,3557) size 769x18
+        RenderText {#text} at (0,0) size 254x18
+          text run at (0,0) width 254: &quot;Font: Avenir Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,3575) size 769x18
+        RenderText {#text} at (0,0) size 271x18
+          text run at (0,0) width 271: &quot;Font: Avenir Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,3593) size 769x18
+        RenderText {#text} at (0,0) size 271x18
+          text run at (0,0) width 271: &quot;Font: Avenir Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,3611) size 769x18
+        RenderText {#text} at (0,0) size 271x18
+          text run at (0,0) width 271: &quot;Font: Avenir Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,3629) size 769x18
+        RenderText {#text} at (0,0) size 271x18
+          text run at (0,0) width 271: &quot;Font: Avenir Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3647) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Light Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3665) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Light Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,3683) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Light Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,3701) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Light Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,3719) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Light Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,3737) size 769x18
+        RenderText {#text} at (0,0) size 313x18
+          text run at (0,0) width 313: &quot;Font: Avenir-Light Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,3755) size 769x18
+        RenderText {#text} at (0,0) size 313x18
+          text run at (0,0) width 313: &quot;Font: Avenir-Light Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,3773) size 769x18
+        RenderText {#text} at (0,0) size 313x18
+          text run at (0,0) width 313: &quot;Font: Avenir-Light Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,3791) size 769x18
+        RenderText {#text} at (0,0) size 313x18
+          text run at (0,0) width 313: &quot;Font: Avenir-Light Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3809) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Book Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3827) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Book Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,3845) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Book Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,3863) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Book Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,3881) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Book Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,3899) size 769x18
+        RenderText {#text} at (0,0) size 311x18
+          text run at (0,0) width 311: &quot;Font: Avenir-Book Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,3917) size 769x18
+        RenderText {#text} at (0,0) size 311x18
+          text run at (0,0) width 311: &quot;Font: Avenir-Book Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,3935) size 769x18
+        RenderText {#text} at (0,0) size 311x18
+          text run at (0,0) width 311: &quot;Font: Avenir-Book Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,3953) size 769x18
+        RenderText {#text} at (0,0) size 311x18
+          text run at (0,0) width 311: &quot;Font: Avenir-Book Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,3971) size 769x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;Font: Avenir-Medium Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,3989) size 769x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;Font: Avenir-Medium Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4007) size 769x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;Font: Avenir-Medium Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4025) size 769x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;Font: Avenir-Medium Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4043) size 769x18
+        RenderText {#text} at (0,0) size 314x18
+          text run at (0,0) width 314: &quot;Font: Avenir-Medium Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4061) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-Medium Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4079) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-Medium Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4097) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-Medium Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4115) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-Medium Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4133) size 769x18
+        RenderText {#text} at (0,0) size 297x18
+          text run at (0,0) width 297: &quot;Font: Avenir-Black Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4151) size 769x18
+        RenderText {#text} at (0,0) size 297x18
+          text run at (0,0) width 297: &quot;Font: Avenir-Black Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4169) size 769x18
+        RenderText {#text} at (0,0) size 297x18
+          text run at (0,0) width 297: &quot;Font: Avenir-Black Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4187) size 769x18
+        RenderText {#text} at (0,0) size 297x18
+          text run at (0,0) width 297: &quot;Font: Avenir-Black Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4205) size 769x18
+        RenderText {#text} at (0,0) size 297x18
+          text run at (0,0) width 297: &quot;Font: Avenir-Black Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4223) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: Avenir-Black Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4241) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: Avenir-Black Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4259) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: Avenir-Black Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4277) size 769x18
+        RenderText {#text} at (0,0) size 315x18
+          text run at (0,0) width 315: &quot;Font: Avenir-Black Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4295) size 769x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;Font: Avenir-Heavy Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4313) size 769x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;Font: Avenir-Heavy Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4331) size 769x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;Font: Avenir-Heavy Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4349) size 769x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;Font: Avenir-Heavy Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4367) size 769x18
+        RenderText {#text} at (0,0) size 301x18
+          text run at (0,0) width 301: &quot;Font: Avenir-Heavy Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4385) size 769x18
+        RenderText {#text} at (0,0) size 319x18
+          text run at (0,0) width 319: &quot;Font: Avenir-Heavy Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4403) size 769x18
+        RenderText {#text} at (0,0) size 319x18
+          text run at (0,0) width 319: &quot;Font: Avenir-Heavy Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4421) size 769x18
+        RenderText {#text} at (0,0) size 319x18
+          text run at (0,0) width 319: &quot;Font: Avenir-Heavy Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4439) size 769x18
+        RenderText {#text} at (0,0) size 319x18
+          text run at (0,0) width 319: &quot;Font: Avenir-Heavy Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4457) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-LightOblique Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4475) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-LightOblique Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4493) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-LightOblique Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4511) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-LightOblique Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4529) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-LightOblique Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4547) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: Avenir-LightOblique Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4565) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: Avenir-LightOblique Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4583) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: Avenir-LightOblique Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4601) size 769x18
+        RenderText {#text} at (0,0) size 368x18
+          text run at (0,0) width 368: &quot;Font: Avenir-LightOblique Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4619) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-BookOblique Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4637) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-BookOblique Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4655) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-BookOblique Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4673) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-BookOblique Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4691) size 769x18
+        RenderText {#text} at (0,0) size 346x18
+          text run at (0,0) width 346: &quot;Font: Avenir-BookOblique Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4709) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: Avenir-BookOblique Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4727) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: Avenir-BookOblique Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4745) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: Avenir-BookOblique Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4763) size 769x18
+        RenderText {#text} at (0,0) size 366x18
+          text run at (0,0) width 366: &quot;Font: Avenir-BookOblique Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4781) size 769x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Font: Avenir-MediumOblique Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4799) size 769x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Font: Avenir-MediumOblique Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4817) size 769x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Font: Avenir-MediumOblique Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4835) size 769x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Font: Avenir-MediumOblique Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,4853) size 769x18
+        RenderText {#text} at (0,0) size 365x18
+          text run at (0,0) width 365: &quot;Font: Avenir-MediumOblique Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,4871) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: Avenir-MediumOblique Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,4889) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: Avenir-MediumOblique Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,4907) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: Avenir-MediumOblique Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,4925) size 769x18
+        RenderText {#text} at (0,0) size 388x18
+          text run at (0,0) width 388: &quot;Font: Avenir-MediumOblique Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,4943) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;Font: Avenir-BlackOblique Weight: 100 Style: normal&quot;
+      RenderBlock {DIV} at (0,4961) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;Font: Avenir-BlackOblique Weight: 200 Style: normal&quot;
+      RenderBlock {DIV} at (0,4979) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;Font: Avenir-BlackOblique Weight: 300 Style: normal&quot;
+      RenderBlock {DIV} at (0,4997) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;Font: Avenir-BlackOblique Weight: 400 Style: normal&quot;
+      RenderBlock {DIV} at (0,5015) size 769x18
+        RenderText {#text} at (0,0) size 348x18
+          text run at (0,0) width 348: &quot;Font: Avenir-BlackOblique Weight: 500 Style: normal&quot;
+      RenderBlock {DIV} at (0,5033) size 769x18
+        RenderText {#text} at (0,0) size 370x18
+          text run at (0,0) width 370: &quot;Font: Avenir-BlackOblique Weight: 600 Style: normal&quot;
+      RenderBlock {DIV} at (0,5051) size 769x18
+        RenderText {#text} at (0,0) size 370x18
+          text run at (0,0) width 370: &quot;Font: Avenir-BlackOblique Weight: 700 Style: normal&quot;
+      RenderBlock {DIV} at (0,5069) size 769x18
+        RenderText {#text} at (0,0) size 370x18
+          text run at (0,0) width 370: &quot;Font: Avenir-BlackOblique Weight: 800 Style: normal&quot;
+      RenderBlock {DIV} at (0,5087) size 769x18
+        RenderText {#text} at (0,0) size 370x18
+          text run at (0,0) width 370: &quot;Font: Avenir-BlackOblique Weight: 900 Style: normal&quot;
+      RenderBlock {DIV} at (0,5105) size 769x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;Font: Avenir Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5123) size 769x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;Font: Avenir Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5141) size 769x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;Font: Avenir Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5159) size 769x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;Font: Avenir Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5177) size 769x18
+        RenderText {#text} at (0,0) size 240x18
+          text run at (0,0) width 240: &quot;Font: Avenir Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5195) size 769x18
+        RenderText {#text} at (0,0) size 247x18
+          text run at (0,0) width 247: &quot;Font: Avenir Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5213) size 769x18
+        RenderText {#text} at (0,0) size 247x18
+          text run at (0,0) width 247: &quot;Font: Avenir Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5231) size 769x18
+        RenderText {#text} at (0,0) size 247x18
+          text run at (0,0) width 247: &quot;Font: Avenir Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5249) size 769x18
+        RenderText {#text} at (0,0) size 247x18
+          text run at (0,0) width 247: &quot;Font: Avenir Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5267) size 769x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;Font: Avenir-Light Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5285) size 769x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;Font: Avenir-Light Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5303) size 769x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;Font: Avenir-Light Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5321) size 769x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;Font: Avenir-Light Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5339) size 769x18
+        RenderText {#text} at (0,0) size 279x18
+          text run at (0,0) width 279: &quot;Font: Avenir-Light Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5357) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Light Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5375) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Light Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5393) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Light Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5411) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Light Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5429) size 769x18
+        RenderText {#text} at (0,0) size 278x18
+          text run at (0,0) width 278: &quot;Font: Avenir-Book Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5447) size 769x18
+        RenderText {#text} at (0,0) size 278x18
+          text run at (0,0) width 278: &quot;Font: Avenir-Book Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5465) size 769x18
+        RenderText {#text} at (0,0) size 278x18
+          text run at (0,0) width 278: &quot;Font: Avenir-Book Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5483) size 769x18
+        RenderText {#text} at (0,0) size 278x18
+          text run at (0,0) width 278: &quot;Font: Avenir-Book Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5501) size 769x18
+        RenderText {#text} at (0,0) size 278x18
+          text run at (0,0) width 278: &quot;Font: Avenir-Book Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5519) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Book Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5537) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Book Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5555) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Book Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5573) size 769x18
+        RenderText {#text} at (0,0) size 287x18
+          text run at (0,0) width 287: &quot;Font: Avenir-Book Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5591) size 769x18
+        RenderText {#text} at (0,0) size 298x18
+          text run at (0,0) width 298: &quot;Font: Avenir-Medium Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5609) size 769x18
+        RenderText {#text} at (0,0) size 298x18
+          text run at (0,0) width 298: &quot;Font: Avenir-Medium Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5627) size 769x18
+        RenderText {#text} at (0,0) size 298x18
+          text run at (0,0) width 298: &quot;Font: Avenir-Medium Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5645) size 769x18
+        RenderText {#text} at (0,0) size 298x18
+          text run at (0,0) width 298: &quot;Font: Avenir-Medium Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5663) size 769x18
+        RenderText {#text} at (0,0) size 298x18
+          text run at (0,0) width 298: &quot;Font: Avenir-Medium Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5681) size 769x18
+        RenderText {#text} at (0,0) size 307x18
+          text run at (0,0) width 307: &quot;Font: Avenir-Medium Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5699) size 769x18
+        RenderText {#text} at (0,0) size 307x18
+          text run at (0,0) width 307: &quot;Font: Avenir-Medium Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5717) size 769x18
+        RenderText {#text} at (0,0) size 307x18
+          text run at (0,0) width 307: &quot;Font: Avenir-Medium Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5735) size 769x18
+        RenderText {#text} at (0,0) size 307x18
+          text run at (0,0) width 307: &quot;Font: Avenir-Medium Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5753) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: Avenir-Black Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5771) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: Avenir-Black Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5789) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: Avenir-Black Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5807) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: Avenir-Black Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5825) size 769x18
+        RenderText {#text} at (0,0) size 282x18
+          text run at (0,0) width 282: &quot;Font: Avenir-Black Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,5843) size 769x18
+        RenderText {#text} at (0,0) size 290x18
+          text run at (0,0) width 290: &quot;Font: Avenir-Black Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,5861) size 769x18
+        RenderText {#text} at (0,0) size 290x18
+          text run at (0,0) width 290: &quot;Font: Avenir-Black Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,5879) size 769x18
+        RenderText {#text} at (0,0) size 290x18
+          text run at (0,0) width 290: &quot;Font: Avenir-Black Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,5897) size 769x18
+        RenderText {#text} at (0,0) size 290x18
+          text run at (0,0) width 290: &quot;Font: Avenir-Black Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,5915) size 769x18
+        RenderText {#text} at (0,0) size 286x18
+          text run at (0,0) width 286: &quot;Font: Avenir-Heavy Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,5933) size 769x18
+        RenderText {#text} at (0,0) size 286x18
+          text run at (0,0) width 286: &quot;Font: Avenir-Heavy Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,5951) size 769x18
+        RenderText {#text} at (0,0) size 286x18
+          text run at (0,0) width 286: &quot;Font: Avenir-Heavy Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,5969) size 769x18
+        RenderText {#text} at (0,0) size 286x18
+          text run at (0,0) width 286: &quot;Font: Avenir-Heavy Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,5987) size 769x18
+        RenderText {#text} at (0,0) size 286x18
+          text run at (0,0) width 286: &quot;Font: Avenir-Heavy Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6005) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Heavy Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6023) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Heavy Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6041) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Heavy Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,6059) size 769x18
+        RenderText {#text} at (0,0) size 294x18
+          text run at (0,0) width 294: &quot;Font: Avenir-Heavy Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,6077) size 769x18
+        RenderText {#text} at (0,0) size 331x18
+          text run at (0,0) width 331: &quot;Font: Avenir-LightOblique Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,6095) size 769x18
+        RenderText {#text} at (0,0) size 331x18
+          text run at (0,0) width 331: &quot;Font: Avenir-LightOblique Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,6113) size 769x18
+        RenderText {#text} at (0,0) size 331x18
+          text run at (0,0) width 331: &quot;Font: Avenir-LightOblique Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,6131) size 769x18
+        RenderText {#text} at (0,0) size 331x18
+          text run at (0,0) width 331: &quot;Font: Avenir-LightOblique Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,6149) size 769x18
+        RenderText {#text} at (0,0) size 331x18
+          text run at (0,0) width 331: &quot;Font: Avenir-LightOblique Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6167) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Avenir-LightOblique Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6185) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Avenir-LightOblique Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6203) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Avenir-LightOblique Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,6221) size 769x18
+        RenderText {#text} at (0,0) size 340x18
+          text run at (0,0) width 340: &quot;Font: Avenir-LightOblique Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,6239) size 769x18
+        RenderText {#text} at (0,0) size 330x18
+          text run at (0,0) width 330: &quot;Font: Avenir-BookOblique Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,6257) size 769x18
+        RenderText {#text} at (0,0) size 330x18
+          text run at (0,0) width 330: &quot;Font: Avenir-BookOblique Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,6275) size 769x18
+        RenderText {#text} at (0,0) size 330x18
+          text run at (0,0) width 330: &quot;Font: Avenir-BookOblique Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,6293) size 769x18
+        RenderText {#text} at (0,0) size 330x18
+          text run at (0,0) width 330: &quot;Font: Avenir-BookOblique Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,6311) size 769x18
+        RenderText {#text} at (0,0) size 330x18
+          text run at (0,0) width 330: &quot;Font: Avenir-BookOblique Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6329) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: Avenir-BookOblique Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6347) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: Avenir-BookOblique Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6365) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: Avenir-BookOblique Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,6383) size 769x18
+        RenderText {#text} at (0,0) size 339x18
+          text run at (0,0) width 339: &quot;Font: Avenir-BookOblique Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,6401) size 769x18
+        RenderText {#text} at (0,0) size 349x18
+          text run at (0,0) width 349: &quot;Font: Avenir-MediumOblique Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,6419) size 769x18
+        RenderText {#text} at (0,0) size 349x18
+          text run at (0,0) width 349: &quot;Font: Avenir-MediumOblique Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,6437) size 769x18
+        RenderText {#text} at (0,0) size 349x18
+          text run at (0,0) width 349: &quot;Font: Avenir-MediumOblique Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,6455) size 769x18
+        RenderText {#text} at (0,0) size 349x18
+          text run at (0,0) width 349: &quot;Font: Avenir-MediumOblique Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,6473) size 769x18
+        RenderText {#text} at (0,0) size 349x18
+          text run at (0,0) width 349: &quot;Font: Avenir-MediumOblique Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6491) size 769x18
+        RenderText {#text} at (0,0) size 359x18
+          text run at (0,0) width 359: &quot;Font: Avenir-MediumOblique Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6509) size 769x18
+        RenderText {#text} at (0,0) size 359x18
+          text run at (0,0) width 359: &quot;Font: Avenir-MediumOblique Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6527) size 769x18
+        RenderText {#text} at (0,0) size 359x18
+          text run at (0,0) width 359: &quot;Font: Avenir-MediumOblique Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,6545) size 769x18
+        RenderText {#text} at (0,0) size 359x18
+          text run at (0,0) width 359: &quot;Font: Avenir-MediumOblique Weight: 900 Style: italic&quot;
+      RenderBlock {DIV} at (0,6563) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-BlackOblique Weight: 100 Style: italic&quot;
+      RenderBlock {DIV} at (0,6581) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-BlackOblique Weight: 200 Style: italic&quot;
+      RenderBlock {DIV} at (0,6599) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-BlackOblique Weight: 300 Style: italic&quot;
+      RenderBlock {DIV} at (0,6617) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-BlackOblique Weight: 400 Style: italic&quot;
+      RenderBlock {DIV} at (0,6635) size 769x18
+        RenderText {#text} at (0,0) size 333x18
+          text run at (0,0) width 333: &quot;Font: Avenir-BlackOblique Weight: 500 Style: italic&quot;
+      RenderBlock {DIV} at (0,6653) size 769x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;Font: Avenir-BlackOblique Weight: 600 Style: italic&quot;
+      RenderBlock {DIV} at (0,6671) size 769x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;Font: Avenir-BlackOblique Weight: 700 Style: italic&quot;
+      RenderBlock {DIV} at (0,6689) size 769x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;Font: Avenir-BlackOblique Weight: 800 Style: italic&quot;
+      RenderBlock {DIV} at (0,6707) size 769x18
+        RenderText {#text} at (0,0) size 343x18
+          text run at (0,0) width 343: &quot;Font: Avenir-BlackOblique Weight: 900 Style: italic&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttextfontweightshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/text/font-weights.html (184537 => 184538)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/text/font-weights.html        2015-05-19 01:39:27 UTC (rev 184537)
+++ trunk/LayoutTests/platform/mac/fast/text/font-weights.html        2015-05-19 01:49:37 UTC (rev 184538)
</span><span class="lines">@@ -6,18 +6,21 @@
</span><span class="cx"> This test is designed to test the interaction between font-family and font-weight. In particular, our implementation of font-family accepts PostScript names, which may name a font with a particular weight. However, there is another CSS property, font-weight, in which the author may also name a particular weight. Our font selection algorithm takes both of these signals into account when choosing fonts.&lt;br&gt;&lt;br&gt;There is currently no good way in JavaScript to find the actual font chosen for some text. Therefore, the best way to test this aspect of the font selection algorithm is to dump the render tree, therefore testing glyph advances (which are a property of font weight).
</span><span class="cx"> &lt;script&gt;
</span><span class="cx"> function generateElements(fontNames) {
</span><del>-    fontNames.forEach(function(fontName) {
-        for (var fontWeight = 100; fontWeight &lt; 1000; fontWeight += 100) {
-            var d = document.createElement(&quot;div&quot;);
-            d.style.fontFamily = fontName;
-            d.style.fontWeight = fontWeight;
-            d.innerText = &quot;Font: &quot; + fontName + &quot; Weight: &quot; + fontWeight;
-            document.body.appendChild(d);
-        }
</del><ins>+    [&quot;normal&quot;, &quot;italic&quot;].forEach(function(fontStyle) {
+        fontNames.forEach(function(fontName) {
+            for (var fontWeight = 100; fontWeight &lt; 1000; fontWeight += 100) {
+                var d = document.createElement(&quot;div&quot;);
+                d.style.fontFamily = fontName;
+                d.style.fontWeight = fontWeight;
+                d.style.fontStyle = fontStyle;
+                d.innerText = &quot;Font: &quot; + fontName + &quot; Weight: &quot; + fontWeight + &quot; Style: &quot; + fontStyle;
+                document.body.appendChild(d);
+            }
+        });
</ins><span class="cx">     });
</span><span class="cx"> }
</span><del>-var helveticaFonts = [&quot;Helvetica Neue&quot;, &quot;HelveticaNeue-UltraLight&quot;, &quot;HelveticaNeue-Light&quot;, &quot;HelveticaNeue&quot;, &quot;HelveticaNeue-Medium&quot;, &quot;HelveticaNeue-Bold&quot;];
-var avenirFonts = [&quot;Avenir&quot;, &quot;Avenir-Light&quot;, &quot;Avenir-Book&quot;, &quot;Avenir-Medium&quot;, &quot;Avenir-Black&quot;, &quot;Avenir-Heavy&quot;];
</del><ins>+var helveticaFonts = [&quot;Helvetica Neue&quot;, &quot;HelveticaNeue-UltraLight&quot;, &quot;HelveticaNeue-Light&quot;, &quot;HelveticaNeue&quot;, &quot;HelveticaNeue-Medium&quot;, &quot;HelveticaNeue-Bold&quot;, &quot;HelveticaNeue-UltraLightItalic&quot;, &quot;HelveticaNeue-LightItalic&quot;, &quot;HelveticaNeue-Italic&quot;, &quot;HelveticaNeue-BoldItalic&quot;];
+var avenirFonts = [&quot;Avenir&quot;, &quot;Avenir-Light&quot;, &quot;Avenir-Book&quot;, &quot;Avenir-Medium&quot;, &quot;Avenir-Black&quot;, &quot;Avenir-Heavy&quot;, &quot;Avenir-LightOblique&quot;, &quot;Avenir-BookOblique&quot;, &quot;Avenir-MediumOblique&quot;, &quot;Avenir-BlackOblique&quot;];
</ins><span class="cx"> generateElements(helveticaFonts);
</span><span class="cx"> generateElements(avenirFonts);
</span><span class="cx"> &lt;/script&gt;
</span></span></pre>
</div>
</div>

</body>
</html>