[Webkit-unassigned] [Bug 97197] New: [Qt][WK2] fast/regions/css-regions-disabled.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 04:44:37 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97197

           Summary: [Qt][WK2] fast/regions/css-regions-disabled.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: mihnea at adobe.com


Maybe overridePreference of WebKitCSSRegionsEnabled doesn't work on Qt WK2:
"window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "0");"

--- /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/regions/css-regions-disabled-expected.txt
+++ /home/oszi/WebKit/WebKitBuild/Release/layout-test-results/fast/regions/css-regions-disabled-actual.txt
@@ -3,19 +3,19 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS testWebKitFlowInto("-webkit-flow-into: none") is ""
-PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is ""
+FAIL testWebKitFlowInto("-webkit-flow-into: none") should be . Was none.
+FAIL testWebKitFlowInto("-webkit-flow-into: first-flow") should be . Was first-flow.
 PASS testComputedStyleWebKitFlowInto("none") is "none"
-PASS testComputedStyleWebKitFlowInto("first-flow") is "none"
-PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is ""
-PASS testWebKitFlowFrom("-webkit-flow-from: none") is ""
-PASS testComputedStyleWebKitFlowFrom("first-flow") is "none"
+FAIL testComputedStyleWebKitFlowInto("first-flow") should be none. Was first-flow.
+FAIL testWebKitFlowFrom("-webkit-flow-from: first-flow") should be . Was first-flow.
+FAIL testWebKitFlowFrom("-webkit-flow-from: none") should be . Was none.
+FAIL testComputedStyleWebKitFlowFrom("first-flow") should be none. Was first-flow.
 PASS testComputedStyleWebKitFlowFrom("none") is "none"
-PASS testWebKitRegionOverflow("-webkit-region-overflow: auto") is ""
-PASS testWebKitRegionOverflow("-webkit-region-overflow: break") is ""
+FAIL testWebKitRegionOverflow("-webkit-region-overflow: auto") should be . Was auto.
+FAIL testWebKitRegionOverflow("-webkit-region-overflow: break") should be . Was break.
 PASS testComputedStyleWebKitRegionOverflow("auto") is "auto"
-PASS testComputedStyleWebKitRegionOverflow("break") is "auto"
-PASS webkitRegionRuleIndex is -1
+FAIL testComputedStyleWebKitRegionOverflow("break") should be auto. Was break.
+FAIL webkitRegionRuleIndex should be -1. Was 0.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list