<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] height:100% breaks frame-flattening"
   href="https://bugs.webkit.org/show_bug.cgi?id=167198">167198</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] height:100% breaks frame-flattening
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>WebKit Gtk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcrha&#64;redhat.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bugs-noreply&#64;webkitgtk.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Moving this from a downstream bug report:
<a href="https://bugzilla.gnome.org/show_bug.cgi?id=777479">https://bugzilla.gnome.org/show_bug.cgi?id=777479</a>

Evolution uses frame flattening and shows messages in iframe-s. Having frame flattening enabled and this top web page:

    &lt;html&gt;
      &lt;body&gt;
      &lt;iframe style=&quot;height:10px&quot; src=&quot;file:///tmp/a.html&quot;&gt;
      &lt;/body&gt;
    &lt;/html&gt;

and the /tmp/a.html being

    &lt;html style=&quot;overflow:auto;&quot;&gt;
      &lt;body style=&quot;height:100%;overflow:auto;&quot;&gt;
        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
        tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
        quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
        consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
        cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
        non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
      &lt;/body&gt;
    &lt;/html&gt;

causes the iframe being only 10 pixels height and the content being scrollable (with scroll bars). The downstream bug report has a screen shot of it.

Changing /tmp/a.html body's style to not include height:100% fixes the issue and the iframe is expanded based on its content.

I have a standalone application which uses pure WebKitGTK+ exposing this issue. I can share it, if it would be useful for you.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>