Timeline
Jun 5, 2013:
- 10:01 PM Changeset in webkit [151260] by
-
- 4 edits in trunk/Source
Versioning.
- 9:42 PM Changeset in webkit [151259] by
-
- 2 edits in trunk/Source/WebCore
Revert the second half of r151257. WebGLRenderingContext::create can return null.
- html/HTMLCanvasElement.cpp:
(WebCore::HTMLCanvasElement::getContext):
- 9:40 PM Changeset in webkit [151258] by
-
- 1 copy in tags/Safari-537.44
New Tag.
- 9:40 PM Changeset in webkit [151257] by
-
- 2 edits in trunk/Source/WebCore
Remove unnecessary null check in HTMLCanvasElement.cpp.
Rubber-stamped by Benjamin Poulain.
- html/HTMLCanvasElement.cpp:
(WebCore::HTMLCanvasElement::getContext):
- 9:35 PM Changeset in webkit [151256] by
-
- 5 edits in branches/dfgFourthTier/Source/JavaScriptCore
DFG CFA shouldn't filter ArrayModes with ALL_NON_ARRAY_ARRAY_MODES if the speculated type is not SpecArray
https://bugs.webkit.org/show_bug.cgi?id=117279
Reviewed by Mark Hahnenberg.
The normalization of abstract value clarity introduced in r151229 revealed a
long-standing bug where we filtered ArrayModes incorrectly and sometimes ended
up with BOTTOM incorrectly.
This patch fixes that bug, and cleans up a bunch of debugging infrastructure
that I needed to resurrect to track this down.
- bytecode/CodeBlock.cpp:
(JSC::CodeBlock::resetStubInternal):
(JSC::CodeBlock::noticeIncomingCall):
- dfg/DFGAbstractValue.cpp:
(JSC::DFG::AbstractValue::filterArrayModesByType):
- dfg/DFGCFAPhase.cpp:
(CFAPhase):
(JSC::DFG::CFAPhase::run):
(JSC::DFG::CFAPhase::performBlockCFA):
(JSC::DFG::CFAPhase::performForwardCFA):
- runtime/Options.h:
(JSC):
- 9:28 PM Changeset in webkit [151255] by
-
- 2 edits in trunk/Source/WebCore
[curl] Add implementation for HTTP PUT method.
https://bugs.webkit.org/show_bug.cgi?id=117256
Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-06-05
Reviewed by Brent Fulgham.
No new tests, covered by existing tests.
- platform/network/curl/ResourceHandleManager.cpp:
(WebCore::getFormSize):
(WebCore::setupFormData):
(WebCore::ResourceHandleManager::setupPUT):
(WebCore::ResourceHandleManager::setupPOST):
- 9:18 PM Changeset in webkit [151254] by
-
- 2 edits in trunk/Source/WebCore
[curl] Normalize mime type information
https://bugs.webkit.org/show_bug.cgi?id=117194
Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-06-05
Reviewed by Brent Fulgham.
- platform/MIMETypeRegistry.cpp: Enable MIME type normalization for curl.
- 9:13 PM Changeset in webkit [151253] by
-
- 3 edits in trunk/Source/WebCore
Move OleGetClipboard to Pasteboard::createForCopyAndPaste.
https://bugs.webkit.org/show_bug.cgi?id=117064
Patch by Xueqing Huang <huangxueqing@baidu.com> on 2013-06-05
Reviewed by Darin Adler.
No behavior change, no new tests.
- platform/win/EditorWin.cpp:
(WebCore::Editor::newGeneralClipboard): Editor should not create IDataObject explicitly then set it to Pasteboard.
- platform/win/PasteboardWin.cpp:
(WebCore::Pasteboard::createForCopyAndPaste): Construct a Pasteboard and create IDataObject by "OleGetClipboard".
- 9:02 PM Changeset in webkit [151252] by
-
- 3 edits in branches/dfgFourthTier/Source/JavaScriptCore
Unreviewed, fix release build.
- interpreter/Interpreter.cpp:
- jit/JITStubs.cpp:
- 7:38 PM Changeset in webkit [151251] by
-
- 2 edits in trunk/Source/WebKit2
[EFL][WK2] Fix test_ewk2_view unit test timed out issue
https://bugs.webkit.org/show_bug.cgi?id=117251
Reviewed by Christophe Dumez.
'ewk_view_contents_size_changed' unit test case has been timed out since r150802 because
same size is filtered by WebView class. So create one different test html string that has
different size to continue unit tests.
- UIProcess/API/efl/tests/test_ewk2_view.cpp:
(onContentsSizeChangedPortrait):
(onContentsSizeChangedLandscape):
(TEST_F):
- 7:13 PM Changeset in webkit [151250] by
-
- 13 edits1 add in branches/dfgFourthTier/Source/JavaScriptCore
Disambiguate between CallFrame bytecodeOffset and codeOriginIndex.
https://bugs.webkit.org/show_bug.cgi?id=117262.
Reviewed by Geoffrey Garen.
When writing to the ArgumentCount tag in CallFrame, we will set the high
bit if the written value is a codeOriginIndex.
- GNUmakefile.list.am:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
- JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
- JavaScriptCore.xcodeproj/project.pbxproj:
- bytecode/CodeOrigin.h:
(CodeOrigin):
(JSC::CodeOrigin::isHandle):
(JSC::CodeOrigin::encodeHandle):
(JSC::CodeOrigin::decodeHandle):
- dfg/DFGJITCompiler.h:
(JSC::DFG::JITCompiler::beginCall):
- dfg/DFGRepatch.cpp:
(JSC::DFG::tryBuildGetByIDList):
- interpreter/CallFrame.cpp:
(JSC::CallFrame::locationAsBytecodeOffset):
(JSC::CallFrame::setLocationAsBytecodeOffset):
(JSC::CallFrame::currentVPC):
(JSC::CallFrame::setCurrentVPC):
(JSC::CallFrame::trueCallFrame):
- interpreter/CallFrame.h:
(ExecState):
(JSC::ExecState::inlineCallFrame):
- interpreter/CallFrameInlines.h: Added.
(JSC::CallFrame::hasLocationAsBytecodeOffset):
(JSC::CallFrame::hasLocationAsCodeOriginIndex):
(JSC::CallFrame::locationAsRawBits):
(JSC::CallFrame::setLocationAsRawBits):
(JSC::CallFrame::locationAsBytecodeOffset):
(JSC::CallFrame::setLocationAsBytecodeOffset):
(JSC::CallFrame::locationAsCodeOriginIndex):
- interpreter/Interpreter.cpp:
(JSC::getBytecodeOffsetForCallFrame):
(JSC::getCallerInfo):
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION):
- 6:00 PM Changeset in webkit [151249] by
-
- 2 edits in trunk/LayoutTests
[Windows] Switch to NRWT
https://bugs.webkit.org/show_bug.cgi?id=117200
Reviewed by Anders Carlsson.
- platform/win/TestExpectations: Skip MathML, which was not being tested under
old-run-webkit-tests.
- 4:31 PM Changeset in webkit [151248] by
-
- 6 edits in trunk/Source
WebSQL forces 16-bit strings
https://bugs.webkit.org/show_bug.cgi?id=116935
Patch by Benjamin Poulain <bpoulain@apple.com> on 2013-06-05
Reviewed by Darin Adler.
Merge chromium 49c9632ac135f6f06e623a7a81d9da1f6bb7196f.
https://chromium.googlesource.com/chromium/blink/+/49c9632ac135f6f06e623a7a81d9da1f6bb7196f
Source/WebCore:
- platform/sql/SQLiteStatement.cpp:
(WebCore::SQLiteStatement::getColumnValue):
Source/WTF:
- wtf/text/StringImpl.cpp:
(WTF::StringImpl::create8BitIfPossible):
- wtf/text/StringImpl.h:
(WTF::lengthOfNullTerminatedString):
- wtf/text/WTFString.cpp:
(WTF::String::String):
- 4:05 PM Changeset in webkit [151247] by
-
- 173 edits in trunk
[CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
https://bugs.webkit.org/show_bug.cgi?id=117172
Reviewed by Alexandru Chiculita.
.:
Adding the CSS_SHAPES compile flag.
- Source/autotools/SetupWebKitFeatures.m4:
- Source/autotools/symbols.filter:
- Source/cmake/WebKitFeatures.cmake:
- Source/cmakeconfig.h.cmake:
Source/JavaScriptCore:
Adding the CSS_SHAPES compile flag.
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
This patch adds a new compile and runtime flag for the CSS Shapes feature, which
has split off from the previous CSS Exclusions and Shapes specification. The
specifications are available here:
http://dev.w3.org/csswg/css-exclusions/
http://dev.w3.org/csswg/css-shapes/
The changes introduce a new CSS_SHAPES compile flag, and a new cssShapesEnabled
runtime flag. In general, the code changes are simple renames.
Refactoring, no new tests.
- bindings/generic/RuntimeEnabledFeatures.h:
(WebCore::RuntimeEnabledFeatures::setCSSShapesEnabled):
(WebCore::RuntimeEnabledFeatures::cssShapesEnabled):
- css/CSSComputedStyleDeclaration.cpp:
(WebCore::ComputedStyleExtractor::propertyValue):
- css/CSSParser.cpp:
(WebCore::isSimpleLengthPropertyID):
(WebCore::CSSParser::parseValue):
- css/CSSProperty.cpp:
(WebCore::CSSProperty::isInheritedProperty):
- css/DeprecatedStyleBuilder.cpp:
(WebCore::DeprecatedStyleBuilder::DeprecatedStyleBuilder):
- css/StyleResolver.cpp:
(WebCore::StyleResolver::applyProperty):
(WebCore::StyleResolver::loadPendingImages):
- page/animation/CSSPropertyAnimation.cpp:
(WebCore::CSSPropertyAnimation::ensurePropertyMap):
- rendering/BidiRun.h:
(WebCore::BidiRun::BidiRun):
- rendering/ExclusionShapeInfo.cpp:
- rendering/ExclusionShapeInfo.h:
- rendering/ExclusionShapeInsideInfo.cpp:
- rendering/ExclusionShapeInsideInfo.h:
- rendering/ExclusionShapeOutsideInfo.cpp:
- rendering/ExclusionShapeOutsideInfo.h:
- rendering/LayoutState.cpp:
(WebCore::LayoutState::LayoutState):
- rendering/LayoutState.h:
(WebCore::LayoutState::LayoutState):
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::styleDidChange):
(WebCore::exclusionInfoRequiresRelayout):
(WebCore::RenderBlock::updateRegionsAndExclusionsBeforeChildLayout):
(WebCore::RenderBlock::updateRegionsAndExclusionsAfterChildLayout):
(WebCore::RenderBlock::insertFloatingObject):
(WebCore::RenderBlock::computeLogicalLocationForFloat):
(WebCore::RenderBlock::positionNewFloats):
(WebCore::::collectIfNeeded):
(WebCore::RenderBlock::logicalLeftOffsetForLine):
(WebCore::RenderBlock::logicalRightOffsetForLine):
- rendering/RenderBlock.h:
(WebCore::RenderBlock::xPositionForFloatIncludingMargin):
(WebCore::RenderBlock::yPositionForFloatIncludingMargin):
(WebCore::RenderBlock::FloatIntervalSearchAdapter::FloatIntervalSearchAdapter):
- rendering/RenderBlockLineLayout.cpp:
(WebCore::LineWidth::LineWidth):
(WebCore::LineWidth::updateAvailableWidth):
(WebCore::LineWidth::shrinkAvailableWidthForNewFloatIfNeeded):
(WebCore::RenderBlock::constructLine):
(WebCore::computeExpansionForJustifiedText):
(WebCore::RenderBlock::computeInlineDirectionPositionsForLine):
(WebCore::RenderBlock::computeInlineDirectionPositionsForSegment):
(WebCore::constructBidiRunsForLine):
(WebCore::RenderBlock::layoutRunsAndFloatsInRange):
(WebCore::RenderBlock::LineBreaker::nextLineBreak):
(WebCore::RenderBlock::LineBreaker::nextSegmentBreak):
- rendering/RenderBox.cpp:
(WebCore::RenderBox::willBeDestroyed):
(WebCore::RenderBox::styleDidChange):
- rendering/RenderBox.h:
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::paintOffset):
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::shouldBeNormalFlowOnly):
- rendering/RenderObject.h:
(WebCore::RenderObject::hasPaintOffset):
- rendering/RenderView.h:
(WebCore::RenderView::pushLayoutState):
- rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::changeRequiresLayout):
- rendering/style/RenderStyle.h:
- testing/InternalSettings.cpp:
(WebCore::InternalSettings::Backup::Backup):
(WebCore::InternalSettings::Backup::restoreTo):
(WebCore::InternalSettings::setCSSShapesEnabled):
Source/WebKit/blackberry:
Adding the CSS_SHAPES compile flag.
- WebCoreSupport/AboutDataEnableFeatures.in:
Source/WebKit/mac:
Adding the CSS_SHAPES compile flag.
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
Adding the CSS_SHAPES compile flag.
- Configurations/FeatureDefines.xcconfig:
Tools:
Adding the CSS_SHAPES compile flag.
- Scripts/webkitperl/FeatureList.pm:
- qmake/mkspecs/features/features.pri:
WebKitLibraries:
Adding the CSS_SHAPES compile flag.
- win/tools32/vsprops/FeatureDefines.vsprops:
- win/tools32/vsprops/FeatureDefinesCairo.vsprops:
LayoutTests:
Adjusting the shape inside tests to use the new setCSSShapesEnabled method, rather
than the older setCSSExclusionsEnabled method.
- fast/exclusions/css-exclusions-disabled.html:
- fast/exclusions/parsing/script-tests/parsing-shape-inside.js:
- fast/exclusions/parsing/script-tests/parsing-shape-lengths.js:
- fast/exclusions/parsing/script-tests/parsing-shape-margin.js:
- fast/exclusions/parsing/script-tests/parsing-shape-outside.js:
- fast/exclusions/parsing/script-tests/parsing-shape-padding.js:
- fast/exclusions/resources/multi-segment-polygon.js:
(generatePolygon):
- fast/exclusions/resources/simple-polygon.js:
- fast/exclusions/resources/simple-rectangle.js:
- fast/exclusions/shape-inside/shape-inside-animation.html:
- fast/exclusions/shape-inside/shape-inside-bottom-edge.html:
- fast/exclusions/shape-inside/shape-inside-box-sizing.html:
- fast/exclusions/shape-inside/shape-inside-circle-padding.html:
- fast/exclusions/shape-inside/shape-inside-circle.html:
- fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html:
- fast/exclusions/shape-inside/shape-inside-coincident-vertices.html:
- fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html:
- fast/exclusions/shape-inside/shape-inside-collinear-vertices.html:
- fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html:
- fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html:
- fast/exclusions/shape-inside/shape-inside-dynamic-nested-expected.html:
- fast/exclusions/shape-inside/shape-inside-dynamic-nested.html:
- fast/exclusions/shape-inside/shape-inside-dynamic-shape.html:
- fast/exclusions/shape-inside/shape-inside-dynamic-text.html:
- fast/exclusions/shape-inside/shape-inside-ellipse-padding.html:
- fast/exclusions/shape-inside/shape-inside-ellipse.html:
- fast/exclusions/shape-inside/shape-inside-empty-expected.html:
- fast/exclusions/shape-inside/shape-inside-empty.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-001.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-002.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-003.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-004-expected.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-004.html:
- fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html:
- fast/exclusions/shape-inside/shape-inside-inline-elements.html:
- fast/exclusions/shape-inside/shape-inside-multiple-blocks-vertical.html:
- fast/exclusions/shape-inside/shape-inside-multiple-blocks.html:
- fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html:
- fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
- fast/exclusions/shape-inside/shape-inside-overflow.html:
- fast/exclusions/shape-inside/shape-inside-partial-fill-001.html:
- fast/exclusions/shape-inside/shape-inside-partial-fill-002.html:
- fast/exclusions/shape-inside/shape-inside-percentage-auto.html:
- fast/exclusions/shape-inside/shape-inside-percentage.html:
- fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
- fast/exclusions/shape-inside/shape-inside-polygon-padding-001.html:
- fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
- fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
- fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
- fast/exclusions/shape-inside/shape-inside-polygon-zoom.html:
- fast/exclusions/shape-inside/shape-inside-rectangle-padding.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html:
- fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html:
- fast/exclusions/shape-inside/shape-inside-regular-polygon16-expected.html:
- fast/exclusions/shape-inside/shape-inside-regular-polygon16.html:
- fast/exclusions/shape-inside/shape-inside-regular-polygon8-expected.html:
- fast/exclusions/shape-inside/shape-inside-regular-polygon8.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-001.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001-expected.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-001.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003-expected.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-003.html:
- fast/exclusions/shape-inside/shape-inside-rounded-rectangle-padding.html:
- fast/exclusions/shape-inside/shape-inside-shape-logical-top.html:
- fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout-expected.html:
- fast/exclusions/shape-inside/shape-inside-sibling-block-dimension-change-needs-relayout.html:
- fast/exclusions/shape-inside/shape-inside-text.html:
- fast/exclusions/shape-inside/shape-inside-vertical-text.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-left-margin-polygon.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-margin-is-ignored.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-positioning.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-right-margin-polygon.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle-percentage.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-inset-rectangle.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-polygon.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-horizontal-multiple.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle-percentage.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rectangle.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-inset-rectangle.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html:
- fast/exclusions/shape-outside-floats/shape-outside-floats-stacked.html:
- fast/regions/shape-inside/shape-inside-on-additional-regions.html:
- fast/regions/shape-inside/shape-inside-on-first-region-block-content.html:
- fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html:
- fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html:
- fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html:
- fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html:
- fast/regions/shape-inside/shape-inside-on-regions-expected.html:
- fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html:
- fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html:
- fast/regions/shape-inside/shape-inside-on-regions-inline-content.html:
- fast/regions/shape-inside/shape-inside-on-regions.html:
- fast/regions/shape-inside/shape-inside-on-second-region-block-content.html:
- fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html:
- fast/regions/shape-inside/shape-inside-recursive-layout.html:
- fast/regions/shape-inside/shape-inside-with-region-borders.html:
- fast/regions/shape-inside/shape-inside-with-region-padding.html:
- 3:54 PM Changeset in webkit [151246] by
-
- 2 edits in trunk/Source/WebKit2
Crash if an IPC connection is invalidated before it's completely set up
https://bugs.webkit.org/show_bug.cgi?id=117274
<rdar://problem/13319035>
Reviewed by Andreas Kling.
Resume our dispatch sources on the connection queue so we won't get invalidation callbacks before
all sources have been set up.
- Platform/CoreIPC/mac/ConnectionMac.cpp:
(CoreIPC::Connection::open):
(CoreIPC::Connection::sendOutgoingMessage):
(CoreIPC::Connection::initializeDeadNameSource):
(CoreIPC::Connection::receiveSourceEventHandler):
- 3:43 PM Changeset in webkit [151245] by
-
- 2 edits in trunk/Source/WebKit/gtk
[GTK] AcceleratedCompositingContext: fix layerFlushTimerFiredCallback condition
https://bugs.webkit.org/show_bug.cgi?id=117258
Patch by Alberto Garcia <agarcia@igalia.com> on 2013-06-05
Reviewed by Martin Robinson.
The expressions were incorrectly grouped, a timeout handler can
only be added only if there's none running already.
- WebCoreSupport/AcceleratedCompositingContextGL.cpp:
(WebKit::AcceleratedCompositingContext::renderLayersToWindow):
- 3:24 PM Changeset in webkit [151244] by
-
- 4 edits in trunk/Source/WebCore
Don't throttle timers if a page is doing something that might be interesting
https://bugs.webkit.org/show_bug.cgi?id=117273
Reviewed by Gavin Barraclough.
Make the decision about whether or not to throttle timers be
determined by the PageThrottler
- page/Page.cpp:
(WebCore::Page::throttleTimers):
(WebCore::Page::unthrottleTimers):
(WebCore::Page::setVisibilityState):
(WebCore::Page::hiddenPageDOMTimerThrottlingStateChanged):
- page/Page.h:
- page/PageThrottler.cpp:
(WebCore::PageThrottler::throttlePage):
(WebCore::PageThrottler::unthrottlePage):
- 3:19 PM Changeset in webkit [151243] by
-
- 4 edits in tags/Safari-537.43.58/Source
Versioning.
- 3:15 PM Changeset in webkit [151242] by
-
- 1 copy in tags/Safari-537.43.58
New Tag.
- 2:42 PM Changeset in webkit [151241] by
-
- 3 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Deleting the pendingSelectionCandidate on the wrong thread causes an assert.
https://bugs.webkit.org/show_bug.cgi?id=117276
Patch by Genevieve Mak <gmak@rim.com> on 2013-06-05
Reviewed by Rob Buis.
Reviewed Internally by Nima Ghanavatian.
PR #342399
Store and delete the selectionScrollView in webkit which is what we already do for
scrolling subframes.
- Api/InRegionScroller.cpp:
(BlackBerry::WebKit::InRegionScrollerPrivate::InRegionScrollerPrivate):
(BlackBerry::WebKit::InRegionScrollerPrivate::resetSelectionScrollView):
(WebKit):
(BlackBerry::WebKit::InRegionScrollerPrivate::clearDocumentData):
(BlackBerry::WebKit::InRegionScrollerPrivate::calculateInRegionScrollableAreasForPoint):
(BlackBerry::WebKit::InRegionScrollerPrivate::updateSelectionScrollView):
(BlackBerry::WebKit::InRegionScrollerPrivate::firstScrollableInRegionForNode):
- Api/InRegionScroller_p.h:
(InRegionScrollerPrivate):
- 2:40 PM Changeset in webkit [151240] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Make image clickable when it has anchor as parent node.
https://bugs.webkit.org/show_bug.cgi?id=117271
Patch by Tiancheng Jiang <tijiang@rim.com> on 2013-06-05
Reviewed by Rob Buis.
BlackBerry PR 345995
Internally Reviewed by Genevieve Mak.
- WebKitSupport/FatFingers.cpp:
(BlackBerry::WebKit::FatFingers::isElementClickable):
- 2:33 PM Changeset in webkit [151239] by
-
- 2 edits in trunk/Source/WebCore
[WinCE,WinCairo] RenderThemeWin.cpp needs to include FrameSelection.h.
https://bugs.webkit.org/show_bug.cgi?id=116583
Patch by Mark Salisbury <mark.salisbury@hp.com> on 2013-06-05
Reviewed by Brent Fulgham.
- rendering/RenderThemeWin.cpp:
- 2:30 PM Changeset in webkit [151238] by
-
- 2 edits in trunk/Source/WebCore
[curl] Restrict allowed protocols
https://bugs.webkit.org/show_bug.cgi?id=117257
Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-06-05
Reviewed by Brent Fulgham.
curl supports various protocols (like: HTTP,...,POP3,IMAP...) and by
default all of the are enabled for a single curl handle. Furthermore
all of the protocols are allowed during Location header follow.
This could pose a security risk for example: a malicious server responds
with a crafted Location header pointing to an imap/../(etc) url and the
curl backend will follow it and will give the result for the WebCore.
This patch will restrict the allowed protocols to: HTTP(S), FTP(S), FILE
- platform/network/curl/ResourceHandleManager.cpp:
(WebCore::ResourceHandleManager::initializeHandle):
- 2:25 PM Changeset in webkit [151237] by
-
- 6 edits in trunk/Source/WebCore
[css exclusions] Clean up ExclusionShapeInsideInfo dynamic removal code
https://bugs.webkit.org/show_bug.cgi?id=116236
Reviewed by David Hyatt.
Instead of keeping the ExclusionShapeInsideInfo around after it has
become stale, we can immediately remove it and just mark descendants
for relayout. This patch removes most of the code added by
https://bugs.webkit.org/show_bug.cgi?id=111029
in favor of this simpler approach.
This patch does not introduce new functionality.
- rendering/ExclusionShapeInsideInfo.h:
(WebCore::ExclusionShapeInsideInfo::ExclusionShapeInsideInfo):
(ExclusionShapeInsideInfo): Remove needsRemoval code.
- rendering/LayoutState.cpp:
(WebCore::LayoutState::LayoutState): Ditto.
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::updateExclusionShapeInsideInfoAfterStyleChange): Remove
needsRemoval code and mark descendants for layout.
(WebCore):
(WebCore::RenderBlock::markShapeInsideDescendantsForLayout): Method to mark
descendants of a shape inside with inline content for layout.
(WebCore::exclusionInfoRequiresRelayout): Remove needsRemoval code.
(WebCore::RenderBlock::updateRegionsAndExclusionsAfterChildLayout): Ditto.
- rendering/RenderBlock.h:
(WebCore::RenderBlock::exclusionShapeInsideInfo): Ditto.
(RenderBlock):
- rendering/RenderBlockLineLayout.cpp:
(WebCore::RenderBlock::layoutExclusionShapeInsideInfo): Ditto.
- 2:20 PM Changeset in webkit [151236] by
-
- 3 edits in trunk/Source/WebCore
Avoid multiple copies of inline script & style strings
https://bugs.webkit.org/show_bug.cgi?id=117202
Patch by Arunprasad Rajkumar <arurajku@cisco.com> on 2013-06-05
Reviewed by Darin Adler.
Merge from https://chromiumcodereview.appspot.com/16005007.
No new tests needed.
The HTML parser breaks up large text nodes into small chunks to avoid some
O(n2) editing algorithms. This fix skips that workaround for <script> and
<style> elements, which aren't likely to need editing. As a result, <script>
ends up with a single text node, containing a contiguous String, which is the
source code of that inline script block.
Prior this fix, we could end up with two copies of large inline scripts: one
monolithic string retained by JSC and a number of shards retained by the DOM.
After this fix, both the DOM and JSC use the same monolithic string, removing a
copy.
- dom/Text.cpp:
(WebCore::Text::createWithLengthLimit):
- html/parser/HTMLConstructionSite.cpp:
(WebCore::shouldUseLengthLimit):
(WebCore::HTMLConstructionSite::insertTextNode):
- 12:57 PM Changeset in webkit [151235] by
-
- 4 edits in trunk/Source/WebKit2
[wk2] WebProcess' page-in-window count can be wrong
https://bugs.webkit.org/show_bug.cgi?id=117106
<rdar://problem/14040991>
Reviewed by Anders Carlsson.
If we're using a single WebProcess and a window is closed, we were
not decrementing the page-in-window count (because we apparently don't
setIsInWindow(false) a WebPage in a closing window before tearing it down).
Turn the page-in-window count into a HashSet of pageIDs instead.
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::WebPage):
(WebKit::WebPage::setIsInWindow):
Send the pageID instead (this change is just so that I don't need to
fetch the WebPage in WebProcess::removeWebPage).
- WebProcess/WebProcess.cpp:
(WebKit::WebProcess::WebProcess):
Remove m_inWindowPageCount.
(WebKit::WebProcess::removeWebPage):
Ensure that WebPages being torn-down are removed from the in-window WebPage set.
(WebKit::WebProcess::pageDidEnterWindow):
(WebKit::WebProcess::pageWillLeaveWindow):
Use our new HashSet instead of a count.
(WebKit::WebProcess::nonVisibleProcessCleanupTimerFired):
Make sure that we don't have any visible pages before doing cleanup.
- WebProcess/WebProcess.h:
Remove m_inWindowPageCount.
Add m_inWindowPageSet.
Make pageDidEnterWindow/pageWillLeaveWindow take pageID instead of WebPage.
- 12:41 PM Changeset in webkit [151234] by
-
- 2 edits in trunk/Source/WebKit2
REGRESSION (r148713): Crash under waitForDidUpdateInWindowState
https://bugs.webkit.org/show_bug.cgi?id=117268
<rdar://problem/13822353>
Reviewed by Anders Carlsson.
Check if the WebProcess is valid before waiting for a message from it.
Reset the bool that tells us that we have an outstanding didUpdateInWindowState message if the WebProcess quits.
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::waitForDidUpdateInWindowState):
(WebKit::WebPageProxy::resetStateAfterProcessExited):
- 12:38 PM Changeset in webkit [151233] by
-
- 2 edits in trunk/Source/WebKit/blackberry
[BlackBerry] Selection handles are inverted on directional selections
https://bugs.webkit.org/show_bug.cgi?id=117269
Reviewed by Rob Buis.
PR 336178
Don't invert the handles leave them in the visual order.
Internally Reviewed by Nima Ghanavatian.
- WebKitSupport/SelectionHandler.cpp:
(BlackBerry::WebKit::SelectionHandler::selectionPositionChanged):
- 12:18 PM Changeset in webkit [151232] by
-
- 3 edits in trunk/Tools
[Windows] Unreviewed build fix. Add CRLF eol-style for DOS shell scripts; if they accidentally change
to UNIX-style they will not execute properly.
- DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePostBuild.cmd: Added property svn:eol-style.
- DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePreBuild.cmd: Added property svn:eol-style.
- 11:31 AM Changeset in webkit [151231] by
-
- 2 edits in trunk/Tools
Unreviewed build fix. Don't pass in --use-remote-links argument on Windows now that we use NRWT.
- BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunWebKitTests.start):
- 11:14 AM Changeset in webkit [151230] by
-
- 2 edits in trunk/Tools
[Windows] Switch to NRWT
https://bugs.webkit.org/show_bug.cgi?id=117200
Reviewed by Anders Carlsson.
- Scripts/run-webkit-tests:
(useNewRunWebKitTests): No longer use old-run-webkit-tests for Windows port.
- 11:10 AM Changeset in webkit [151229] by
-
- 4 edits in branches/dfgFourthTier/Source/JavaScriptCore
fourthTier: Clean up AbstractValue
https://bugs.webkit.org/show_bug.cgi?id=117217
Reviewed by Oliver Hunt.
This started as an attempt to make it so that when AbstractValue becomes empty,
its m_type always becomes SpecNone. I wanted this to happen naturally. That turns
out to be basically impossible, since AbstractValue is a set that is dynamically
computed from the intersection of several internal sets: so the value becomes
empty when any of the sets go empty. It's OK if we're imprecise here because it's
always safe for the AbstractValue to seem to overapproximate the set of values
that we see. So I mostly gave up on cleaning up that aspect of AbstractValue. But
while trying to make this happen, I encountered two bugs:
- filterValueByType() ignores the case when m_type contravenes m_value. Namely, we might filter the AbstractValue against a SpeculatedType leading to m_value becoming inconsistent with the new m_type. This change fixes that case. This wasn't a symptomatic bug but it was a silly oversight.
- filterFuturePossibleStructure() was never right. The one call to this method, in filter(Graph&, const StructureSet&), assumed that the previous notions of what structures the value could have in the future were still relevant. This could lead to a bug where we:
1) CheckStructure(@foo, S1)
Where S1 has a valid watchpoint. Now @foo's abstract value will have current
and future structure = S1.
2) Clobber the world.
Now @foo's abstract value will have current structure = TOP, and future
possible structure = S1.
3) CheckStructure(@foo, S2)
Now @foo's abstract value will have current structure = S2 and future
possible structure = S1 intersect S2 = BOTTOM.
Now we will think that any subsequent watchpoint on @foo is valid because the
value is effectively BOTTOM. That would only be correct if we had actually set
a watchpoint on S1. If we had done so, then (3) would only pass (i.e. @foo
would only have structure S2) if S1's watchpoint fired, in which case (3)
wouldn't have been reachable. But we didn't actually set a watchpoint on S1:
we just observed that we *could* have set the watchpoint. Hence future possible
structure should only be set to either the known structure at compile-time, or
it should be the structure we just checked; in both cases it should only be set
if the structure is watchable.
Then, in addition to all of this, I changed AbstractValue's filtering methods to
call clear() if the AbstractValue is effectively clear. This is just meant to
simplify the recognition of truly empty AbstractValues, but doesn't actually have
any other implications.
- bytecode/StructureSet.h:
(JSC::StructureSet::dump):
- dfg/DFGAbstractValue.cpp:
(JSC::DFG::AbstractValue::filter):
(DFG):
(JSC::DFG::AbstractValue::filterArrayModes):
(JSC::DFG::AbstractValue::filterValueByType):
(JSC::DFG::AbstractValue::filterArrayModesByType):
(JSC::DFG::AbstractValue::shouldBeClear):
(JSC::DFG::AbstractValue::normalizeClarity):
(JSC::DFG::AbstractValue::checkConsistency):
- dfg/DFGAbstractValue.h:
(JSC::DFG::AbstractValue::isClear):
(AbstractValue):
- 10:16 AM Changeset in webkit [151228] by
-
- 2 edits in trunk/Source/JavaScriptCore
JSC Assertion tests failures on MIPS.
https://bugs.webkit.org/show_bug.cgi?id=116552
Patch by Balazs Kilvady <kilvadyb@homejinni.com> on 2013-06-05
Reviewed by Geoffrey Garen.
Fix condition handlig in branchAdd32 implemetations.
- assembler/MacroAssemblerMIPS.h:
(JSC::MacroAssemblerMIPS::branchAdd32):
- 10:15 AM Changeset in webkit [151227] by
-
- 8 edits in trunk/Source/WebCore
[EFL] Build fix with EGL and GLES2 backend.
https://bugs.webkit.org/show_bug.cgi?id=117246
Reviewed by Kenneth Rohde Christiansen.
r150958 added support for EGLTransportSurfaceClient.
This patch adds the missing changes.
- platform/graphics/surfaces/efl/GLTransportSurface.cpp:
(WebCore::GLTransportSurfaceClient::createTransportSurfaceClient):
(WebCore::GLTransportSurfaceClient::GLTransportSurfaceClient):
- platform/graphics/surfaces/efl/GLTransportSurface.h:
- platform/graphics/surfaces/efl/GraphicsSurfaceCommon.cpp:
(WebCore::GraphicsSurfacePrivate::initializeClient):
- platform/graphics/surfaces/egl/EGLXSurface.cpp:
(WebCore::EGLXTransportSurfaceClient::EGLXTransportSurfaceClient):
- platform/graphics/surfaces/egl/EGLXSurface.h:
- platform/graphics/surfaces/glx/GLXSurface.cpp:
(WebCore::GLXTransportSurfaceClient::GLXTransportSurfaceClient):
- platform/graphics/surfaces/glx/GLXSurface.h:
- platform/graphics/surfaces/glx/X11Helper.cpp:
(WebCore::X11Helper::createOffScreenWindow):
(WebCore::X11Helper::createPixmap):
- platform/graphics/surfaces/glx/X11Helper.h:
- 8:54 AM Changeset in webkit [151226] by
-
- 2 edits in trunk/Source/WebCore
[GTK] Support using GLContext from multiple threads
https://bugs.webkit.org/show_bug.cgi?id=117238
Patch by Jae Hyun Park <jae.park@company100.net> on 2013-06-05
Reviewed by Martin Robinson.
Current implementation assumes that GLContext is only used in the main thread.
However, to support using GLContext from multiple threads, we need to change it
to thread local. Therefore, ASSERT(isMainThread()) is removed and GLContext is
changed to thread local.
- platform/graphics/cairo/GLContext.cpp:
(WebCore::ThreadGlobalGLContext::setContext):
(WebCore::ThreadGlobalGLContext::context):
(WebCore::currentContext):
(WebCore::GLContext::sharingContext):
(WebCore::GLContext::~GLContext):
(WebCore::GLContext::makeContextCurrent):
(WebCore::GLContext::getCurrent):
- 8:21 AM Changeset in webkit [151225] by
-
- 158 edits126 copies740 adds in trunk/LayoutTests
[Qt] Unreviewed gardening. Rebaselining after r151205.
- platform/qt-5.0-wk2/editing/deleting/merge-no-br-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/merge-unrendered-space-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/merge-whitespace-pre-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/move-nodes-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/non-smart-delete-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/pruning-after-merge-2-expected.png:
- platform/qt-5.0-wk2/editing/deleting/smart-delete-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/smart-delete-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/smart-delete-003-expected.png:
- platform/qt-5.0-wk2/editing/deleting/table-cells-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/type-delete-after-quote-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/4580583-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4641880-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4641880-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4747450-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4916402-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4916541-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/4924441-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/5080333-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5080333-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5136770-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5138441-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5142012-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5142012-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/execCommand/5190926-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5481523-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5482023-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/5569741-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/execCommand/findString-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/indent-empty-root-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/indent-list-item-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/indent-selection-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/insert-list-and-stitch-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/execCommand/insertHorizontalRule-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/insertImage-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/nsresponder-indent-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/nsresponder-outdent-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/paste-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/print-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
- platform/qt-5.0-wk2/editing/execCommand/remove-list-item-1-expected.png:
- platform/qt-5.0-wk2/editing/execCommand/selectAll-expected.png: Added.
- platform/qt-5.0-wk2/editing/input/caret-at-the-edge-of-input-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/12882-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/4278698-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/4875189-1-expected.png:
- platform/qt-5.0-wk2/editing/inserting/4875189-2-expected.png:
- platform/qt-5.0-wk2/editing/inserting/4959067-expected.png:
- platform/qt-5.0-wk2/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/5002441-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5058163-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5058163-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5156401-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5418891-expected.png:
- platform/qt-5.0-wk2/editing/inserting/5510537-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5549929-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/5549929-3-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/6703873-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/before-after-input-element-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/editable-html-element-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/editable-inline-element-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/edited-whitespace-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/editing-empty-divs-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-at-end-01-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-at-end-02-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-br-quoted-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-011-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-012-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-014-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-015-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-016-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-017-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-018-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-019-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-020-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-022-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-023-expected.png:
- platform/qt-5.0-wk2/editing/inserting/insert-div-024-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-025-expected.png:
- platform/qt-5.0-wk2/editing/inserting/insert-div-026-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-div-027-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-paragraph-01-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-paragraph-02-expected.png:
- platform/qt-5.0-wk2/editing/inserting/insert-paragraph-03-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-paragraph-04-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-paragraph-05-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/insert-text-with-newlines-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/line-break-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/paragraph-separator-01-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/paragraph-separator-02-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/paragraph-separator-03-expected.png:
- platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/return-key-with-selection-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/typing-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/inserting/typing-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/typing-around-br-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/3976872-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/4076267-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/4076267-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/4076267-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/4242293-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/4631972-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/4641033-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/4989774-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5006779-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5028447-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/pasteboard/5032095-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/5071074-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5071074-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5134759-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/5156401-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/pasteboard/5387578-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5478250-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/5601583-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/8145-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/8145-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/8145-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/bad-placeholder-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/displaced-placeholder-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/innerText-inline-table-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/merge-after-delete-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/merge-end-blockquote-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/merge-end-borders-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/merge-start-blockquote-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/merge-start-list-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/paste-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-4038267-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-line-endings-010-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-match-style-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-014-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-016-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/paste-text-019-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/pasting-object-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/quirks-mode-br-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/smart-paste-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/smart-paste-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/styled-element-markup-expected.png:
- platform/qt-5.0-wk2/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
- platform/qt-5.0-wk2/editing/pasteboard/unrendered-br-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/13804-expected.png:
- platform/qt-5.0-wk2/editing/selection/3690703-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/3690703-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/3690719-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4397952-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4402375-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4776665-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4818145-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4866671-expected.png:
- platform/qt-5.0-wk2/editing/selection/4889598-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4895428-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4895428-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4932260-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4932260-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4932260-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4947387-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4960137-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4975120-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/4983858-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5007143-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5007143-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5057506-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png:
- platform/qt-5.0-wk2/editing/selection/5076323-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/5076323-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5081257-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5081257-2-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/5099303-expected.png:
- platform/qt-5.0-wk2/editing/selection/5131716-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5131716-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5131716-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5131716-4-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5234383-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5234383-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/5240265-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/7152-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/7152-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/addRange-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/after-line-wrap-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/caret-ltr-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/caret-ltr-2-left-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/caret-ltr-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/caret-ltr-right-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/clear-selection-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/click-start-of-line-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/contenteditable-click-inside-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/display-table-text-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/drag-select-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/editable-html-element-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/editable-non-editable-crash-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/end-of-document-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/expanding-selections-expected.png:
- platform/qt-5.0-wk2/editing/selection/expanding-selections2-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-character-003-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-character-004-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-character-005-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-sentence-001-expected.png:
- platform/qt-5.0-wk2/editing/selection/extend-by-word-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-backward-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/extend-inside-transforms-forward-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/fake-doubleclick-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/focus-body-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/focus_editable_html-expected.png:
- platform/qt-5.0-wk2/editing/selection/iframe-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/image-before-linebreak-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/inline-closest-leaf-child-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/inline-table-expected.png:
- platform/qt-5.0-wk2/editing/selection/leave-requested-block-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/line-wrap-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/line-wrap-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-4-expected.png:
- platform/qt-5.0-wk2/editing/selection/mixed-editability-5-expected.png:
- platform/qt-5.0-wk2/editing/selection/mixed-editability-6-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-7-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-8-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/mixed-editability-9-expected.png:
- platform/qt-5.0-wk2/editing/selection/move-3875618-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-3875641-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-backwords-by-word-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-between-blocks-no-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-between-blocks-yes-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/move-by-character-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-by-character-003-expected.png:
- platform/qt-5.0-wk2/editing/selection/move-by-character-004-expected.png:
- platform/qt-5.0-wk2/editing/selection/move-by-character-005-expected.png:
- platform/qt-5.0-wk2/editing/selection/move-by-character-6-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/move-by-line-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-by-line-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-by-sentence-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-by-sentence-linebreak-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/move-past-trailing-space-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/node-removal-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/node-removal-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/paragraph-granularity-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/previous-line-position-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/range-between-block-and-inline-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/replace-selection-1-expected.png:
- platform/qt-5.0-wk2/editing/selection/replaced-boundaries-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/replaced-boundaries-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/replaced-boundaries-3-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-3-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-4-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-across-readonly-input-5-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-all-001-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-all-002-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-all-003-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-all-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-all-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-all-iframe-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/select-box-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png:
- platform/qt-5.0-wk2/editing/selection/select-text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/selectNode-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/selectNodeContents-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/selection-actions-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/selection-button-text-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/table-caret-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/table-caret-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/table-caret-3-expected.png:
- platform/qt-5.0-wk2/editing/selection/unrendered-space-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/word-granularity-expected.png: Added.
- platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/selection/wrapped-line-caret-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/spelling/grammar-markers-expected.png:
- platform/qt-5.0-wk2/editing/style/4916887-expected.png:
- platform/qt-5.0-wk2/editing/style/5017613-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5017613-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5046875-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5046875-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5065910-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5084241-expected.png:
- platform/qt-5.0-wk2/editing/style/5228141-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/5279521-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/apple-style-editable-mix-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/block-style-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/block-style-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/block-style-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/block-styles-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-010-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-011-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-012-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/create-block-for-style-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/designmode-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/style/font-family-with-space-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/style/highlight-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/style/relative-font-size-change-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/relative-font-size-change-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/relative-font-size-change-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/relative-font-size-change-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/style-3681552-fix-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/style/style-3681552-fix-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/editing/style/style-3998892-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/style-boundary-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/style-boundary-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/style-boundary-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/style-boundary-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/typing-style-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/typing-style-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png:
- platform/qt-5.0-wk2/editing/undo/4063751-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-combined-delete-boundary-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-combined-delete-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-delete-boundary-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-delete-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-forward-delete-boundary-expected.png: Added.
- platform/qt-5.0-wk2/editing/undo/undo-forward-delete-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/list-delete-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/list-delete-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/list-type-after-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/list-type-before-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/table-delete-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/table-delete-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/table-delete-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/table-type-after-expected.png: Added.
- platform/qt-5.0-wk2/editing/unsupported-content/table-type-before-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/background-inherit-color-bug-expected.png:
- platform/qt-5.0-wk2/fast/backgrounds/background-origin-root-element-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/background-position-1-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/backgrounds/background-position-parsing-expected.png:
- platform/qt-5.0-wk2/fast/backgrounds/background-position-rounding-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/mask-composite-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/opacity-on-document-element-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
- platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
- platform/qt-5.0-wk2/fast/backgrounds/size/zero-expected.png:
- platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
- platform/qt-5.0-wk2/fast/block/basic/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/basic/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/basic/006-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/basic/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/009-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/basic/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/012-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/basic/013-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/014-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/015-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/016-expected.png:
- platform/qt-5.0-wk2/fast/block/basic/018-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/019-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/021-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/minheight-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/quirk-height-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/basic/truncation-rtl-expected.png:
- platform/qt-5.0-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/012-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/013-expected.png:
- platform/qt-5.0-wk2/fast/block/float/014-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/015-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/016-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/017-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/020-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/021-expected.png:
- platform/qt-5.0-wk2/fast/block/float/022-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/023-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/024-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/025-expected.png:
- platform/qt-5.0-wk2/fast/block/float/027-expected.png:
- platform/qt-5.0-wk2/fast/block/float/029-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/030-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/031-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/avoidance-percent-width-strict-expected.png:
- platform/qt-5.0-wk2/fast/block/float/avoiding-float-centered-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/centered-float-avoidance-complexity-expected.png:
- platform/qt-5.0-wk2/fast/block/float/clamped-right-float-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/editable-text-overlapping-float-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/fit_line_below_floats-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/float-avoidance-expected.png:
- platform/qt-5.0-wk2/fast/block/float/float-in-float-painting-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/floats-and-text-indent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/floats-and-text-indent-rl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/intruding-painted-twice-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/multiple-float-positioning-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/nestedAnonymousBlocks-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/float/nestedAnonymousBlocks2-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
- platform/qt-5.0-wk2/fast/block/float/shrink-to-fit-width-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/table-relayout-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/vertical-move-relayout-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-box-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/lineboxcontain/none-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/lineboxcontain/parsing-invalid-expected.png:
- platform/qt-5.0-wk2/fast/block/lineboxcontain/replaced-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/012-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/015-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/016-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/017-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/018-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/020-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/021-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/022-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/025-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/026-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/027-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/028-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/029-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/031-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/032-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/033-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/034-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/035-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/037-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/038-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/039-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/040-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/041-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/042-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/043-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/055-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/056-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/057-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/058-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/059-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/062-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/063-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/100-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/101-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/102-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/103-expected.png:
- platform/qt-5.0-wk2/fast/block/margin-collapse/104-expected.png:
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/012-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/015-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/016-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/017-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/018-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/019-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/020-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/021-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/022-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/block-inside-inline/025-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/margin-collapse/negative-margins-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/047-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/051-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/053-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/055-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/057-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/positioning/058-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/059-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/060-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/abs-inside-inline-rel-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-ltr-3-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-position-direction-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-positioned-overconstrained-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-with-html-border-quirks-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/absolute-with-html-border-strict-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/005-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-lr/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/005-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/auto/vertical-rl/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/child-of-absolute-with-auto-height-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/differing-writing-modes-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/height-change-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/leftmargin-topmargin-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/negative-right-pos-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/padding-percent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-block-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/relative-overflow-replaced-float-expected.png:
- platform/qt-5.0-wk2/fast/block/positioning/relayout-on-position-change-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/rtl-static-positioning-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/trailing-space-test-expected.png: Added.
- platform/qt-5.0-wk2/fast/block/positioning/window-height-change-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/001-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/002-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/003-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/003-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/004-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/004-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/005-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/005-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/006-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/006-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/007-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/007-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-color/008-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/001-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/002-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/003-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/003-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/004-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/004-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/005-declarative-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/005-xhtml-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/006-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/006-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/007-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/007-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/008-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/009-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/009-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/background-image/010-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/001-expected.png:
- platform/qt-5.0-wk2/fast/body-propagation/overflow/001-xhtml-expected.png:
- platform/qt-5.0-wk2/fast/body-propagation/overflow/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/002-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/003-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/003-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/004-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/004-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/005-declarative-expected.png:
- platform/qt-5.0-wk2/fast/body-propagation/overflow/005-expected.png:
- platform/qt-5.0-wk2/fast/body-propagation/overflow/005-xhtml-expected.png:
- platform/qt-5.0-wk2/fast/body-propagation/overflow/006-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/006-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/007-declarative-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/body-propagation/overflow/007-xhtml-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/bidi-002-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/bidi-009a-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/bidi-012-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-expected.png:
- platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-outset-expected.png:
- platform/qt-5.0-wk2/fast/borders/border-color-inherit-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/border-image-border-radius-expected.png:
- platform/qt-5.0-wk2/fast/borders/border-image-scaled-expected.png:
- platform/qt-5.0-wk2/fast/borders/border-radius-constraints-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/border-radius-huge-assert-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/border-radius-split-inline-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/borderRadiusInvalidColor-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/different-color-borders-expected.png: Added.
- platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-expected.png:
- platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
- platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png:
- platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png:
- platform/qt-5.0-wk2/fast/borders/rtl-border-01-expected.png:
- platform/qt-5.0-wk2/fast/borders/rtl-border-02-expected.png:
- platform/qt-5.0-wk2/fast/borders/rtl-border-03-expected.png:
- platform/qt-5.0-wk2/fast/box-shadow/basic-shadows-expected.png:
- platform/qt-5.0-wk2/fast/box-shadow/border-radius-big-expected.png: Added.
- platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png:
- platform/qt-5.0-wk2/fast/box-shadow/transform-fringing-expected.png: Added.
- platform/qt-5.0-wk2/fast/box-sizing/box-sizing-expected.png:
- platform/qt-5.0-wk2/fast/box-sizing/panels-one-expected.png: Added.
- platform/qt-5.0-wk2/fast/box-sizing/panels-two-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/arc360-expected.png:
- platform/qt-5.0-wk2/fast/canvas/canvas-before-css-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/canvas-composite-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png:
- platform/qt-5.0-wk2/fast/canvas/canvas-size-change-after-layout-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/canvas/canvas-text-alignment-expected.png:
- platform/qt-5.0-wk2/fast/canvas/canvas-text-baseline-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png:
- platform/qt-5.0-wk2/fast/canvas/canvas-zoom-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/canvas/check-stale-putImageData-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/drawImage-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/image-object-in-canvas-expected.png:
- platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png:
- platform/qt-5.0-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/quadraticCurveTo-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
- platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png:
- platform/qt-5.0-wk2/fast/canvas/zero-size-fill-rect-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/clip/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/clip/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/009-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/012-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/013-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/014-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/clip/016-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/clip/nestedTransparencyClip-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/outline-overflowClip-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/overflow-border-radius-clip-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/overflow-border-radius-combinations-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png:
- platform/qt-5.0-wk2/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
- platform/qt-5.0-wk2/fast/clip/overflow-border-radius-transformed-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/003-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/009-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/010-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png:
- platform/qt-5.0-wk2/fast/css-generated-content/013-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png:
- platform/qt-5.0-wk2/fast/css-generated-content/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/016-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/after-order-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/beforeAfter-interdocument-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png:
- platform/qt-5.0-wk2/fast/css-generated-content/inline-display-types-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/no-openclose-quote-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/table-cell-before-content-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-row-before-after-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/table-row-group-to-inline-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-row-with-before-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/table-with-before-expected.png: Added.
- platform/qt-5.0-wk2/fast/css-generated-content/visibleContentHiddenParent-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css-generated-content/wbr-with-before-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/005-expected.png:
- platform/qt-5.0-wk2/fast/css/007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/008-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/acid2-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/attribute-selector-dynamic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/attribute-selector-empty-value-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/background-image-with-baseurl-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/background-shorthand-invalid-url-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/border-height-expected.png:
- platform/qt-5.0-wk2/fast/css/border-radius-outline-offset-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/child-style-can-override-visited-style-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/clip-text-in-scaled-div-expected.png:
- platform/qt-5.0-wk2/fast/css/clip-zooming-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/color-correction-backgrounds-and-text-expected.png:
- platform/qt-5.0-wk2/fast/css/color-quirk-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/color-strict-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png:
- platform/qt-5.0-wk2/fast/css/continuationCrash-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/counters/counter-text-security-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/counters/counter-text-transform-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/css-imports-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/css2-system-fonts-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/css3-modsel-22-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/css3-nth-child-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/disabled-author-styles-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/dynamic-sibling-selector-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/empty-body-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/empty-generated-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/empty-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/fieldset-display-row-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/find-next-layer-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-child-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/first-letter-capitalized-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-detach-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-first-line-hover-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-float-after-float-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-float-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-hover-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-punctuation-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-recalculation-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-letter-visibility-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png:
- platform/qt-5.0-wk2/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/first-of-type-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/focus-ring-detached-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/focus-ring-multiline-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/focus-ring-outline-color-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/focus-ring-outline-offset-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/focus-ring-outline-width-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-face-multiple-faces-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-face-opentype-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-face-synthetic-bold-italic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-face-weight-matching-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-shorthand-weight-only-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font-smoothing-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/font_property_normal-expected.png:
- platform/qt-5.0-wk2/fast/css/h1-in-section-elements-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/hover-subselector-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/hsl-color-expected.png:
- platform/qt-5.0-wk2/fast/css/hsla-color-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/image-rendering-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/import-rule-regression-11590-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/import_with_baseurl-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/inline-element-line-break-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/inline-properties-important-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/invalid-percentage-property-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/invalidation-errors-2-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/invalidation-errors-3-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/invalidation-errors-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/last-child-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/last-of-type-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/layerZOrderCrash-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/line-height-font-order-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/line-height-negative-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/line-height-overflow-expected.png:
- platform/qt-5.0-wk2/fast/css/link-outside-head-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/list-outline-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/margin-bottom-form-element-strict-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/margin-top-bottom-dynamic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/namespaces/005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/namespaces/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/namespaces/namespaces-comments-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/namespaces/namespaces-empty-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/namespaces/namespaces-escapes-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/namespaces/namespaces-invalid-at-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/negative-leading-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/negative-nth-child-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/nested-floating-relative-position-percentages-expected.png:
- platform/qt-5.0-wk2/fast/css/non-empty-span-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/non-standard-checkbox-size-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/nth-child-dynamic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/only-child-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/only-of-type-pseudo-class-expected.png:
- platform/qt-5.0-wk2/fast/css/outline-auto-empty-rects-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/outline-auto-location-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/percent-top-relative-container-height-unspecified-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/percent-top-value-with-relative-position-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/position-negative-top-margin-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/pseudo-element-line-break-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/rem-dynamic-scaling-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/rem-units-on-root-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/resize-corner-tracking-transformed-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/rgb-float-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/selector-set-attribute-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/shadow-multiple-expected.png:
- platform/qt-5.0-wk2/fast/css/simple-selector-chain-parsing-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/style-outside-head-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/style-parsed-outside-head-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/table-text-align-quirk-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/target-fragment-match-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/text-align-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
- platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
- platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
- platform/qt-5.0-wk2/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
- platform/qt-5.0-wk2/fast/css/text-rendering-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/text-transform-select-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/transform-default-parameter-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/transformed-mask-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/universal-hover-quirk-expected.png: Added.
- platform/qt-5.0-wk2/fast/css/value-list-out-of-bounds-crash-expected.png:
- platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
- platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
- platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
- platform/qt-5.0-wk2/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
- platform/qt-5.0-wk2/fast/css/visibility-hit-test-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/css/zoom-font-size-expected.png: Added.
- platform/qt-5.0-wk2/fast/doctypes/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/doctypes/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/doctypes/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/doctypes/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/Element/class-attribute-whitespace-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/Element/null-offset-parent-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLElement/bdo-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/Range/create-contextual-fragment-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dom/Range/surroundContents-1-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/Window/open-existing-pop-up-blocking-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/anchor-text-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dom/blur-contenteditable-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dom/clone-contents-0-end-offset-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dom/clone-node-dynamic-style-expected.png:
- platform/qt-5.0-wk2/fast/dom/createDocumentType-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/css-rule-functions-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/gc-10-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/importNodeHTML-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/importNodeXML-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/outerText-expected.png: Added.
- platform/qt-5.0-wk2/fast/dom/row-inner-text-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dynamic/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/013-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/014-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/dynamic/015-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/anchor-lock-expected.png:
- platform/qt-5.0-wk2/fast/dynamic/anonymous-block-orphaned-lines-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/float-withdrawal-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
- platform/qt-5.0-wk2/fast/dynamic/link-href-change-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/noninlinebadness-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/outerHTML-doc-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/outerHTML-img-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/view-overflow-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
- platform/qt-5.0-wk2/fast/dynamic/window-scrollbars-test-expected.png: Added.
- platform/qt-5.0-wk2/fast/encoding/utf-16-big-endian-expected.png:
- platform/qt-5.0-wk2/fast/encoding/utf-16-little-endian-expected.png:
- platform/qt-5.0-wk2/fast/events/event-listener-on-link-expected.png: Added.
- platform/qt-5.0-wk2/fast/events/pointer-events-2-expected.png:
- platform/qt-5.0-wk2/fast/events/resize-events-expected.png:
- platform/qt-5.0-wk2/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/001-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/002-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/003-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/004-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/005-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/006-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/007-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/008-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/009-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/010-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/011-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/012-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/014-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/flexbox/015-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png.
- platform/qt-5.0-wk2/fast/flexbox/016-expected.png:
- platform/qt-5.0-wk2/fast/flexbox/017-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/018-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/019-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/020-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/021-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/022-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/023-expected.png: Added.
- platform/qt-5.0-wk2/fast/flexbox/024-expected.png: Added.
- 7:31 AM Changeset in webkit [151224] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed build fix when CHANNEL_MESSAGING is disabled.
Add #if ENABLE(CHANNEL_MESSAGING) to JSMessageChannelCustom.cpp.
- bindings/js/JSMessageChannelCustom.cpp:
- 7:16 AM Changeset in webkit [151223] by
-
- 13 edits1 delete in trunk/Source/WebCore
Remove remaining custom getters for WorkerContext constructor attributes
https://bugs.webkit.org/show_bug.cgi?id=117247
Reviewed by Kentaro Hara.
Remove custom getter code for remaining constructor attribute on WorkerContext
interface. The custom code wasn't needed as it was doing nothing more than the
generated one. These constructor attributes are now automatically generated.
No new tests, no behavior change.
- CMakeLists.txt:
- DerivedSources.make:
- DerivedSources.pri:
- GNUmakefile.list.am:
- Modules/websockets/WebSocket.idl:
- Modules/websockets/WorkerContextWebSocket.idl: Removed.
- WebCore.order:
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/JSWorkerContextCustom.cpp:
- dom/MessageChannel.idl:
- page/EventSource.idl:
- workers/WorkerContext.idl:
- xml/XMLHttpRequest.idl:
- 7:02 AM Changeset in webkit [151222] by
-
- 31 edits974 adds in trunk/LayoutTests
[Qt] Unreviewed gardening. Rebaselining after r151205.
- platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
- platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
- platform/qt-5.0-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png:
- platform/qt-5.0-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1004-c5524-width-00-b-g-expected.png:
- platform/qt-5.0-wk2/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-04-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-05-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-07-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-11-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-12-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-13-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-14-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counter-16-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-05-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-06-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-07-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-08-b-expected.png:
- platform/qt-5.0-wk2/css2.1/t1202-counters-11-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-12-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-13-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-14-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-16-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-17-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1202-counters-18-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-implied-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-implied-01-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-implied-02-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-multiple-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-multiple-01-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-order-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-order-01-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1204-root-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120401-scope-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120401-scope-01-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120401-scope-02-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120401-scope-03-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120401-scope-04-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120403-content-none-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120403-display-none-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t120403-visibility-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1401-c531-color-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c532-bgcolor-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c533-bgimage-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
- platform/qt-5.0-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
- platform/qt-5.0-wk2/css2.1/t1503-c522-font-family-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1505-c524-font-var-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-04-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-05-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-06-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-07-b-expected.png:
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-08-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-09-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1508-c527-font-10-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-50-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-60-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-70-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-80-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-90-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-91-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-92-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-93-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-94-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t170602-bdr-conflct-w-99-d-expected.png: Added.
- platform/qt-5.0-wk2/css3/css3-modsel-33-expected.png: Added.
- platform/qt-5.0-wk2/css3/css3-modsel-35-expected.png: Added.
- platform/qt-5.0-wk2/css3/css3-modsel-36-expected.png: Added.
- platform/qt-5.0-wk2/css3/css3-modsel-37-expected.png: Added.
- platform/qt-5.0-wk2/css3/flexbox/button-expected.png: Added.
- platform/qt-5.0-wk2/css3/flexbox/flexbox-baseline-expected.png: Added.
- platform/qt-5.0-wk2/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
- platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-1-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-10-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-11-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-13-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-144-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-148-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-149-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-149b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-14e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-15-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-150-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-151-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-152-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-154-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-155d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-156c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-157-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-158-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-159-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-15b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-16-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-160-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-161-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-166-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-166a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-167-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-167a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-168-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-168a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-169-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-169a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-17-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-176-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-177a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-181-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-183-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-184f-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-18c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-19-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-2-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-20-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-21c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-22-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-23-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-24-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-25-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-27b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-28-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-28b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-29-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-29b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-30-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-31-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-32-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-33-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-34-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-35-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-36-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-37-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-38-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-39c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-3a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-4-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-41a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-42-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-43-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-43b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-44d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-45c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-46-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-46b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-5-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-54-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-55-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-56-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-59-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-6-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-60-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-61-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-62-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-63-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-64-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-65-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-66-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-66b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-67-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-68-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-69-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-7-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-72-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-72b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-73-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-73b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-74-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-74b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-75-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-75b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-76-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-76b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-77-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-77b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-78-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-78b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-79-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-7b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-8-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-80-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-81-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-81b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-82-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-83-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-87-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-87b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-88-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-88b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-9-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-90-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-90b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d1-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d1b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/html/css3-modsel-d2-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-1-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-10-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-100-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-100b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-101-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-101b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-102-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-102b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-103-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-103b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-104-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-104b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-105-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-105b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-106-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-106b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-107-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-107b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-108-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-108b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-109-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-109b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-11-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-110-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-110b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-111-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-111b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-112-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-112b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-113-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-113b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-114-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-114b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-115-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-115b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-116-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-116b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-117-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-117b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-118-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-119-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-120-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-121-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-122-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-123-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-123b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-124-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-124b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-125-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-126-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-126b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-127-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-127b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-128-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-128b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-129-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-129b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-13-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-130-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-130b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-131-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-132-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-132b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-133-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-133b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-134-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-134b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-135-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-135b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-136-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-136b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-137-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-137b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-138-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-138b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-139-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-139b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-140-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-140b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-141-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-141b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-142-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-142b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-143-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-143b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-144-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-145a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-145b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-146a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-146b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-147a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-147b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-148-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-149-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-149b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-14e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-150-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-151-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-152-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-153-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-154-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-155d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-156c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-157-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-158-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-159-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-15b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-16-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-160-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-166-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-166a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-167-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-167a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-168-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-168a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-169-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-169a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-17-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-172a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-172b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-173a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-173b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-174a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-174b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-176-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-177a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-181-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-183-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-184f-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-18c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-19-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-2-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-20-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-21c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-22-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-27b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-28-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-28b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-29-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-3-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-30-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-31-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-32-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-33-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-34-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-35-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-36-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-37-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-38-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-39c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-3a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-4-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-41-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-41a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-42-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-42a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-43-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-43b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-44d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-45c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-46-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-46b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-47-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-48-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-49-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-5-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-50-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-51-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-52-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-53-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-54-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-55-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-56-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-57-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-57b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-59-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-6-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-60-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-61-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-62-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-63-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-65-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-66-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-66b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-67-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-68-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-7-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-72-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-72b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-73-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-73b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-74-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-74b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-75-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-75b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-76-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-76b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-77-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-77b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-78-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-78b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-79-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-7b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-8-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-80-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-81-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-81b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-82-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-82b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-83-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-87-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-87b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-88-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-88b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-9-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-90-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-90b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-91-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-92-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-93-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-94-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-94b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-95-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-96-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-96b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-97-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-97b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-98-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-98b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-99-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-99b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xhtml/css3-modsel-d4-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-1-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-10-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-100-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-100b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-101-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-101b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-102-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-102b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-103-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-103b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-104-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-104b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-105-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-105b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-106-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-106b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-107-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-107b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-108-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-108b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-109-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-109b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-11-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-110-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-110b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-111-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-111b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-112-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-112b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-113-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-113b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-114-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-114b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-115-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-115b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-116-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-116b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-117-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-117b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-118-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-119-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-120-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-121-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-122-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-123-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-123b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-124-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-124b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-125-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-125b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-126-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-126b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-127-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-127b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-128-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-128b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-129-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-129b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-13-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-130-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-130b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-131-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-131b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-132-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-132b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-133-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-133b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-134-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-134b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-135-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-135b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-136-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-136b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-137-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-137b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-138-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-138b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-139-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-139b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-140-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-140b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-141-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-141b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-142-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-142b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-143-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-143b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-144-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-145a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-145b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-146a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-146b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-147a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-147b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-148-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-149-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-149b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-14e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-15-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-150-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-151-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-152-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-153-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-154-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-155d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-156c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-157-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-158-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-159-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-15b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-16-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-160-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-166-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-166a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-167-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-167a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-168-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-168a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-169-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-169a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-17-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-172a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-172b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-173a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-173b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-174a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-174b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-176-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-177a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-181-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-183-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184e-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-184f-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-18c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-19-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-2-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-20-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-21c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-22-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-27b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-28-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-28b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-29-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-29b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-3-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-30-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-31-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-32-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-33-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-34-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-35-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-36-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-37-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-38-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-39c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-3a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-4-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-41-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-41a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-42-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-42a-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-43-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-43b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44c-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-44d-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-45-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-45b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-46-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-46b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-47-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-48-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-49-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-5-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-50-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-51-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-52-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-53-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-54-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-55-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-56-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-57-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-57b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-59-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-6-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-60-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-61-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-62-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-63-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-65-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-66-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-66b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-67-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-7-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-72-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-72b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-73-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-73b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-74-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-74b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-75-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-75b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-76-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-76b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-77-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-77b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-78-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-78b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-79-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-7b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-8-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-80-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-81-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-81b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-82-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-82b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-83-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-87-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-87b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-88-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-88b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-9-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-90b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-91-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-92-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-93-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-94-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-94b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-95-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-96-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-96b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-97-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-97b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-98-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-98b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-99-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-99b-expected.png: Added.
- platform/qt-5.0-wk2/css3/selectors3/xml/css3-modsel-d4-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/4922367-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/5099303-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/5126166-expected.png:
- platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/5206311-1-expected.png:
- platform/qt-5.0-wk2/editing/deleting/5272440-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/5369009-expected.png:
- platform/qt-5.0-wk2/editing/deleting/5433862-2-expected.png:
- platform/qt-5.0-wk2/editing/deleting/5483370-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-3608445-fix-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-3857753-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-3928305-fix-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-and-undo-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-005-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-006-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-007-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-008-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-br-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-br-002-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-br-003-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-br-004-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-br-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-br-006-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-br-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-br-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-line-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-003-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-004-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-005-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-006-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-007-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-008-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-009-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-010-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-011-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-012-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-013-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-014-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-015-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-016-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-017-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-001-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-line-end-ws-002-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-listitem-001-expected.png:
- platform/qt-5.0-wk2/editing/deleting/delete-listitem-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-001-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/delete-ws-fixup-002-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/forward-delete-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/list-item-1-expected.png: Added.
- platform/qt-5.0-wk2/editing/deleting/merge-different-styles-expected.png:
- platform/qt-5.0-wk2/editing/deleting/merge-endOfParagraph-expected.png: Added.
- 6:37 AM Changeset in webkit [151221] by
-
- 3 edits in trunk/Source/WebCore
Remove ChromeClient::deviceOrPageScaleFactorChanged
https://bugs.webkit.org/show_bug.cgi?id=117245
Reviewed by Andreas Kling.
It was introduced for chromium at r147357.
But now, there are no ports to use this.
No new tests - no behavior change.
- page/ChromeClient.h:
- page/Frame.cpp:
(WebCore::Frame::deviceOrPageScaleFactorChanged):
- 6:33 AM Changeset in webkit [151220] by
-
- 5 edits in trunk/Source
[Coordinated Graphics] Prevent a recursive painting in CoordinatedGraphicsLayer
https://bugs.webkit.org/show_bug.cgi?id=117222
Patch by Gwang Yoon Hwang <ryumiel@company100.net> on 2013-06-05
Reviewed by Noam Rosenthal.
CoordinatedGraphicsLayer::flushCompositingState() will cross frame
boundaries if the GraphicsLayers are connected. In this case,
updateContentBuffers will invoke a painting of a sub-frame that causes
flushCompositingState recursively.
Source/WebCore:
To prevent this behavior this patch extracts updateContentBuffers from
flushCompositingState, and places it in
updateContentBuffersIncludeSublayers, which is another tree traveler for
painting.
No new tests, covered by existing tests.
- platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:
(WebCore::CoordinatedGraphicsLayer::flushCompositingStateForThisLayerOnly):
(WebCore::CoordinatedGraphicsLayer::syncPendingStateChangesIncludingSubLayers):
(WebCore::CoordinatedGraphicsLayer::updateContentBuffersIncludingSubLayers):
- platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:
Source/WebKit2:
To prevent this behavior this patch extracts updateContentBuffers from
flushCompositingState, and places it in
updateContentBuffersIncludeSublayers, which traverses the tree
separately from flushing the state for painting.
No new tests, covered by existing tests.
- WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:
(WebKit::CoordinatedLayerTreeHost::flushPendingLayerChanges):
- 6:33 AM Changeset in webkit [151219] by
-
- 2 edits in trunk/Tools
Unreviewed name fix after r150662
My firstname got duplicated when fixing bug 116737.
- Scripts/webkitpy/common/config/contributors.json:
- 5:49 AM Changeset in webkit [151218] by
-
- 3 edits in trunk/Source/WebCore
Fix some inefficiencies in AnimationController's composite animation map.
<http://webkit.org/b/117248>
Reviewed by Antti Koivisto.
Clean up some small things that were showing up in a window resizing profile (0.4%)
- page/animation/AnimationControllerPrivate.h:
- page/animation/AnimationController.cpp:
(WebCore::AnimationControllerPrivate::ensureCompositeAnimation):
Renamed this ensure* to conform to the WebKit Design Patterns, 2013 edition.
Always do a single hash lookup instead of two.
(WebCore::AnimationControllerPrivate::clear):
Use RefPtr<T> for local variables, never PassRefPtr<T>. See WKDP, 2013 ed.
(WebCore::AnimationControllerPrivate::updateAnimationTimerForRenderer):
(WebCore::AnimationControllerPrivate::isRunningAnimationOnRenderer):
(WebCore::AnimationControllerPrivate::isRunningAcceleratedAnimationOnRenderer):
(WebCore::AnimationControllerPrivate::getAnimatedStyleForRenderer):
Peek into m_compositeAnimations through "const CompositeAnimation*" instead
of using RefPtrs. There's no need to hold a reference on the animation while
querying some const method on it.
(WebCore::AnimationControllerPrivate::pauseAnimationAtTime):
(WebCore::AnimationControllerPrivate::pauseTransitionAtTime):
(WebCore::AnimationController::updateAnimations):
Poke into m_compositeAnimations through "CompositeAnimation*" instead of using
RefPtrs. There's no need to hold a reference here either, we can modify the
animations through a raw pointer.
- 5:37 AM Changeset in webkit [151217] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Clear button doesn't clean Memory graph in Overview pane.
https://bugs.webkit.org/show_bug.cgi?id=112429
Patch by Roland Takacs <rtakacs@inf.u-szeged.hu> on 2013-06-05
Reviewed by Noam Rosenthal.
There is an early return from TimelineMemoryOverview.update() when
record array is empty. Thats why if you click onto the clear button,
the canvas won't be updated.
Moved this "return condition" after the canvas size definition
because we need to know the canvas size for refreshing.
Overridden TimelineOverviewBase's reset function to clear
HeapSizeLabels' content.
- inspector/front-end/TimelineOverviewPane.js:
(WebInspector.TimelineMemoryOverview.prototype.reset):
(WebInspector.TimelineMemoryOverview.prototype.update):
- 5:34 AM Changeset in webkit [151216] by
-
- 2 edits in trunk/Tools
Use WEBKITOUTPUTDIR if WEBKIT_OUTPUTDIR is not present.
https://bugs.webkit.org/show_bug.cgi?id=117244
Reviewed by Daniel Bates.
Fixed a regression introduced by r151196: not only does webkit.org
still mention WEBKITOUTPUTDIR instead of WEBKIT_OUTPUTDIR, but the
infrastructure used by ports such as GTK+ and EFL also use on it for
things such as jhbuild.
While everything is not fully transitioned to WEBKIT_OUTPUTDIR, read
both environment variables.
- Scripts/webkitdirs.pm:
(determineBaseProductDir):
- 5:26 AM Changeset in webkit [151215] by
-
- 2 edits in trunk/Tools
[GTK] Forwarding headers not generated for incremental build
https://bugs.webkit.org/show_bug.cgi?id=117198
Patch by Wojciech Bielawski <w.bielawski@samsung.com> on 2013-06-05
Reviewed by Carlos Garcia Campos.
- WebKitTestRunner/GNUmakefile.am: libTestRunnerInjectedBundle added to dependencies.
- 5:04 AM Changeset in webkit [151214] by
-
- 7 edits in trunk/Source
[Coordinated Graphics] Rename client classes for CoordinatedImageBacking and UpdateAtlas.
https://bugs.webkit.org/show_bug.cgi?id=111948
Patch by Gwang Yoon Hwang <ryumiel@company100.net> on 2013-06-05
Reviewed by Noam Rosenthal.
This patch renames CoordinatedImageBacking::Coordinator to
CoordinatedImageBacking::Client, and UpdateAtlasClient to
UpdateAtlas::Client for naming consistency and clarification.
No new tests, covered by existing tests.
Source/WebCore:
- platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:
(WebCore::CoordinatedImageBacking::create):
(WebCore::CoordinatedImageBacking::CoordinatedImageBacking):
(WebCore::CoordinatedImageBacking::removeHost):
(WebCore::CoordinatedImageBacking::update):
(WebCore::CoordinatedImageBacking::clearContentsTimerFired):
- platform/graphics/texmap/coordinated/CoordinatedImageBacking.h:
- platform/graphics/texmap/coordinated/UpdateAtlas.cpp:
(WebCore::UpdateAtlas::UpdateAtlas):
- platform/graphics/texmap/coordinated/UpdateAtlas.h:
Source/WebKit2:
- WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:
- 4:55 AM Changeset in webkit [151213] by
-
- 4 edits in trunk/Source
[Qt] Handle Return key without key text
https://bugs.webkit.org/show_bug.cgi?id=117239
Reviewed by Andreas Kling.
Source/WebCore:
Test added to tst_qwebpage.cpp.
- platform/qt/PlatformKeyboardEventQt.cpp:
(WebCore::keyTextForKeyEvent):
Source/WebKit/qt:
Test for QKeyEvent(Return_Key) without key text.
- tests/qwebpage/tst_qwebpage.cpp:
(tst_QWebPage::inputMethods):
- 4:52 AM Changeset in webkit [151212] by
-
- 15 edits in trunk/Source
Source/WebCore: Coordinated Graphics: Unify messages related object's lifecycles into CoordinatedGraphicsState.
https://bugs.webkit.org/show_bug.cgi?id=111919
Patch by Gwang Yoon Hwang <ryumiel@company100.net> on 2013-06-05
Reviewed by Noam Rosenthal.
CoordinatedLayerTreeHostProxy has several methods, which simply passes
these calls to CoordinatedGraphicsScene.
This patch removes methods in CoordinatedLayerTreeHostProxy just for
message chaining. Instead of that, messages for creation/deletion of objects
(Layers, CustomFilters, UpdateAtlas, and ImageBacking) are unified into
CommitCoordinatedGraphicsState.
And this patch also removes codes for WebCoordinatedSurface in
CoordinatedLayerTreeHost, except for a factory method.
CoordinatedGraphicsArgumentCoders [en|de]codes CoordinatedSurface itself
using WebCoordinatedSurface.
No new tests, covered by existing tests.
- platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp:
(WebCore::CoordinatedGraphicsScene::syncCustomFilterPrograms):
(WebCore::CoordinatedGraphicsScene::syncUpdateAtlases):
(WebCore::CoordinatedGraphicsScene::syncImageBackings):
(WebCore::CoordinatedGraphicsScene::commitSceneState):
- platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h:
- platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:
- platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:
(WebCore::CoordinatedImageBacking::update):
- platform/graphics/texmap/coordinated/CoordinatedImageBacking.h:
- platform/graphics/texmap/coordinated/UpdateAtlas.cpp:
(WebCore::UpdateAtlas::UpdateAtlas):
- platform/graphics/texmap/coordinated/UpdateAtlas.h:
Source/WebKit2: [Coordinated Graphics] Unify messages related object's lifecycles into CoordinatedGraphicsState.
https://bugs.webkit.org/show_bug.cgi?id=111919
Patch by Gwang Yoon Hwang <ryumiel@company100.net> on 2013-06-05
Reviewed by Noam Rosenthal.
CoordinatedLayerTreeHostProxy has several methods, which simply passes
these calls to CoordinatedGraphicsScene.
This patch removes methods in CoordinatedLayerTreeHostProxy just for
message chaining. Instead of that, messages for creation/deletion of objects
(Layers, CustomFilters, UpdateAtlas, and ImageBacking) are unified into
CommitCoordinatedGraphicsState.
And this patch also removes codes for WebCoordinatedSurface in
CoordinatedLayerTreeHost, except for a factory method.
CoordinatedGraphicsArgumentCoders [en|de]codes CoordinatedSurface itself
using WebCoordinatedSurface.
No new tests, covered by existing tests.
- Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:
(CoreIPC::encodeCoordinatedSurface):
(CoreIPC::decodeCoordinatedSurface):
(CoreIPC::::encode):
(CoreIPC::::decode):
- UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp:
- UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:
- UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in:
- WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:
(WebKit::CoordinatedLayerTreeHost::flushPendingLayerChanges):
(WebKit::CoordinatedLayerTreeHost::clearPendingStateChanges):
(WebKit::CoordinatedLayerTreeHost::checkCustomFilterProgramProxies):
(WebKit::CoordinatedLayerTreeHost::removeCustomFilterProgramProxy):
(WebKit::CoordinatedLayerTreeHost::detachLayer):
(WebKit::CoordinatedLayerTreeHost::createImageBacking):
(WebKit::CoordinatedLayerTreeHost::updateImageBacking):
(WebKit::CoordinatedLayerTreeHost::clearImageBackingContents):
(WebKit::CoordinatedLayerTreeHost::removeImageBacking):
(WebKit::CoordinatedLayerTreeHost::createGraphicsLayer):
(WebKit::CoordinatedLayerTreeHost::createUpdateAtlas):
(WebKit::CoordinatedLayerTreeHost::removeUpdateAtlas):
- WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:
- 4:45 AM Changeset in webkit [151211] by
-
- 5 edits in trunk/LayoutTests
[EFL] Unreviewed gardening
https://bugs.webkit.org/show_bug.cgi?id=117240
Patch by Michał Pakuła vel Rutka <Michał Pakuła vel Rutka> on 2013-06-05
- platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Rebaselining after r151140
- platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt:
- platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt:
- platform/efl/editing/pasteboard/8145-2-expected.txt:
- 4:41 AM Changeset in webkit [151210] by
-
- 2 edits in trunk/Source/WebCore
Remove unnecessary null checks in SelectorChecker::checkOne().
<http://webkit.org/b/117243>
Reviewed by Antti Koivisto.
This function was riddled with unnecessary null checks of 'element', despite ASSERT(element)
being the first thing it does.
- css/SelectorChecker.cpp:
(WebCore::SelectorChecker::checkOne):
- 4:15 AM Changeset in webkit [151209] by
-
- 113 edits41 copies354 adds in trunk/LayoutTests
[Qt] Unreviewed gardening. Rebaselining after r151205.
- platform/qt-5.0-wk2/animations/3d/state-at-end-event-transform-expected.png: Added.
- platform/qt-5.0-wk2/animations/cross-fade-border-image-source-expected.png: Added.
- platform/qt-5.0-wk2/animations/cross-fade-list-style-image-expected.png: Added.
- platform/qt-5.0-wk2/animations/cross-fade-webkit-mask-image-expected.png: Added.
- platform/qt-5.0-wk2/animations/state-at-end-event-expected.png: Added.
- platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
- platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png:
- platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Added.
- platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
- platform/qt-5.0-wk2/compositing/generated-content-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Added.
- platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Added.
- platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
- platform/qt-5.0-wk2/compositing/geometry/video-opacity-overlay-expected.png:
- platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png:
- platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png:
- platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Added.
- platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.png:
- platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png:
- platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
- platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
- platform/qt-5.0-wk2/compositing/overflow/ancestor-overflow-expected.png: Added.
- platform/qt-5.0-wk2/compositing/overflow/nested-scrolling-expected.png:
- platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png:
- platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Added.
- platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png:
- platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Added.
- platform/qt-5.0-wk2/compositing/overflow/remove-overflow-crash2-expected.png: Added.
- platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png:
- platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
- platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.png: Added.
- platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.png: Added.
- platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.png:
- platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.png:
- platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png:
- platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Added.
- platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Added.
- platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png:
- platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Added.
- platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Added.
- platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png:
- platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png:
- platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png:
- platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png:
- platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png:
- platform/qt-5.0-wk2/css1/basic/containment-expected.png:
- platform/qt-5.0-wk2/css1/basic/contextual_selectors-expected.png: Added.
- platform/qt-5.0-wk2/css1/basic/grouping-expected.png: Added.
- platform/qt-5.0-wk2/css1/basic/id_as_selector-expected.png:
- platform/qt-5.0-wk2/css1/basic/inheritance-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/acid_test-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_bottom-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_bottom_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_bottom_width-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_bottom_width_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_color-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_color_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_left-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_left_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_left_width-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_left_width_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_right_inline-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_right_width-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_right_width_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_style-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_style_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_top-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_top_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_top_width-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_top_width_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/border_width-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/border_width_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/clear-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/clear_float-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/float-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/float_elements_in_series-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/float_margin-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/float_on_text_elements-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/height-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_bottom-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_bottom_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/margin_inline-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_left-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_left_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/margin_right-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_right_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/margin_top-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/margin_top_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/padding-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_bottom-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_bottom_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/padding_inline-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_left-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_left_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/padding_right-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_right_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/padding_top-expected.png:
- platform/qt-5.0-wk2/css1/box_properties/padding_top_inline-expected.png: Added.
- platform/qt-5.0-wk2/css1/box_properties/width-expected.png:
- platform/qt-5.0-wk2/css1/cascade/cascade_order-expected.png:
- platform/qt-5.0-wk2/css1/cascade/important-expected.png: Added.
- platform/qt-5.0-wk2/css1/classification/display-expected.png:
- platform/qt-5.0-wk2/css1/classification/list_style-expected.png: Added.
- platform/qt-5.0-wk2/css1/classification/list_style_image-expected.png: Added.
- platform/qt-5.0-wk2/css1/classification/list_style_position-expected.png: Added.
- platform/qt-5.0-wk2/css1/classification/list_style_type-expected.png:
- platform/qt-5.0-wk2/css1/classification/white_space-expected.png:
- platform/qt-5.0-wk2/css1/color_and_background/background-expected.png:
- platform/qt-5.0-wk2/css1/color_and_background/background_attachment-expected.png:
- platform/qt-5.0-wk2/css1/color_and_background/background_color-expected.png: Added.
- platform/qt-5.0-wk2/css1/color_and_background/background_image-expected.png: Added.
- platform/qt-5.0-wk2/css1/color_and_background/background_position-expected.png:
- platform/qt-5.0-wk2/css1/color_and_background/background_repeat-expected.png:
- platform/qt-5.0-wk2/css1/color_and_background/color-expected.png: Added.
- platform/qt-5.0-wk2/css1/conformance/forward_compatible_parsing-expected.png:
- platform/qt-5.0-wk2/css1/font_properties/font-expected.png:
- platform/qt-5.0-wk2/css1/font_properties/font_family-expected.png:
- platform/qt-5.0-wk2/css1/font_properties/font_size-expected.png:
- platform/qt-5.0-wk2/css1/font_properties/font_style-expected.png: Added.
- platform/qt-5.0-wk2/css1/font_properties/font_variant-expected.png: Added.
- platform/qt-5.0-wk2/css1/font_properties/font_weight-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/canvas-expected.png: Added.
- platform/qt-5.0-wk2/css1/formatting_model/floating_elements-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/height_of_lines-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/horizontal_formatting-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/inline_elements-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/replaced_elements-expected.png:
- platform/qt-5.0-wk2/css1/formatting_model/vertical_formatting-expected.png:
- platform/qt-5.0-wk2/css1/pseudo/anchor-expected.png:
- platform/qt-5.0-wk2/css1/pseudo/firstletter-expected.png:
- platform/qt-5.0-wk2/css1/pseudo/firstline-expected.png:
- platform/qt-5.0-wk2/css1/pseudo/multiple_pseudo_elements-expected.png:
- platform/qt-5.0-wk2/css1/pseudo/pseudo_elements_in_selectors-expected.png: Added.
- platform/qt-5.0-wk2/css1/text_properties/letter_spacing-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/line_height-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/text_align-expected.png: Added.
- platform/qt-5.0-wk2/css1/text_properties/text_decoration-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/text_indent-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/text_transform-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/vertical_align-expected.png:
- platform/qt-5.0-wk2/css1/text_properties/word_spacing-expected.png:
- platform/qt-5.0-wk2/css1/units/color_units-expected.png:
- platform/qt-5.0-wk2/css1/units/length_units-expected.png:
- platform/qt-5.0-wk2/css1/units/percentage_units-expected.png: Added.
- platform/qt-5.0-wk2/css1/units/urls-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-005-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/background-intrinsic-009-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-002-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-004-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-007-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-008-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-009-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-010-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-012-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-014-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-height-016-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/border-conflict-style-079-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/border-conflict-style-088-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/empty-inline-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/empty-inline-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/empty-inline-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/floating-replaced-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/height-width-table-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-002-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-011-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/inline-table-001-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-004-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-005-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-006-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-009-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-010-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-012-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-013-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-014-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/margin-applies-to-015-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-elements-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-004-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
- platform/qt-5.0-wk2/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-margins-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-optional-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-caption-optional-002-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t010403-shand-border-00-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t010403-shand-font-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t010403-shand-font-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t010403-shand-font-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t010403-shand-font-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040102-keywords-00-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040102-keywords-01-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-case-00-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-case-01-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-01-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-02-d-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-04-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-07-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-escapes-08-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-ident-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-01-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-02-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-03-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040103-ident-04-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-05-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-06-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-07-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-08-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-09-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-10-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-11-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-12-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040103-ident-13-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040105-import-10-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040109-c17-comments-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040109-c17-comments-01-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040302-c61-phys-len-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040304-c64-uri-00-a-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040306-c63-color-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t040306-syntax-01-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t050201-c12-grouping-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0505-c16-descendant-00-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0505-c16-descendant-01-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t050803-c14-classes-00-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0509-c15-ids-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0509-c15-ids-01-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-00-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-01-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-02-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0511-c21-pseud-link-03-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051103-c21-activ-ln-00-e-i-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051103-c21-focus-ln-00-e-i-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051103-c21-hover-ln-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t051103-dom-hover-01-c-io-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051103-dom-hover-02-c-io-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051201-c23-first-line-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0602-c13-inheritance-00-e-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0603-c11-import-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t060402-c31-important-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t060403-c21-pseu-id-00-e-i-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
- platform/qt-5.0-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0803-c5505-mrgn-02-c-expected.png:
- platform/qt-5.0-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
- platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5507-padn-r-02-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-02-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0804-c5510-padn-02-f-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-02-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/rtl/rtl-overflow-invalidation-expected.png.
- platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Added.
- platform/qt-5.0-wk2/css2.1/t0805-c5515-brdr-w-02-b-expected.png: Added.
- 4:08 AM Changeset in webkit [151208] by
-
- 3 edits in trunk/Tools
[Qt][WK2] Fix layout testing with Qt 5.1
https://bugs.webkit.org/show_bug.cgi?id=117203
Reviewed by Jocelyn Turcotte.
With Qt 5.1 synchronous requests via QNetworkAccessManager do not
go into loading state but directly call handler functions for
finished state instead of relying on a connection.
Our wrapper QQuickView uses a data URI scheme to create the root
item for testing which results in a synchronous request when loading
the QML data, therefore the state of the QQuickWindow immediately
becomes Ready.
Since the final initialization of the root item depended on the
emission of QQuickView::statusChanged(QQuickView::Ready) we ended
up with a partially initialized wrapper window, thus most of our
layout tests were failing.
For compatibility with pre-5.1 Qt versions keep the old behaviour
in case the WrapperWindow is not ready in the constructor yet.
- WebKitTestRunner/qt/PlatformWebViewQt.cpp:
(WTR::WrapperWindow::WrapperWindow):
- TestWebKitAPI/qt/PlatformWebViewQt.cpp:
(TestWebKitAPI::WrapperWindow::WrapperWindow):
- 3:52 AM WebKitIDL edited by
- Remove [OmitConstructor] as it was obsoleted by [NoInterfaceObject] (diff)
- 3:46 AM Changeset in webkit [151207] by
-
- 66 edits in trunk/Source/WebCore
Merge [NoInterfaceObject] and [OmitConstructor] extended attributes
https://bugs.webkit.org/show_bug.cgi?id=115853
Reviewed by Geoffrey Garen.
Remove [OmitConstructor] extended attribute as it is overlapping with
the standard [NoInterfaceObject] Web IDL extended attribute.
Having [NoInterfaceObject] extended attribute on an interface now
implies that its constructor is omitted (i.e. not generated).
No new tests, no behavior change.
- Modules/geolocation/Coordinates.idl:
- Modules/geolocation/Geolocation.idl:
- Modules/geolocation/Geoposition.idl:
- Modules/notifications/Notification.idl:
- Modules/notifications/NotificationCenter.idl:
- Modules/quota/StorageInfo.idl:
- Modules/quota/StorageQuota.idl:
- Modules/webdatabase/Database.idl:
- Modules/webdatabase/DatabaseSync.idl:
- Modules/webdatabase/SQLError.idl:
- Modules/webdatabase/SQLResultSet.idl:
- Modules/webdatabase/SQLResultSetRowList.idl:
- Modules/webdatabase/SQLTransaction.idl:
- Modules/webdatabase/SQLTransactionSync.idl:
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
(GenerateAttributesHashTable):
(GenerateImplementation):
- bindings/scripts/IDLAttributes.txt:
- css/CSSUnknownRule.idl:
- css/MediaQueryListListener.idl:
- dom/EventListener.idl:
- dom/EventTarget.idl:
- html/MicroDataItemValue.idl:
- html/ValidityState.idl:
- html/canvas/EXTDrawBuffers.idl:
- html/canvas/EXTTextureFilterAnisotropic.idl:
- html/canvas/OESElementIndexUint.idl:
- html/canvas/OESStandardDerivatives.idl:
- html/canvas/OESTextureFloat.idl:
- html/canvas/OESTextureHalfFloat.idl:
- html/canvas/OESVertexArrayObject.idl:
- html/canvas/WebGLCompressedTextureATC.idl:
- html/canvas/WebGLCompressedTexturePVRTC.idl:
- html/canvas/WebGLCompressedTextureS3TC.idl:
- html/canvas/WebGLContextAttributes.idl:
- html/canvas/WebGLDebugRendererInfo.idl:
- html/canvas/WebGLDebugShaders.idl:
- html/canvas/WebGLDepthTexture.idl:
- html/canvas/WebGLLoseContext.idl:
- inspector/JavaScriptCallFrame.idl:
- inspector/ScriptProfile.idl:
- inspector/ScriptProfileNode.idl:
- loader/appcache/DOMApplicationCache.idl:
- page/AbstractView.idl:
- page/Console.idl:
- page/Crypto.idl:
- page/PerformanceEntryList.idl:
- page/WorkerNavigator.idl:
- page/make_settings.pl:
(generateInternalSettingsIdlFile):
- svg/ElementTimeControl.idl:
- svg/SVGAnimationElement.idl:
- svg/SVGExternalResourcesRequired.idl:
- svg/SVGFitToViewBox.idl:
- svg/SVGLangSpace.idl:
- svg/SVGLocatable.idl:
- svg/SVGTests.idl:
- svg/SVGTransformable.idl:
- svg/SVGURIReference.idl:
- testing/InternalSettings.idl:
- testing/Internals.idl:
- testing/MallocStatistics.idl:
- testing/MemoryInfo.idl:
- testing/TypeConversions.idl:
- workers/DedicatedWorkerContext.idl:
- workers/SharedWorkerContext.idl:
- workers/WorkerContext.idl:
- xml/XPathNSResolver.idl:
- 3:28 AM WK2-EFLTextCheckerApiTutorial edited by
- (diff)
- 3:09 AM Changeset in webkit [151206] by
-
- 2 edits in trunk/Source/WebKit
Unreviewed. Attempting a build fix for the AppleWin port after r151199.
- WebKit.vcxproj/WebKitExportGenerator/WebKitExports.def.in: Export the required symbol.
- 2:29 AM Changeset in webkit [151205] by
-
- 2 edits in trunk/Source/WebCore
[Qt] Font::shouldUseSmoothing() has fake dependency on Qt 5.1
https://bugs.webkit.org/show_bug.cgi?id=117195
Reviewed by Jocelyn Turcotte.
Remove the fake dependency on Qt 5.1 so we may rebase the layout tests
before switching to Qt 5.1
- platform/graphics/qt/FontPlatformDataQt.cpp:
(WebCore::FontPlatformData::FontPlatformData):
- 2:19 AM Changeset in webkit [151204] by
-
- 4 edits2 adds in trunk
[CSSRegions] Respect renderer creation constraints when element is part of named flow
https://bugs.webkit.org/show_bug.cgi?id=116790
Reviewed by David Hyatt.
Source/WebCore:
Before adding a child to a named flow, we have to make sure that the rules for
creation are properly checked.
Test: fast/regions/br-content-node-crash.xhtml
- rendering/RenderNamedFlowThread.cpp:
(WebCore::RenderNamedFlowThread::isChildAllowed):
Call isChildAllowed on the original parent renderer, before reparenting to
named flow.
- rendering/RenderNamedFlowThread.h:
LayoutTests:
The test needs to be xhtml so that br element, child of frame set, remains
child of the frame set when the document is parsed.
- fast/regions/br-content-node-crash-expected.txt: Added.
- fast/regions/br-content-node-crash.xhtml: Added.
- 2:17 AM Changeset in webkit [151203] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed, GStreamer 0.10 build fix after r151175.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
(WebCore::MediaPlayerPrivateGStreamerBase::MediaPlayerPrivateGStreamerBase):
(WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase):
(WebCore::MediaPlayerPrivateGStreamerBase::naturalSize):
(WebCore::MediaPlayerPrivateGStreamerBase::triggerRepaint):
(WebCore::MediaPlayerPrivateGStreamerBase::paint):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
- 1:19 AM Changeset in webkit [151202] by
-
- 5 edits2 adds15 deletes in trunk
[CSS Regions] REGRESSION Incorrect layer clipping inside flow thread
https://bugs.webkit.org/show_bug.cgi?id=117074
Reviewed by David Hyatt.
Source/WebCore:
Function RenderBox::mapLocalToContainer was adapted for elements inside flow threads to convert
elements coordinates to RenderView coordinates, passing through the region in which the elements
were flowed (https://bugs.webkit.org/show_bug.cgi?id=66641).
The fix for https://bugs.webkit.org/show_bug.cgi?id=76486 modified RenderLayer::calculateClipRects and replaced
convertToLayerCoords with localToContainerPoint, which further calls mapLocalToContainer.
However, for elements inside the flow thread, which acts as a root layer for its collected children, we do not want
to get the offset in RenderView coordinates but rather in flow thread coordinates (and still take transforms into
account). This patch modifies RenderBox::mapLocalToContainer so that it stops at flow thread boundary when the passed
repaintContainer is the flow thread. The flow thread is the container for repaint for elements inside it, as seen from
RenderObject::containerForRepaint.
No new tests, converted overflow-size-change-with-stacking-context and overflow-size-change-with-stacking-context-rtl
into ref tests so that the we do not rely on pixel tests in the future.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::mapLocalToContainer):
LayoutTests:
Convert overflow-size-change-with-stacking-context and overflow-size-change-with-stacking-context-rtl
to ref tests.
- fast/regions/overflow-size-change-with-stacking-context-expected.html: Added.
- fast/regions/overflow-size-change-with-stacking-context-rtl-expected.html: Added.
- fast/regions/overflow-size-change-with-stacking-context-rtl.html:
- fast/regions/overflow-size-change-with-stacking-context.html:
- platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
- platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
- platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
- platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
- platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
- platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
- platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
- platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Removed.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
- platform/qt/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Removed.
- platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed.
- platform/qt/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed.
- 1:08 AM Changeset in webkit [151201] by
-
- 5 edits in trunk/Tools
Bad value in tests counter at new-run-webkit-tests
in --debug-rwt-logging mode
https://bugs.webkit.org/show_bug.cgi?id=116858
Patch by Dariusz Frankiewicz <Dariusz Frankiewicz> on 2013-06-05
Reviewed by Dirk Pranke.
Fix by moving counter incrementation, from after printing line,
to before printing. Also changed variable name.
- Scripts/webkitpy/layout_tests/controllers/layout_test_runner.py:
(LayoutTestRunner.run_tests):
- Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py:
(FakePrinter):
- Scripts/webkitpy/layout_tests/views/printing.py:
(Printer.init):
(Printer._test_status_line):
(Printer.print_started_test):
(Printer.print_finished_test):
- Scripts/webkitpy/test/printer.py:
(Printer.init):
(Printer.print_finished_test):
(Printer._test_line):
(Printer.print_result):
- 1:02 AM Changeset in webkit [151200] by
-
- 9 edits in trunk
Remove [NoInterfaceObject] from TreeWalker
https://bugs.webkit.org/show_bug.cgi?id=117225
Reviewed by Kentaro Hara.
Source/WebCore:
Remove [NoInterfaceObject] IDL extended attribute from TreeWalker interface
to match Firefox's behavior and the specification:
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-TreeWalker
No new tests, already covered by existing tests.
- dom/TreeWalker.idl:
LayoutTests:
Rebaseline fast/js/global-constructors-attributes.html and fast/dom/dom-constructors.html
now that a TreeWalker property is exposed on the global Window object.
- fast/dom/dom-constructors-expected.txt:
- fast/js/global-constructors-attributes-expected.txt:
- platform/efl/fast/js/global-constructors-attributes-expected.txt:
- platform/gtk/fast/js/global-constructors-attributes-expected.txt:
- platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
- platform/qt/fast/js/global-constructors-attributes-expected.txt:
- 12:08 AM Changeset in webkit [151199] by
-
- 40 edits4 adds4 deletes in trunk
Move MemoryInfo under window.internals
https://bugs.webkit.org/show_bug.cgi?id=117197
Reviewed by Ryosuke Niwa.
.:
- Source/autotools/symbols.filter: Export the required symbol.
PerformanceTests:
- resources/runner.js: Remove the setMemoryEnabled call, it's not required anymore as the memory
info is now accessed through window.internals and doesn't need the setting to be enabled to work.
Source/WebCore:
The MemoryInfo interface is not a subject of any specification and should not be exposed
to the Web. It's still used by the performance tests so it is moved under the testing
internals, accessible through window.internals.memoryInfo.
The jsHeapSizeLimit attribute is removed from the MemoryInfo interface as that value was
only usable when using the V8 bindings which are not supported anymore. A small fast/harness
test is also provided to check that the MemoryInfo object is accessible through window.internals.
Test: fast/harness/memoryinfo-object.html
- CMakeLists.txt:
- DerivedSources.cpp:
- DerivedSources.make:
- DerivedSources.pri:
- GNUmakefile.list.am:
- Target.pri:
- UseJSC.cmake:
- WebCore.exp.in:
- WebCore.order:
- WebCore.vcxproj/WebCore.vcxproj:
- WebCore.vcxproj/WebCore.vcxproj.filters:
- WebCore.vcxproj/WebCoreTestSupport.vcxproj:
- WebCore.vcxproj/WebCoreTestSupport.vcxproj.filters:
- WebCore.xcodeproj/project.pbxproj:
- bindings/gobject/GNUmakefile.am: Remove the GObject bindings targets for MemoryInfo.
- bindings/js/JSBindingsAllInOne.cpp: Remove the JSMemoryInfo.h and MemoryInfo.h inclusion.
- bindings/js/JSMemoryInfoCustom.cpp: Removed.
- bindings/js/ScriptGCEvent.cpp: Remove the ENABLE(INSPECTOR) guards.
(WebCore::ScriptGCEvent::getHeapSize): Remove the jsHeapSizeLimit assignment.
- bindings/js/ScriptGCEvent.h: Remove the ENABLE(INSPECTOR) guards.
(WebCore::HeapInfo::HeapInfo): Remove the jsHeapSizeLimit member.
- page/Console.cpp: Remove the Console::memory method.
- page/Console.h: Ditto.
- page/Console.idl: Remove the window.console.memory attribute.
- page/MemoryInfo.cpp: Removed.
- page/Performance.cpp: Remove the Performance::memory method.
- page/Performance.h: Ditto.
- page/Performance.idl: Remove the window.performance.memory attribute.
- testing/Internals.cpp:
(WebCore::Internals::memoryInfo): Return a MemoryInfo object upon invoking.
- testing/Internals.h: Declare the Internals::memoryInfo method.
- testing/Internals.idl: Expose the window.internals.memoryInfo operation.
- testing/MemoryInfo.h: Renamed from Source/WebCore/page/MemoryInfo.h.
(WebCore::MemoryInfo::create): Return a new RefPtr-wrapped MemoryInfo object.
(WebCore::MemoryInfo::usedJSHeapSize): Return the value of the equally-named HeapInfo member.
(WebCore::MemoryInfo::totalJSHeapSize): Ditto.
(WebCore::MemoryInfo::MemoryInfo): Acquire the current heap info upon construction.
- testing/MemoryInfo.idl: Renamed from Source/WebCore/page/MemoryInfo.idl.
The jsHeapSizeLimit attribute is removed.
Tools:
- GNUmakefile.am: Add the testing/MemoryInfo.(h|idl) files and the generated targets to
the Automake build
- Scripts/webkitperl/filter-build-webkit_unittest/shouldIgnoreLine_unittests.pl: List the
testing/MemoryInfo.idl file instead of page/MemoryInfo.idl.
LayoutTests:
Remove window.performance.memory property listings from the baselines, the object was moved
under window.internals. The latter is tested throug the new fast/harness test.
- fast/dom/Window/window-properties-performance-expected.txt:
- fast/harness/memoryinfo-object-expected.txt: Added.
- fast/harness/memoryinfo-object.html: Added.
- platform/efl/fast/dom/Window/window-properties-performance-expected.txt:
- platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
- platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
Jun 4, 2013:
- 9:38 PM Changeset in webkit [151198] by
-
- 3 edits in trunk/Source/WebKit/gtk
[GTK] Make precedence of logical operators explicit
https://bugs.webkit.org/show_bug.cgi?id=117216
Patch by Alberto Garcia <agarcia@igalia.com> on 2013-06-04
Reviewed by Martin Robinson.
There's a couple of cases where we mix && and in the same expression. In ChromeClient::contentsSizeChanged() the lack of
parentheses actually makes the expression wrong.
- WebCoreSupport/AcceleratedCompositingContextGL.cpp:
(WebKit::AcceleratedCompositingContext::renderLayersToWindow):
- WebCoreSupport/ChromeClientGtk.cpp:
(WebKit::ChromeClient::contentsSizeChanged):
- 9:22 PM Changeset in webkit [151197] by
-
- 2 edits in trunk/Source/WebKit2
Tighten plugin sandbox profiles against symlink attacks
https://bugs.webkit.org/show_bug.cgi?id=117219
<rdar://problem/13044569>
Patch by Simon Cooper <scooper@apple.com> on 2013-06-04
Reviewed by Sam Weinig.
This inserts deny rules for creating symbolic links. The rules are
inserted at the end of sandbox profile compilation by overriding the
finalizer. The initial value of %finalize must be the last function
called.
- Resources/PlugInSandboxProfiles/com.apple.WebKit.plugin-common.sb:
- 9:17 PM Changeset in webkit [151196] by
-
- 8 edits in trunk/Tools
Remove uses of VS2005 scripts, executables and associated environment variables from scripts.
<rdar://problem/14042021>.
Reviewed by Brent Fulgham.
- Scripts/build-api-tests:
- Scripts/build-dumprendertree:
- Scripts/build-webkit:
- Scripts/update-webkit-dependency:
- Scripts/update-webkit-support-libs:
- Scripts/webkitdirs.pm:
(determineBaseProductDir):
(setupAppleWinEnv):
(setupCygwinEnv):
- 8:58 PM Changeset in webkit [151195] by
-
- 2 edits in trunk/Source/WebCore
[curl] Headers should be parsed as utf8 if possible
https://bugs.webkit.org/show_bug.cgi?id=117196
Patch by Peter Gal <galpeter@inf.u-szeged.hu> on 2013-06-04
Reviewed by Brent Fulgham.
Testcase already present: http/tests/download/literal-utf-8.html
- platform/network/curl/ResourceHandleManager.cpp:
(WebCore::headerCallback): Parse the header as an utf8 string if possible.
- 6:33 PM Changeset in webkit [151194] by
-
- 3 edits in trunk/LayoutTests
Unreviewed, EFL Gardening. Move mozilla-focus-blur.html to efl-wk2, because it is only failing on EFL WK2.
- platform/efl-wk2/TestExpectations:
- platform/efl/TestExpectations:
- 6:21 PM Changeset in webkit [151193] by
-
- 5 edits in trunk/Source/WebCore
Prevent throttling while resources are being loaded
https://bugs.webkit.org/show_bug.cgi?id=117218
Reviewed by Gavin Barraclough.
Make use of the page activity assertion infrastructure to delay
throttling while we are waiting on resource loads.
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::completed):
(WebCore::FrameLoader::started):
- loader/FrameLoader.h:
- loader/SubresourceLoader.cpp:
(WebCore::SubresourceLoader::init):
(WebCore::SubresourceLoader::checkForHTTPStatusCodeError):
(WebCore::SubresourceLoader::didFinishLoading):
(WebCore::SubresourceLoader::didFail):
(WebCore::SubresourceLoader::willCancel):
- loader/SubresourceLoader.h:
- 5:00 PM Changeset in webkit [151192] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, EFL Gardening.
fast/canvas/DrawImageSinglePixelStretch.html has being passed after r137150.
- platform/efl/TestExpectations:
- 4:48 PM Changeset in webkit [151191] by
-
- 5 edits in trunk/Tools
[Windows] NRWT is not putting crash logs in proper place (corrections)
https://bugs.webkit.org/show_bug.cgi?id=117212
Reviewed by Dirk Pranke.
- Scripts/webkitpy/common/system/crashlogs.py:
(CrashLogs.init): Accept a result directory argument in constructor.
(CrashLogs.find_newest_log): Don't require 'port' argument anymore.
(CrashLogs._find_newest_log_win): No longer use 'port' argument.
- Scripts/webkitpy/common/system/crashlogs_unittest.py:
(CrashLogsTest.test_find_log_win): Simplify test.
- Scripts/webkitpy/common/system/executive.py:
(Executive.running_pids): Handle "win32" case separately from "cygwin" case.
- Scripts/webkitpy/port/win.py:
(WinPort._get_crash_log): No longer require 'port' argument.
- 4:47 PM Changeset in webkit [151190] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, EFL Gardening.
fast/forms/datalist/update-range-with-datalist.html was fixed after r122290.
- platform/efl/TestExpectations:
- 3:39 PM WebKitGTK/2.0.x edited by
- (diff)
- 3:31 PM Changeset in webkit [151189] by
-
- 2 edits in trunk/Source/WebCore/platform/gtk/po
[GTK] Updated WebKit Translation in Hindi [hi] language
https://bugs.webkit.org/show_bug.cgi?id=115508
Patch by Rajesh Ranjan <rajeshkajha@yahoo.com> on 2013-06-04
Reviewed by Gustavo Noronha Silva (kov).
- hi.po: Updated.
- 3:20 PM WebKitGTK/2.0.x edited by
- (diff)
- 3:15 PM WebKitGTK/2.0.x edited by
- (diff)
- 3:15 PM Changeset in webkit [151188] by
-
- 2 edits in trunk/Source/WebCore/platform/gtk/po
Updated Telugu [te] Translations for WebKitGTK+ HEAD
https://bugs.webkit.org/show_bug.cgi?id=115856
Patch by Krishnababu Krothapalli <kkrothap@redhat.com> on 2013-06-04
Reviewed by Gustavo Noronha Silva (kov).
- te.po: Updated.
- 3:10 PM Changeset in webkit [151187] by
-
- 2 edits in trunk/Source/WebCore/platform/gtk/po
Updated WebKitGTK+ Translation for Odia [or] language.
https://bugs.webkit.org/show_bug.cgi?id=116825
Patch by Manoj Kumar Giri <mgiri@redhat.com> on 2013-06-04
Reviewed by Gustavo Noronha Silva (kov).
- or.po: Updated.
- 3:06 PM WebKitGTK/2.0.x edited by
- (diff)
- 2:56 PM Changeset in webkit [151186] by
-
- 2 edits in trunk/Source/WebCore/platform/gtk/po
[kn] Kannada Translation for webkit - Updated
https://bugs.webkit.org/show_bug.cgi?id=116941
Patch by Shankar Prasad <svenkate@redhat.com> on 2013-06-04
Reviewed by Gustavo Noronha Silva (kov).
- kn.po: Updated.
- 2:39 PM Changeset in webkit [151185] by
-
- 2 edits in trunk/Tools
Build fix after r150592. We need to disable \2 shouldn't be treated as an escape character.
- BuildSlaveSupport/build.webkit.org-config/master.cfg:
- 2:31 PM Changeset in webkit [151184] by
-
- 2 edits in branches/dfgFourthTier/Source/JavaScriptCore
The DFG JIT should populate frame bytecodeOffsets on OSR exit.
https://bugs.webkit.org/show_bug.cgi?id=117103.
Reviewed by Geoffrey Garen.
- dfg/DFGOSRExitCompilerCommon.cpp:
(JSC::DFG::reifyInlinedCallFrames):
- 2:01 PM Changeset in webkit [151183] by
-
- 2 edits in branches/dfgFourthTier/Source/JavaScriptCore
Unreviewed, build fix.
- interpreter/Interpreter.h:
- 1:27 PM Changeset in webkit [151182] by
-
- 10 edits in trunk
Remove [NoInterfaceObject] from XPathExpression and NodeIterator
https://bugs.webkit.org/show_bug.cgi?id=117204
Reviewed by Alexey Proskuryakov.
Source/WebCore:
Remove [NoInterfaceObject] from XPathExpression and NodeIterator to match
their respective specifications:
- http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathExpression
- http://www.w3.org/TR/DOM-Level-2-Traversal-Range/traversal.html#Traversal-NodeIterator
No new tests, already covered by:
fast/js/global-constructors-attributes.html
- dom/NodeIterator.idl:
- xml/XPathExpression.idl:
LayoutTests:
Rebaseline fast/js/global-constructors-attributes.html and fast/dom/dom-constructors.html
now that XPathExpression and NodeIterator properties are exposed on the global Window
object.
- fast/dom/dom-constructors-expected.txt:
- fast/js/global-constructors-attributes-expected.txt:
- platform/efl/fast/js/global-constructors-attributes-expected.txt:
- platform/gtk/fast/js/global-constructors-attributes-expected.txt:
- platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
- platform/qt/fast/js/global-constructors-attributes-expected.txt:
- 1:05 PM Changeset in webkit [151181] by
-
- 2 edits in trunk/Source/WebKit2
AX: WK2: accessibility position is calculated every time window frame is updated
https://bugs.webkit.org/show_bug.cgi?id=117201
Reviewed by Tim Horton.
Only calculate the AX position if AX has already been enabled when updating the
WKView's window and frame.
- UIProcess/API/mac/WKView.mm:
(-[WKView _updateWindowAndViewFrames]):
(-[WKView _accessibilityRegisterUIProcessTokens]):
Don't call accessibilityAttributeValue: here because it could enable accessibility prematurely.
(-[WKView enableAccessibilityIfNecessary]):
After enabling AX for the first time, also update the frame so that the AX position is correct.
(-[WKView accessibilityFocusedUIElement]):
(-[WKView accessibilityHitTest:]):
(-[WKView accessibilityAttributeValue:]):
Tell the AXObjectCache that AX is now enabled.
- 12:25 PM Changeset in webkit [151180] by
-
- 2 edits in trunk/Source/WebCore
AX: MathML multiscripts not exposed in Accessibility
https://bugs.webkit.org/show_bug.cgi?id=115069
Unreviewed, build fix.
Remove an accessibility iOS method that was erroneously added.
- accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:
- 12:21 PM Changeset in webkit [151179] by
-
- 21 edits in trunk
Add "VisibleOnly" key to search predicate
https://bugs.webkit.org/show_bug.cgi?id=115491
Patch by Greg Hughes <ghughes@apple.com> on 2013-06-04
Reviewed by Chris Fleizach.
Source/WebCore:
Added support for accessibility clients to use the search predicate to find only visible elements
- accessibility/AccessibilityObject.cpp:
(WebCore::AccessibilityObject::isAccessibilityObjectSearchMatch):
(WebCore::AccessibilityObject::isOnscreen):
(WebCore):
- accessibility/AccessibilityObject.h:
(AccessibilitySearchCriteria):
(WebCore::AccessibilitySearchCriteria::AccessibilitySearchCriteria):
(AccessibilityObject):
- accessibility/mac/WebAccessibilityObjectWrapperMac.mm:
(-[WebAccessibilityObjectWrapper accessibilityAttributeValue:forParameter:]):
Tools:
Added support for accessibility clients to use the search predicate to find only visible elements
- DumpRenderTree/AccessibilityUIElement.cpp:
(uiElementForSearchPredicateCallback):
- DumpRenderTree/AccessibilityUIElement.h:
(AccessibilityUIElement):
- DumpRenderTree/ios/AccessibilityUIElementIOS.mm:
(AccessibilityUIElement::uiElementForSearchPredicate):
- DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::uiElementForSearchPredicate):
- WebKitTestRunner/InjectedBundle/AccessibilityUIElement.cpp:
(WTR::AccessibilityUIElement::uiElementForSearchPredicate):
- WebKitTestRunner/InjectedBundle/AccessibilityUIElement.h:
(AccessibilityUIElement):
- WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:
- WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:
(WTR::AccessibilityUIElement::uiElementForSearchPredicate):
LayoutTests:
Added tests support for visibleOnly search predicate.
- platform/mac/accessibility/search-predicate-expected.txt:
- platform/mac/accessibility/search-predicate.html:
- 12:15 PM Changeset in webkit [151178] by
-
- 9 edits1 delete in trunk
Unreviewed. Rollout of r151146. Broke some tests.
- 12:05 PM Changeset in webkit [151177] by
-
- 2 edits in trunk/Tools
[Windows] Unreviewed build fix. The last check-in lost CR/LF endings on the batch file,
causing build failure.
- DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePostBuild.cmd: Revert to
DOS-style CR/LF endings.
- 11:25 AM Changeset in webkit [151176] by
-
- 2 edits in trunk/Source/WebCore
Refactor the code that decides whether to enable WebGL from settings to helper functions
https://bugs.webkit.org/show_bug.cgi?id=117181
This removes some #ifdef crud out of the getContext() function.
Patch by Noam Rosenthal <Noam Rosenthal> on 2013-06-04
Reviewed by Benjamin Poulain.
- html/HTMLCanvasElement.cpp:
(WebCore::requiresAcceleratedCompositingForWebGL):
(WebCore::shouldEnableWebGL):
(WebCore::HTMLCanvasElement::getContext):
- 11:11 AM WebKitGTK/2.0.x edited by
- (diff)
- 11:07 AM Changeset in webkit [151175] by
-
- 3 edits in trunk/Source/WebCore
Prevent race when pad caps is set on gstreamer player
https://bugs.webkit.org/show_bug.cgi?id=115355
Patch by Thiago Santos <thiago.sousa.santos@collabora.com> on 2013-06-04
Reviewed by Philippe Normand.
Prevent race when pad caps is set on gstreamer player and
Also protect internal paint buffer with a mutex.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
(WebCore::MediaPlayerPrivateGStreamerBase::MediaPlayerPrivateGStreamerBase):
(WebCore::MediaPlayerPrivateGStreamerBase::~MediaPlayerPrivateGStreamerBase):
(WebCore::MediaPlayerPrivateGStreamerBase::naturalSize):
(WebCore::MediaPlayerPrivateGStreamerBase::triggerRepaint):
(WebCore::MediaPlayerPrivateGStreamerBase::paint):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h:
(MediaPlayerPrivateGStreamerBase):
- 9:59 AM Changeset in webkit [151174] by
-
- 3 edits in trunk/Source/JavaScriptCore
[sh4] Add floating point absolute function support in baseline JIT.
https://bugs.webkit.org/show_bug.cgi?id=117147
Patch by Julien Brianceau <jbrianceau@nds.com> on 2013-06-04
Reviewed by Geoffrey Garen.
- assembler/MacroAssemblerSH4.h:
(JSC::MacroAssemblerSH4::supportsFloatingPointAbs):
(JSC::MacroAssemblerSH4::absDouble):
- assembler/SH4Assembler.h:
(JSC::SH4Assembler::dabs):
(JSC::SH4Assembler::printInstr):
- 9:27 AM Changeset in webkit [151173] by
-
- 3 edits in trunk/Tools
[Windows] Unreviewed test correction.
- DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreePostBuild.cmd: Also copy the
QuartzCore dll's, which are needed by TestWebKitAPI.
- TestWebKitAPI/win/main.cpp: Declare proper manfifest dependencies to ensure TestWebKitAPI built
with VS2010 will run when linked against VS2005 support libraries.
- 9:26 AM Changeset in webkit [151172] by
-
- 2 edits in trunk/Source/WebKit2
REGRESSION (r151043): Frequent crashes inside WebPageProxy::getPlugInInformation
<http://webkit.org/b/117180>
Reviewed by Brady Eidson.
- UIProcess/mac/WebPageProxyMac.mm:
(WebKit::WebPageProxy::getPlugInInformation): Return early when plugInProcessProxy is null
since there's nothing we can do.
- 8:26 AM WebKitIDL edited by
- Add documentation for [GlobalContext] introduced in r151169 (diff)
- 7:48 AM WebKitGTK/2.0.x edited by
- Add a proposed merge for the next 2.0 stable release. (diff)
- 7:44 AM Changeset in webkit [151171] by
-
- 4 edits1 delete in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt-5.0-wk1/TestExpectations:
- platform/qt-5.0-wk2/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798.
- platform/qt-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Moved to qt-5.0-wk2.
- platform/qt/TestExpectations:
- 7:41 AM Changeset in webkit [151170] by
-
- 2 edits in trunk/Source/WebCore
[Qt] Fix a crash in QtPixmapRuntime.
https://bugs.webkit.org/show_bug.cgi?id=117193
https://bugreports.qt-project.org/browse/QTBUG-30736
Reviewed by Allan Sandfeld Jensen.
The crash could only be reproduced in release builds on Windows.
JSClassCreate calculates the size of JSClassDefinition.staticValues
and staticFunctions by iterating until an entry with a null name is found.
- bridge/qt/qt_pixmapruntime.cpp:
(JSC::Bindings::QtPixmapRuntime::getClassRef):
- 7:17 AM Changeset in webkit [151169] by
-
- 31 edits in trunk
Automatically generate WorkerContext constructor attributes
https://bugs.webkit.org/show_bug.cgi?id=117183
Reviewed by Kentaro Hara.
.:
Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
optional argument.
- Source/cmake/WebKitMacros.cmake:
Source/WebCore:
Add [GlobalContext=WindowOnly|WorkerOnly|WindowAndWorker] IDL extended attribute
to indicate to the bindings generator on which global context the constructor
attribute should be generated for interfaces without [NoInterfaceObject]:
- WindowOnly: only on the global Window object (default if ommitted)
- WorkerOnly: only on the worker context
- WindowAndWorker: On both the global Window object and the worker context
This covers all the current use cases.
The JSC bindings generator now automatically generates the Constructor attributes
on the WorkerContext for non-callback interfaces which do not have the
[NoInterfaceObject] extended attribute but have [GlobalContext=WorkerOnly|WindowAndWorker]
extended attribute.
No new tests, already covered by:
fast/js/global-constructors-attributes.html
fast/js/global-constructors-attributes-worker.html
- CMakeLists.txt:
- DerivedSources.make: Pass new --workerContextConstructorsFile argument to preprocess-idls.pl.
- DerivedSources.pri: Ditto.
- GNUmakefile.am: Ditto.
- PlatformBlackBerry.cmake: Ditto.
- UseJSC.cmake: Ditto.
- bindings/scripts/IDLAttributes.txt: Add [GlobalContext=WindowOnly|WorkerOnly|WindowAndWorker]
IDL extended attribute.
- bindings/scripts/preprocess-idls.pl: Add support for [GlobalContext] extended attribute and
generate a partial interface for WorkerContext global constructors that are automatically
generated.
- dom/MessageEvent.idl: Add [GlobalContext=WindowAndWorker].
- fileapi/Blob.idl: Add [GlobalContext=WindowAndWorker].
- fileapi/FileReader.idl: Add [GlobalContext=WindowAndWorker].
- fileapi/FileReaderSync.idl: Add [GlobalContext=WorkerOnly] and remove [NoInterfaceObject]
as the interface should only be visible in worker environment as per the spec.
- html/DOMURL.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/ArrayBuffer.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/DataView.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Float32Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Float64Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Int16Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Int32Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Int8Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Uint16Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Uint32Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Uint8Array.idl: Add [GlobalContext=WindowAndWorker].
- html/canvas/Uint8ClampedArray.idl: Add [GlobalContext=WindowAndWorker].
- workers/WorkerContext.idl: Remove several Constructor attributes which are now automatically
generated.
- workers/WorkerLocation.idl: Add [GlobalContext=WorkerOnly] and remove [NoInterfaceObject]
as the interface should only be visible in worker environment as per the spec.
Tools:
Pass new --workerContextConstructorsFile to preprocess-idl.pl for bindings
tests.
- Scripts/webkitpy/bindings/main.py:
(BindingsTests.generate_supplemental_dependency):
(BindingsTests.main):
- 7:02 AM Changeset in webkit [151168] by
-
- 4 edits in trunk/Source/WebKit2
[EFl][WK2] Sub menu items should be of EWK_SUBMENU_TYPE and not checkable
https://bugs.webkit.org/show_bug.cgi?id=116959
Patch by Michał Pakuła vel Rutka <Michał Pakuła vel Rutka> on 2013-06-04
Reviewed by Gyuyoung Kim.
Currently using ewk API it is possible to create a sub menu item which is not an EWK_SUBMENU_TYPE
or set checkable flag for it, while it is not possible for items created by WebKit.
This patch changes ewk context menu API to match WebKit2 behaviour, by creating sub menus with
proper type and checkable flags.
- UIProcess/API/efl/ewk_context_menu_item.cpp:
(ewk_context_menu_item_new_with_submenu):
- UIProcess/API/efl/ewk_context_menu_item.h:
- UIProcess/API/efl/tests/test_ewk2_context_menu.cpp:
(showContextMenu):
- 4:55 AM Changeset in webkit [151167] by
-
- 18 edits in branches/dfgFourthTier
Source/JavaScriptCore: Merged from http://svn.webkit.org/repository/webkit/trunk
------------------------------------------------------------------------
r148720 | oliver@apple.com | 2013-04-18 18:34:07 -0700 (Thu, 18 Apr 2013) | 19 lines
StackFrame::column() returning bogus value
https://bugs.webkit.org/show_bug.cgi?id=114840
------------------------------------------------------------------------
r149205 | oliver@apple.com | 2013-04-26 13:12:04 -0700 (Fri, 26 Apr 2013) | 10 lines
Make stack tracing more robust
https://bugs.webkit.org/show_bug.cgi?id=115272
------------------------------------------------------------------------
r149404 | oliver@apple.com | 2013-04-30 15:15:47 -0700 (Tue, 30 Apr 2013) | 45 lines
JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
https://bugs.webkit.org/show_bug.cgi?id=115449
------------------------------------------------------------------------
r150160 | oliver@apple.com | 2013-05-15 17:29:25 -0700 (Wed, 15 May 2013) | 42 lines
RefCountedArray needs to use vector initialisers for its backing store
https://bugs.webkit.org/show_bug.cgi?id=116194
------------------------------------------------------------------------
Source/WebCore: Merged from http://svn.webkit.org/repository/webkit/trunk
------------------------------------------------------------------------
r150160 | oliver@apple.com | 2013-05-15 17:29:25 -0700 (Wed, 15 May 2013) | 42 lines
RefCountedArray needs to use vector initialisers for its backing store
https://bugs.webkit.org/show_bug.cgi?id=116194
------------------------------------------------------------------------
Source/WTF: Merged from http://svn.webkit.org/repository/webkit/trunk
------------------------------------------------------------------------
r150160 | oliver@apple.com | 2013-05-15 17:29:25 -0700 (Wed, 15 May 2013) | 42 lines
RefCountedArray needs to use vector initialisers for its backing store
https://bugs.webkit.org/show_bug.cgi?id=116194
------------------------------------------------------------------------
LayoutTests: Merged from http://svn.webkit.org/repository/webkit/trunk
------------------------------------------------------------------------
r149404 | oliver@apple.com | 2013-04-30 15:15:47 -0700 (Tue, 30 Apr 2013) | 45 lines
JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
https://bugs.webkit.org/show_bug.cgi?id=115449
------------------------------------------------------------------------
- 4:19 AM Changeset in webkit [151166] by
-
- 2 edits in trunk/Tools
[EFL] File dialog of MiniBrowser have broken background.
https://bugs.webkit.org/show_bug.cgi?id=117189
Reviewed by Christophe Dumez.
- MiniBrowser/efl/main.c:
(on_file_chooser_request): Added elm_bg for elm_win of file chooser.
- 3:44 AM Changeset in webkit [151165] by
-
- 2 edits in trunk/LayoutTests
Unreviewed EFL gardening.
https://bugs.webkit.org/show_bug.cgi?id=117186
Mark accessibility/text-role-with-aria-hidden-inside.html as failing on EFL
after added r151079.
Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-06-04
- platform/efl-wk2/TestExpectations:
- 3:26 AM Changeset in webkit [151164] by
-
- 3 edits in trunk/Source/WebCore
Use ASSERT_DISABLED option for assertion purpose code in InlineBox
https://bugs.webkit.org/show_bug.cgi?id=117146
Reviewed by Alexey Proskuryakov.
We can distinguish assertion code with debug purpose by using ASSERT_DISABLED option.
- rendering/InlineBox.cpp:
(WebCore::InlineBox::~InlineBox):
(WebCore::InlineBox::destroy):
(WebCore::InlineBox::operator delete):
- rendering/InlineBox.h:
(WebCore::InlineBox::InlineBox):
- 2:49 AM Changeset in webkit [151163] by
-
- 11 edits2 adds in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Rebaselining after r150798.
- platform/qt/TestExpectations: Skip faling test after r151146.
- platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Rebaselining after r151140.
- platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
- platform/qt/editing/inserting/insert-3907422-fix-expected.txt:
- platform/qt/editing/pasteboard/4944770-2-expected.txt:
- platform/qt/editing/pasteboard/8145-2-expected.txt:
- platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
- platform/qt/editing/pasteboard/paste-text-008-expected.txt:
- platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
- 2:04 AM Changeset in webkit [151162] by
-
- 3 edits in trunk/Source/WebKit2
[EFL][WK2] Custom context menu items cannot be selected
https://bugs.webkit.org/show_bug.cgi?id=116830
Patch by Michał Pakuła vel Rutka <Michał Pakuła vel Rutka> on 2013-06-04
Reviewed by Gyuyoung Kim.
Custom item added using ewk_context_menu_item_append had no
pointer to parent menu, and custom submenu added using with the
the same function had no pointer to EwkView. Both issues
prevented items to be selected.
- UIProcess/API/efl/ewk_context_menu.cpp:
(EwkContextMenu::appendItem):
(EwkContextMenu::contextMenuItemSelected):
(ewk_context_menu_item_append):
(ewk_context_menu_item_select):
- UIProcess/API/efl/ewk_context_menu_private.h:
(EwkContextMenu):
(EwkContextMenu::setEwkView):
- 1:55 AM Changeset in webkit [151161] by
-
- 2 edits in trunk/Tools
[WKTR][WTK] Undefined symbols in libTestRunnerInjectedBundle.so after r151124
https://bugs.webkit.org/show_bug.cgi?id=117184
Reviewed by Gyuyoung Kim.
Add ATK stubs for mathPostscriptsDescription() and mathPrescriptsDescription() so
that we don't have undefined symbols in libTestRunnerInjectedBundle.so.
- WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
(WTR::AccessibilityUIElement::mathPostscriptsDescription):
(WTR::AccessibilityUIElement::mathPrescriptsDescription):
- 1:30 AM CommitterTips edited by
- Reflect that we now use contributors.json instead of committers.py (diff)
- 1:10 AM Changeset in webkit [151160] by
-
- 3 edits2 adds in trunk
Fix an assertion failure in Range::textNodeSplit by Text::splitText
https://bugs.webkit.org/show_bug.cgi?id=116509
Reviewed by Ryosuke Niwa.
Source/WebCore:
Range::textNodeSplit is called in Text::splitText, and it assumes the
next sibling node is still a Text node. A DOM mutation event handler can
break this assumption.
We had better postpone DOM mutation events dispatched in Node::insertBefore
until exiting splitText to avoid inconsistent Range state.
This imports http://src.chromium.org/viewvc/blink?view=revision&revision=150493 .
Test: fast/dom/Range/split-text-in-range.html
- dom/Text.cpp:
(WebCore::Text::splitText): Add EventQueueScope.
LayoutTests:
- fast/dom/Range/split-text-in-range-expected.txt: Added.
- fast/dom/Range/split-text-in-range.html: Added.
- 1:08 AM Changeset in webkit [151159] by
-
- 5 edits2 adds in trunk
[JSC] Test262 15.5.4.9_3 test is failing
https://bugs.webkit.org/show_bug.cgi?id=116789
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Bring the String.prototype.localeCompare behavior in line wit ES5 15.9.4.9.
If method is not given enough arguments, the minimal amount of arguments must be assumed, with their value being undefined.
The first argument to localeCompare, in its string form, is used as the 'that' string that's used in the comparison.
Therefor, when calling str.localeCompare() or str.localeCompare(undefined), the first argument isundefinedand the
string "undefined" is used as the string to which value of str is compared.
- runtime/StringPrototype.cpp:
(JSC::stringProtoFuncLocaleCompare): Remove the early return in case of no given arguments to achieve the desired behavior.
LayoutTests:
Add the 15.5.4.9_3 test from the test262 test suite to cover proper behavior of String.prototype.localeCompare
when no arguments are passed to it. The test tests that str.localeCompare() and str.localeCompare(undefined) work
the same way, i.e. using the string 'undefined' as the string with which str is compared (meaning that the first argument
defaults to 'undefined' when not given).
The test and the rationale behind it originates from bug #1245 in ECMAScript Bugzilla.
https://bugs.ecmascript.org/show_bug.cgi?id=1245
- fast/js/kde/StringObject-expected.txt: Update the baseline.
- fast/js/kde/script-tests/StringObject.js: Update the expected return of the localeCompare test case with no arguments. -1 is
expected as the missing argument defaults to 'undefined' and is then compared to the string on which localeCompare is called.
- sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_3-expected.txt: Added.
- sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.9_String.prototype.localeCompare/S15.5.4.9_3.html: Added.
- 12:18 AM Changeset in webkit [151158] by
-
- 2 edits10 adds in trunk/LayoutTests
Unreviewed, added missing new line in baseline.
Those tests can be passed on EFL port as gtk port.
- platform/efl/TestExpectations:
- platform/efl/fast/css/color-correction-on-background-image-expected.txt: Added.
- platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Added.
- platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Added.
- platform/efl/fast/css/color-correction-on-text-expected.txt: Added.
- platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Added.