Changeset 125302 in webkit


Ignore:
Timestamp:
Aug 10, 2012 11:24:47 AM (12 years ago)
Author:
ojan@chromium.org
Message:

New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
https://bugs.webkit.org/show_bug.cgi?id=93718

Test uses layoutTestController instead of testRunner.

  • css3/flexbox/inline-flex-crash2.html:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r125297 r125302  
     12012-08-10  Ojan Vafai  <ojan@chromium.org>
     2
     3        New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
     4        https://bugs.webkit.org/show_bug.cgi?id=93718
     5
     6        Test uses layoutTestController instead of testRunner.
     7
     8        * css3/flexbox/inline-flex-crash2.html:
     9        * platform/qt/Skipped:
     10
    1112012-08-10  Zan Dobersek  <zandobersek@gmail.com>
    212
  • trunk/LayoutTests/css3/flexbox/inline-flex-crash2.html

    r125262 r125302  
    55<div id='container' contentEditable><a><img><div id="el0" style="display: -webkit-inline-flex"><pre>AAAAA</pre></div></a></div>
    66<script>
    7 if (window.layoutTestController)
    8     layoutTestController.dumpAsText();
     7if (window.testRunner)
     8    testRunner.dumpAsText();
    99
    1010window.getSelection().selectAllChildren(document.getElementById('container'));
  • trunk/LayoutTests/platform/qt/Skipped

    r125274 r125302  
    27322732fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html
    27332733fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html
    2734 
    2735 # New test introduced in r125262 css3/flexbox/inline-flex-crash2.html fails
    2736 # https://bugs.webkit.org/show_bug.cgi?id=93718
    2737 css3/flexbox/inline-flex-crash2.html
Note: See TracChangeset for help on using the changeset viewer.