Changeset 95958 in webkit


Ignore:
Timestamp:
Sep 26, 2011 10:00:40 AM (13 years ago)
Author:
rniwa@webkit.org
Message:

chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
https://bugs.webkit.org/show_bug.cgi?id=51639

Patch by Jay Soffian <jaysoffian@gmail.com> on 2011-09-26
Reviewed by Ryosuke Niwa.

Add missing window.layoutTestController.dumpAsText so that test output matches expectation.

  • LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r95934 r95958  
     12011-09-26  Jay Soffian  <jaysoffian@gmail.com>
     2
     3        chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
     4        https://bugs.webkit.org/show_bug.cgi?id=51639
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Add missing window.layoutTestController.dumpAsText so that test output matches expectation.
     9
     10        * LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
     11
    1122011-09-25  Adam Barth  <abarth@webkit.org>
    213
  • trunk/LayoutTests/editing/style/justify-without-enclosing-block.xhtml

    r95885 r95958  
    1111    <script>
    1212      function go() {
     13        if (window.layoutTestController)
     14            layoutTestController.dumpAsText();
    1315        document.execCommand("SelectAll");
    1416        document.execCommand("JustifyRight");
  • trunk/LayoutTests/platform/qt/Skipped

    r95950 r95958  
    23712371http/tests/history/back-with-fragment-change.php
    23722372
    2373 # Test failed after r95885
    2374 # https://bugs.webkit.org/show_bug.cgi?id=51639
    2375 editing/style/justify-without-enclosing-block.xhtml
    2376 
    23772373# Test failed after r95899
    23782374# https://bugs.webkit.org/show_bug.cgi?id=68796
Note: See TracChangeset for help on using the changeset viewer.