chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84b...
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 17:00:40 +0000 (17:00 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Sep 2011 17:00:40 +0000 (17:00 +0000)
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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95958 268f45cc-cd09-0410-ab3c-d52691b4dbfc

ChangeLog
LayoutTests/editing/style/justify-without-enclosing-block.xhtml
LayoutTests/platform/qt/Skipped

index 241fa25..5544c0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-09-26  Jay Soffian  <jaysoffian@gmail.com>
+
+        chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
+        https://bugs.webkit.org/show_bug.cgi?id=51639
+
+        Reviewed by Ryosuke Niwa.
+
+        Add missing window.layoutTestController.dumpAsText so that test output matches expectation.
+
+        * LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
+
 2011-09-25  Adam Barth  <abarth@webkit.org>
 
         Finish removing PLATFORM(BREWMP) by removing associated code
index 18dca57..82e90f7 100644 (file)
@@ -10,6 +10,8 @@
     </style>
     <script>
       function go() {
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
         document.execCommand("SelectAll");
         document.execCommand("JustifyRight");
         document.execCommand("JustifyNone");
index 4a9d6cb..811a155 100644 (file)
@@ -2370,10 +2370,6 @@ editing/pasteboard/paste-noscript.html
 # https://bugs.webkit.org/show_bug.cgi?id=68278
 http/tests/history/back-with-fragment-change.php
 
-# Test failed after r95885
-# https://bugs.webkit.org/show_bug.cgi?id=51639
-editing/style/justify-without-enclosing-block.xhtml
-
 # Test failed after r95899
 # https://bugs.webkit.org/show_bug.cgi?id=68796
 canvas/philip/tests/2d.drawImage.outsidesource.html