Timeline
Oct 3, 2010:
- 11:22 PM Changeset in webkit [69001] by
-
- 2 edits in trunk/WebKitTools
2010-10-03 Simon Fraser <Simon Fraser>
Make sure to enter all tests when creating the database
for the first time.
When migrating to a new version of the suite, be sure to
sync up the database and testinfo.data by removing old
tests, and inserting new ones.
- CSSTestSuiteHarness/harness/harness.js: (TestSuite.prototype.openDatabase.creation): (TestSuite.prototype.databaseCreated): (TestSuite.prototype.populateDatabaseFromTestInfoData): (TestSuite.prototype.insertTest):
- 11:22 PM Changeset in webkit [69000] by
-
- 2 edits in trunk/WebKitTools
2010-10-03 Simon Fraser <Simon Fraser>
More work on treating HTML4 and XHTML1 independently; when
changing the format, rebuild the test list, and update the
numbers in the chapter popup.
- CSSTestSuiteHarness/harness/harness.js: (Test): (Test.prototype.runForFormat): (Test.prototype.completedForFormat): (ChapterSection): (ChapterSection.prototype.countTests): (Chapter): (Chapter.prototype.description): (Chapter.prototype.countTests): (Chapter.prototype.testCount): (Chapter.prototype.untestedCount): (TestSuite.prototype.buildChapters): (TestSuite.prototype.loadCurrentTest): (TestSuite.prototype.updateProgressLabel): (TestSuite.prototype.processFlags): (TestSuite.prototype.formatChanged):
- 11:21 PM Changeset in webkit [68999] by
-
- 2 edits in trunk/WebKitTools
2010-10-03 Simon Fraser <Simon Fraser>
Update test suite version 20101001.
Handle database migration, and delete tests from the db that are
not present in testinfo.data.
Load about:blank into the test frame before the test url, to make
missing tests more obvious.
- CSSTestSuiteHarness/harness/harness.js: (TestSuite.prototype.loadTest): (TestSuite.prototype.openDatabase.creation): (TestSuite.prototype.openDatabase.migration1_0To1_1): (TestSuite.prototype.openDatabase.if.return): (TestSuite.prototype.databaseReady): (TestSuite.prototype.populateDatabaseFromTestInfoData): (TestSuite.prototype.syncDatabaseWithTestInfoData.this.db.transaction): (TestSuite.prototype.syncDatabaseWithTestInfoData):
- 11:20 PM Changeset in webkit [68998] by
-
- 2 edits in trunk/WebKitLibraries
Unreviewed build fix.
WinCairo also needs access to the <inttypes.h> header requirement
introduced by Bug 46357.
- win/tools/vsprops/WinCairo.vsprops:
- 11:14 PM Changeset in webkit [68997] by
-
- 5 edits in trunk/WebCore
2010-10-03 Kent Tamura <tkent@chromium.org>
Unreviewed, build fix for r68996.
- html/BaseDateAndTimeInputType.cpp: Includes <wtf/MathExtras.h> for isfinite().
- html/MonthInputType.cpp: ditto.
- html/NumberInputType.cpp: ditto.
- html/RangeInputType.cpp: ditto.
- 10:59 PM Changeset in webkit [68996] by
-
- 28 edits2 copies in trunk/WebCore
2010-10-03 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
Refactor HTMLInputElement: Move parseToDouble() and
parseToDateComponents() to InputType.
https://bugs.webkit.org/show_bug.cgi?id=46965
Introduce BaseDateAndTimeInputType, which is a super class of
date, datetime, datetime-local, month, time, and week types.
No new tests. Just a refactoring.
- Android.mk: Add BaseDateAndTimeInputType.
- CMakeLists.txt: ditto.
- GNUmakefile.am: ditto.
- WebCore.gypi: ditto.
- WebCore.pro: ditto.
- WebCore.vcproj/WebCore.vcproj: ditto.
- WebCore.xcodeproj/project.pbxproj: ditto.
- html/BaseDateAndTimeInputType.cpp: Added. (WebCore::BaseDateAndTimeInputType::parseToDouble): (WebCore::BaseDateAndTimeInputType::parseToDateComponents):
- html/BaseDateAndTimeInputType.h: Added. (WebCore::BaseDateAndTimeInputType::BaseDateAndTimeInputType):
- html/DateInputType.cpp: (WebCore::DateInputType::parseToDateComponentsInternal):
- html/DateInputType.h: (WebCore::DateInputType::DateInputType):
- html/DateTimeInputType.cpp: (WebCore::DateTimeInputType::parseToDateComponentsInternal):
- html/DateTimeInputType.h: (WebCore::DateTimeInputType::DateTimeInputType):
- html/DateTimeLocalInputType.cpp: (WebCore::DateTimeLocalInputType::parseToDateComponentsInternal):
- html/DateTimeLocalInputType.h: (WebCore::DateTimeLocalInputType::DateTimeLocalInputType):
- html/HTMLInputElement.cpp: Replace parseToD* calls with m_inputType->parseToD*. (WebCore::HTMLInputElement::typeMismatch): (WebCore::HTMLInputElement::rangeUnderflow): (WebCore::HTMLInputElement::rangeOverflow): (WebCore::HTMLInputElement::minimum): (WebCore::HTMLInputElement::maximum): (WebCore::HTMLInputElement::stepBase): (WebCore::HTMLInputElement::stepMismatch): (WebCore::HTMLInputElement::applyStep): (WebCore::HTMLInputElement::valueAsDate): (WebCore::HTMLInputElement::valueAsNumber): (WebCore::HTMLInputElement::handleKeyEventForRange): (WebCore::HTMLInputElement::stepUpFromRenderer):
- html/HTMLInputElement.h:
- html/InputType.cpp: (WebCore::InputType::parseToDouble): (WebCore::InputType::parseToDateComponents):
- html/InputType.h:
- html/MonthInputType.cpp: (WebCore::MonthInputType::parseToDouble): (WebCore::MonthInputType::parseToDateComponentsInternal):
- html/MonthInputType.h: (WebCore::MonthInputType::MonthInputType):
- html/NumberInputType.cpp: (WebCore::NumberInputType::parseToDouble):
- html/NumberInputType.h:
- html/RangeInputType.cpp: (WebCore::RangeInputType::parseToDouble):
- html/RangeInputType.h:
- html/TimeInputType.cpp: (WebCore::TimeInputType::parseToDateComponentsInternal):
- html/TimeInputType.h: (WebCore::TimeInputType::TimeInputType):
- html/WeekInputType.cpp: (WebCore::WeekInputType::parseToDateComponentsInternal):
- html/WeekInputType.h: (WebCore::WeekInputType::WeekInputType):
- 10:44 PM Changeset in webkit [68995] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, remove redundant expectations.
- platform/chromium/test_expectations.txt:
- 8:53 PM Changeset in webkit [68994] by
-
- 245 edits227 adds in trunk/LayoutTests
2010-10-03 MORITA Hajime <morrita@google.com>
Unrevied, added test expectations for because of the massive SVG change in r68976.
This chanage is for svg/W3C-SVG-1.1/*.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
- platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
- platform/chromium/test_expectations.txt:
- 8:38 PM Changeset in webkit [68993] by
-
- 2 edits in trunk/LayoutTests
2010-10-03 Kent Tamura <tkent@chromium.org>
Unreviewed, upstreaming test expectations in Chromium tree.
- platform/chromium/test_expectations.txt:
- 7:37 PM Changeset in webkit [68992] by
-
- 2 edits in trunk/LayoutTests
2010-10-03 Kent Tamura <tkent@chromium.org>
Unreviewed, test expectation update for r68976.
- platform/chromium/test_expectations.txt:
- 7:29 PM Changeset in webkit [68991] by
-
- 2 edits1 delete in trunk/LayoutTests
2010-10-03 Dimitri Glazkov <Dimitri Glazkov>
Move chromium-win-xp-specific result to its proper place.
- platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.txt:
- platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
- 6:22 PM Changeset in webkit [68990] by
-
- 64 edits27 copies19 adds in trunk/LayoutTests
2010-10-03 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Nikolas Zimmermann.
[Chromium] Rebaseline svg/custom tests due to http://trac.webkit.org/changeset/68976.
https://bugs.webkit.org/show_bug.cgi?id=47061
- platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.checksum:
- platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.png:
- platform/chromium-linux/svg/custom/alignment-baseline-modes-expected.txt: Added.
- platform/chromium-linux/svg/custom/altglyph-expected.checksum:
- platform/chromium-linux/svg/custom/altglyph-expected.png:
- platform/chromium-linux/svg/custom/altglyph-expected.txt: Added.
- platform/chromium-linux/svg/custom/broken-internal-references-expected.txt:
- platform/chromium-linux/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
- platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.checksum:
- platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.png:
- platform/chromium-linux/svg/custom/dominant-baseline-modes-expected.txt: Added.
- platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.checksum:
- platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.png:
- platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum:
- platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
- platform/chromium-linux/svg/custom/image-small-width-height-expected.txt: Added.
- platform/chromium-linux/svg/custom/invalid-fill-expected.txt: Added.
- platform/chromium-linux/svg/custom/invalid-fill-hex-expected.txt: Added.
- platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
- platform/chromium-linux/svg/custom/js-late-clipPath-creation-expected.txt: Added.
- platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
- platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.txt: Added.
- platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt:
- platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.txt: Added.
- platform/chromium-linux/svg/custom/pattern-rotate-expected.txt: Added.
- platform/chromium-linux/svg/custom/pattern-with-transformation-expected.txt: Added.
- platform/chromium-linux/svg/custom/pointer-events-text-expected.txt: Added.
- platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
- platform/chromium-linux/svg/custom/stroke-width-large-expected.txt:
- platform/chromium-linux/svg/custom/struct-use-09-b-expected.txt:
- platform/chromium-linux/svg/custom/style-attribute-font-size-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-clip-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-dom-01-f-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-filter-expected.checksum:
- platform/chromium-linux/svg/custom/text-filter-expected.png:
- platform/chromium-linux/svg/custom/text-filter-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-letter-spacing-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-linking-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-rotation-expected.checksum: Added.
- platform/chromium-linux/svg/custom/text-rotation-expected.png: Added.
- platform/chromium-linux/svg/custom/text-rotation-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-whitespace-handling-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-x-dx-lists-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-x-dy-lists-expected.checksum: Added.
- platform/chromium-linux/svg/custom/text-x-dy-lists-expected.png: Added.
- platform/chromium-linux/svg/custom/text-x-dy-lists-expected.txt: Added.
- platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.checksum:
- platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.png:
- platform/chromium-linux/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
- platform/chromium-linux/svg/custom/use-on-text-expected.txt: Added.
- platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
- platform/chromium-mac/svg/custom/altglyph-expected.checksum: Added.
- platform/chromium-mac/svg/custom/altglyph-expected.png: Added.
- platform/chromium-win/svg/custom/alignment-baseline-modes-expected.checksum:
- platform/chromium-win/svg/custom/alignment-baseline-modes-expected.png:
- platform/chromium-win/svg/custom/alignment-baseline-modes-expected.txt:
- platform/chromium-win/svg/custom/altglyph-expected.checksum:
- platform/chromium-win/svg/custom/altglyph-expected.png:
- platform/chromium-win/svg/custom/altglyph-expected.txt:
- platform/chromium-win/svg/custom/broken-internal-references-expected.txt:
- platform/chromium-win/svg/custom/container-opacity-clip-viewBox-expected.txt:
- platform/chromium-win/svg/custom/dominant-baseline-modes-expected.checksum:
- platform/chromium-win/svg/custom/dominant-baseline-modes-expected.png:
- platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
- platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.checksum:
- platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.png:
- platform/chromium-win/svg/custom/image-small-width-height-expected.checksum:
- platform/chromium-win/svg/custom/image-small-width-height-expected.png:
- platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
- platform/chromium-win/svg/custom/invalid-fill-expected.txt:
- platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt:
- platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
- platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
- platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
- platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
- platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
- platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
- platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
- platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt:
- platform/chromium-win/svg/custom/pointer-events-text-expected.txt:
- platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
- platform/chromium-win/svg/custom/stroke-width-large-expected.txt:
- platform/chromium-win/svg/custom/struct-use-09-b-expected.checksum: Added.
- platform/chromium-win/svg/custom/struct-use-09-b-expected.png: Added.
- platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: Added.
- platform/chromium-win/svg/custom/style-attribute-font-size-expected.txt:
- platform/chromium-win/svg/custom/text-clip-expected.txt:
- platform/chromium-win/svg/custom/text-dom-01-f-expected.txt:
- platform/chromium-win/svg/custom/text-filter-expected.checksum:
- platform/chromium-win/svg/custom/text-filter-expected.png:
- platform/chromium-win/svg/custom/text-filter-expected.txt:
- platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
- platform/chromium-win/svg/custom/text-linking-expected.txt:
- platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.txt:
- platform/chromium-win/svg/custom/text-rotation-expected.checksum: Added.
- platform/chromium-win/svg/custom/text-rotation-expected.png: Added.
- platform/chromium-win/svg/custom/text-rotation-expected.txt: Added.
- platform/chromium-win/svg/custom/text-whitespace-handling-expected.txt:
- platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
- platform/chromium-win/svg/custom/text-x-dy-lists-expected.checksum: Added.
- platform/chromium-win/svg/custom/text-x-dy-lists-expected.png: Added.
- platform/chromium-win/svg/custom/text-x-dy-lists-expected.txt: Added.
- platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.checksum:
- platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.png:
- platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
- platform/chromium-win/svg/custom/use-on-text-expected.txt:
- platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
- platform/chromium/test_expectations.txt:
- 2:50 PM Changeset in webkit [68989] by
-
- 14 edits in trunk/WebKit2
Implement newly added Plugin/PluginController member functions for out of process plug-ins
https://bugs.webkit.org/show_bug.cgi?id=47065
<rdar://problem/8507194>
Reviewed by Sam Weinig.
- Platform/CoreIPC/Arguments.h:
Add typedefs.
- Platform/CoreIPC/HandleMessage.h:
(CoreIPC::handleMessage):
Add new handleMessage overload.
- PluginProcess/PluginControllerProxy.cpp:
(WebKit::PluginControllerProxy::create):
Add an isPrivateBrowsingEnabled boolean.
(WebKit::PluginControllerProxy::PluginControllerProxy):
Add an isPrivateBrowsingEnabled boolean.
(WebKit::PluginControllerProxy::proxiesForURL):
(WebKit::PluginControllerProxy::cookiesForURL):
(WebKit::PluginControllerProxy::setCookiesForURL):
Send messages to the web process.
(WebKit::PluginControllerProxy::isPrivateBrowsingEnabled):
Return whether private browsing is enabled or not.
(WebKit::PluginControllerProxy::handleKeyboardEvent):
Call Plugin::handleKeyboardEvent.
(WebKit::PluginControllerProxy::privateBrowsingStateChanged):
Call Plugin::privateBrowsingStateChanged.
- PluginProcess/PluginControllerProxy.messages.in:
Add new messages.
- PluginProcess/WebProcessConnection.cpp:
(WebKit::WebProcessConnection::createPlugin):
Pass the isPrivateBrowsingEnabled flag.
- PluginProcess/WebProcessConnection.h:
- PluginProcess/WebProcessConnection.messages.in:
Update CreatePlugin message parameters.
- WebProcess/Plugins/PluginProcessConnection.cpp:
(WebKit::PluginProcessConnection::didReceiveMessage):
(WebKit::PluginProcessConnection::didReceiveSyncMessage):
It's OK for a plug-in to not get a sync message.
- WebProcess/Plugins/PluginProcessConnection.h:
- WebProcess/Plugins/PluginProxy.cpp:
(WebKit::PluginProxy::handleKeyboardEvent):
(WebKit::PluginProxy::privateBrowsingStateChanged):
Send messages.
(WebKit::PluginProxy::proxiesForURL):
(WebKit::PluginProxy::cookiesForURL):
(WebKit::PluginProxy::setCookiesForURL):
Call the plug-in controller.
- WebProcess/Plugins/PluginProxy.messages.in:
Add new messages.
- 2:02 PM Changeset in webkit [68988] by
-
- 8 edits in trunk/WebKit2
Send keyboard events to plug-ins
https://bugs.webkit.org/show_bug.cgi?id=47064
<rdar://problem/8507148>
Reviewed by Sam Weinig.
- WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
(WebKit::NetscapePlugin::handleKeyboardEvent):
Call platformHandleKeyboardEvent.
- WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:
(WebKit::modifierFlags):
Return the modifier flags given a WebKeyboardEvent.
(WebKit::initializeKeyboardEvent):
Initialize an NPCocoaEvent from a WebKeyboardEvent.
(WebKit::NetscapePlugin::platformHandleKeyboardEvent):
Initialize the event and dispatch it using NPP_HandleEvent.
- WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp:
(WebKit::NetscapePlugin::platformHandleKeyboardEvent):
Add stub.
- WebProcess/Plugins/Netscape/win/NetscapePluginWin.cpp:
(WebKit::NetscapePlugin::platformHandleKeyboardEvent):
Add stub.
- WebProcess/Plugins/Plugin.h:
Add handleKeyboardEvent.
- WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::handleEvent):
Call Plugin::handleKeyboardEvent if we see a keydown or keyup event.
- 8:35 AM Changeset in webkit [68987] by
-
- 2 edits in trunk
2010-10-03 Dimitri Glazkov <Dimitri Glazkov>
Add Chromium depot_tools to files that git should ignore.
- .gitignore: Added WebKit/chromium/depot_tools.
- 2:22 AM Changeset in webkit [68986] by
-
- 2 edits in trunk/WebCore
2010-10-03 Adam Barth <abarth@webkit.org>
Reviewed by Holger Freyther.
ASSERT(m_state = Open); is bad news bears
https://bugs.webkit.org/show_bug.cgi?id=47057
Added by ap (review by darin) in http://trac.webkit.org/changeset/50951
Too bad the compiler doesn't catch these errors. I don't believe this
is possible to test.
- platform/network/cf/SocketStreamHandleCFNet.cpp: (WebCore::SocketStreamHandle::writeStreamCallback):
- 2:00 AM Changeset in webkit [68985] by
-
- 2 edits in trunk/WebCore
2010-10-03 Adam Barth <abarth@webkit.org>
Reviewed by Holger Freyther.
All the WebSocket tests crash
https://bugs.webkit.org/show_bug.cgi?id=47056
More code that tries to hold onto temporaries with references.
- websockets/WebSocketChannel.cpp: (WebCore::WebSocketChannel::didOpen):
- 1:19 AM Changeset in webkit [68984] by
-
- 2 edits in trunk/WebCore
2010-10-03 Adam Barth <abarth@webkit.org>
Reviewed by Holger Freyther.
All the WebSocket tests crash
https://bugs.webkit.org/show_bug.cgi?id=47055
This code attempts to hold onto temporary objects using references.
That doesn't work in C++. Instead, we need to actually store the
objects somewhere.
- bindings/js/JSWebSocketCustom.cpp: (WebCore::JSWebSocketConstructor::constructJSWebSocket):
Oct 2, 2010:
- 10:32 PM Changeset in webkit [68983] by
-
- 3 edits in trunk/WebKitTools
2010-10-02 Simon Fraser <Simon Fraser>
Add the ability to jump to a specific test.
- CSSTestSuiteHarness/harness/harness.html:
- CSSTestSuiteHarness/harness/harness.js: (TestSuite.prototype.goToTestByName): (TestSuite.prototype.switchToFormat):
- 9:24 PM Changeset in webkit [68982] by
-
- 2 edits in trunk/WebKitTools
2010-10-02 Simon Fraser <Simon Fraser>
For a ref test, load the ref in the same format (HTML4 vs XHTML1)
as the test.
- CSSTestSuiteHarness/harness/harness.js: (TestSuite.prototype.loadRef):
- 9:24 PM Changeset in webkit [68981] by
-
- 2 edits in trunk/WebKitTools
2010-10-02 Simon Fraser <Simon Fraser>
Update the UI to reflect the fact that each test needs to be tested
in both HTML4 and XHTML1 format.
- CSSTestSuiteHarness/harness/harness.js: (Test): (Chapter.prototype.description): (Chapter.prototype.untestedCount): (TestSuite.prototype.fillChapterPopup): (TestSuite.prototype.updateChapterPopup): (TestSuite.prototype.fillTestList): (TestSuite.prototype.updateTestList): (TestSuite.prototype.goToNextIncompleteTest): (TestSuite.prototype.firstIncompleteTestIndex): (TestSuite.prototype.recordResult): (TestSuite.prototype.formatChanged): (TestSuite.prototype.markTestCompleted): (TestSuite.prototype.resetTestStatus):
- 2:44 PM Changeset in webkit [68980] by
-
- 1 edit1 delete in trunk/LayoutTests
Build fix. Not reviewed.
Remove LayoutTests/websocket and the dummy file.
- websocket/tests/workers/README: Removed.
- 2:18 PM Changeset in webkit [68979] by
-
- 2 edits in trunk/LayoutTests
Build fix. Not reviewed.
Add test expectations because of the massive SVG change in r68976.
- platform/chromium/test_expectations.txt:
- 2:16 PM Changeset in webkit [68978] by
-
- 4 edits4 adds in trunk
[Qt] Provide Qt support for DeviceMotion/Orientation clients
https://bugs.webkit.org/show_bug.cgi?id=47051
Reviewed by Kenneth Rohde Christiansen.
WebCore:
Add Qt DeviceMotion/Orientation dummy clients in build system.
- WebCore.pro:
WebKit/qt:
Dummy implementation of DeviceMotion/Orientation client classes
to make possible to hook up motion/orientation data
in further implementations.
- Api/qwebpage.cpp:
(QWebPagePrivate::QWebPagePrivate):
- WebCoreSupport/DeviceMotionClientQt.cpp: Added.
(WebCore::DeviceMotionClientQt::DeviceMotionClientQt):
(WebCore::DeviceMotionClientQt::setController):
(WebCore::DeviceMotionClientQt::startUpdating):
(WebCore::DeviceMotionClientQt::stopUpdating):
(WebCore::DeviceMotionClientQt::currentDeviceMotion):
(WebCore::DeviceMotionClientQt::deviceMotionControllerDestroyed):
- WebCoreSupport/DeviceMotionClientQt.h: Added.
(WebCore::DeviceMotionClientQt::~DeviceMotionClientQt):
- WebCoreSupport/DeviceOrientationClientQt.cpp: Added.
(WebCore::DeviceOrientationClientQt::DeviceOrientationClientQt):
(WebCore::DeviceOrientationClientQt::setController):
(WebCore::DeviceOrientationClientQt::startUpdating):
(WebCore::DeviceOrientationClientQt::stopUpdating):
(WebCore::DeviceOrientationClientQt::lastOrientation):
(WebCore::DeviceOrientationClientQt::deviceOrientationControllerDestroyed):
- WebCoreSupport/DeviceOrientationClientQt.h: Added.
(WebCore::DeviceOrientationClientQt::~DeviceOrientationClientQt):
- 2:26 AM Changeset in webkit [68977] by
-
- 67 edits in trunk/LayoutTests
2010-10-02 Nikolas Zimmermann <nzimmermann@rim.com>
Not reviewed.
Rewrite SVG text layout code
https://bugs.webkit.org/show_bug.cgi?id=45532
Rebaseline gtk / qt / win specific SVG text results.
- platform/gtk/svg/batik/text/textDecoration-expected.txt:
- platform/gtk/svg/css/composite-shadow-text-expected.txt:
- platform/gtk/svg/css/shadow-changes-expected.txt:
- platform/gtk/svg/css/text-shadow-multiple-expected.txt:
- platform/gtk/svg/custom/broken-internal-references-expected.txt:
- platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt:
- platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
- platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt:
- platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
- platform/gtk/svg/custom/stroke-width-large-expected.txt:
- platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt:
- platform/gtk/svg/filters/filter-on-tspan-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
- platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
- platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
- platform/gtk/svg/text/select-x-list-1-expected.txt:
- platform/gtk/svg/text/select-x-list-2-expected.txt:
- platform/gtk/svg/text/select-x-list-3-expected.txt:
- platform/gtk/svg/text/select-x-list-4-expected.txt:
- platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
- platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
- platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
- platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
- platform/gtk/svg/text/text-hkern-expected.txt:
- platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
- platform/gtk/svg/text/text-vkern-expected.txt:
- platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
- platform/qt/svg/batik/text/textDecoration-expected.txt:
- platform/qt/svg/custom/broken-internal-references-expected.txt:
- platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
- platform/qt/svg/filters/filter-on-tspan-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
- platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
- platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
- platform/qt/svg/text/select-x-list-1-expected.txt:
- platform/qt/svg/text/select-x-list-2-expected.txt:
- platform/qt/svg/text/select-x-list-3-expected.txt:
- platform/qt/svg/text/select-x-list-4-expected.txt:
- platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
- platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
- platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
- platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
- platform/qt/svg/text/text-hkern-expected.txt:
- platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
- platform/qt/svg/text/text-vkern-expected.txt:
- platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
- platform/win/svg/custom/broken-internal-references-expected.txt:
- 1:08 AM Changeset in webkit [68976] by
-
- 331 edits12 adds8 deletes in trunk
2010-10-01 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
Rewrite SVG text layout code
https://bugs.webkit.org/show_bug.cgi?id=45532
Modernize SVG text layout engine, split the layout process into three phases, so that each results can be cached (which will be done in a follow-up patch).
Phase #1) - SVGTextLayoutAttributesBuilder
------------------------------------------
Parse x/y/dx/dy/rotate values of the <text> subtree (<text x="30 40">A<tspan>B<tspan x="50">C</tspan></tspan></text>)
This is done by SVGTextLayoutAttributesBuilder. It builds a SVGTextLayoutAttributes object for each RenderSVGInlineText renderer, and stores it there.
Phase #1 is started from RenderSVGText::layout(), before RenderBlockLineLayout is laying out the inline children, and thus before the InlineBox tree is created.
Now we know which character has an associated absolute x or y position, denoting the start of a new text chunk. Whenever we encounter a new text chunk
RenderBlockLineLayout should create a new SVGInlineTextBox. This is very important, as BiDi reordering shouldn't happen across text chunks, as well as ligature detection.
The text chunk concept is now merged right into the InlineBox tree, so we don't need to hack around the lack of that, as done for the previous years.
Phase #2) - SVGTextLayoutEngine
------------------------------------------
RenderSVGText::layout() calls RenderBlock::layoutInlineChildren() right after phase #1 ends. The InlineBox tree is created. During that process findNextLineBreak()
decides how to split up the text into InlineTextBoxes. It has already been patched, to ask RenderSVGInlineText::characterStartsNewTextChunk(int position), whether the
current character should go in a new SVGInlineTextBox or not. This requires that phase #1 already stored these information in the RenderSVGInlineText objects.
For each <text> object a SVGRootInlineBox is created (in constructLine()) and all child boxes are added. After that SVGRootInlineBox::computePerCharacterLayoutInformation()
is called (unlike HTML text, which splits the vertical & horizontal layout in two phases, it's just one single phase for SVG). This function invokes SVGTextLayoutEngine
and starts phase #2 of the layout process.
SVGTextLayoutEngine lays out the content of each SVGInlineTextBox either on a line or a path. It contains all the logic handling, alignment-baseline, dominant-baseline,
letter-spacing, word-spacing, kerning, glyph-orientation-(horizontal|vertical), rotation, etc. etc.
As result it generates a set of SVGTextFragment objects which are stored in each SVGInlineTextBox. Each SVGTextFragment is a portion of text that can be rendered/measured
at once. Some examples to illustrate what's going on:
<text x="20">ABCD</text>:
- SVGInlineTextBox
- SVGTextFragment, start 0 length 4, "ABCD" (x=20)
<text x="20 100">ABCD</text>:
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "A" (x=20)
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "B" (x=100)
- SVGTextFragment, start 1 length 2, "CD" (x=100 + advance_of_last)
<text><textPath xlink:href="#somePath">ABCD</textPath></text>:
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "A" (rotated!)
- SVGTextFragment, start 1 length 1, "B" (rotated!)
- SVGTextFragment, start 2 length 1, "C" (rotated!)
- SVGTextFragment, start 3 length 1, "D" (rotated!)
<text x="0 50 100">A<tspan>B</tspan>C</text>
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "A" (x=0)
- SVGInlineFlowBox
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "B" (x=50)
- SVGInlineTextBox
- SVGInlineTextBox
- SVGTextFragment, start 0 length 1, "C" (x=100)
When painting text SVGInlineTextBox just walks its fragments and paints them. Text selection works the same.
All text measurements (width/height etc.) have already been done in phase #2 and aren't required anymore while painting/selecting.
This is one of the main benefits of the new text layout engine, painting & selection is cheap now, compared to the layout process.
We're now doing phase #1 everytime RenderSVGText::layout() is called. This is not necessary, we only have to recompute these information
if the x/y/dx/dy or rotate list of an element in the <text> subtree changes or the text content itself -> this will be done in a follow-up patch.
It's likely that we'll also find ways to skip phase #2 in certain situations.
Phase #3) - SVGTextChunkBuilder
------------------------------------------
After phase #2 finished, we can post-process the text fragments. Certain operations have to be applied on a "per chunk" basis.
text-anchor should be applied to individual text chunks, as well as textLength corrections (lengthAdjust="spacing" / lengthAdjust="spacingAndGlyphs").
SVGTextChunkBuilder just walks the SVGInlineTextBox, and collects all boxes belonging to a certain chunk. For each of the chunks all fragments
are post-processed. For instance for text-anchor="middle", all x positions of all fragments are shifted by -fragmentWidth/2 (for horizonal text).
After phase #1 - #3 finished, SVGRootInlineBox::computePerCharacterLayoutInformation() utilizies the stored SVGTextFragments to lay out all child
boxes in the InlineBox tree (setWidth/Height, etc.), the size and position of the SVGRootInlineBox and it's parent RenderSVGText object.
This should give interessted readers a good summary of how the new text layout engine works.
See LayoutTests/ChangeLog for more details on test progression.
Tests: svg/custom/text-rotation.svg
svg/custom/text-x-dy-lists.svg
- Android.mk: Add SVGTextLayoutEngine.* / SVGTextChunkBuilder.* to build. Remove SVGCharacterData.* / SVGTextChunkLayoutInfo.* / SVGTextLayoutUtilities.* from build.
- CMakeLists.txt: Ditto.
- GNUmakefile.am: Ditto.
- WebCore.gypi: Ditto.
- WebCore.pro: Ditto.
- WebCore.vcproj/WebCore.vcproj: Ditto.
- WebCore.xcodeproj/project.pbxproj: Ditto.
- rendering/InlineBox.h: (WebCore::InlineBox::isSVGInlineFlowBox): Add helper function to identify SVGInlineFlowBoxes. The variants for SVGInlineTextBox etc. already exist.
- rendering/InlineTextBox.h: Devirtualize selectionStartEnd, SVG is no longer overriding it.
- rendering/RenderSVGAllInOne.cpp: removes
- rendering/RenderText.cpp: (WebCore::RenderText::setTextInternal): Remove SVG specific hacks, moved to RenderSVGInlineText.
- rendering/SVGCharacterData.cpp: Removed.
- rendering/SVGCharacterData.h: Removed.
- rendering/SVGCharacterLayoutInfo.cpp: Removed.
- rendering/SVGCharacterLayoutInfo.h: Removed.
- rendering/SVGRenderTreeAsText.cpp: Hack DRT output to be somewhat compatible with the current output, the plan is to change it completly after this patch. (WebCore::writeRenderSVGTextBox): (WebCore::writeSVGInlineTextBox):
- rendering/SVGTextChunkLayoutInfo.cpp: Removed.
- rendering/SVGTextChunkLayoutInfo.h: Removed.
- rendering/SVGTextLayoutUtilities.cpp: Removed.
- rendering/SVGTextLayoutUtilities.h: Removed.
- rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::diff): Only return immediately if SVGRenderStyle::diff produced StyleDifferenceLayout, it it's sth. else be sure to ask RenderStyle itself what to do.
- rendering/style/SVGRenderStyle.h: (WebCore::SVGRenderStyle::isVerticalWritingMode): New helper method, moved from SVGTextLayoutUtilities.
- rendering/svg/RenderSVGInlineText.cpp: (WebCore::applySVGWhitespaceRules): Moved from RenderText into a SVG specific place. (WebCore::RenderSVGInlineText::RenderSVGInlineText): Use applySVGWhitespaceRules on the incoming text. (WebCore::RenderSVGInlineText::styleDidChange): Only apply SVG white space rules, when using xml:space="preserve", otherwhise the constructor already handled it. (WebCore::RenderSVGInlineText::characterStartsNewTextChunk): Create text chunks for absolute y values as well, SVG 1.1 2nd Edition demands that. (WebCore::RenderSVGInlineText::positionForPoint): New function operating on all SVGInlineTextBoxes and their SVGTextFragments.
- rendering/svg/RenderSVGInlineText.h: (WebCore::RenderSVGInlineText::layoutAttributes): Stores the layout attributes generated by SVGTextLayoutAttributesBuilder. (WebCore::toRenderSVGInlineText): New helper methods for casting.
- rendering/svg/RenderSVGText.cpp: (WebCore::RenderSVGText::layout): Add comment, that SVGTextLayoutAttributesBuilder is just phase one of the layout process. (WebCore::RenderSVGText::positionForPoint): Simplified implementation for SVGs needs.
- rendering/svg/RenderSVGText.h:
- rendering/svg/SVGInlineFlowBox.cpp: (WebCore::SVGInlineFlowBox::paintSelectionBackground): Seperated selection background drawing from actual text rendering, to make sure selection is always in background for SVG. (WebCore::SVGInlineFlowBox::paint): Call computetextMatchMarkerRectForRenderer, before painting. (WebCore::SVGInlineFlowBox::computeTextMatchMarkerRectForRenderer): New method.
- rendering/svg/SVGInlineFlowBox.h: (WebCore::SVGInlineFlowBox::isSVGInlineFlowBox):
- rendering/svg/SVGInlineTextBox.cpp: Completly rewritten, operates on SVGTextFragments, produced by the SVGTextLayoutEngine. Whole new concept, compared to the old hack.
- rendering/svg/SVGInlineTextBox.h: (WebCore::SVGInlineTextBox::clearTextFragments): Only used by SVGTextLayoutEngine, to clean up previously computed fragments. (WebCore::SVGInlineTextBox::textFragments): Offers access to the fragments in the box. (WebCore::SVGInlineTextBox::startsNewTextChunk): Does this box start a new text chunk? (WebCore::SVGInlineTextBox::setStartsNewTextChunk): SVGTextLayoutEngine marks this box, if it starts a new text chunk.
- rendering/svg/SVGRootInlineBox.cpp: Remove old code regarding text chunk parts. (WebCore::SVGRootInlineBox::paint): Selection is now painted before text, to assure it's really in the background. (WebCore::SVGRootInlineBox::computePerCharacterLayoutInformation): Use new SVGTextLayoutEngine. (WebCore::SVGRootInlineBox::layoutCharactersInTextBoxes): Feed SVGTextLayoutEngine with SVGInlineTextBoxes, detect the begin/end of path layouts. (WebCore::SVGRootInlineBox::layoutChildBoxes): Use new isSVGInlineTextBox() helper method. (WebCore::SVGRootInlineBox::closestLeafChildForPosition): Simplified version for SVG.
- rendering/svg/SVGRootInlineBox.h: Remove access to text chunks, they're now longer stored in the SVGRootInlineBox.
- rendering/svg/SVGTextChunk.cpp: s/SVGTextChunkNew/SVGTextChunk/
- rendering/svg/SVGTextChunk.h:
- rendering/svg/SVGTextChunkBuilder.cpp: Added.
- rendering/svg/SVGTextChunkBuilder.h: Added.
- rendering/svg/SVGTextLayoutAttributes.cpp: Constify dump() method.
- rendering/svg/SVGTextLayoutAttributes.h: (WebCore::SVGTextLayoutAttributes::textMetricsValues):
- rendering/svg/SVGTextLayoutAttributesBuilder.cpp: Rewritten, consume less memory, while building the layout attributes.
- rendering/svg/SVGTextLayoutAttributesBuilder.h:
- rendering/svg/SVGTextLayoutEngine.cpp: Added.
- rendering/svg/SVGTextLayoutEngine.h: Added.
- rendering/svg/SVGTextQuery.cpp: Rewritten to deal with the new SVGTextFragment/SVGTextLayoutAttributes logic.
- rendering/svg/SVGTextQuery.h:
2010-10-01 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
Rewrite SVG text layout code
https://bugs.webkit.org/show_bug.cgi?id=45532
Rebaseline most SVGs containing text. The underlying concept has changed, I tried hard to maintain
a somewhat compatible DRT output, so it doesn't require rebaselines of _all_ tests.
The dump looks awkward now, it will always report "chunk 1", as it's hardcoded in SVGRenderTreeAsText.
Follow up patches will change the output of text dumps completly.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
- platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum:
- platform/mac-leopard/svg/batik/text/textOnPath-expected.png: baseline-shift adjustments now match Opera.
- platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum:
- platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Ditto.
- platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum:
- platform/mac-leopard/svg/batik/text/xmlSpace-expected.png:
- platform/mac-leopard/svg/custom/altglyph-expected.checksum:
- platform/mac-leopard/svg/custom/altglyph-expected.png:
- platform/mac-leopard/svg/text/multichar-glyph-expected.checksum:
- platform/mac-leopard/svg/text/multichar-glyph-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: No more blurry edges, size calculations fixed.
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
- platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: baseline-shift looks slightly different, now matches Opera.
- platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
- platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Vertical text now starts at correct origin, and is centered correctly.
- platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
- platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Ditto + baseline-shift differences.
- platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
- platform/mac/svg/batik/text/longTextOnPath-expected.txt:
- platform/mac/svg/batik/text/textAnchor-expected.txt:
- platform/mac/svg/batik/text/textAnchor2-expected.checksum:
- platform/mac/svg/batik/text/textAnchor2-expected.png: y-position adjustments start new text chunks since SVG 1.1 2nd edition (in contrary to SVG 1.2 Tiny). Left the test as is.
- platform/mac/svg/batik/text/textAnchor2-expected.txt:
- platform/mac/svg/batik/text/textAnchor3-expected.txt:
- platform/mac/svg/batik/text/textDecoration-expected.checksum:
- platform/mac/svg/batik/text/textDecoration-expected.png: text-decoration defined on <text> paints with the paint sever defined on the <tspan>, test finally works!
- platform/mac/svg/batik/text/textDecoration-expected.txt:
- platform/mac/svg/batik/text/textDecoration2-expected.checksum:
- platform/mac/svg/batik/text/textDecoration2-expected.png: Ditto.
- platform/mac/svg/batik/text/textDecoration2-expected.txt:
- platform/mac/svg/batik/text/textEffect-expected.checksum:
- platform/mac/svg/batik/text/textEffect-expected.png: Just like pservers-grad-08-b.svg, no more blurry edges.
- platform/mac/svg/batik/text/textEffect-expected.txt:
- platform/mac/svg/batik/text/textEffect2-expected.txt:
- platform/mac/svg/batik/text/textEffect3-expected.checksum:
- platform/mac/svg/batik/text/textEffect3-expected.png: Ditto.
- platform/mac/svg/batik/text/textEffect3-expected.txt:
- platform/mac/svg/batik/text/textFeatures-expected.checksum:
- platform/mac/svg/batik/text/textFeatures-expected.png: baseline-shift differences.
- platform/mac/svg/batik/text/textFeatures-expected.txt:
- platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
- platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Completly fixed, now aligns properly with path, matches Opera & Batik.
- platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
- platform/mac/svg/batik/text/textLayout-expected.txt:
- platform/mac/svg/batik/text/textLayout2-expected.checksum:
- platform/mac/svg/batik/text/textLayout2-expected.png: baseline-shift differences.
- platform/mac/svg/batik/text/textLayout2-expected.txt:
- platform/mac/svg/batik/text/textLength-expected.txt:
- platform/mac/svg/batik/text/textOnPath-expected.txt:
- platform/mac/svg/batik/text/textOnPath2-expected.txt:
- platform/mac/svg/batik/text/textOnPath3-expected.txt:
- platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
- platform/mac/svg/batik/text/textPCDATA-expected.txt:
- platform/mac/svg/batik/text/textPosition-expected.txt:
- platform/mac/svg/batik/text/textPosition2-expected.txt:
- platform/mac/svg/batik/text/textProperties-expected.txt:
- platform/mac/svg/batik/text/textProperties2-expected.txt:
- platform/mac/svg/batik/text/verticalText-expected.checksum:
- platform/mac/svg/batik/text/verticalText-expected.png:
- platform/mac/svg/batik/text/verticalText-expected.txt:
- platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
- platform/mac/svg/batik/text/xmlSpace-expected.txt:
- platform/mac/svg/carto.net/button-expected.txt:
- platform/mac/svg/carto.net/colourpicker-expected.txt:
- platform/mac/svg/carto.net/combobox-expected.txt:
- platform/mac/svg/carto.net/selectionlist-expected.txt:
- platform/mac/svg/carto.net/tabgroup-expected.txt:
- platform/mac/svg/carto.net/textbox-expected.txt:
- platform/mac/svg/carto.net/window-expected.txt:
- platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt:
- platform/mac/svg/css/text-shadow-multiple-expected.txt:
- platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
- platform/mac/svg/custom/alignment-baseline-modes-expected.png: central baseline now works as expected.
- platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
- platform/mac/svg/custom/altglyph-expected.txt:
- platform/mac/svg/custom/broken-internal-references-expected.txt:
- platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
- platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
- platform/mac/svg/custom/dominant-baseline-modes-expected.png: ditto.
- platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
- platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
- platform/mac/svg/custom/glyph-transformation-with-hkern-expected.checksum:
- platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png: Kerning is now properly respected.
- platform/mac/svg/custom/image-small-width-height-expected.txt:
- platform/mac/svg/custom/invalid-fill-expected.txt:
- platform/mac/svg/custom/invalid-fill-hex-expected.txt:
- platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
- platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
- platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt:
- platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
- platform/mac/svg/custom/pattern-rotate-expected.txt:
- platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
- platform/mac/svg/custom/style-attribute-font-size-expected.txt:
- platform/mac/svg/custom/text-dom-01-f-expected.txt:
- platform/mac/svg/custom/text-letter-spacing-expected.txt:
- platform/mac/svg/custom/text-linking-expected.txt:
- platform/mac/svg/custom/text-rotation-expected.checksum: Added.
- platform/mac/svg/custom/text-rotation-expected.png: Added.
- platform/mac/svg/custom/text-rotation-expected.txt: Added.
- platform/mac/svg/custom/text-whitespace-handling-expected.txt:
- platform/mac/svg/custom/text-x-dx-lists-expected.txt:
- platform/mac/svg/custom/text-x-dy-lists-expected.checksum: Added.
- platform/mac/svg/custom/text-x-dy-lists-expected.png: Added.
- platform/mac/svg/custom/text-x-dy-lists-expected.txt: Added.
- platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum:
- platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
- platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
- platform/mac/svg/custom/use-detach-expected.txt:
- platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
- platform/mac/svg/filters/filter-on-tspan-expected.txt:
- platform/mac/svg/text/kerning-expected.txt:
- platform/mac/svg/text/multichar-glyph-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
- platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
- platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
- platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
- platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
- platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
- platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
- platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
- platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
- platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
- platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
- platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
- platform/mac/svg/text/select-x-list-1-expected.checksum:
- platform/mac/svg/text/select-x-list-1-expected.png:
- platform/mac/svg/text/select-x-list-1-expected.txt:
- platform/mac/svg/text/select-x-list-2-expected.checksum:
- platform/mac/svg/text/select-x-list-2-expected.png:
- platform/mac/svg/text/select-x-list-2-expected.txt:
- platform/mac/svg/text/select-x-list-3-expected.checksum:
- platform/mac/svg/text/select-x-list-3-expected.png:
- platform/mac/svg/text/select-x-list-3-expected.txt:
- platform/mac/svg/text/select-x-list-4-expected.checksum:
- platform/mac/svg/text/select-x-list-4-expected.png:
- platform/mac/svg/text/select-x-list-4-expected.txt:
- platform/mac/svg/text/select-x-list-with-tspans-1-expected.checksum:
- platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
- platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
- platform/mac/svg/text/select-x-list-with-tspans-2-expected.checksum:
- platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
- platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
- platform/mac/svg/text/select-x-list-with-tspans-3-expected.checksum:
- platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
- platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
- platform/mac/svg/text/select-x-list-with-tspans-4-expected.checksum:
- platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
- platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
- platform/mac/svg/text/text-align-02-b-expected.checksum:
- platform/mac/svg/text/text-align-02-b-expected.png:
- platform/mac/svg/text/text-align-02-b-expected.txt:
- platform/mac/svg/text/text-align-03-b-expected.txt:
- platform/mac/svg/text/text-align-04-b-expected.checksum:
- platform/mac/svg/text/text-align-04-b-expected.png:
- platform/mac/svg/text/text-align-04-b-expected.txt:
- platform/mac/svg/text/text-align-05-b-expected.checksum:
- platform/mac/svg/text/text-align-05-b-expected.png:
- platform/mac/svg/text/text-align-05-b-expected.txt:
- platform/mac/svg/text/text-align-06-b-expected.checksum:
- platform/mac/svg/text/text-align-06-b-expected.png:
- platform/mac/svg/text/text-align-06-b-expected.txt:
- platform/mac/svg/text/text-altglyph-01-b-expected.txt:
- platform/mac/svg/text/text-deco-01-b-expected.checksum:
- platform/mac/svg/text/text-deco-01-b-expected.png:
- platform/mac/svg/text/text-deco-01-b-expected.txt:
- platform/mac/svg/text/text-hkern-expected.checksum:
- platform/mac/svg/text/text-hkern-expected.png: Kerning now respects text chunk boundaries.
- platform/mac/svg/text/text-hkern-expected.txt:
- platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
- platform/mac/svg/text/text-path-01-b-expected.checksum:
- platform/mac/svg/text/text-path-01-b-expected.png:
- platform/mac/svg/text/text-path-01-b-expected.txt:
- platform/mac/svg/text/text-spacing-01-b-expected.checksum:
- platform/mac/svg/text/text-spacing-01-b-expected.png:
- platform/mac/svg/text/text-spacing-01-b-expected.txt:
- platform/mac/svg/text/text-text-01-b-expected.checksum:
- platform/mac/svg/text/text-text-01-b-expected.png:
- platform/mac/svg/text/text-text-01-b-expected.txt:
- platform/mac/svg/text/text-text-04-t-expected.checksum:
- platform/mac/svg/text/text-text-04-t-expected.png:
- platform/mac/svg/text/text-text-04-t-expected.txt:
- platform/mac/svg/text/text-text-05-t-expected.checksum:
- platform/mac/svg/text/text-text-05-t-expected.png: y positions now also start text chunks, finally a progression on this test!
- platform/mac/svg/text/text-text-05-t-expected.txt:
- platform/mac/svg/text/text-text-06-t-expected.txt:
- platform/mac/svg/text/text-text-07-t-expected.checksum:
- platform/mac/svg/text/text-text-07-t-expected.png:
- platform/mac/svg/text/text-text-07-t-expected.txt:
- platform/mac/svg/text/text-text-08-b-expected.checksum:
- platform/mac/svg/text/text-text-08-b-expected.png: Opacity doesn't affect selection anymore, matches all other browsers.
- platform/mac/svg/text/text-tselect-01-b-expected.txt:
- platform/mac/svg/text/text-tselect-02-f-expected.txt:
- platform/mac/svg/text/text-tspan-01-b-expected.txt:
- platform/mac/svg/text/text-vkern-expected.checksum:
- platform/mac/svg/text/text-vkern-expected.png: Kerning now respects text chunk boundaries.
- platform/mac/svg/text/text-vkern-expected.txt:
- platform/mac/svg/text/textPathBoundsBug-expected.txt:
- platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
- platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
- platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
- platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
- platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
- platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
- platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
- svg/batik/text/xmlSpace.svg: Fixed wrong test, now the embedded SVG Font is actually used.
- svg/custom/altglyph.svg: Fixed wrong test, xlink namespace was wrong, xlink:href for altGlyph had no effect.
- svg/custom/glyph-setting-d-attribute-expected.txt:
- svg/custom/glyph-transformation-with-hkern-expected.txt:
- svg/custom/text-rotation.svg: Added.
- svg/custom/text-x-dy-lists.svg: Added.
- svg/custom/text-x-override-in-tspan-child.svg: Fixed wrong test, depending on a previous bug - now matches Opera.
- svg/text/multichar-glyph.svg: Also dump end positions of characters.
- svg/text/resources/SelectionTestCase.js: Modify the selection test cases, to draw green lines marking the computed start & end postions of the selected characters. (selectRange):
- 12:57 AM Changeset in webkit [68975] by
-
- 2 edits in trunk/WebCore
Build fix. Not reviewed.
An adhoc fix for a crash found by reliability bot. This will make the
reliability bot happy. A proper fix is pending commit.
- platform/graphics/chromium/VideoLayerChromium.cpp:
(WebCore::VideoLayerChromium::~VideoLayerChromium):
- 12:26 AM Changeset in webkit [68974] by
-
- 2 edits in trunk/LayoutTests
Not reviewed. Build fix.
Add test expectations for Chromium.
- platform/chromium/test_expectations.txt: