⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Oct 23, 2010:

9:44 PM Changeset in webkit [70409] by eric@webkit.org
  • 4 edits in trunk/WebKitTools

2010-10-23 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

EWS never removes invalid patch ids
https://bugs.webkit.org/show_bug.cgi?id=48173

This is just sticking another finger in the dam.
However this adds more unit testing which will help
us make sure we're always releasing patches once we
redesign the release_patch API and call these from
a more central place.

  • Scripts/webkitpy/tool/commands/queues.py:
  • Scripts/webkitpy/tool/commands/queues_unittest.py:
  • Scripts/webkitpy/tool/mocktool.py:
    • Added the ability to request invalid patches. Log a warning message to make sure we don't ever have tests use invalid patch fetches by mistake.
9:34 PM Changeset in webkit [70408] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-23 Dimitri Glazkov <Dimitri Glazkov>

[Chromium/DRT] Unbreak build by removing duplicate test expectations.

  • platform/chromium/drt_expectations.txt: Removed duplicates.
7:19 PM Changeset in webkit [70407] by commit-queue@webkit.org
  • 3 edits in trunk/WebCore

2010-10-23 Daniel Bates <dbates@rim.com>

Reviewed by Adam Barth.

Remove unused method HTMLFrameElementBase::setNameAndOpenURLCallback()
https://bugs.webkit.org/show_bug.cgi?id=48197

With the landing of the patch for bug #45365 in
changeset 67182 <http://trac.webkit.org/changeset/67182>,
HTMLFrameElementBase::setNameAndOpenURLCallback() is not needed.
Therefore, we remove it.

Before changeset 67182, HTMLFrameElementBase::attach() set up a post-attach
callback to HTMLFrameElementBase::setNameAndOpenURLCallback(). Changeset 67182
removed this callback.

No functionality was changed. So, no new tests.

  • html/HTMLFrameElementBase.cpp: Remove HTMLFrameElementBase::setNameAndOpenURLCallback().
  • html/HTMLFrameElementBase.h: Ditto.
4:49 PM Changeset in webkit [70406] by xan@webkit.org
  • 28 edits in trunk

2010-10-23 Xan Lopez <xlopez@igalia.com>

Reviewed by Sam Weinig.

Unify globalData APIs
https://bugs.webkit.org/show_bug.cgi?id=47969

Make JSGlobalObject::globalData return a reference and adapt
callers. This unifies the API with the existing
CallFrame::globalData, which also returns a reference.

  • debugger/Debugger.cpp: (JSC::evaluateInGlobalCallFrame):
  • interpreter/CallFrame.h:
  • interpreter/Interpreter.cpp: (JSC::Interpreter::dumpRegisters):
  • jsc.cpp: (runWithScripts):
  • parser/JSParser.cpp: (JSC::jsParse):
  • parser/Parser.cpp: (JSC::Parser::parse):
  • parser/Parser.h: (JSC::Parser::parse):
  • runtime/Error.cpp: (JSC::createError): (JSC::createEvalError): (JSC::createRangeError): (JSC::createReferenceError): (JSC::createSyntaxError): (JSC::createTypeError): (JSC::createURIError):
  • runtime/FunctionConstructor.cpp: (JSC::constructFunction):
  • runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::~JSGlobalObject): (JSC::JSGlobalObject::markChildren):
  • runtime/JSGlobalObject.h: (JSC::JSGlobalObject::globalData):

WebCore:

2010-10-23 Xan Lopez <xlopez@igalia.com>

Reviewed by Sam Weinig.

Unify globalData APIs
https://bugs.webkit.org/show_bug.cgi?id=47969

Adapt code to JSGlobalObject::globalData returning a reference
instead of a pointer.

  • bindings/js/JSCallbackData.cpp: (WebCore::JSCallbackData::invokeCallback):
  • bindings/js/JSCustomXPathNSResolver.cpp: (WebCore::JSCustomXPathNSResolver::lookupNamespaceURI):
  • bindings/js/JSEventListener.cpp: (WebCore::JSEventListener::handleEvent):
  • bindings/js/JSWorkerContextCustom.cpp: (WebCore::JSWorkerContext::markChildren):
  • bindings/js/JSWorkerContextErrorHandler.cpp: (WebCore::JSWorkerContextErrorHandler::handleEvent):
  • bindings/js/ScheduledAction.cpp: (WebCore::ScheduledAction::executeFunctionInContext):
  • bindings/js/WorkerScriptController.cpp: (WebCore::WorkerScriptController::evaluate):
  • bridge/NP_jsobject.cpp: (_NPN_InvokeDefault): (_NPN_Invoke): (_NPN_Evaluate): (_NPN_Construct):

WebKit2:

2010-10-23 Xan Lopez <xlopez@igalia.com>

Reviewed by Sam Weinig.

Unify globalData APIs
https://bugs.webkit.org/show_bug.cgi?id=47969

Adapt code to JSGlobalObject::globalData returning a reference
instead of a pointer.

  • WebProcess/Plugins/NPRuntimeObjectMap.cpp: (WebKit::NPRuntimeObjectMap::getOrCreateJSObject): (WebKit::NPRuntimeObjectMap::evaluate):

WebKit/mac:

2010-10-23 Xan Lopez <xlopez@igalia.com>

Reviewed by Sam Weinig.

Unify globalData APIs
https://bugs.webkit.org/show_bug.cgi?id=47969

  • Plugins/Hosted/NetscapePluginInstanceProxy.mm: (WebKit::NetscapePluginInstanceProxy::evaluate): (WebKit::NetscapePluginInstanceProxy::invoke): (WebKit::NetscapePluginInstanceProxy::invokeDefault): (WebKit::NetscapePluginInstanceProxy::construct):
  • WebView/WebScriptDebugDelegate.mm: (-[WebScriptCallFrame evaluateWebScript:]):
4:47 PM Changeset in webkit [70405] by ap@apple.com
  • 2 edits in trunk/WebCore

2010-10-23 Alexey Proskuryakov <ap@apple.com>

Windows debug build fix.

  • platform/network/cf/CookieStorageCFNet.cpp: Include MainThread.h for isMainThread().
4:24 PM Changeset in webkit [70404] by mitz@apple.com
  • 2 edits in trunk/WebKitTools

Build fix. Add stub implementations for required NSDraggingInfo methods.

  • DumpRenderTree/mac/DumpRenderTreeDraggingInfo.mm:

(-[DumpRenderTreeDraggingInfo draggingFormation]):
(-[DumpRenderTreeDraggingInfo setDraggingFormation:]):
(-[DumpRenderTreeDraggingInfo animatesToDestination]):
(-[DumpRenderTreeDraggingInfo setAnimatesToDestination:]):
(-[DumpRenderTreeDraggingInfo numberOfValidItemsForDrop]):
(-[DumpRenderTreeDraggingInfo setNumberOfValidItemsForDrop:]):
(-[DumpRenderTreeDraggingInfo enumerateDraggingItemsWithOptions:forView:classes:searchOptions:usingBlock:]):

4:21 PM Changeset in webkit [70403] by ddkilzer@apple.com
  • 5 edits
    2 deletes in trunk

2010-10-23 David Kilzer <ddkilzer@apple.com>

<http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header

Reviewed by Sam Weinig.

The only method defined in WebHTMLRepresentationInternal.h is
also defined in WebHTMLRepresentation.h, so use that instead.

  • WebKit.xcodeproj/project.pbxproj: Removed references to WebHTMLRepresentationInternal.h.

2010-10-23 David Kilzer <ddkilzer@apple.com>

<http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header

Reviewed by Sam Weinig.

The only method defined in WebHTMLRepresentationInternal.h is
also defined in WebHTMLRepresentation.h, so use that instead.

  • WebView/WebHTMLRepresentationInternal.h: Removed.

2010-10-23 David Kilzer <ddkilzer@apple.com>

<http://webkit.org/b/48186> Remove unneeded WebHTMLRepresentationInternal.h header

Reviewed by Sam Weinig.

The only method defined in WebHTMLRepresentationInternal.h is
also defined in WebHTMLRepresentation.h, so use that instead.

  • DumpRenderTree/mac/InternalHeaders/WebKit/WebHTMLRepresentationInternal.h: Removed.
  • DumpRenderTree/mac/WebArchiveDumpSupport.mm: Switched to use WebHTMLRepresentation.h.
4:18 PM Changeset in webkit [70402] by ap@apple.com
  • 3 edits in trunk/WebKitLibraries

2010-10-23 Alexey Proskuryakov <ap@apple.com>

Windows build fix.

  • win/lib/WebKitSystemInterface.lib:
  • win/lib/WebKitSystemInterface_debug.lib:
3:32 PM Changeset in webkit [70401] by ap@apple.com
  • 2 edits in trunk/WebCore

Windows build fix.

  • platform/network/cf/CookieStorageCFNet.cpp: (WebCore::setCookieStoragePrivateBrowsingEnabled): It's adoptCF, not adoptPtr.
3:17 PM Changeset in webkit [70400] by ap@apple.com
  • 30 edits
    2 adds in trunk

Reviewed by Anders Carlsson.

https://bugs.webkit.org/show_bug.cgi?id=48083
<rdar://problem/8489082> Need WebKit2 API for private browsing (48083)

1:53 PM Changeset in webkit [70399] by ddkilzer@apple.com
  • 2 edits in trunk/WebCore

2010-10-23 David Kilzer <ddkilzer@apple.com>

<http://webkit.org/b/48181> Add missing include of MacErrors.h

Reviewed by Alexey Proskuryakov.

  • platform/network/mac/FormDataStreamMac.mm: Added #import of <MacErrors.h> for iOS since the formOpen() method uses "fnfErr", which was added in r55670. The same header is included through <CoreServices/CoreServices.h> on Mac OS X.
1:02 PM Changeset in webkit [70398] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-23 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

[WINCE] Port COMPtr.h to WinCE
https://bugs.webkit.org/show_bug.cgi?id=48190

Don't include guiddef.h on WinCE. It's not required and only creates build problems.

  • platform/win/COMPtr.h:
11:58 AM Changeset in webkit [70397] by Patrick Gansterer
  • 4 edits in trunk/WebCore

2010-10-23 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

[WINCE] Rename SharedBitmap::createInstance to SharedBitmap::create
https://bugs.webkit.org/show_bug.cgi?id=48180

Also use better arguments for the create function.

  • platform/graphics/wince/GraphicsContextWinCE.cpp: (WebCore::GraphicsContextPlatformPrivate::getTransparentLayerBitmap): (WebCore::TransparentLayerDC::TransparentLayerDC): (WebCore::GraphicsContext::drawFrameControl):
  • platform/graphics/wince/ImageBufferWinCE.cpp: (WebCore::ImageBufferData::ImageBufferData):
  • platform/graphics/wince/ImageWinCE.cpp: (WebCore::RGBA32Buffer::asNewNativeImage):
11:08 AM Changeset in webkit [70396] by mihaip@chromium.org
  • 9 edits
    6 copies
    2 adds in trunk/LayoutTests

2010-10-23 Mihai Parparita <mihaip@chromium.org>

css2.1/ layout tests need new Mac baselines for Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=47760

Unreviewed rebaseline of remaining 5 css2.1/ tests for Snow Leopard
using the experimental local rebaselining tool.

  • platform/mac-leopard/css2.1/t1202-counter-04-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-04-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.png.
  • platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png.
  • platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
  • platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
  • platform/mac/css2.1/t1202-counter-04-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-04-b-expected.png:
  • platform/mac/css2.1/t1202-counters-04-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-04-b-expected.png:
  • platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum:
  • platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png:
  • platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Added.
  • platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
10:14 AM Changeset in webkit [70395] by Martin Robinson
  • 2 edits in trunk/LayoutTests

2010-10-23 Martin Robinson <mrobinson@igalia.com>

Rebaseline a test after r70391.

  • platform/gtk/transforms/2d/zoom-menulist-expected.txt:
10:05 AM Changeset in webkit [70394] by Dimitri Glazkov
  • 13 edits
    1 delete in trunk

2010-10-23 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, rolling out r70369.
http://trac.webkit.org/changeset/70369
https://bugs.webkit.org/show_bug.cgi?id=47974

Caused weird artifacts in expected results.

  • wtf/Platform.h:

2010-10-23 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, rolling out r70369.
http://trac.webkit.org/changeset/70369
https://bugs.webkit.org/show_bug.cgi?id=47974

Caused weird artifacts in expected results.

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
  • platform/graphics/ImageSource.h:
  • platform/image-decoders/ImageDecoder.cpp: (WebCore::RGBA32Buffer::operator=): (WebCore::RGBA32Buffer::clear): (WebCore::RGBA32Buffer::zeroFill): (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize):
  • platform/image-decoders/ImageDecoder.h: (WebCore::RGBA32Buffer::getAddr):
  • platform/image-decoders/cairo/ImageDecoderCairo.cpp: (WebCore::RGBA32Buffer::asNewNativeImage):
  • platform/image-decoders/cg/ImageDecoderCG.cpp: Removed.
  • platform/image-decoders/haiku/ImageDecoderHaiku.cpp: (WebCore::RGBA32Buffer::asNewNativeImage):
  • platform/image-decoders/openvg/ImageDecoderOpenVG.cpp: (WebCore::RGBA32Buffer::asNewNativeImage):
  • platform/image-decoders/wx/ImageDecoderWx.cpp: (WebCore::RGBA32Buffer::asNewNativeImage):
9:51 AM Changeset in webkit [70393] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-23 Dimitri Glazkov <Dimitri Glazkov>

[Chromium/DRT] Remove duplicate expectations.

  • platform/chromium/drt_expectations.txt: Unduplicated.
9:48 AM Changeset in webkit [70392] by abarth@webkit.org
  • 2 edits in trunk/WebCore

2010-10-23 Adam Barth <abarth@webkit.org>

Reviewed by Andreas Kling.

WebP decoding hits ASSERT
https://bugs.webkit.org/show_bug.cgi?id=48168

Calling reserveCapacity only allocates the memory. It doesn't actually
set the length. When you try to access the zeroth element, you hit an
ASSERT.

Covered by fast/images/webp-image-decoding.html in debug.

  • platform/image-decoders/webp/WEBPImageDecoder.cpp: (WebCore::WEBPImageDecoder::decode):
8:29 AM Changeset in webkit [70391] by Martin Robinson
  • 5 edits
    27 adds in trunk

2010-10-23 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

[GTK] Menu list buttons do react properly to CSS styling
https://bugs.webkit.org/show_bug.cgi?id=48099

Rebaseline menu list button tests and add pixel results. There
are still issues with padding around separators, but these will
be fixed in a further patch.

  • platform/gtk/editing/selection/select-box-expected.txt:
  • platform/gtk/fast/forms/menulist-clip-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-clip-expected.png: Added.
  • platform/gtk/fast/forms/menulist-clip-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-deselect-update-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-deselect-update-expected.png: Added.
  • platform/gtk/fast/forms/menulist-deselect-update-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-narrow-width-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-narrow-width-expected.png: Added.
  • platform/gtk/fast/forms/menulist-narrow-width-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-no-overflow-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-no-overflow-expected.png: Added.
  • platform/gtk/fast/forms/menulist-no-overflow-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-option-wrap-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-option-wrap-expected.png: Added.
  • platform/gtk/fast/forms/menulist-option-wrap-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-restrict-line-height-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-restrict-line-height-expected.png: Added.
  • platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-separator-painting-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-separator-painting-expected.png: Added.
  • platform/gtk/fast/forms/menulist-separator-painting-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-style-color-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-style-color-expected.png: Added.
  • platform/gtk/fast/forms/menulist-style-color-expected.txt: Added.
  • platform/gtk/fast/forms/menulist-width-change-expected.checksum: Added.
  • platform/gtk/fast/forms/menulist-width-change-expected.png: Added.
  • platform/gtk/fast/forms/menulist-width-change-expected.txt: Added.

2010-10-23 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

[GTK] Menu list buttons do react properly to CSS styling
https://bugs.webkit.org/show_bug.cgi?id=48099

Correct the way that menu list buttons get their necessary padding from
GTK+. Instead of resetting the padding to these values, return them via
the popupInternalPadding* methods. Add implementations for *MenuListButton*
methods.

  • platform/gtk/RenderThemeGtk.cpp: (WebCore::getComboBoxPadding): Added. (WebCore::RenderThemeGtk::popupInternalPaddingLeft): Added. (WebCore::RenderThemeGtk::popupInternalPaddingRight): Added. (WebCore::RenderThemeGtk::popupInternalPaddingTop): Added. (WebCore::RenderThemeGtk::popupInternalPaddingBottom): Added. (WebCore::RenderThemeGtk::adjustMenuListStyle): Do not reset CSS properties, instead rely on the poupInternalPadding* methods. (WebCore::RenderThemeGtk::adjustMenuListButtonStyle): Added. (WebCore::RenderThemeGtk::paintMenuListButton): Added.
  • platform/gtk/RenderThemeGtk.h: Added new method declarations.
8:08 AM Changeset in webkit [70390] by Martin Robinson
  • 2 edits in trunk/JavaScriptCore

2010-10-23 Martin Robinson <mrobinson@igalia.com>

Reviewed by Xan Lopez.

Crashes randomly in cairo_scaled_font_destroy
https://bugs.webkit.org/show_bug.cgi?id=46794

Make PlatformRefPtr aware of hashTableDeletedValue. When PlatformRefPtr
goes away this should probably be handled in the future via some special
hooks in RefCounted (or its contained type).

  • wtf/PlatformRefPtr.h: (WTF::PlatformRefPtr::~PlatformRefPtr): (WTF::PlatformRefPtr::clear): (WTF::::operator):
8:08 AM Changeset in webkit [70389] by Patrick Gansterer
  • 3 edits in trunk/WebCore

2010-10-23 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Add Gradient::hasAlpha
https://bugs.webkit.org/show_bug.cgi?id=48183

WinCE can do some performance improvements if the gradient is opaque.

  • platform/graphics/Gradient.cpp: (WebCore::Gradient::hasAlpha):
  • platform/graphics/Gradient.h:
7:40 AM Changeset in webkit [70388] by commit-queue@webkit.org
  • 2 edits in trunk/WebCore

2010-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>

Reviewed by David Kilzer.

[EFL] Implement platformDefaultLanguage()
https://bugs.webkit.org/show_bug.cgi?id=48113

Implement the platformDefaultLanguage() function for EFL port.

  • platform/efl/LanguageEfl.cpp: (WebCore::platformDefaultLanguage):
7:22 AM Changeset in webkit [70387] by timothy@apple.com
  • 4 edits
    2 adds in trunk/WebKit2

Stub out WebInspectorFrontendClient.

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

Reviewed by Adam Roben.

  • WebKit2.pro: Added WebInspectorFrontendClient.{cpp,h}.
  • WebKit2.xcodeproj/project.pbxproj: Added WebInspectorFrontendClient.{cpp,h}.
  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp: Added.

(WebKit::WebInspectorFrontendClient::windowObjectCleared): Added.
(WebKit::WebInspectorFrontendClient::frontendLoaded): Added.
(WebKit::WebInspectorFrontendClient::moveWindowBy): Added.
(WebKit::WebInspectorFrontendClient::localizedStringsURL): Added.
(WebKit::WebInspectorFrontendClient::hiddenPanels): Added.
(WebKit::WebInspectorFrontendClient::bringToFront): Added.
(WebKit::WebInspectorFrontendClient::closeWindow): Added.
(WebKit::WebInspectorFrontendClient::disconnectFromBackend): Added.
(WebKit::WebInspectorFrontendClient::requestAttachWindow): Added.
(WebKit::WebInspectorFrontendClient::requestDetachWindow): Added.
(WebKit::WebInspectorFrontendClient::changeAttachedWindowHeight): Added.
(WebKit::WebInspectorFrontendClient::inspectedURLChanged): Added.
(WebKit::WebInspectorFrontendClient::sendMessageToBackend): Added.

  • WebProcess/WebCoreSupport/WebInspectorFrontendClient.h: Added.

(WebKit::WebInspectorFrontendClient::WebInspectorFrontendClient): Added.

  • win/WebKit2.vcproj: Added WebInspectorFrontendClient.{cpp,h}.
7:22 AM Changeset in webkit [70386] by timothy@apple.com
  • 3 edits in trunk/WebKit2

Remove stale stubs that are not longer part of InspectorClient.

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

Reviewed by Adam Roben.

  • WebProcess/WebCoreSupport/WebInspectorClient.cpp:
  • WebProcess/WebCoreSupport/WebInspectorClient.h:
12:44 AM Changeset in webkit [70385] by commit-queue@webkit.org
  • 18 edits
    2 deletes in trunk

2010-10-23 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70367.
http://trac.webkit.org/changeset/70367
https://bugs.webkit.org/show_bug.cgi?id=48176

It made 8-10 tests crash on Qt bot (Requested by Ossy on
#webkit).

  • fast/loader/decide-policy-for-mime-type-async-expected.txt: Removed.
  • fast/loader/decide-policy-for-mime-type-async.html: Removed.
  • platform/gtk/Skipped:
  • platform/mac-wk2/Skipped:
  • platform/qt-wk2/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:

2010-10-23 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70367.
http://trac.webkit.org/changeset/70367
https://bugs.webkit.org/show_bug.cgi?id=48176

It made 8-10 tests crash on Qt bot (Requested by Ossy on
#webkit).

  • loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::MainResourceLoader): (WebCore::MainResourceLoader::continueAfterContentPolicy): (WebCore::MainResourceLoader::didReceiveResponse): (WebCore::MainResourceLoader::setDefersLoading):
  • loader/MainResourceLoader.h:

2010-10-23 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70367.
http://trac.webkit.org/changeset/70367
https://bugs.webkit.org/show_bug.cgi?id=48176

It made 8-10 tests crash on Qt bot (Requested by Ossy on
#webkit).

  • DumpRenderTree/LayoutTestController.cpp: (setCustomPolicyDelegateCallback):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setCustomPolicyDelegate):
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setCustomPolicyDelegate):
  • DumpRenderTree/mac/PolicyDelegate.h:
  • DumpRenderTree/mac/PolicyDelegate.mm: (-[PolicyDelegate webView:decidePolicyForNavigationAction:request:frame:decisionListener:]): (-[PolicyDelegate setPermissive:]): (-[PolicyDelegate setControllerToNotifyDone:]):
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setCustomPolicyDelegate):
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: (LayoutTestController::setCustomPolicyDelegate):
12:18 AM Changeset in webkit [70384] by commit-queue@webkit.org
  • 2 edits in trunk/LayoutTests

2010-10-23 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70381.
http://trac.webkit.org/changeset/70381
https://bugs.webkit.org/show_bug.cgi?id=48175

"Fails in the 32bit debug bot" (Requested by xan_ on #webkit).

  • platform/gtk/Skipped:

Oct 22, 2010:

11:57 PM Changeset in webkit [70383] by alex
  • 2 edits in trunk/LayoutTests

2010-10-22 Alejandro G. Castro <alex@igalia.com>

Unreviewed, skip flaky tests in the GTK bots, all the
mathml/presentation tests.
https://bugs.webkit.org/show_bug.cgi?id=47727

  • platform/gtk/Skipped:
11:47 PM Changeset in webkit [70382] by eric@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-22 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

EWS never releases patches which fail to apply
https://bugs.webkit.org/show_bug.cgi?id=48171

  • Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
  • Scripts/webkitpy/tool/commands/queues.py:
11:40 PM Changeset in webkit [70381] by xan@webkit.org
  • 2 edits in trunk/LayoutTests

2010-10-22 Xan Lopez <xlopez@igalia.com>

Reviewed by Martin Robinson.

Unskip the two fast/js/kde tests. Both check syntax error in
string construction, and seem to be passing just fine.

  • platform/gtk/Skipped:
8:25 PM Changeset in webkit [70380] by eric@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-22 Eric Seidel <eric@webkit.org>

Unreviewed.

Make the EWS queues restart themselves more often.
This matches the commit-queue.

  • EWSTools/start-queue.sh:
7:26 PM Changeset in webkit [70379] by aestes@apple.com
  • 4 edits in trunk

WebKit shouldn't load a plug-in based on file extension if a MIME type
is specified.
https://bugs.webkit.org/show_bug.cgi?id=48046

Reviewed by Adam Roben and Sam Weinig.

WebCore:

The fix landed in r70332 only covered the Mac port. Implement this fix
for other ports as well.

  • plugins/PluginDatabase.cpp:

(WebCore::PluginDatabase::findPlugin):

WebKit2:

The fix landed in r70332 only covered the Mac port. Implement this fix
for WebKit2 as well.

  • UIProcess/Plugins/PluginInfoStore.cpp:

(WebKit::PluginInfoStore::findPlugin):

7:11 PM Changeset in webkit [70378] by mihaip@chromium.org
  • 571 edits
    570 copies in trunk/LayoutTests

2010-10-22 Mihai Parparita <mihaip@chromium.org>

css2.1/ layout tests need new Mac baselines for Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=47760

Unreviewed rebaseline of 285 more css2.1/ test for Snow Leopard using
the experimental local rebaselining tool.

  • platform/mac-leopard/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5515-brdr-w-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5515-ibrdr-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5518-brdr-t-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5520-brdr-b-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5522-brdr-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.png.
  • platform/mac-leopard/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png.
  • platform/mac-leopard/css2.1/t090204-display-change-01-b-ao-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090204-display-change-01-b-ao-expected.checksum.
  • platform/mac-leopard/css2.1/t090204-display-change-01-b-ao-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090204-display-change-01-b-ao-expected.png.
  • platform/mac-leopard/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-00-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-00-d-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-00-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-00-d-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-02-c-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-03-c-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-04-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-04-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-04-c-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-fit-00-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-fit-00-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png.
  • platform/mac-leopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum.
  • platform/mac-leopard/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-00-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-00-d-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-00-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-00-d-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-01-b-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-02-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-02-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-03-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-03-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-00-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-00-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-02-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-02-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.png.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-03-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c414-flt-ln-03-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.png.
  • platform/mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-04-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-05-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-05-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-06-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-06-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-07-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-07-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-08-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-08-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.png.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-09-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1001-abs-pos-cb-09-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.png.
  • platform/mac-leopard/css2.1/t1002-c5523-width-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1002-c5523-width-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1002-c5523-width-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1002-c5523-width-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1002-c5523-width-02-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.png.
  • platform/mac-leopard/css2.1/t100303-c412-blockw-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100303-c412-blockw-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png.
  • platform/mac-leopard/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum.
  • platform/mac-leopard/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png.
  • platform/mac-leopard/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1004-c5524-width-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1004-c5524-width-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1005-c5524-width-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1005-c5524-width-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1005-c5524-width-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1005-c5524-width-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c42-ibx-ht-00-d-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-00-a-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-leadin-00-d-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-leadin-00-d-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-00-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-00-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-03-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-04-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-01-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-02-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-02-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-03-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-03-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-05-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-05-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-05-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-05-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-06-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-06-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-06-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-06-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-07-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-07-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-07-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-07-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-08-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-08-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-08-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-08-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-09-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-09-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-09-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-09-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-11-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-11-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-11-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-11-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-12-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-12-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-12-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-12-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-13-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-13-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-13-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-13-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-14-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-14-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-14-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-14-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-15-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-15-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-15-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-15-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counter-16-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-16-f-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counter-16-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-16-f-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-01-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-02-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-02-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-03-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-03-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-05-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-05-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-05-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-05-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-06-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-06-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-06-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-06-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-07-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-07-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-07-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-07-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-08-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-08-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-08-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-08-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-09-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-09-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-09-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-09-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-11-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-11-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-11-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-11-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-12-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-12-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-12-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-12-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-13-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-13-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-13-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-13-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-14-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-14-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-14-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-14-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-15-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-15-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-15-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-15-b-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-16-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-16-c-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-16-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-16-c-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-17-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-17-d-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-17-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-17-d-expected.png.
  • platform/mac-leopard/css2.1/t1202-counters-18-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-18-f-expected.checksum.
  • platform/mac-leopard/css2.1/t1202-counters-18-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-18-f-expected.png.
  • platform/mac-leopard/css2.1/t1204-implied-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-implied-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1204-implied-01-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-01-c-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-implied-01-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-01-c-expected.png.
  • platform/mac-leopard/css2.1/t1204-implied-02-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-02-d-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-implied-02-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-implied-02-d-expected.png.
  • platform/mac-leopard/css2.1/t1204-multiple-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-multiple-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-multiple-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-multiple-00-c-expected.png.
  • platform/mac-leopard/css2.1/t1204-multiple-01-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-multiple-01-c-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-multiple-01-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-multiple-01-c-expected.png.
  • platform/mac-leopard/css2.1/t1204-order-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-order-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-order-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-order-00-c-expected.png.
  • platform/mac-leopard/css2.1/t1204-order-01-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-order-01-d-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-order-01-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-order-01-d-expected.png.
  • platform/mac-leopard/css2.1/t1204-root-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1204-root-e-expected.checksum.
  • platform/mac-leopard/css2.1/t1204-root-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1204-root-e-expected.png.
  • platform/mac-leopard/css2.1/t120401-scope-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t120401-scope-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-00-b-expected.png.
  • platform/mac-leopard/css2.1/t120401-scope-01-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-01-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120401-scope-01-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-01-c-expected.png.
  • platform/mac-leopard/css2.1/t120401-scope-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-02-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120401-scope-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-02-c-expected.png.
  • platform/mac-leopard/css2.1/t120401-scope-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-03-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120401-scope-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-03-c-expected.png.
  • platform/mac-leopard/css2.1/t120401-scope-04-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-04-d-expected.checksum.
  • platform/mac-leopard/css2.1/t120401-scope-04-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120401-scope-04-d-expected.png.
  • platform/mac-leopard/css2.1/t120403-content-none-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120403-content-none-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120403-content-none-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120403-content-none-00-c-expected.png.
  • platform/mac-leopard/css2.1/t120403-display-none-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120403-display-none-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120403-display-none-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120403-display-none-00-c-expected.png.
  • platform/mac-leopard/css2.1/t120403-visibility-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t120403-visibility-00-c-expected.checksum.
  • platform/mac-leopard/css2.1/t120403-visibility-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t120403-visibility-00-c-expected.png.
  • platform/mac-leopard/css2.1/t1205-c561-list-displ-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c561-list-displ-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1205-c563-list-type-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c563-list-type-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c563-list-type-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c563-list-type-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1205-c563-list-type-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c563-list-type-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c563-list-type-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c563-list-type-01-b-expected.png.
  • platform/mac-leopard/css2.1/t1205-c564-list-img-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c564-list-img-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t1205-c565-list-pos-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c565-list-pos-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png.
  • platform/mac-leopard/css2.1/t1205-c566-list-stl-01-c-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.checksum.
  • platform/mac-leopard/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.png.
  • platform/mac-leopard/css2.1/t1401-c531-color-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1401-c531-color-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1401-c531-color-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1401-c531-color-00-a-expected.png.
  • platform/mac-leopard/css2.1/t1402-c45-bg-canvas-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png.
  • platform/mac-leopard/css2.1/t140201-c532-bgcolor-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c532-bgcolor-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.png.
  • platform/mac-leopard/css2.1/t140201-c532-bgcolor-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c532-bgcolor-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.png.
  • platform/mac-leopard/css2.1/t140201-c533-bgimage-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c533-bgimage-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.png.
  • platform/mac-leopard/css2.1/t140201-c533-bgimage-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c533-bgimage-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgre-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgre-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgre-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-01-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-02-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-03-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-04-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-05-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png.
  • platform/mac-leopard/css2.1/t140201-c536-bgpos-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c536-bgpos-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c536-bgpos-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png.
  • platform/mac-leopard/css2.1/t1504-c523-font-style-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1504-c523-font-style-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1504-c523-font-style-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1504-c523-font-style-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1505-c524-font-var-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1505-c524-font-var-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1505-c524-font-var-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1505-c524-font-var-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1506-c525-font-wt-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1506-c525-font-wt-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.png.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-03-f-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png.
  • platform/mac-leopard/css2.1/t1508-c527-font-01-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-01-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1508-c527-font-01-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-01-b-expected.png.
  • platform/mac-leopard/css2.1/t1508-c527-font-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-02-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1508-c527-font-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-02-b-expected.png.
  • platform/mac-leopard/css2.1/t1508-c527-font-09-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-09-b-expected.checksum.
  • platform/mac-leopard/css2.1/t1508-c527-font-09-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1508-c527-font-09-b-expected.png.
  • platform/mac-leopard/css2.1/t1601-c547-indent-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1601-c547-indent-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1601-c547-indent-01-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1601-c547-indent-01-d-expected.checksum.
  • platform/mac-leopard/css2.1/t1601-c547-indent-01-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1601-c547-indent-01-d-expected.png.
  • platform/mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.png.
  • platform/mac-leopard/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1604-c541-word-sp-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum.
  • platform/mac-leopard/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png.
  • platform/mac-leopard/css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum.
  • platform/mac-leopard/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-00-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-01-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-02-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-03-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-04-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-09-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-10-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-11-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-12-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-13-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-14-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-19-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-20-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-21-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-22-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-23-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-24-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-29-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-30-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-31-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-32-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-33-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-34-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-39-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-40-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-41-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-42-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-43-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-44-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-49-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-50-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-50-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-60-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-60-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-70-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-70-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-80-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-80-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-90-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-90-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-91-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-91-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-92-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-92-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-93-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-93-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-94-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-94-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-95-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-96-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-97-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-98-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.png.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-99-d-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.checksum.
  • platform/mac-leopard/css2.1/t170602-bdr-conflct-w-99-d-expected.png: Copied from LayoutTests/platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.png.
  • platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum:
  • platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
  • platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.checksum:
  • platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
  • platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.checksum:
  • platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
  • platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum:
  • platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
  • platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
  • platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
  • platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
  • platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
  • platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
  • platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
  • platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
  • platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.checksum:
  • platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.png:
  • platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.checksum:
  • platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
  • platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.checksum:
  • platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.png:
  • platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum:
  • platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
  • platform/mac/css2.1/t090204-display-change-01-b-ao-expected.checksum:
  • platform/mac/css2.1/t090204-display-change-01-b-ao-expected.png:
  • platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-00-d-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-00-d-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-02-c-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-03-c-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-04-c-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
  • platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum:
  • platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
  • platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
  • platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum:
  • platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
  • platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
  • platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum:
  • platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-00-d-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-00-d-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-01-b-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.png:
  • platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.checksum:
  • platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.png:
  • platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum:
  • platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
  • platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum:
  • platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.png:
  • platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.checksum:
  • platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.png:
  • platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.checksum:
  • platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.png:
  • platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.checksum:
  • platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.png:
  • platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.checksum:
  • platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.png:
  • platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
  • platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum:
  • platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
  • platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum:
  • platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
  • platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
  • platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
  • platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.checksum:
  • platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.png:
  • platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.checksum:
  • platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.png:
  • platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.checksum:
  • platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.png:
  • platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
  • platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum:
  • platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
  • platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum:
  • platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
  • platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum:
  • platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
  • platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.checksum:
  • platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
  • platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
  • platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
  • platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
  • platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
  • platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
  • platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
  • platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
  • platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
  • platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.checksum:
  • platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.png:
  • platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.checksum:
  • platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
  • platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png:
  • platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
  • platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
  • platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.checksum:
  • platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
  • platform/mac/css2.1/t1202-counter-00-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-00-b-expected.png:
  • platform/mac/css2.1/t1202-counter-01-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-01-b-expected.png:
  • platform/mac/css2.1/t1202-counter-02-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-02-b-expected.png:
  • platform/mac/css2.1/t1202-counter-03-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-03-b-expected.png:
  • platform/mac/css2.1/t1202-counter-05-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-05-b-expected.png:
  • platform/mac/css2.1/t1202-counter-06-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-06-b-expected.png:
  • platform/mac/css2.1/t1202-counter-07-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-07-b-expected.png:
  • platform/mac/css2.1/t1202-counter-08-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-08-b-expected.png:
  • platform/mac/css2.1/t1202-counter-09-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-09-b-expected.png:
  • platform/mac/css2.1/t1202-counter-11-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-11-b-expected.png:
  • platform/mac/css2.1/t1202-counter-12-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-12-b-expected.png:
  • platform/mac/css2.1/t1202-counter-13-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-13-b-expected.png:
  • platform/mac/css2.1/t1202-counter-14-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-14-b-expected.png:
  • platform/mac/css2.1/t1202-counter-15-b-expected.checksum:
  • platform/mac/css2.1/t1202-counter-15-b-expected.png:
  • platform/mac/css2.1/t1202-counter-16-f-expected.checksum:
  • platform/mac/css2.1/t1202-counter-16-f-expected.png:
  • platform/mac/css2.1/t1202-counters-00-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-00-b-expected.png:
  • platform/mac/css2.1/t1202-counters-01-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-01-b-expected.png:
  • platform/mac/css2.1/t1202-counters-02-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-02-b-expected.png:
  • platform/mac/css2.1/t1202-counters-03-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-03-b-expected.png:
  • platform/mac/css2.1/t1202-counters-05-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-05-b-expected.png:
  • platform/mac/css2.1/t1202-counters-06-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-06-b-expected.png:
  • platform/mac/css2.1/t1202-counters-07-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-07-b-expected.png:
  • platform/mac/css2.1/t1202-counters-08-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-08-b-expected.png:
  • platform/mac/css2.1/t1202-counters-09-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-09-b-expected.png:
  • platform/mac/css2.1/t1202-counters-11-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-11-b-expected.png:
  • platform/mac/css2.1/t1202-counters-12-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-12-b-expected.png:
  • platform/mac/css2.1/t1202-counters-13-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-13-b-expected.png:
  • platform/mac/css2.1/t1202-counters-14-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-14-b-expected.png:
  • platform/mac/css2.1/t1202-counters-15-b-expected.checksum:
  • platform/mac/css2.1/t1202-counters-15-b-expected.png:
  • platform/mac/css2.1/t1202-counters-16-c-expected.checksum:
  • platform/mac/css2.1/t1202-counters-16-c-expected.png:
  • platform/mac/css2.1/t1202-counters-17-d-expected.checksum:
  • platform/mac/css2.1/t1202-counters-17-d-expected.png:
  • platform/mac/css2.1/t1202-counters-18-f-expected.checksum:
  • platform/mac/css2.1/t1202-counters-18-f-expected.png:
  • platform/mac/css2.1/t1204-implied-00-b-expected.checksum:
  • platform/mac/css2.1/t1204-implied-00-b-expected.png:
  • platform/mac/css2.1/t1204-implied-01-c-expected.checksum:
  • platform/mac/css2.1/t1204-implied-01-c-expected.png:
  • platform/mac/css2.1/t1204-implied-02-d-expected.checksum:
  • platform/mac/css2.1/t1204-implied-02-d-expected.png:
  • platform/mac/css2.1/t1204-multiple-00-c-expected.checksum:
  • platform/mac/css2.1/t1204-multiple-00-c-expected.png:
  • platform/mac/css2.1/t1204-multiple-01-c-expected.checksum:
  • platform/mac/css2.1/t1204-multiple-01-c-expected.png:
  • platform/mac/css2.1/t1204-order-00-c-expected.checksum:
  • platform/mac/css2.1/t1204-order-00-c-expected.png:
  • platform/mac/css2.1/t1204-order-01-d-expected.checksum:
  • platform/mac/css2.1/t1204-order-01-d-expected.png:
  • platform/mac/css2.1/t1204-root-e-expected.checksum:
  • platform/mac/css2.1/t1204-root-e-expected.png:
  • platform/mac/css2.1/t120401-scope-00-b-expected.checksum:
  • platform/mac/css2.1/t120401-scope-00-b-expected.png:
  • platform/mac/css2.1/t120401-scope-01-c-expected.checksum:
  • platform/mac/css2.1/t120401-scope-01-c-expected.png:
  • platform/mac/css2.1/t120401-scope-02-c-expected.checksum:
  • platform/mac/css2.1/t120401-scope-02-c-expected.png:
  • platform/mac/css2.1/t120401-scope-03-c-expected.checksum:
  • platform/mac/css2.1/t120401-scope-03-c-expected.png:
  • platform/mac/css2.1/t120401-scope-04-d-expected.checksum:
  • platform/mac/css2.1/t120401-scope-04-d-expected.png:
  • platform/mac/css2.1/t120403-content-none-00-c-expected.checksum:
  • platform/mac/css2.1/t120403-content-none-00-c-expected.png:
  • platform/mac/css2.1/t120403-display-none-00-c-expected.checksum:
  • platform/mac/css2.1/t120403-display-none-00-c-expected.png:
  • platform/mac/css2.1/t120403-visibility-00-c-expected.checksum:
  • platform/mac/css2.1/t120403-visibility-00-c-expected.png:
  • platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.checksum:
  • platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.png:
  • platform/mac/css2.1/t1205-c563-list-type-00-b-expected.checksum:
  • platform/mac/css2.1/t1205-c563-list-type-00-b-expected.png:
  • platform/mac/css2.1/t1205-c563-list-type-01-b-expected.checksum:
  • platform/mac/css2.1/t1205-c563-list-type-01-b-expected.png:
  • platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.checksum:
  • platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
  • platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.checksum:
  • platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
  • platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum:
  • platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png:
  • platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.checksum:
  • platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.png:
  • platform/mac/css2.1/t1401-c531-color-00-a-expected.checksum:
  • platform/mac/css2.1/t1401-c531-color-00-a-expected.png:
  • platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.checksum:
  • platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
  • platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.checksum:
  • platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.png:
  • platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.checksum:
  • platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.png:
  • platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.checksum:
  • platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.png:
  • platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.checksum:
  • platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.png:
  • platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.png:
  • platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
  • platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
  • platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.png:
  • platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
  • platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
  • platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
  • platform/mac/css2.1/t1504-c523-font-style-00-b-expected.checksum:
  • platform/mac/css2.1/t1504-c523-font-style-00-b-expected.png:
  • platform/mac/css2.1/t1505-c524-font-var-00-b-expected.checksum:
  • platform/mac/css2.1/t1505-c524-font-var-00-b-expected.png:
  • platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.checksum:
  • platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.png:
  • platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.checksum:
  • platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.png:
  • platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.checksum:
  • platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
  • platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum:
  • platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
  • platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.checksum:
  • platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
  • platform/mac/css2.1/t1508-c527-font-01-b-expected.checksum:
  • platform/mac/css2.1/t1508-c527-font-01-b-expected.png:
  • platform/mac/css2.1/t1508-c527-font-02-b-expected.checksum:
  • platform/mac/css2.1/t1508-c527-font-02-b-expected.png:
  • platform/mac/css2.1/t1508-c527-font-09-b-expected.checksum:
  • platform/mac/css2.1/t1508-c527-font-09-b-expected.png:
  • platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.checksum:
  • platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.png:
  • platform/mac/css2.1/t1601-c547-indent-01-d-expected.checksum:
  • platform/mac/css2.1/t1601-c547-indent-01-d-expected.png:
  • platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.checksum:
  • platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.png:
  • platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum:
  • platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png:
  • platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.checksum:
  • platform/mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
  • platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum:
  • platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
  • platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum:
  • platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
  • platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum:
  • platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
  • platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.checksum:
  • platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
5:59 PM Changeset in webkit [70377] by aestes@apple.com
  • 3 edits in trunk/WebKit/win

Fix the Windows build.

  • WebCookieManagerCFNet.cpp: Rename CookieStorageWin.h to CookieStorageCFNet.h.
  • WebView.cpp: Ditto.
5:48 PM Changeset in webkit [70376] by commit-queue@webkit.org
  • 6 edits in trunk

2010-10-22 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Adam Roben.

Windows client needs updating when live iframe element is moved between pages
https://bugs.webkit.org/show_bug.cgi?id=46915

  • platform/win/Skipped: Stop skipping fast/frames/iframe-reparenting-adopt-node.html

2010-10-22 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Adam Roben.

Windows client needs updating when live iframe element is moved between pages
https://bugs.webkit.org/show_bug.cgi?id=46915

  • WebCoreSupport/WebFrameLoaderClient.cpp: (WebFrameLoaderClient::didTransferChildFrameToNewDocument): Update WebView in WebFrame to match that of the current page.
  • WebFrame.cpp: (WebFrame::setWebView): Added.
  • WebFrame.h:
5:43 PM Changeset in webkit [70375] by inferno@chromium.org
  • 17 edits
    5 copies in branches/chromium/552

Merge 70335

BUG=57377

5:41 PM Changeset in webkit [70374] by eric@webkit.org
  • 5 edits in trunk/WebKitTools

2010-10-22 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

commit-queue should not pass --quiet to subcommands now that the parent command does the reporting
https://bugs.webkit.org/show_bug.cgi?id=48165

  • Scripts/webkitpy/tool/bot/commitqueuetask.py:
  • Scripts/webkitpy/tool/bot/commitqueuetask_unittest.py:
  • Scripts/webkitpy/tool/commands/queues_unittest.py:
5:38 PM Changeset in webkit [70373] by andersca@apple.com
  • 2 edits in trunk/WebKit2

Fix clang++ build.

  • Scripts/webkit2/messages.py:
5:18 PM Changeset in webkit [70372] by inferno@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-22 Abhishek Arya <inferno@chromium.org>

Unreviewed.

Remove tests from expectations that are now passing.

  • platform/chromium/test_expectations.txt:
5:17 PM WebKit Team edited by mario@webkit.org
Added myself to list of Committers. (diff)
5:09 PM Changeset in webkit [70371] by mario@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-22 Mario Sanchez Prada <msanchez@igalia.com>

Adding myself as a committer.

  • Scripts/webkitpy/common/config/committers.py:
5:03 PM Changeset in webkit [70370] by inferno@chromium.org
  • 3 edits in trunk/LayoutTests

2010-10-22 Abhishek Arya <inferno@chromium.org>

Unreviewed.

Fix test fail in chromium. Addition to commit already done in bug 48160.

  • fast/css/modify-ua-rules-from-javascript-expected.txt:
  • fast/css/modify-ua-rules-from-javascript.html:
5:00 PM Changeset in webkit [70369] by abarth@webkit.org
  • 12 edits
    2 adds in trunk

2010-10-21 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel, Peter Kasting, and Darin Fisher.
(Eric reviewed the CoreGraphics interactions, Peter reviewed the image
decoder interaction, and Darin Fisher SGTMed the policy decision.)

[chromium] Chromium Mac should use WebKit's image decoders
https://bugs.webkit.org/show_bug.cgi?id=47974

This patch teaches WebKit's image decoders how to talk to CoreGraphics.
This patch doesn't handle color profiles, but that will come in a
subsequent patch.

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
  • platform/graphics/ImageSource.h:
  • platform/image-decoders/ImageDecoder.cpp: (WebCore::RGBA32Buffer::clear): (WebCore::RGBA32Buffer::zeroFill): (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize):
  • platform/image-decoders/ImageDecoder.h: (WebCore::RGBA32Buffer::getAddr):
  • platform/image-decoders/cg: Added.
  • platform/image-decoders/cg/ImageDecoderCG.cpp: Added. (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize): (WebCore::RGBA32Buffer::asNewNativeImage):
4:55 PM Changeset in webkit [70368] by Michael Nordman
  • 3 edits
    2 copies in branches/chromium/552

Merge 69560 - 2010-10-11 Eric Uhrhane <ericu@chromium.org>

Reviewed by Dumitru Daniliuc.

FileWriter should hold a reference to a Blob during write
https://bugs.webkit.org/show_bug.cgi?id=47318

Without this reference, the Blob might get garbage-collected from JS
before the write has completed, which would be quite unintuitive to the
user. I just grab a RefPtr to the Blob at write(), then clear it when
we're done.

  • fileapi/FileWriter.cpp: (WebCore::FileWriter::stop): (WebCore::FileWriter::write): (WebCore::FileWriter::didWrite): (WebCore::FileWriter::didFail):
  • fileapi/FileWriter.h:

2010-10-11 Eric Uhrhane <ericu@chromium.org>

Reviewed by Dumitru Daniliuc.

FileWriter should hold a reference to a Blob during write
https://bugs.webkit.org/show_bug.cgi?id=47318

Added the first FileWriter test to cover this.
Problem #1: it's not a deterministic problem; the test might or might
not catch the error, but at least it won't ever trigger a false
positive.
Problem #2: no platform fully implements FileWriter yet, so this test
must start out completely supressed. All non-chromium platforms
already skip all filesystem tests, so I'm only adding a suppression in
chromium.

  • fast/filesystem/file-writer-gc-blob-expected.txt: Added.
  • fast/filesystem/file-writer-gc-blob.html: Added.
  • platform/chromium/test_expectations.txt:

TBR=dumi@chromium.org

4:47 PM Changeset in webkit [70367] by andersca@apple.com
  • 18 edits
    2 adds in trunk

WebCore: Using the decidePolicyForMIMEType delegate message in an asynchronous manner does not work
https://bugs.webkit.org/show_bug.cgi?id=48014
<rdar://problem/8202716>

Reviewed by Adam Barth and Darin Adler.

  • loader/MainResourceLoader.cpp:

(WebCore::MainResourceLoader::continueAfterContentPolicy):
Resume loading.

(WebCore::MainResourceLoader::didReceiveResponse):
Defer loading until we hear back from the policy client.

WebKitTools: Using the decidePolicyForMIMEType delegate message in an asynchronous manner does not work
https://bugs.webkit.org/show_bug.cgi?id=48014
<rdar://problem/8202716>

Reviewed by Adam Barth and Darin Adler.

  • DumpRenderTree/LayoutTestController.cpp:

(setCustomPolicyDelegateCallback):
Add callIgnoreInDecidePolicyForMIMETypeAfterOneSecond argument.

  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:

(LayoutTestController::setCustomPolicyDelegate):
Add callIgnoreInDecidePolicyForMIMETypeAfterOneSecond argument.

  • DumpRenderTree/mac/LayoutTestControllerMac.mm:

(LayoutTestController::setCustomPolicyDelegate):
Add callIgnoreInDecidePolicyForMIMETypeAfterOneSecond argument.

  • DumpRenderTree/mac/PolicyDelegate.h:
  • DumpRenderTree/mac/PolicyDelegate.mm:

(-[PolicyDelegate webView:decidePolicyForMIMEType:request:frame:decisionListener:]):
If _callIgnoreInDecidePolicyForMIMETypeAfterOneSecond is true, call [listener ignore] after one second.

(-[PolicyDelegate setCallIgnoreInDecidePolicyForMIMETypeAfterOneSecond:]):
Update _callIgnoreInDecidePolicyForMIMETypeAfterOneSecond.

  • DumpRenderTree/win/LayoutTestControllerWin.cpp:

(LayoutTestController::setCustomPolicyDelegate):
Add callIgnoreInDecidePolicyForMIMETypeAfterOneSecond argument.

  • DumpRenderTree/wx/LayoutTestControllerWx.cpp:

(LayoutTestController::setCustomPolicyDelegate):
Add callIgnoreInDecidePolicyForMIMETypeAfterOneSecond argument.

LayoutTests: Using the decidePolicyForMIMEType delegate message in an asynchronous manner does not work
https://bugs.webkit.org/show_bug.cgi?id=48014
<rdar://problem/8202716>

Reviewed by Adam Barth and Darin Adler.

Add tests and update the skipped list.

  • fast/loader/decide-policy-for-mime-type-async-expected.txt: Added.
  • fast/loader/decide-policy-for-mime-type-async.html: Added.
  • platform/gtk/Skipped:
  • platform/mac-wk2/Skipped:
  • platform/qt/Skipped:
  • platform/qt-wk2/Skipped:
  • platform/win/Skipped:
4:40 PM Changeset in webkit [70366] by jamesr@google.com
  • 5 edits
    2 copies in branches/chromium/552/WebCore

Merge 70365 - 2010-10-22 James Robinson <jamesr@chromium.org>

Reviewed by Dimitri Glazkov.

REGRESSION(66391): http://ligth-arts.all-up.com/ crashes in EventHandler::selectCursor
https://bugs.webkit.org/show_bug.cgi?id=47942

Add checks for a NULL StyleImage in a CursorList.

  • css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::loadPendingImages):
  • page/EventHandler.cpp: (WebCore::EventHandler::selectCursor):
  • rendering/style/CursorList.h: (WebCore::CursorList::at):
  • manual-tests/cursor-empty-url.html: Added.
  • manual-tests/resources/cursor-empty-url.css: Added.

TBR=jamesr@google.com
BUG=59703

4:39 PM Changeset in webkit [70365] by jamesr@google.com
  • 5 edits
    2 adds in trunk/WebCore

2010-10-22 James Robinson <jamesr@chromium.org>

Reviewed by Dimitri Glazkov.

REGRESSION(66391): http://ligth-arts.all-up.com/ crashes in EventHandler::selectCursor
https://bugs.webkit.org/show_bug.cgi?id=47942

Add checks for a NULL StyleImage in a CursorList.

  • css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::loadPendingImages):
  • page/EventHandler.cpp: (WebCore::EventHandler::selectCursor):
  • rendering/style/CursorList.h: (WebCore::CursorList::at):
  • manual-tests/cursor-empty-url.html: Added.
  • manual-tests/resources/cursor-empty-url.css: Added.
4:23 PM Changeset in webkit [70364] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-22 Dimitri Glazkov <Dimitri Glazkov>

[Chromium/DRT] Update layout test expectations to match reality.

  • platform/chromium/drt_expectations.txt: Tweaked.
4:18 PM Changeset in webkit [70363] by inferno@chromium.org
  • 6 edits in trunk/LayoutTests

2010-10-22 Abhishek Arya <inferno@chromium.org>

Reviewed by Dimitri Glazkov.

Fix failing tests on chromium.
https://bugs.webkit.org/show_bug.cgi?id=48160

  • fast/backgrounds/repeat/background-repeat-shorthand-expected.txt:
  • fast/backgrounds/repeat/margin-shorthand-expected.txt:
  • fast/backgrounds/repeat/resources/background-repeat-shorthand.js: (getShorthand):
  • fast/backgrounds/repeat/resources/margin-shorthand.js: (iconMarginValue):
  • fast/css/modify-ua-rules-from-javascript.html:
4:08 PM Changeset in webkit [70362] by andersca@apple.com
  • 4 edits in trunk/WebKit2

Fix build.

  • UIProcess/API/qt/qwkpage_p.h:

(QWKPagePrivate::didRelaunchProcess):

  • UIProcess/win/WebView.cpp:

(WebKit::WebView::didRelaunchProcess):

  • UIProcess/win/WebView.h:
4:06 PM Changeset in webkit [70361] by jcivelli@chromium.org
  • 2 edits in trunk/WebKit/chromium

2010-10-22 Jay Civelli <jcivelli@chromium.org>

Reviewed by David Levin.

Turning on the Autocomplete implementation on the Chromium side.
https://bugs.webkit.org/show_bug.cgi?id=41283

  • public/WebDocument.h:
3:53 PM Changeset in webkit [70360] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-22 Dimitri Glazkov <Dimitri Glazkov>

Update layout test expectations after r70335.
https://bugs.webkit.org/show_bug.cgi?id=48160

  • platform/chromium/test_expectations.txt: Added failing tests.
3:51 PM Changeset in webkit [70359] by andersca@apple.com
  • 2 edits in trunk/WebKit2

WebContext::ensureWebProcess shouldn't send multiple InitializeWebProcess messages.
https://bugs.webkit.org/show_bug.cgi?id=48158
<rdar://problem/8512572>

Reviewed by Sam Weinig.

If the web process was launching when another call to ensureWebProcess is sent, we
would end up sending another InitializeWebProcess message to it which would result
in assertions firing. Fix this by only checking for m_process, and not requiring a process
to be valid (which it won't be until it's finished launching).

  • UIProcess/WebContext.cpp:

(WebKit::WebContext::ensureWebProcess):

3:49 PM Changeset in webkit [70358] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/517

Merge 69936

BUG=58657
Review URL: http://codereview.chromium.org/3960005

3:40 PM Changeset in webkit [70357] by andersca@apple.com
  • 11 edits in trunk/WebKit2

Rename revive to relaunch everywhere.

Reviewed by Sam Weinig.

  • UIProcess/API/mac/PageClientImpl.h:
  • UIProcess/API/mac/PageClientImpl.mm:

(WebKit::PageClientImpl::didRelaunchProcess):

  • UIProcess/API/mac/WKView.mm:

(-[WKView _didRelaunchProcess]):

  • UIProcess/API/mac/WKViewInternal.h:
  • UIProcess/PageClient.h:
  • UIProcess/WebContext.cpp:

(WebKit::WebContext::relaunchProcessIfNecessary):

  • UIProcess/WebContext.h:
  • UIProcess/WebPageNamespace.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::relaunch):
(WebKit::WebPageProxy::initializeWebPage):
(WebKit::WebPageProxy::loadURL):
(WebKit::WebPageProxy::loadURLRequest):

  • UIProcess/WebPageProxy.h:
3:36 PM Changeset in webkit [70356] by hyatt@apple.com
  • 9 edits in trunk/WebCore

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

Reviewed by Adele Peterson.

Make vertical lines hit test properly and show a vertical i-beam cursor. Numerous bugs with overflow were discovered while getting this to work,
so these are in the patch as well. The broken layout tests are fixed by the overflow bug fixes as well (which just restore the old behavior).

  • page/EventHandler.cpp:

(WebCore::EventHandler::selectCursor):

  • rendering/InlineBox.h:

(WebCore::InlineBox::width):
(WebCore::InlineBox::height):

  • rendering/InlineFlowBox.cpp:

(WebCore::InlineFlowBox::placeBoxesInInlineDirection):
(WebCore::InlineFlowBox::computeBlockDirectionOverflow):
(WebCore::InlineFlowBox::nodeAtPoint):

  • rendering/InlineFlowBox.h:

(WebCore::InlineFlowBox::logicalTopVisibleOverflow):
(WebCore::InlineFlowBox::logicalBottomVisibleOverflow):
(WebCore::InlineFlowBox::visibleOverflowRect):
(WebCore::InlineFlowBox::layoutOverflowRect):
(WebCore::InlineFlowBox::logicalTopLayoutOverflow):
(WebCore::InlineFlowBox::logicalBottomLayoutOverflow):
(WebCore::InlineFlowBox::visualOverflowRect):
(WebCore::InlineFlowBox::logicalTopVisualOverflow):
(WebCore::InlineFlowBox::logicalBottomVisualOverflow):
(WebCore::InlineFlowBox::setBlockDirectionOverflowPositions):

  • rendering/InlineTextBox.cpp:

(WebCore::InlineTextBox::nodeAtPoint):

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::blockDirectionOverflow):

  • rendering/RenderBox.h:
  • rendering/RenderLineBoxList.cpp:

(WebCore::RenderLineBoxList::hitTest):

3:32 PM Changeset in webkit [70355] by mitz@apple.com
  • 2 edits in trunk

Added Radar links

3:31 PM Changeset in webkit [70354] by mitz@apple.com
  • 3 edits
    2 adds in trunk

Layout not updating in a subtree when a scrollbar is hidden in a flexbox descendant
https://bugs.webkit.org/show_bug.cgi?id=48154

Reviewed by Anders Carlsson.

WebCore:

Test: scrollbars/hidden-scrollbar-prevents-layout.html

updateScrollInfoAfterLayout() calling setHasHorizontalScrollbar() caused updateScrollbarParts()
to call setChildNeedsLayout() on the overflow, because the RenderScrollbar was created with
the default thickness instead of the thickness specified in style. This led to the the overflow’s
parent to be re-marked for layout during its own parent’s finishDelayUpdateScrollInfo(), and
the result was that at the end of RenderView::layout(), there was a dirty renderer.

  • rendering/RenderScrollbar.cpp:

(WebCore::RenderScrollbar::RenderScrollbar): Set the frame size in the 'display: none' and
'visibility: hidden' cases as well.

LayoutTests:

  • scrollbars/hidden-scrollbar-prevents-layout-expected.txt: Added.
  • scrollbars/hidden-scrollbar-prevents-layout.html: Added.
3:27 PM Changeset in webkit [70353] by ojan@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-22 Ojan Vafai <ojan@chromium.org>

fast/parser/block-nesting-cap.html is regularly on the cusp
of exceeding the 12s timeout on the Chromium Windows Debug bot.
Mark it slow to give it more time.

  • platform/chromium/test_expectations.txt:
3:27 PM Changeset in webkit [70352] by weinig@apple.com
  • 4 edits in trunk/WebKitTools

Rename the InjectedBundle for TestWebKitAPI to InjectedBundleTestWebKitAPI.bundle

Reviewed by Anders Carlsson.

  • TestWebKitAPI/Configurations/InjectedBundle.xcconfig:
  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
  • TestWebKitAPI/mac/PlatformUtilitiesMac.mm:

(TestWebKitAPI::Util::createInjectedBundlePath):

3:18 PM Changeset in webkit [70351] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 69936

BUG=58657

3:11 PM Changeset in webkit [70350] by dpranke@chromium.org
  • 2 edits in trunk/WebKitTools

2010-10-22 Dirk Pranke <dpranke@chromium.org>

Reviewed by Eric Seidel.

test-webkitpy fails when passed -v (or any other option)

Fix port/base_unittest to pass an explicit list of arguments
rather than accidentally picking up sys.argv.

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

  • Scripts/webkitpy/layout_tests/port/base_unittest.py:
3:10 PM Changeset in webkit [70349] by inferno@chromium.org
  • 5 edits
    2 copies in branches/chromium/552

Merge 69831

BUG=58741

3:07 PM Changeset in webkit [70348] by inferno@chromium.org
  • 5 edits
    2 copies in branches/chromium/517

Merge 69831

BUG=58741
Review URL: http://codereview.chromium.org/4056004

2:58 PM Changeset in webkit [70347] by andersca@apple.com
  • 3 edits in trunk/WebKit2

Fix assert when a NetscapePluginModule loses its last NetscapePlugin.
https://bugs.webkit.org/show_bug.cgi?id=48155

Reviewed by Adam Roben.

(The assert in question is ASSERT(pluginModuleIndex != notFound) in
NetscapePluginModule::shutdown()).

  • WebProcess/Plugins/Netscape/NetscapePluginModule.cpp:

(WebKit::NetscapePluginModule::pluginCreated):
If we didn't have any live plug-ins, load the plug-in module.

(WebKit::NetscapePluginModule::pluginDestroyed):
If this was the last plug-in, unload the plug-in module.

(WebKit::NetscapePluginModule::shutdown):
Set m_isInitialized to false.

(WebKit::NetscapePluginModule::load):
Don't do anything if the plug-in module has already been initialized.

(WebKit::NetscapePluginModule::unload):
Assert that we're not initialized.

  • WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:

(WebKit::NetscapePlugin::platformPostInitialize):
Assert that we successfully created the window.

2:47 PM Changeset in webkit [70346] by jberlin@webkit.org
  • 6 edits in trunk/WebKit2

Crash in Connection::isValid when called in response to
VisitedLinksProvider::pendingVisitedLinksTimerFired after WebProcessProxy::didClose was
already called.
https://bugs.webkit.org/show_bug.cgi?id=48153

Reviewed by Anders Carlsson.

  • UIProcess/VisitedLinkProvider.cpp:

(WebKit::VisitedLinkProvider::stopVisitedLinksTimer):

  • UIProcess/VisitedLinkProvider.h:
  • UIProcess/WebContext.cpp:

(WebKit::WebContext::processDidClose):
Stop the pendingVisitedLinksTimer and null out the process.

  • UIProcess/WebContext.h:
  • UIProcess/WebProcessProxy.cpp:

(WebKit::WebProcessProxy::didClose):
Tell the WebContext that the WebProcess did close.

2:43 PM Changeset in webkit [70345] by bweinstein@apple.com
  • 2 edits in trunk/WebKitTools

Windows build fix. Update the createNewPage callback to account for the new
arguments.

  • MiniBrowser/win/BrowserView.cpp:

(createNewPage):

2:41 PM Changeset in webkit [70344] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 69716

BUG=59314

2:40 PM Changeset in webkit [70343] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Unreviewed.

[WINCE] Build fix after r70143.

  • platform/graphics/wince/ImageBufferWinCE.cpp: (WebCore::ImageBuffer::ImageBuffer):
2:36 PM Changeset in webkit [70342] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 69990

BUG=17655

2:32 PM Changeset in webkit [70341] by weinig@apple.com
  • 2 edits in trunk/WebKit/win

Fix windows build.

  • WebCoreSupport/WebChromeClient.h:
2:29 PM Changeset in webkit [70340] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 69914

BUG=58319

2:16 PM Changeset in webkit [70339] by Adam Roben
  • 11 edits
    3 moves in trunk/WebCore

Windows build fix

r70319 added Windows-native versions of the various platform/network
headers to platform/network/win. WebCoreGenerated was copying these
headers over the CFNetwork-specific versions in $WebKitOutputDir,
leading to the wrong headers being used in WebKit.

This patch changes WebCoreGenerated not to copy any headers from
platform/network/win into $WebKitOutputDir. Instead, only headers from
platform/network/cf or platform/network/curl (as specified) are copied.
There were some CFNetwork-specific files still hanging around in
platform/network/win; these have been moved to platform/network/cf.

  • WebCore.vcproj/WebCore.vcproj: Updated for file moves and let VS
  • format the file as it saw fit.
  • WebCore.vcproj/WebCoreGenerated.vcproj: Added the various scripts
  • this project uses to make editing them easier.
  • WebCore.vcproj/copyForwardingHeaders.cmd: Changed not to copy any
  • headers from platform/network/win.
  • platform/network/cf/CookieJarCFNet.cpp: Renamed from WebCore/platform/network/win/CookieJarCFNetWin.cpp.
  • platform/network/cf/CookieStorageCFNet.cpp: Renamed from WebCore/platform/network/win/CookieStorageWin.cpp.
  • platform/network/cf/CookieStorageCFNet.h: Renamed from WebCore/platform/network/win/CookieStorageWin.h.
  • platform/network/cf/ResourceHandleCFNet.cpp: Updated for rename.
  • platform/network/cf/AuthenticationChallenge.h:
  • platform/network/cf/ResourceError.h:
  • platform/network/cf/ResourceRequest.h:
  • platform/network/cf/ResourceResponse.h:
  • platform/network/cf/SocketStreamError.h:
  • platform/network/cf/SocketStreamHandle.h:

Touched to force a re-copy.

2:16 PM Changeset in webkit [70338] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 69735

BUG=55257

2:13 PM Changeset in webkit [70337] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/517

Merge 69735

BUG=55257
Review URL: http://codereview.chromium.org/3997006

2:10 PM UpdatingBugzilla edited by ddkilzer@webkit.org
(diff)
2:08 PM Changeset in webkit [70336] by weinig@apple.com
  • 2 edits in trunk/WebKit2

Fix Qt build.

  • UIProcess/API/qt/ClientImpl.h:
2:05 PM Changeset in webkit [70335] by inferno@chromium.org
  • 19 edits
    5 adds in trunk

2010-10-22 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

Add code in getMatchedCSSRules to block cross origin access to stylesheet data. Prevent access
in Javascript to non author stylesheets.
https://bugs.webkit.org/show_bug.cgi?id=46853

Tests: http/tests/security/cross-origin-getMatchedCSSRules.html

http/tests/security/cross-origin-getMatchedCSSRules2.html

  • css/CSSRule.h:
  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::matchRulesForList): (WebCore::CSSStyleSelector::SelectorChecker::SelectorChecker): (WebCore::CSSStyleSelector::styleRulesForElement): (WebCore::CSSStyleSelector::pseudoStyleRulesForElement):
  • css/CSSStyleSelector.h:
  • page/DOMWindow.cpp: (WebCore::DOMWindow::getMatchedCSSRules):
  • page/DOMWindow.idl:

2010-10-22 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

Tests that cross origin bypass does not work with getMatchedCSSRules. Rebaseline existing tests
that try to access non-author stylesheets. This functionality is no longer supported. So, css rules
should return null for those cases.
https://bugs.webkit.org/show_bug.cgi?id=46853

  • fast/backgrounds/repeat/background-repeat-shorthand-expected.txt:
  • fast/backgrounds/repeat/margin-shorthand-expected.txt:
  • fast/backgrounds/repeat/resources/background-repeat-shorthand.js:
  • fast/backgrounds/repeat/resources/margin-shorthand.js:
  • fast/css/disabled-author-styles.html:
  • fast/css/modify-ua-rules-from-javascript-expected.txt:
  • fast/css/modify-ua-rules-from-javascript.html:
  • fast/css/word-break-user-modify-allowed-values.html:
  • http/tests/security/cross-frame-access-call-expected.txt:
  • http/tests/security/cross-frame-access-call.html:
  • http/tests/security/cross-origin-getMatchedCSSRules-expected.txt: Added.
  • http/tests/security/cross-origin-getMatchedCSSRules.html: Added.
  • http/tests/security/cross-origin-getMatchedCSSRules2-expected.txt: Added.
  • http/tests/security/cross-origin-getMatchedCSSRules2.html: Added.
  • http/tests/security/resources/cross-origin-getMatchedCSSRules-frame.html: Added.
  • platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
  • platform/qt/http/tests/security/cross-frame-access-call-expected.txt:
2:01 PM Changeset in webkit [70334] by aestes@apple.com
  • 1 edit
    2 adds in trunk/LayoutTests

Add the tests for r70332.
https://bugs.webkit.org/show_bug.cgi?id=48046

Reviewed by Eric Carlson.

  • plugins/invalid-mime-with-valid-extension-shows-missing-plugin-expected.txt: Added.
  • plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html: Added.
1:59 PM Changeset in webkit [70333] by weinig@apple.com
  • 76 edits in trunk

WebKit2 needs to pass the current event modifier flags when requesting a new window
https://bugs.webkit.org/show_bug.cgi?id=48140

Reviewed by Anders Carlsson.

WebCore:

Store the NavigationAction used for the newWindowPolicyDecision in the PolicyCallback
so that it can be used after the decision has been made in further callbacks.

  • WebCore.exp.in: Fix export name for new function signature.
  • loader/EmptyClients.h:

(WebCore::EmptyChromeClient::createWindow):
(WebCore::EmptyFrameLoaderClient::dispatchCreatePage):

  • loader/FrameLoader.cpp:

(WebCore::FrameLoader::callContinueLoadAfterNewWindowPolicy):
(WebCore::FrameLoader::continueLoadAfterNewWindowPolicy):
(WebCore::createWindow):

  • loader/FrameLoader.h:
  • loader/FrameLoaderClient.h:
  • loader/PolicyCallback.cpp:

(WebCore::PolicyCallback::set):
(WebCore::PolicyCallback::call):
(WebCore::PolicyCallback::cancel):

  • loader/PolicyCallback.h:
  • loader/PolicyChecker.cpp:

(WebCore::PolicyChecker::checkNewWindowPolicy):

  • page/Chrome.cpp:

(WebCore::Chrome::createWindow):

  • page/Chrome.h:
  • page/ChromeClient.h:
  • page/ContextMenuController.cpp:

(WebCore::openNewWindow):

WebKit/chromium:

  • src/ChromeClientImpl.cpp:

(WebKit::ChromeClientImpl::createWindow):

  • src/ChromeClientImpl.h:
  • src/FrameLoaderClientImpl.cpp:

(WebKit::FrameLoaderClientImpl::dispatchCreatePage):

  • src/FrameLoaderClientImpl.h:

Add NavigationAction parameter.

WebKit/efl:

  • WebCoreSupport/ChromeClientEfl.cpp:

(WebCore::ChromeClientEfl::createWindow):

  • WebCoreSupport/ChromeClientEfl.h:
  • WebCoreSupport/FrameLoaderClientEfl.cpp:

(WebCore::FrameLoaderClientEfl::dispatchCreatePage):

  • WebCoreSupport/FrameLoaderClientEfl.h:

Add NavigationAction parameter.

WebKit/gtk:

  • WebCoreSupport/ChromeClientGtk.cpp:

(WebKit::ChromeClient::createWindow):

  • WebCoreSupport/ChromeClientGtk.h:
  • WebCoreSupport/FrameLoaderClientGtk.cpp:

(WebKit::FrameLoaderClient::dispatchCreatePage):

  • WebCoreSupport/FrameLoaderClientGtk.h:

Add NavigationAction parameter.

WebKit/haiku:

  • WebCoreSupport/ChromeClientHaiku.cpp:

(WebCore::ChromeClientHaiku::createWindow):

  • WebCoreSupport/ChromeClientHaiku.h:
  • WebCoreSupport/FrameLoaderClientHaiku.cpp:

(WebCore::FrameLoaderClientHaiku::dispatchCreatePage):

  • WebCoreSupport/FrameLoaderClientHaiku.h:

Add NavigationAction parameter.

WebKit/mac:

  • WebCoreSupport/WebChromeClient.h:
  • WebCoreSupport/WebChromeClient.mm:

(WebChromeClient::createWindow):

  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebCoreSupport/WebFrameLoaderClient.mm:

(WebFrameLoaderClient::dispatchCreatePage):
Add NavigationAction parameter.

WebKit/qt:

  • Api/qwebpage.cpp:

(openNewWindow):

  • WebCoreSupport/ChromeClientQt.cpp:

(WebCore::ChromeClientQt::createWindow):

  • WebCoreSupport/ChromeClientQt.h:
  • WebCoreSupport/FrameLoaderClientQt.cpp:

(WebCore::FrameLoaderClientQt::dispatchCreatePage):

  • WebCoreSupport/FrameLoaderClientQt.h:

Add NavigationAction parameter.

WebKit/win:

  • WebCoreSupport/WebChromeClient.cpp:

(WebChromeClient::createWindow):

  • WebCoreSupport/WebFrameLoaderClient.cpp:

(WebFrameLoaderClient::dispatchCreatePage):

  • WebCoreSupport/WebFrameLoaderClient.h:

Add NavigationAction parameter.

WebKit/wince:

  • WebCoreSupport/ChromeClientWinCE.cpp:

(WebKit::ChromeClientWinCE::createWindow):

  • WebCoreSupport/ChromeClientWinCE.h:
  • WebCoreSupport/FrameLoaderClientWinCE.cpp:

(WebKit::FrameLoaderClientWinCE::dispatchCreatePage):

  • WebCoreSupport/FrameLoaderClientWinCE.h:

Add NavigationAction parameter.

WebKit/wx:

  • WebKitSupport/ChromeClientWx.cpp:

(WebCore::ChromeClientWx::createWindow):

  • WebKitSupport/ChromeClientWx.h:
  • WebKitSupport/FrameLoaderClientWx.cpp:

(WebCore::FrameLoaderClientWx::dispatchCreatePage):

  • WebKitSupport/FrameLoaderClientWx.h:

Add NavigationAction parameter.

WebKit2:

In addition to passing modifier flags from the now passed NavigationAction, also pass
the WindowFeatures to the UIProcess.

  • Platform/CoreIPC/HandleMessage.h:

(CoreIPC::callMemberFunction):

  • Shared/WebCoreArgumentCoders.h:
  • Shared/WebEvent.h:

(WebKit::WebEvent::modifiers):

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::createNewPage):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • UIProcess/WebUIClient.cpp:

(WebKit::WebUIClient::createNewPage):

  • UIProcess/WebUIClient.h:
  • WebProcess/WebCoreSupport/WebChromeClient.cpp:

(WebKit::WebChromeClient::createWindow):

  • WebProcess/WebCoreSupport/WebChromeClient.h:
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::dispatchCreatePage):
(WebKit::modifiersForNavigationAction):
(WebKit::mouseButtonForNavigationAction):

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.h:

WebKitTools:

  • MiniBrowser/mac/BrowserWindowController.m:

(createNewPage):

  • WebKitTestRunner/TestController.cpp:

(WTR::createOtherPage):
Update for new signature for the WKPageCreateNewPageCallback.

1:55 PM Changeset in webkit [70332] by aestes@apple.com
  • 3 edits
    1 add in trunk

WebKit shouldn't load a plug-in based on file extension if a MIME type
is specified.
https://bugs.webkit.org/show_bug.cgi?id=48046

Reviewed by Eric Carlson.

WebKit/mac:

If a MIME type is specified in an object or embed element, and that MIME
type isn't supported by an installed plug-in, WebKit shouldn't attempt
to find a plug-in based on the file extension of the url attribute.
Doing so can lead to cases where a plug-in is loaded that can't handle
resources of the MIME type specified by the author.

  • WebCoreSupport/WebFrameLoaderClient.mm:

(WebFrameLoaderClient::createPlugin): Only check for a pluginPackage by
extension if MIME type is the empty string.

LayoutTests:

  • plugins/invalid-mime-with-valid-extension-shows-missing-plugin-expected.txt: Added.
  • plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html: Added.
  • plugins/resources/test.testnetscape: Added.
1:52 PM Changeset in webkit [70331] by eric@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-22 Eric Seidel <eric@webkit.org>

Unreviewed. Just adding a test case.

The style-queue was not recognizing new patches. It turns
out I had fixed this in an earlier change, but just not
deployed to queues.webkit.org. As part of investigating why it
was broken, I wrote a test for my previous change which I'm now landing.

  • QueueStatusServer/model/queues_unittest.py:
1:50 PM UpdatingBugzilla edited by ddkilzer@webkit.org
Fix instructions on installing git-bzr. (diff)
1:29 PM Changeset in webkit [70330] by hyatt@apple.com
  • 9 edits in trunk/WebCore

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

Reviewed by Sam Weinig.

Update block direction line overflow computation to be writing-mode-aware.

  • rendering/InlineBox.h:

(WebCore::InlineBox::logicalBottom):

  • rendering/InlineFlowBox.cpp:

(WebCore::InlineFlowBox::computeBlockDirectionOverflow):

  • rendering/InlineFlowBox.h:

(WebCore::InlineFlowBox::setInlineDirectionOverflowPositions):
(WebCore::InlineFlowBox::setBlockDirectionOverflowPositions):

  • rendering/RenderBlockLineLayout.cpp:

(WebCore::RenderBlock::layoutInlineChildren):

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::blockDirectionOverflow):

  • rendering/RenderBox.h:
  • rendering/RootInlineBox.cpp:

(WebCore::RootInlineBox::addHighlightOverflow):

  • rendering/style/RenderStyle.h:

(WebCore::InheritedFlags::getTextShadowBlockDirectionExtent):
(WebCore::InheritedFlags::getBoxShadowBlockDirectionExtent):
(WebCore::InheritedFlags::getShadowBlockDirectionExtent):

1:21 PM Changeset in webkit [70329] by andersca@apple.com
  • 16 edits in trunk/WebKit2

Rename processDidExit to processDidCrash
https://bugs.webkit.org/show_bug.cgi?id=48146

Reviewed by Sam Weinig.

  • UIProcess/API/C/WKPage.h:
  • UIProcess/API/mac/PageClientImpl.h:
  • UIProcess/API/mac/PageClientImpl.mm:

(WebKit::PageClientImpl::processDidCrash):

  • UIProcess/API/mac/WKView.mm:

(-[WKView _processDidCrash]):

  • UIProcess/API/mac/WKViewInternal.h:
  • UIProcess/API/qt/qwkpage.cpp:

(QWKPage::QWKPage):

  • UIProcess/API/qt/qwkpage_p.h:

(QWKPagePrivate::processDidCrash):

  • UIProcess/PageClient.h:
  • UIProcess/WebLoaderClient.cpp:

(WebKit::WebLoaderClient::processDidBecomeUnresponsive):
(WebKit::WebLoaderClient::processDidBecomeResponsive):
(WebKit::WebLoaderClient::processDidCrash):

  • UIProcess/WebLoaderClient.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::processDidBecomeUnresponsive):
(WebKit::WebPageProxy::processDidBecomeResponsive):
(WebKit::WebPageProxy::processDidCrash):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebProcessProxy.cpp:

(WebKit::WebProcessProxy::didClose):

  • UIProcess/win/WebView.cpp:

(WebKit::WebView::processDidCrash):

  • UIProcess/win/WebView.h:
1:19 PM Changeset in webkit [70328] by eric@webkit.org
  • 7 edits in trunk/WebKitTools

2010-10-22 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

EWS does not need to process obsolete patches
https://bugs.webkit.org/show_bug.cgi?id=48093

This was an easy change, but to test it I had to pipe
real Attachment objects into the queue testing system.
Doing so revealed a whole bunch of bugs in our unit tests,
which I fixed as part of this patch.

  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:
    • This is the actual code change. This will not reduce the backlog in the EWS queues much, but it will make rejections much quicker for obsolete patches or closed bugs.
  • Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
    • Test my new code.
    • Used a real attachment object and got rid of MockPatch
    • Shared code between the mac-ews and cr-mac-ews tests.
  • Scripts/webkitpy/tool/commands/queues_unittest.py:
    • Can't use MockPatch anymore.
    • Removing MockPatch found more bugs here!
  • Scripts/webkitpy/tool/commands/queuestest.py:
  • Scripts/webkitpy/tool/commands/sheriffbot_unittest.py:
  • Scripts/webkitpy/tool/mocktool.py:
    • MockBugzilla should not be a "Mock" object. Right now tool.bugs() is allowed, but wrong. Making it not a Mock will make tool.bugs() correctly fail.
1:06 PM Changeset in webkit [70327] by abarth@webkit.org
  • 3 edits
    3 adds in trunk

2010-10-22 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

ASSERT while viewing Google C++ style guide
https://bugs.webkit.org/show_bug.cgi?id=48148

Make sure we don't hit an ASSERT when an XSLT outputs HTML.

  • fast/xsl/resources/to-html.xsl: Added.
  • fast/xsl/transform-to-html-expected.txt: Added.
  • fast/xsl/transform-to-html.xml: Added.

2010-10-22 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

ASSERT while viewing Google C++ style guide
https://bugs.webkit.org/show_bug.cgi?id=48148

This code used to stop the parser twice. Instead of reaching in an
trying to stop the parser manually, we now just let close() do the work
for us.

Test: fast/xsl/transform-to-html.xml

  • xml/XSLTProcessor.cpp: (WebCore::XSLTProcessor::createDocumentFromSource):
1:01 PM Changeset in webkit [70326] by mitz@apple.com
  • 2 edits in trunk/WebKit2

Corrected target dependencies.

Reviewed by Sam Weinig.

  • WebKit2.xcodeproj/project.pbxproj: Made WebKit2 depend on DerivedSources and removed

the explicit dependency of All on DerivedSources and WebKit2, since WebProcess depends on
them.

12:31 PM Changeset in webkit [70325] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WINCE] Implement GraphicsContext::(get|release)WindowsContext
https://bugs.webkit.org/show_bug.cgi?id=48136

  • platform/graphics/wince/GraphicsContextWinCE.cpp: (WebCore::GraphicsContext::getWindowsContext): (WebCore::GraphicsContext::releaseWindowsContext):
12:27 PM Changeset in webkit [70324] by Adam Roben
  • 2 edits in trunk/WebCore

Attempt to fix the Windows build

  • platform/network/win/CookieJarCFNetWin.cpp: Add a missing #include.
12:00 PM Changeset in webkit [70323] by krit@webkit.org
  • 3 edits in trunk/WebCore

2010-10-22 Cosmin Truta <ctruta@chromium.org>

Reviewed by Dirk Schulze.

getBoundingClientRect does not work with SVG <text>
https://bugs.webkit.org/show_bug.cgi?id=46775

Added back to SVGStyledTransformableElement overloads of the following
methods: nearestViewportElement, farthestViewportElement, getBBox.
This was necessary to appease the Visual C++ compiler, which warned on
inheritance via dominance.

  • svg/SVGStyledTransformableElement.cpp:
  • svg/SVGStyledTransformableElement.h: (SVGStyledTransformableElement::nearestViewportElement): (SVGStyledTransformableElement::farthestViewportElement): (SVGStyledTransformableElement::getBBox):
11:45 AM Changeset in webkit [70322] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-22 Dimitri Glazkov <Dimitri Glazkov>

Updated expectations for flaky/passing tests.

  • platform/chromium/test_expectations.txt: Tweaked.
11:44 AM Changeset in webkit [70321] by cmarrin@apple.com
  • 2 edits
    1 add in trunk/WebCore

2010-10-21 Chris Marrin <cmarrin@apple.com>

Reviewed by Adam Roben.

Content in <iframe> doesn't appear when going back to http://webkit.org/blog/386/3d-transforms/
https://bugs.webkit.org/show_bug.cgi?id=32447

Added documentDidBecomeActive() when document comes back from cache to cause compositing
layers in iframes to be reattached.

There is no layout test, but I added a manual test. This test is ready to be a layout test
but currently DRT disables the WebCore page cache, so the back/forward essentially do a
page load which does not exhibit the bug.

  • history/CachedFrame.cpp: (WebCore::CachedFrameBase::restore):
  • manual-tests/compositing/show-composited-iframe-on-back-button.html: Added.
11:40 AM Changeset in webkit [70320] by Adam Roben
  • 5 edits in trunk

Turn on ENABLE_3D_RENDERING on all Windows builds

Reviewed by Sam Weinig.

JavaScriptCore:

Remove the QuartzCorePresent.h mechanism

This header was used to detect whether QuartzCore headers were present
on the system. Everyone should have these headers now so we no longer
need to detect.

  • JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh: Remove

code to generate QuartzCorePresent.h.

  • wtf/Platform.h: Stop including QuartzCorePresent.h on Windows and

collapse all USE_ACCELERATED_COMPOSITING settings into one #ifdef.

WebKitLibraries:

  • win/tools/vsprops/FeatureDefines.vsprops:
11:22 AM Changeset in webkit [70319] by Patrick Gansterer
  • 1 edit
    4 adds in trunk/WebCore

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WIN] Add Windows specific files for platform/network/win
https://bugs.webkit.org/show_bug.cgi?id=27376

  • platform/network/win/AuthenticationChallenge.h: Added. (WebCore::AuthenticationChallenge::AuthenticationChallenge):
  • platform/network/win/ResourceError.h: Added. (WebCore::ResourceError::ResourceError):
  • platform/network/win/ResourceRequest.h: Added. (WebCore::ResourceRequest::ResourceRequest): (WebCore::ResourceRequest::doUpdatePlatformRequest): (WebCore::ResourceRequest::doUpdateResourceRequest): (WebCore::ResourceRequest::doPlatformCopyData): (WebCore::ResourceRequest::doPlatformAdopt):
  • platform/network/win/ResourceResponse.h: Added. (WebCore::ResourceResponse::ResourceResponse): (WebCore::ResourceResponse::doPlatformCopyData): (WebCore::ResourceResponse::doPlatformAdopt):
10:54 AM Changeset in webkit [70318] by abarth@webkit.org
  • 3 edits
    3 adds in trunk

2010-10-22 Adam Barth <abarth@webkit.org>

Unreviewed, rolling out r70290.
http://trac.webkit.org/changeset/70290
https://bugs.webkit.org/show_bug.cgi?id=48111

Undelete Android build files.

  • Android.mk: Added.

2010-10-22 Adam Barth <abarth@webkit.org>

Unreviewed, rolling out r70290.
http://trac.webkit.org/changeset/70290
https://bugs.webkit.org/show_bug.cgi?id=48111

Undelete Android build files.

  • Android.mk: Added.

2010-10-22 Adam Barth <abarth@webkit.org>

Unreviewed, rolling out r70290.
http://trac.webkit.org/changeset/70290
https://bugs.webkit.org/show_bug.cgi?id=48111

Undelete Android build files.

  • Android.mk: Added.
10:54 AM UpdatingBugzilla edited by ddkilzer@webkit.org
Added missing step to install git-bzr. (diff)
10:43 AM Changeset in webkit [70317] by krit@webkit.org
  • 8 edits
    2 adds in trunk

2010-10-22 Cosmin Truta <ctruta@chromium.org>

Reviewed by Nikolas Zimmermann.

getBoundingClientRect does not work with SVG <text>
https://bugs.webkit.org/show_bug.cgi?id=46775

Dispatched the calls from Element::getBoundingClientRect to getBBox
through SVGElement::boundingBox.
Recognized SVGTextElement in addition to SVGStyledLocatableElement
as a class that provides getBBox.
Fixed the result of zooming: adjusted the getBoundingClientRect rectangle
for absolute zoom, even for SVG elements.

Additional cleanup task:
Removed redundant overloads of SVGStyledTransformableElement
methods: nearestViewportElement, farthestViewportElement, getBBox.
These methods are already inherited from SVGStyledLocatableElement.

Test: css3/zoom-coords.xhtml

  • WebCore.xcodeproj/project.pbxproj: Set role of SVGLocatable.h to private.
  • dom/Element.cpp: (Element::getBoundingClientRect): Used SVGElement::boundingBox. Adjusted coordinates for absolute zoom, for all kinds of elements.
  • svg/SVGElement.cpp:
  • svg/SVGElement.h: (SVGElement::boundingBox): Added.
  • svg/SVGStyledTransformableElement.cpp:
  • svg/SVGStyledTransformableElement.h: (SVGStyledTransformableElement::nearestViewportElement): Removed. (SVGStyledTransformableElement::farthestViewportElement): Removed. (SVGStyledTransformableElement::getBBox): Removed.

2010-10-22 Cosmin Truta <ctruta@chromium.org>

Reviewed by Nikolas Zimmermann.

getBoundingClientRect does not work with SVG <text>
https://bugs.webkit.org/show_bug.cgi?id=46775

Added coordinate checks on various zoomed-in and zoomed-out
XHTML and SVG elements, using getBoundingClientRect.

  • css3/zoom-coords.xhtml: Added.
  • css3/zoom-coords-expected.txt: Added.
10:31 AM Changeset in webkit [70316] by Adam Roben
  • 2 edits in trunk/LayoutTests

Update Windows html5lib results after r70293

  • platform/win/html5lib/runner-expected.txt:
10:15 AM Changeset in webkit [70315] by commit-queue@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-22 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>

Reviewed by Antonio Gomes.

Add new LayoutTest checking web history on document.location change.

The new test enforce the current behavior; If redirection is caused by
document.location change, immediately after a page load and without using
setTimeout, a web history item shouldn't be created.

History item and document.location change.
https://bugs.webkit.org/show_bug.cgi?id=48117

  • http/tests/navigation/document-location-script-expected.txt: Added.
  • http/tests/navigation/document-location-script.html: Added.
10:12 AM Changeset in webkit [70314] by Patrick Gansterer
  • 1 edit
    3 copies in trunk/WebCore

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WIN] Add stubs for SocketStream classes
https://bugs.webkit.org/show_bug.cgi?id=47983

  • platform/network/win/SocketStreamError.h: Copied from WebCore/platform/network/curl/SocketStreamError.h. (WebCore::SocketStreamError::SocketStreamError):
  • platform/network/win/SocketStreamHandle.h: Copied from WebCore/platform/network/curl/SocketStreamHandle.h. (WebCore::SocketStreamHandle::create):
  • platform/network/win/SocketStreamHandleWin.cpp: Copied from WebCore/platform/network/curl/SocketStreamHandleCurl.cpp.
10:06 AM QtWebKitRelease21 edited by Ademar Reis
(diff)
9:57 AM Changeset in webkit [70313] by Patrick Gansterer
  • 3 edits in trunk/WebKit/wince

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WINCE] Implement EditorClient::handleKeyboardEvent
https://bugs.webkit.org/show_bug.cgi?id=48118

Copy the implementation from the EFL port.

  • WebCoreSupport/EditorClientWinCE.cpp: (WebKit::EditorClientWinCE::interpretKeyEvent): (WebKit::EditorClientWinCE::handleEditingKeyboardEvent): (WebKit::EditorClientWinCE::handleKeyboardEvent):
  • WebCoreSupport/EditorClientWinCE.h:
9:55 AM Changeset in webkit [70312] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

Disable cache in ResourceHandleWin
https://bugs.webkit.org/show_bug.cgi?id=48128

The caching of windows does not work correctly, so disable it for now.

  • platform/network/win/ResourceHandleWin.cpp: (WebCore::ResourceHandle::start):
9:28 AM Changeset in webkit [70311] by pfeldman@chromium.org
  • 2 edits in branches/chromium/552

Merge 70231 - 2010-10-21 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Yury Semikhatsky.

Chromium: use dedicated event listener type in EventListenerWrapper.
https://bugs.webkit.org/show_bug.cgi?id=48059

This change introduces new EventListener::Type NativeEventListenerType.
This new type is intended to be used by any code that wants to protect
itself from unsafe casts to particular event listener implementations.

  • dom/EventListener.h:

2010-10-21 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Yury Semikhatsky.

Chromium: use dedicated event listener type in EventListenerWrapper.
https://bugs.webkit.org/show_bug.cgi?id=48059

  • src/EventListenerWrapper.cpp: (WebKit::EventListenerWrapper::EventListenerWrapper):

TBR=pfeldman@chromium.org
BUG=60062

9:11 AM Changeset in webkit [70310] by commit-queue@webkit.org
  • 2 edits
    1 add in trunk/WebCore

2010-10-22 Jia Pu <jpu@apple.com>

Reviewed by Dan Bernstein.

Regression (r69548): cancelled autocorrection suggestion is still applied.
https://bugs.webkit.org/show_bug.cgi?id=48081
<rdar://problem/8579765>

The test requires a 0.3 second delay using setTimeout(). So we put it in manual-tests.

  • editing/Editor.cpp: (WebCore::Editor::handleRejectedCorrection): Clear autocorrection info when user dismissed the panel.
  • manual-tests/autocorrection/autocorrection-cancelled-by-ESC.html: Added.
9:05 AM Changeset in webkit [70309] by tonyg@chromium.org
  • 12 edits
    5 copies
    6 deletes in branches/chromium/552

Merge 70282 - 2010-10-21 Tony Gentilcore <tonyg@chromium.org>

Reviewed by Adam Barth.

Ignore document.write() when it comes from a network task
https://bugs.webkit.org/show_bug.cgi?id=47560

write()s from deferred scripts are now ignored. This matches the latest
Firefox 4 beta behavior. The defer-write expectations are updated, and
the other tests are now all moot since deferred scrits can't write().

  • fast/dom/HTMLScriptElement/defer-double-defer-write-expected.txt: Removed.
  • fast/dom/HTMLScriptElement/defer-double-defer-write.html: Removed.
  • fast/dom/HTMLScriptElement/defer-double-write-expected.txt: Removed.
  • fast/dom/HTMLScriptElement/defer-double-write.html: Removed.
  • fast/dom/HTMLScriptElement/defer-write.html: Updated to match FF4.
  • fast/dom/HTMLScriptElement/remove-source-expected.txt: Added.
  • fast/dom/HTMLScriptElement/remove-source.html: Added. Verifies that writes are still ignored when the src is removed after the script is requested but before it is executed.
  • fast/dom/HTMLScriptElement/two-defer-writes-expected.txt: Removed.
  • fast/dom/HTMLScriptElement/two-defer-writes.html: Removed.
  • fast/dom/HTMLScriptElement/write-after-ignored-write-expected.txt: Added. Verifies that after a write from a network task is ignored, a write which is not from a network task still blows away the document.
  • fast/dom/HTMLScriptElement/write-after-ignored-write.html: Added.

2010-10-21 Tony Gentilcore <tonyg@chromium.org>

Reviewed by Adam Barth.

Ignore document.write() when it comes from a network task
https://bugs.webkit.org/show_bug.cgi?id=47560

This implements the update to the spec made by:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9767

It also matches the latest Firefox 4 beta. The notable change is that
document.write from a deferred script no longer works. This avoids
blowing the patch away.

  • dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::write):
  • dom/Document.h: (WebCore::DestructiveWriteCountIncrementer::DestructiveWriteCountIncrementer): (WebCore::Document::ignoreDestructiveWriteCountIncrementer):
  • dom/ScriptElement.cpp: (WebCore::ScriptElement::insertedIntoDocument): (WebCore::ScriptElementData::ScriptElementData): (WebCore::ScriptElementData::evaluateScript):
  • dom/ScriptElement.h:
  • html/parser/HTMLScriptRunner.cpp: (WebCore::HTMLScriptRunner::executePendingScriptAndDispatchEvent):

TBR=tonyg@chromium.org
BUG=57196

8:35 AM Changeset in webkit [70308] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit/qt

2010-10-22 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Andreas Kling.

[Qt] InspectorClientQt crashes when deleting a qwebpage which has an inspector
https://bugs.webkit.org/show_bug.cgi?id=48079

  • Api/qwebpage.cpp: (QWebPagePrivate::~QWebPagePrivate): (QWebPage::~QWebPage):
8:35 AM Changeset in webkit [70307] by commit-queue@webkit.org
  • 4 edits in trunk

2010-10-22 Andreas Kling <kling@webkit.org>

Reviewed by Kenneth Rohde Christiansen.

[Gtk] Fix canvas/philip/tests/2d.path.isPointInPath.nonfinite.html
https://bugs.webkit.org/show_bug.cgi?id=48133

  • platform/gtk/Skipped: Unskip the now passing test.

2010-10-22 Andreas Kling <kling@webkit.org>

Reviewed by Kenneth Rohde Christiansen.

[Gtk] Fix canvas/philip/tests/2d.path.isPointInPath.nonfinite.html
https://bugs.webkit.org/show_bug.cgi?id=48133

  • platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::contains): Return false if any x or y are nonfinite.
8:13 AM QtWebKitRelease21 edited by Ademar Reis
(diff)
8:13 AM QtWebKitRelease21 edited by Ademar Reis
(diff)
8:11 AM QtWebKitRelease21 edited by Ademar Reis
(diff)
8:09 AM QtWebKitRelease21 edited by Ademar Reis
(diff)
8:04 AM Changeset in webkit [70306] by apavlov@chromium.org
  • 5 edits in trunk/WebCore

2010-10-22 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Implement property toggling in InspectorCSSAgent

This change implements enablement/disablement and setting of style properties.
Disabled properties are persisted in the (top-level) scope of InspectorStyleSheet.
https://bugs.webkit.org/show_bug.cgi?id=47339

Drive-by: fixes for the Web Inspector Protocol format.

  • inspector/InspectorCSSAgent.cpp: (WebCore::InspectorCSSAgent::getComputedStyleForNode2): (WebCore::InspectorCSSAgent::getInheritedStylesForNode2): (WebCore::InspectorCSSAgent::setPropertyText2): (WebCore::InspectorCSSAgent::toggleProperty2): (WebCore::InspectorCSSAgent::setRuleSelector2): (WebCore::InspectorCSSAgent::buildObjectForAttributeStyles):
  • inspector/InspectorCSSAgent.h:
  • inspector/InspectorStyleSheet.cpp: (WebCore::InspectorStyle::buildObjectForStyle): (WebCore::InspectorStyle::setPropertyText): (WebCore::InspectorStyle::toggleProperty): (WebCore::InspectorStyle::disabledIndexByOrdinal): (WebCore::InspectorStyle::styleText): (WebCore::InspectorStyle::disableProperty): (WebCore::InspectorStyle::enableProperty): (WebCore::InspectorStyle::populateAllProperties): (WebCore::InspectorStyle::populateObjectWithStyleProperties): (WebCore::InspectorStyle::shiftDisabledProperties): (WebCore::InspectorStyle::replacePropertyInStyleText): (WebCore::InspectorStyle::shorthandValue): (WebCore::InspectorStyle::shorthandPriority): (WebCore::InspectorStyle::longhandProperties): (WebCore::InspectorStyleSheet::setText): (WebCore::InspectorStyleSheet::setRuleSelector): (WebCore::InspectorStyleSheet::addRule): (WebCore::InspectorStyleSheet::ruleForId): (WebCore::InspectorStyleSheet::buildObjectForStyleSheet): (WebCore::InspectorStyleSheet::buildObjectForRule): (WebCore::InspectorStyleSheet::buildObjectForStyle): (WebCore::InspectorStyleSheet::setPropertyText): (WebCore::InspectorStyleSheet::toggleProperty): (WebCore::InspectorStyleSheet::styleForId): (WebCore::InspectorStyleSheet::inspectorStyleForId): (WebCore::InspectorStyleSheet::rememberInspectorStyle): (WebCore::InspectorStyleSheet::forgetInspectorStyle): (WebCore::InspectorStyleSheet::ruleOrStyleId): (WebCore::InspectorStyleSheet::ensureText): (WebCore::InspectorStyleSheet::setStyleText): (WebCore::InspectorStyleSheet::styleSheetTextWithChangedStyle): (WebCore::InspectorStyleSheet::ruleId): (WebCore::InspectorStyleSheet::revalidateStyle): (WebCore::InspectorStyleSheet::originalStyleSheetText): (WebCore::InspectorStyleSheet::resourceStyleSheetText): (WebCore::InspectorStyleSheetForInlineStyle::InspectorStyleSheetForInlineStyle): (WebCore::InspectorStyleSheetForInlineStyle::setStyleText): (WebCore::InspectorStyleSheetForInlineStyle::inspectorStyleForId):
  • inspector/InspectorStyleSheet.h: (WebCore::InspectorCSSId::createFromParts): (WebCore::InspectorCSSId::InspectorCSSId): (WebCore::InspectorCSSId::styleSheetId): (WebCore::InspectorCSSId::ordinal): (WebCore::InspectorCSSId::isEmpty): (WebCore::InspectorCSSId::asString): (WebCore::InspectorStyleProperty::InspectorStyleProperty): (WebCore::InspectorStyle::create): (WebCore::InspectorStyle::InspectorStyle): (WebCore::InspectorStyle::cssStyle): (WebCore::InspectorStyle::hasDisabledProperties): (WebCore::InspectorStyleSheet::styleId): (WebCore::InspectorStyleSheetForInlineStyle::styleForId): (WebCore::InspectorStyleSheetForInlineStyle::ruleSourceDataFor): (WebCore::InspectorStyleSheetForInlineStyle::rememberInspectorStyle): (WebCore::InspectorStyleSheetForInlineStyle::forgetInspectorStyle):
8:01 AM QtWebKitTableOfFeatures20 edited by Ademar Reis
Adding full list of bugs/commits (diff)
6:33 AM Changeset in webkit [70305] by pfeldman@chromium.org
  • 5 edits in trunk/WebCore

2010-10-22 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: update resources tree in storage panel upon network events.
https://bugs.webkit.org/show_bug.cgi?id=48121

  • inspector/Inspector.idl:
  • inspector/InspectorResourceAgent.cpp: (WebCore::buildObjectForDocumentLoader): (WebCore::buildObjectForFrameTree): (WebCore::InspectorResourceAgent::didCommitLoad): (WebCore::InspectorResourceAgent::frameDetachedFromParent):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager): (WebInspector.ResourceManager.prototype._createResource): (WebInspector.ResourceManager.prototype.didReceiveResponse): (WebInspector.ResourceManager.prototype.didLoadResourceFromMemoryCache): (WebInspector.ResourceManager.prototype.didCommitLoadForFrame): (WebInspector.ResourceManager.prototype._addResourceToStorageFrame): (WebInspector.ResourceManager.prototype.frameDetachedFromParent): (WebInspector.ResourceManager.prototype._clearResources): (WebInspector.ResourceManager.prototype._processCachedResources): (WebInspector.ResourceManager.prototype._addFramesRecursively): (WebInspector.ResourceManager.getContents):
  • inspector/front-end/StoragePanel.js: (WebInspector.StoragePanel.prototype.addOrUpdateFrame): (WebInspector.StoragePanel.prototype.removeFrame): (WebInspector.StoragePanel.prototype.addResourceToFrame): (WebInspector.StoragePanel.prototype.removeResourcesFromFrame): (WebInspector.BaseStorageTreeElement.prototype.onattach): (WebInspector.BaseStorageTreeElement.prototype.onreveal): (WebInspector.BaseStorageTreeElement.prototype.set titleText): (WebInspector.FrameTreeElement): (WebInspector.FrameTreeElement.prototype.onselect): (WebInspector.FrameTreeElement.prototype.get displayName): (WebInspector.FrameTreeElement.prototype.set displayName):
6:31 AM Changeset in webkit [70304] by commit-queue@webkit.org
  • 12 edits
    4 adds in trunk

2010-10-22 François Sausset <François Sausset>

Reviewed by Kenneth Rohde Christiansen.

Fix wrong xHeight() value for Apple Symbols font.
https://bugs.webkit.org/show_bug.cgi?id=41535

  • mathml/xHeight.xhtml: Added.
  • platform/mac/mathml/presentation/fenced-expected.checksum:
  • platform/mac/mathml/presentation/fenced-expected.png:
  • platform/mac/mathml/presentation/fenced-expected.txt:
  • platform/mac/mathml/presentation/row-alignment-expected.checksum:
  • platform/mac/mathml/presentation/row-alignment-expected.png:
  • platform/mac/mathml/presentation/row-alignment-expected.txt:
  • platform/mac/mathml/presentation/tables-expected.checksum:
  • platform/mac/mathml/presentation/tables-expected.png:
  • platform/mac/mathml/presentation/tables-expected.txt:
  • platform/mac/mathml/xHeight-expected.checksum: Added.
  • platform/mac/mathml/xHeight-expected.png: Added.
  • platform/mac/mathml/xHeight-expected.txt: Added.

2010-10-22 François Sausset <François Sausset>

Reviewed by Kenneth Rohde Christiansen.

Fix wrong xHeight() value for Apple Symbols font.
https://bugs.webkit.org/show_bug.cgi?id=41535

Test: mathml/xHeight.xhtml

  • platform/graphics/mac/SimpleFontDataMac.mm: (WebCore::SimpleFontData::platformInit):
6:26 AM Changeset in webkit [70303] by Nikolas Zimmermann
  • 7 edits in trunk/WebCore

2010-10-22 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dirk Schulze.

Further preparations to deploy the new SVGAnimatedProperty concept for the rest of the SVG datatypes
https://bugs.webkit.org/show_bug.cgi?id=48125

Model SVGListPropertyTearOff similar to SVGPropertyTearOff, allow it to be used for SVGXXXList datatypes, that are not animated. (SVGStringList)
Recognize all SVG primitive datatypes in SVGPropertyTraits.
Add a new - temporary - macro to support multiple animated properties that map to a single DOM attribute (kernelUnitLength attribute vs. kernelUnitLengthX/Y properties).
These macros will all be removed and expanded by their content, as soon as the transition to the new SVGAnimatedProperty concept is done.

Doesn't affect any tests yet, as the code is still unused.

  • svg/properties/SVGAnimatedProperty.h: (WebCore::SVGAnimatedProperty::lookupOrCreateWrapper): (WebCore::SVGAnimatedProperty::lookupWrapper):
  • svg/properties/SVGAnimatedPropertyMacros.h:
  • svg/properties/SVGAnimatedPropertySynchronizer.h:
  • svg/properties/SVGListPropertyTearOff.h: (WebCore::SVGListPropertyTearOff::create): (WebCore::SVGListPropertyTearOff::removeItemFromList): (WebCore::SVGListPropertyTearOff::detachListWrappers): (WebCore::SVGListPropertyTearOff::clear): (WebCore::SVGListPropertyTearOff::numberOfItems): (WebCore::SVGListPropertyTearOff::initialize): (WebCore::SVGListPropertyTearOff::getItem): (WebCore::SVGListPropertyTearOff::insertItemBefore): (WebCore::SVGListPropertyTearOff::replaceItem): (WebCore::SVGListPropertyTearOff::removeItem): (WebCore::SVGListPropertyTearOff::appendItem): (WebCore::SVGListPropertyTearOff::SVGListPropertyTearOff): (WebCore::SVGListPropertyTearOff::~SVGListPropertyTearOff): (WebCore::SVGListPropertyTearOff::commitChange):
  • svg/properties/SVGPropertyTearOff.h:
  • svg/properties/SVGPropertyTraits.h:
6:13 AM Changeset in webkit [70302] by commit-queue@webkit.org
  • 31 edits
    2 deletes in trunk

2010-10-22 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70301.
http://trac.webkit.org/changeset/70301
https://bugs.webkit.org/show_bug.cgi?id=48126

"Lang attribute layout tests failing" (Requested by satish on
#webkit).

  • fast/speech/input-text-language-tag-expected.txt: Removed.
  • fast/speech/input-text-language-tag.html: Removed.
  • fast/speech/input-text-speechbutton.html:
  • fast/speech/speech-button-ignore-generated-events.html:
  • platform/chromium/test_expectations.txt:

2010-10-22 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70301.
http://trac.webkit.org/changeset/70301
https://bugs.webkit.org/show_bug.cgi?id=48126

"Lang attribute layout tests failing" (Requested by satish on
#webkit).

  • dom/Element.cpp: (WebCore::Element::computeInheritedLanguage):
  • page/SpeechInput.cpp: (WebCore::SpeechInput::startRecognition):
  • page/SpeechInput.h:
  • page/SpeechInputClient.h:
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::startRecognition): (WebCore::SpeechInputClientMock::setRecognitionResult): (WebCore::SpeechInputClientMock::timerFired):
  • platform/mock/SpeechInputClientMock.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::TextControlInnerElement::attachInnerElement): (WebCore::SearchFieldCancelButtonElement::detach): (WebCore::SpinButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::detach):

2010-10-22 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70301.
http://trac.webkit.org/changeset/70301
https://bugs.webkit.org/show_bug.cgi?id=48126

"Lang attribute layout tests failing" (Requested by satish on
#webkit).

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
  • public/WebSpeechInputControllerMock.h:
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::startRecognition):
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::setMockRecognitionResult): (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
  • src/WebSpeechInputControllerMockImpl.h:
  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::WebViewImpl):
  • src/WebViewImpl.h:

2010-10-22 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70301.
http://trac.webkit.org/changeset/70301
https://bugs.webkit.org/show_bug.cgi?id=48126

"Lang attribute layout tests failing" (Requested by satish on
#webkit).

  • DumpRenderTree/LayoutTestController.cpp: (setMockSpeechInputResultCallback):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.h:
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: (LayoutTestController::setMockSpeechInputResult):
5:09 AM Changeset in webkit [70301] by jorlow@chromium.org
  • 31 edits
    2 adds in trunk

2010-10-22 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Added a layout test for the language tag in speech input. Updated
the speech button tests to include the new language parameter in the
mock result.
https://bugs.webkit.org/show_bug.cgi?id=47089

  • fast/speech/input-text-language-tag-expected.txt: Added.
  • fast/speech/input-text-language-tag.html: Added.
  • fast/speech/input-text-speechbutton.html: Added an empty language parameter.
  • fast/speech/speech-button-ignore-generated-events.html: Added an empty language parameter.
  • platform/chromium/test_expectations.txt: language tag test is expected to fail until the chromium-side patch has been applied.

2010-10-22 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Patch the current speech input implementation to use and validate the
nearest language tag. The language is now passed to the startRecognition
methods so that language-specific recognition could be used. Also added
a second parameter to setMockSpeechInputResult for the language used in
speech recognition.
https://bugs.webkit.org/show_bug.cgi?id=47089

This is the 2nd of a 4-sided patch in Chromium and WebKit. For more
details see http://codereview.chromium.org/3615005/show and
http://codereview.chromium.org/3595018/show.

Test: fast/speech/input-text-language-tag.html

  • dom/Element.cpp: (WebCore::Element::computeInheritedLanguage): includes a brief character validation for the BCP 47 language tag.
  • page/SpeechInput.cpp: (WebCore::SpeechInput::startRecognition):
  • page/SpeechInput.h:
  • page/SpeechInputClient.h:
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::startRecognition): (WebCore::SpeechInputClientMock::setRecognitionResult): results are now stored by language using a hash map. (WebCore::SpeechInputClientMock::timerFired):
  • platform/mock/SpeechInputClientMock.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::TextControlInnerElement::attachInnerElement): (WebCore::SearchFieldCancelButtonElement::detach): (WebCore::SpinButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::detach):

2010-10-22 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Patch the current speech input implementation to use and validate the
nearest language tag. The language is now passed to the startRecognition
methods so that language-specific recognition could be used. Also added
a second parameter to setMockSpeechInputResult for the language used in
speech recognition.
https://bugs.webkit.org/show_bug.cgi?id=47089

This is the 2nd of a 4-sided patch in Chromium and WebKit. For more
details see http://codereview.chromium.org/3615005/show and
http://codereview.chromium.org/3595018/show.

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
  • public/WebSpeechInputControllerMock.h:
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::create): (WebKit::SpeechInputClientImpl::startRecognition):
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::setMockRecognitionResult): (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
  • src/WebSpeechInputControllerMockImpl.h:
  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::WebViewImpl):
  • src/WebViewImpl.h:

2010-10-22 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Added a second parameter to setMockSpeechInputResult for
the language used in speech input.
https://bugs.webkit.org/show_bug.cgi?id=47089

  • DumpRenderTree/LayoutTestController.cpp: (setMockSpeechInputResultCallback):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.h:
  • DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: (LayoutTestController::setMockSpeechInputResult):
4:40 AM Changeset in webkit [70300] by yurys@chromium.org
  • 29 edits
    1 copy
    7 moves
    3 deletes in trunk/WebCore

2010-10-21 Yury Semikhatsky <yurys@chromium.org>

Unreviewed, rolling out r70298.WebKit win compilation failure.
http://trac.webkit.org/changeset/70298
https://bugs.webkit.org/show_bug.cgi?id=48122

3:54 AM Changeset in webkit [70299] by zherczeg@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-22 Zoltan Herczeg <zherczeg@webkit.org>

Reviewed by Csaba Osztrogonác.

JSC interpreter regressions after r69940
https://bugs.webkit.org/show_bug.cgi?id=47839

Wrong "if": It should test whether the result exists,
and not the opposite. It is an interpreter bug, hence
the bots does not capture it.

  • interpreter/Interpreter.cpp: (JSC::Interpreter::resolveBase):
3:49 AM Changeset in webkit [70298] by yurys@chromium.org
  • 29 edits
    4 copies
    6 moves
    2 deletes in trunk/WebCore

2010-10-21 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: decouple ScriptArguments from ScriptCallStack
https://bugs.webkit.org/show_bug.cgi?id=48058

ScriptCallFrame and ScriptCallStack are now the same for both JSC and V8.
The factory functions that allow to create ScriptCallStack from VM-specific
objects are defined in ScriptCallStackFactory.cpp.

ScriptArguments class is used for passing arguments from JS code to the native
part.

No new tests. This refactoring is covered with existing Console tests.

  • WebCore.gypi:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/ScriptCallFrame.cpp: Removed.
  • bindings/js/ScriptCallFrame.h: Removed.
  • bindings/js/ScriptCallStack.cpp: Removed.
  • bindings/js/ScriptCallStack.h: Removed.
  • bindings/js/ScriptCallStackFactory.cpp: Added. (WebCore::createScriptCallStack): (WebCore::createScriptArguments): (WebCore::ScriptCallStack::stackTrace):
  • bindings/js/ScriptCallStackFactory.h: Added.
  • bindings/js/ScriptState.h: (WebCore::ScriptStateProtectedPtr::get):
  • bindings/scripts/CodeGeneratorJS.pm:
  • bindings/scripts/CodeGeneratorV8.pm:
  • bindings/v8/ScriptCallFrame.cpp: Removed.
  • bindings/v8/ScriptCallFrame.h: Removed.
  • bindings/v8/ScriptCallStack.cpp: Removed.
  • bindings/v8/ScriptCallStack.h: Removed.
  • bindings/v8/ScriptCallStackFactory.cpp: Added. (WebCore::toScriptCallFrame): (WebCore::toScriptCallFramesVector): (WebCore::createScriptCallStack): (WebCore::createScriptArguments): (WebCore::ScriptCallStack::stackTrace):
  • bindings/v8/ScriptCallStackFactory.h: Added.
  • bindings/v8/ScriptController.cpp: (WebCore::ScriptController::setCaptureCallStackForUncaughtExceptions):
  • bindings/v8/ScriptState.h: (WebCore::ScriptStateProtectedPtr::get):
  • bindings/v8/V8ConsoleMessage.cpp: (WebCore::V8ConsoleMessage::handler): (WebCore::V8ConsoleMessage::dispatchNow):
  • bindings/v8/V8ConsoleMessage.h:
  • bindings/v8/custom/V8ConsoleCustom.cpp: (WebCore::V8Console::traceCallback): (WebCore::V8Console::assertCallback):
  • inspector/ConsoleMessage.cpp: (WebCore::ConsoleMessage::ConsoleMessage): (WebCore::ConsoleMessage::addToFrontend): (WebCore::ConsoleMessage::updateRepeatCountInConsole): (WebCore::ConsoleMessage::isEqual):
  • inspector/ConsoleMessage.h:
  • inspector/InspectorController.cpp: (WebCore::InspectorController::addMessageToConsole): (WebCore::InspectorController::startGroup):
  • inspector/InspectorController.h:
  • inspector/ScriptArguments.cpp: Added. (WebCore::ScriptArguments::ScriptArguments): (WebCore::ScriptArguments::~ScriptArguments): (WebCore::ScriptArguments::argumentAt): (WebCore::ScriptArguments::globalState): (WebCore::ScriptArguments::getFirstArgumentAsString): (WebCore::ScriptArguments::isEqual):
  • inspector/ScriptArguments.h: Added. (WebCore::ScriptArguments::argumentCount):
  • inspector/ScriptCallFrame.cpp: Added. (WebCore::ScriptCallFrame::ScriptCallFrame): (WebCore::ScriptCallFrame::~ScriptCallFrame): (WebCore::ScriptCallFrame::isEqual): (WebCore::ScriptCallFrame::buildInspectorObject):
  • inspector/ScriptCallFrame.h: Added. (WebCore::ScriptCallFrame::functionName): (WebCore::ScriptCallFrame::sourceURL): (WebCore::ScriptCallFrame::lineNumber):
  • inspector/ScriptCallStack.cpp: Added. (WebCore::ScriptCallStack::ScriptCallStack): (WebCore::ScriptCallStack::~ScriptCallStack): (WebCore::ScriptCallStack::at): (WebCore::ScriptCallStack::size): (WebCore::ScriptCallStack::isEqual): (WebCore::ScriptCallStack::buildInspectorObject):
  • inspector/ScriptCallStack.h: Added.
  • page/Console.cpp: (WebCore::Console::addMessage): (WebCore::Console::debug): (WebCore::Console::error): (WebCore::Console::info): (WebCore::Console::log): (WebCore::Console::dir): (WebCore::Console::dirxml): (WebCore::Console::trace): (WebCore::Console::assertCondition): (WebCore::Console::count): (WebCore::Console::markTimeline): (WebCore::Console::profile): (WebCore::Console::profileEnd): (WebCore::Console::timeEnd): (WebCore::Console::group): (WebCore::Console::groupCollapsed): (WebCore::Console::shouldCaptureFullStackTrace): (WebCore::Console::warn):
  • page/Console.h:
2:57 AM Changeset in webkit [70297] by benjamin.poulain@nokia.com
  • 4 edits in trunk

[Qt] All widgets are rendered incorrectly when rendered through a cache
https://bugs.webkit.org/show_bug.cgi?id=47767

Reviewed by Simon Hausmann.

WebCore:

When a widget is not available to the RenderTheme, default
value are used for the state.

  • platform/qt/RenderThemeQt.cpp:

(WebCore::initStyleOption):
(WebCore::RenderThemeQt::paintButton):
(WebCore::RenderThemeQt::paintTextField):
(WebCore::RenderThemeQt::paintMenuList):
(WebCore::RenderThemeQt::paintMenuListButton):
(WebCore::RenderThemeQt::paintProgressBar):
(WebCore::RenderThemeQt::paintSliderTrack):

WebKit/qt:

Add a new test for rendering with tiling.

  • tests/qgraphicswebview/tst_qgraphicswebview.cpp:

(tst_QGraphicsWebView::widgetsRenderingThroughCache):

1:37 AM Changeset in webkit [70296] by zherczeg@webkit.org
  • 11 edits in trunk/WebCore

Moving all bounding box related calculation to RenderSVGResourceFilterPrimitive
https://bugs.webkit.org/show_bug.cgi?id=47174

Reviewed by Dirk Schulze.

The primitive sub-region calculation was spread in many
files across in WebKit source code, and all of them are moved
to RenderSVGResourceFilterPrimitive, where they should be.
In this patch the calculation is a static method which will
be turned to a real member function in the near future.

  • platform/graphics/filters/FETile.cpp:
  • platform/graphics/filters/FETile.h:

(WebCore::FETile::filterEffectType):

  • platform/graphics/filters/Filter.h:
  • platform/graphics/filters/FilterEffect.cpp:
  • platform/graphics/filters/FilterEffect.h:
  • rendering/RenderSVGResourceFilter.cpp:

(WebCore::RenderSVGResourceFilter::applyResource):

  • rendering/RenderSVGResourceFilterPrimitive.cpp:

(WebCore::RenderSVGResourceFilterPrimitive::determineFilterPrimitiveSubregion):

  • rendering/RenderSVGResourceFilterPrimitive.h:

(WebCore::RenderSVGResourceFilterPrimitive::RenderSVGResourceFilterPrimitive):

  • svg/graphics/filters/SVGFilter.cpp:
  • svg/graphics/filters/SVGFilter.h:

(WebCore::SVGFilter::mapLocalRectToAbsoluteRect):
(WebCore::SVGFilter::targetBoundingBox):

1:21 AM Changeset in webkit [70295] by morrita@google.com
  • 3 edits
    1 add
    9 deletes in trunk/LayoutTests

2010-10-22 MORITA Hajime <morrita@google.com>

Reviewed by Kent Tamura.

https://bugs.webkit.org/show_bug.cgi?id=47645
Conversion to text test: editing/spelling/spellcheck-attribute.html

Replaced a pixel test with test-based test using
LayoutTestController.hasSpellingMarker().

  • editing/spelling/spellcheck-attribute-expected.txt: Added.
  • editing/spelling/spellcheck-attribute.html:
  • platform/chromium-win/editing/spelling/spellcheck-attribute-expected.checksum: Removed.
  • platform/chromium-win/editing/spelling/spellcheck-attribute-expected.png: Removed.
  • platform/chromium-win/editing/spelling/spellcheck-attribute-expected.txt: Removed.
  • platform/chromium/test_expectations.txt:
  • platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Removed.
  • platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.checksum: Removed.
  • platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.png: Removed.
  • platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Removed.
  • platform/mac/editing/spelling/spellcheck-attribute-expected.png: Removed.
  • platform/mac/editing/spelling/spellcheck-attribute-expected.txt: Removed.
Note: See TracTimeline for information about the timeline view.