blob: 1466a2d7120742af3ce4520800748de9732b606f [file] [log] [blame]
2015-05-06 Brent Fulgham <bfulgham@apple.com>
Scroll-snap points do not handle margins and padding propertly
https://bugs.webkit.org/show_bug.cgi?id=144647
<rdar://problem/20829473>
Reviewed by Simon Fraser.
Add new scroll-snap tests that cover elements with borders, padding, and rotation. Also correct the
cause of the 'scroll-snap-mandatory-overflow.html' test flakiness by making sure the mouse is always
inside the element when starting new wheel gestures.
Also add a new 'generic' test that confirms that we have expected results for scroll-snap coordinates
and calculated scroll-snap-offset values.
* css3/scroll-snap/scroll-snap-offsets.html: Added.
* platform/mac-wk2/TestExpectations: Remove flakiness annotation for scroll-snap-mandatory-overflow.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html:
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-padding.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-rotated.html: Added.
2015-05-06 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183894.
https://bugs.webkit.org/show_bug.cgi?id=144719
crashes on mavericks (Requested by dino on #webkit).
Reverted changeset:
"Handle backdrop views that have to tile"
https://bugs.webkit.org/show_bug.cgi?id=142317
http://trac.webkit.org/changeset/183894
2015-05-06 Jon Lee <jonlee@apple.com>
Expose more font weights for -apple-system
https://bugs.webkit.org/show_bug.cgi?id=144707
Reviewed by Dean Jackson.
* platform/mac/fast/text/systemFont.html: Update test to include font weights for -apple-system.
* platform/mac/fast/text/systemFont-expected.txt: Update expectations.
2015-05-06 Dean Jackson <dino@apple.com>
Handle backdrop views that have to tile
https://bugs.webkit.org/show_bug.cgi?id=142317
<rdar://problem/20049088>
Reviewed by Simon Fraser.
A test that creates some backdrop views, then makes them
big enough that it would trigger tiling (which we don't want
to happen).
* compositing/media-controls-bar-appearance-big-expected.txt: Added.
* compositing/media-controls-bar-appearance-big.html: Added.
2015-05-06 Martin Robinson <mrobinson@igalia.com>
[FreeType] Vertical CJK glyphs should not be rendered with synthetic oblique
https://bugs.webkit.org/show_bug.cgi?id=144612
Reviewed by Darin Adler.
* platform/gtk/TestExpectations: Remove expectation for failing test.
2015-05-06 Martin Robinson <mrobinson@igalia.com>
Unreviewed GTK+ gardening
* platform/gtk/TestExpectations: Remove a couple expectations tests.
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
2015-05-06 Alexey Proskuryakov <ap@apple.com>
Update expectations for fast/forms/button-line-height.html
* TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-05-05 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK][WK2] The WebKit network disk cache is not enabled
https://bugs.webkit.org/show_bug.cgi?id=142821
Reviewed by Martin Robinson.
Unskip http/tests/cache/disk-cache tests.
* platform/gtk/TestExpectations:
2015-05-05 Nikita Vasilyev <nvasilyev@apple.com>
LayoutTests/fast/forms/button-line-height.html is broken on non-Mac/non-iOS ports
https://bugs.webkit.org/show_bug.cgi?id=144673
* TestExpectations: Skip broken test.
2015-05-05 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] grid-template-areas should accept none value
https://bugs.webkit.org/show_bug.cgi?id=144624
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-template-areas-get-set-expected.txt:
* fast/css-grid-layout/grid-template-areas-get-set.html: Add new test
case to check "none" support.
2015-05-05 Ryosuke Niwa <rniwa@webkit.org>
Fix tests after r183770 on non-Mac ports. These tests are expecting Mac editing behavior.
* editing/execCommand/strikethroughSelection.html:
* editing/execCommand/toggle-mixed-text-decorations.html:
2015-05-05 Roger Fong <roger_fong@apple.com>
Unreviewed. Some assertion failures in compositing code after r183820.
https://bugs.webkit.org/show_bug.cgi?id=144630.
* platform/mac/TestExpectations:
2015-05-05 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=74493
Reviewed by Chris Fleizach.
Make the test more reliable by searching for a child with an unknown role
rather than depending on an exact hierarchy. This makes the test applicable
to other platforms as at least Efl and Mac also do not expose children with
unknown roles, so it's now part of the shared accessibility tests.
* accessibility/unknown-roles-not-exposed-expected.txt: Added.
* accessibility/unknown-roles-not-exposed.html: Added.
* platform/gtk/TestExpectations: Removed skipped test.
* platform/gtk/accessibility/unknown-roles-not-exposed-expected.txt: Removed.
* platform/gtk/accessibility/unknown-roles-not-exposed.html: Removed.
2015-05-05 Zalan Bujtas <zalan@apple.com>
Navigating to www.apple.com hits assertion in WebCore::TextIteratorCopyableText::set()
https://bugs.webkit.org/show_bug.cgi?id=144629
rdar://problem/20689877
Reviewed by Andreas Kling.
This patch ensures that we don't emit empty text for the text iterator.
In TextIterator::handleTextNode before emitting a string, certain characters (\n \t) need to
be replaced with space. When such character is found, we emit the string we've processed so far and
handle the replacement during the next callback.
When the first character in the string needs replacing, there's nothing to emit. However if we don't
handle at least one character, TextIterator::advance believes that processing is done and never calls
TextIterator::handleTextNode back with the rest of the string.
* fast/text/simple-line-layout-innerText-with-newline-expected.html: Added.
* fast/text/simple-line-layout-innerText-with-newline.html: Added.
2015-05-05 Brent Fulgham <bfulgham@apple.com>
Add overflow scroll-snap tests
https://bugs.webkit.org/show_bug.cgi?id=144591
Reviewed by Simon Fraser.
* platform/mac-wk2/TextExpectations: Mark overflow test as flaky while I investigate.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/horizontal-mainframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/resources/vertical-mainframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-destination-lock-up.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-iframe.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-overflow.html: Added.
2015-05-05 Roger Fong <roger_fong@apple.com>
Media control volume slider is opaque.
https://bugs.webkit.org/show_bug.cgi?id=144470.
<rdar://problem/20770350>
* platform/mac/TestExpectations:
Some tests generate assertion failures after this change, though the tests pass in release.
Marking them as crashing in debug for now. Tracking failures here: https://bugs.webkit.org/show_bug.cgi?id=144630.
2015-05-05 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening, unskip passing compositing tests since USE_NATIVE_XDISPLAY=1
is set on the EFL bots and mark the remaining failing compositing tests properly.
* platform/efl/TestExpectations:
2015-05-04 Basile Clement <basile_clement@apple.com>
Allow CreateActivation sinking
https://bugs.webkit.org/show_bug.cgi?id=144300
Reviewed by Filip Pizlo.
Add a performance test for activation allocation sinking.
* js/regress/script-tests/sink-huge-activation.js: Added.
(bar):
(foo):
2015-05-05 Andreas Kling <akling@apple.com>
Fix up fast/performance/performance-now-crash-on-navigated-window.html after r183795.
Unreviewed fix for the bots. Since performance.now doesn't bail out and return 0 in
disconnected frames anymore, we have to adjust the expectations. This test was all
about catching a crash anyway.
* fast/performance/performance-now-crash-on-navigated-window-expected.txt:
* fast/performance/performance-now-crash-on-navigated-window.html:
2015-05-05 Javier Fernandez <jfernandez@igalia.com>
[CSS Box Alignment] Upgrade align-content parsing to CSS3 Box Alignment spec
https://bugs.webkit.org/show_bug.cgi?id=144443
Reviewed by Darin Adler.
Tests to verify the align-content parsing logic. The new Box Alignment spec
requires some changes in the flexbox tests.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-content-expected.txt: Added.
* css3/parse-align-content.html: Added.
2015-05-05 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/readable-stream.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=144455
Reviewed by Darin Adler.
Moved flaky test to streams/readable-stream-gc.html.
Updated flaky test to check that the controller methods work well even if readable stream reference is lost by script.
* streams/readable-stream-expected.txt:
* streams/readable-stream-gc-expected.txt: Added.
* streams/readable-stream-gc.html: Added.
* streams/readable-stream.html:
2015-05-05 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 4th May
https://bugs.webkit.org/show_bug.cgi?id=144571
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/gtk/fast/forms/color/input-appearance-color-expected.txt:
* platform/gtk/fast/regions/region-overflow-break-expected.html: Added.
* platform/gtk/fast/regions/scrolling/wheel-scroll-abspos-expected.html: Added.
* platform/gtk/fast/regions/scrolling/wheel-scroll-expected.html: Added.
* platform/gtk/fast/text/font-kerning-expected.html: Added.
2015-05-05 Joanmarie Diggs <jdiggs@igalia.com>
[ATK] AX: figure out platform difference for ATK to make accessibility/table-cell-display-block.html work
https://bugs.webkit.org/show_bug.cgi?id=143083
Reviewed by Chris Fleizach.
* accessibility/roles-computedRoleString-expected.txt: Updated to reflect fixed FIXME.
* accessibility/roles-computedRoleString.html: Updated to reflect fixed FIXME.
* accessibility/table-cell-display-block-expected.txt: Modified to be more platform agnostic.
* accessibility/table-cell-display-block.html: Modified to be more platform agnostic.
* platform/efl/accessibility/table-detection-expected.txt: Updated to reflect mapping change.
* platform/gtk/TestExpectations: Unskip failing test from opening report.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect mapping change.
* platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Updated to reflect mapping change.
* platform/mac/accessibility/rowheader-outside-table-role.html: Updated to reflect mapping change.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Fix assertions in WK1 tests after r183777.
Behavior difference with the change to RenderLayerCompositor::rootBackgroundTransparencyChanged().
* platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt:
2015-05-04 Doug Russell <d_russell@apple.com>
AX: setting focus via accessibility object needs to set isSynchronizing in resulting selection intent
https://bugs.webkit.org/show_bug.cgi?id=144489
Reviewed by Chris Fleizach.
Resolves infinite looping when navigating rapidly between controls with the search API and then focusing
on the returned control.
Remove isSynchronizing flag from AXTextStateChangeIntent and put it on AXObjectCache.
Move AXTextStateChangeIntent logic in AccessibilityRenderObject into a helper method.
Call new AXTextStateChangeIntent helper from AccessibilityRenderObject::setFocus().
Add support for setSelectedVisibleTextRange() in accessibility tests.
* platform/mac/accessibility/selection-sync-expected.txt: Added.
* platform/mac/accessibility/selection-sync.html: Added.
2015-05-04 Chris Dumez <cdumez@apple.com>
Crash at com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::createWindow + 185
https://bugs.webkit.org/show_bug.cgi?id=144597
<rdar://problem/20361579>
Reviewed by Andreas Kling.
Add a layout test to cover the case where window.open() is called on a
window that is different than the activeDOMWindow and where the
activeDOMWindow does not have a frame.
* fast/dom/Window/resources/test-frame.html: Added.
* fast/dom/Window/window-open-activeWindow-null-frame-expected.txt: Added.
* fast/dom/Window/window-open-activeWindow-null-frame.html: Added.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
display:none iframes cause repeated compositing flushing
https://bugs.webkit.org/show_bug.cgi?id=144529
Reviewed by Darin Adler.
Test with a display:none iframe that triggers a single compositing flush,
then counts how many occur in 10ms.
* compositing/iframes/display-none-subframe-expected.txt: Added.
* compositing/iframes/display-none-subframe.html: Added.
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Fix updating of tiled backing opaquenss when the page background color changes
https://bugs.webkit.org/show_bug.cgi?id=144600
rdar://problem/20723035
Reviewed by Tim Horton.
Test that dumps layers with various baseBackgroundColor and body background color
combinations.
* platform/mac-wk2/tiled-drawing/background-transparency-toggle-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/background-transparency-toggle.html: Added.
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Fix the test after r183758 since shouldNotBe is not supported in the standalone testing.
* js/class-syntax-default-constructor-expected.txt:
* js/script-tests/class-syntax-default-constructor.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Toggling underline or strike through affects each other
https://bugs.webkit.org/show_bug.cgi?id=27818
Reviewed by Darin Adler.
Added a regression test and rebaselined various tests as explained below.
* editing/execCommand/script-tests/toggle-style-2.js: The order in which u and strike elements appear have switched.
* editing/execCommand/script-tests/toggle-text-decorations.js: Ditto for line-through and overline.
* editing/execCommand/toggle-mixed-text-decorations-expected.txt: Added.
* editing/execCommand/toggle-mixed-text-decorations.html: Added.
* editing/execCommand/toggle-style-2-expected.txt: Rebaselined.
* editing/execCommand/toggle-text-decorations-expected.txt: Rebaselined.
* editing/undo/remove-css-property-and-remove-style-expected.txt: The order in which color and font-weight properties
appear have switched.
2015-05-04 Chris Dumez <cdumez@apple.com>
REGRESSION (r178156): CSS Parser incorrectly rejects valid calc() in padding-right property
https://bugs.webkit.org/show_bug.cgi?id=144584
<rdar://problem/20796829>
Reviewed by Darin Adler.
* fast/css/negative-calc-values-expected.txt: Added.
* fast/css/negative-calc-values.html: Added.
Add a layout test that assigns negative calc() values to properties
whose values cannot be negative to verify that values are clamped as
per the specification:
http://dev.w3.org/csswg/css-values-3/#calc-range
* fast/css/padding-calc-value-expected.txt: Added.
* fast/css/padding-calc-value.html: Added.
Add a layout test to test that using calc(.5em - 2px) for padding-right
CSS property works as intended. It used to be resolved as 0px instead
of "2*font-size - 2px".
* fast/css/text-shadow-calc-value-expected.txt:
* fast/css/text-shadow-calc-value.html:
Update test to match what the specification says:
http://dev.w3.org/csswg/css-values-3/#calc-range
"width: calc(5px - 10px);" is equivalent to "width: 0px;" since widths
smaller than 0px are not allowed.
2015-05-04 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Fix lint error on mac-wk1.
* platform/mac-wk1/TestExpectations:
2015-05-04 Alexey Proskuryakov <ap@apple.com>
storage/indexeddb/mozilla/cursor-update-updates-indexes.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=144590
* platform/mac-wk2/TestExpectations: Marking as such.
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
Extending undefined in class syntax should throw a TypeError
https://bugs.webkit.org/show_bug.cgi?id=144284
Reviewed by Darin Adler.
Fixed the expectation for extending undefined and removed irrelevant test cases for extending undefined
since we'll never get to instantiate these classes now.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
ES6 classes: Invalid test for constructor property
https://bugs.webkit.org/show_bug.cgi?id=144278
Reviewed by Darin Adler.
Fixed the test. The constructors of two distinct classes should definitely be distinct.
* js/class-syntax-default-constructor-expected.txt:
* js/script-tests/class-syntax-default-constructor.js:
2015-05-04 Ryosuke Niwa <rniwa@webkit.org>
new super should be a syntax error
https://bugs.webkit.org/show_bug.cgi?id=144282
Reviewed by Joseph Pecoraro.
Rebaselined the test.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
2015-05-04 Simon Fraser <simon.fraser@apple.com>
Skip fast/images/animated-gif-body-outside-viewport.html on Windows. It
started failing after r183732, but like the other fast/images/animated-gif* tests,
it's sensitive to window display timing. These tests were already skipped for Mac
WK1, probably because we disable window autodisplay on the Mac.
* platform/win/TestExpectations:
2015-05-04 Javier Fernandez <jfernandez@igalia.com>
[CSS Box Alignment] Upgrade justify-content parsing to CSS3 Box Alignment spec.
https://bugs.webkit.org/show_bug.cgi?id=144442
Reviewed by David Hyatt.
Upgrade the justify-content property to the last CSS3 Box
Alignment specification. It defines a different enumeration for
Positional and Distribution alignment, which requires changes in
the FlexibleBox implementation.
Some minor changes in some Flexbox related test cases for adapting
them to the new parsing logic. New layout tests, not Flexbox
specific, to verify the parsing of the new values.
* css3/flexbox/css-properties.html:
* css3/parse-justify-content-expected.txt: Added.
* css3/parse-justify-content.html: Added.
2015-05-04 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Wrong computed style for named grid lines in implicit tracks
https://bugs.webkit.org/show_bug.cgi?id=144449
Reviewed by Sergio Villar Senin.
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks-expected.txt: Added.
* fast/css-grid-layout/named-grid-lines-computed-style-implicit-tracks.html: Added.
2015-05-02 Simon Fraser <simon.fraser@apple.com>
Assertion failure (!needsLayout()) loading inkedmag.com
https://bugs.webkit.org/show_bug.cgi?id=144528
rdar://problem/20788681
Reviewed by Darin Adler.
Test that sleeps for a while to force an image into catchup mode.
* fast/images/resources/spinner.gif: Added.
* fast/images/set-needs-layout-in-painting-expected.txt: Added.
* fast/images/set-needs-layout-in-painting.html: Added.
2015-05-03 Alexey Proskuryakov <ap@apple.com>
Skip fast/frames/flattening/crash-remove-iframe-during-object-beforeload.html
https://bugs.webkit.org/show_bug.cgi?id=144540
* TestExpectations:
2015-05-01 Simon Fraser <simon.fraser@apple.com>
Avoid compositing updates after style recalcs which have no compositing implications
https://bugs.webkit.org/show_bug.cgi?id=144502
Reviewed by Darin Adler.
Use internals.compositingUpdateCount() to see if various document mutations
cause a compositing update. Doesn't actually detect any behavior change
from this patch, but seems useful in general.
* compositing/updates/no-style-change-updates-expected.txt: Added.
* compositing/updates/no-style-change-updates.html: Added.
2015-05-01 Ryosuke Niwa <rniwa@webkit.org>
Class syntax should allow string and numeric identifiers for method names
https://bugs.webkit.org/show_bug.cgi?id=144254
Reviewed by Darin Adler.
Added a test and rebaselined other tests per syntax error message change.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-string-and-numeric-names-expected.txt: Added.
* js/class-syntax-string-and-numeric-names.html: Added.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
* js/script-tests/class-syntax-string-and-numeric-names.js: Added.
* js/script-tests/class-syntax-super.js:
2015-05-01 Brent Fulgham <bfulgham@apple.com>
Create a set of initial scroll snap point tests
https://bugs.webkit.org/show_bug.cgi?id=142358
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-horizontal.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-slow-vertical.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical.html: Added.
2015-05-01 Andreas Kling <akling@apple.com>
Reproducible crash removing name attribute from <img> node
<https://webkit.org/b/144371>
<rdar://problem/17198583>
Reviewed by Darin Adler.
* fast/dom/HTMLImageElement/remove-name-id-attribute-from-image-expected.txt: Added.
* fast/dom/HTMLImageElement/remove-name-id-attribute-from-image.html: Added.
2015-05-01 Eric Carlson <eric.carlson@apple.com>
Postpone caption style sheet creation
https://bugs.webkit.org/show_bug.cgi?id=144499
Reviewed by Simon Fraser.
* media/track/track-user-stylesheet-expected.txt: Added.
* media/track/track-user-stylesheet.html: Added.
2015-05-01 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Text dilation parameters are not restored after being set
https://bugs.webkit.org/show_bug.cgi?id=144507
<rdar://problem/19446938>
Reviewed by Simon Fraser and Ned Holbrook.
See below.
* fast/text/dilation-save-restore-expected.html: Added. Never sets dilation parameters, draws two strings.
* fast/text/dilation-save-restore.html: Added. Draws one string without dilation, sets the dilation, then draws a
second string. If saving and restoring doesn't work correctly, these two lines will appear different.
2015-05-01 Jordan Harband <ljharb@gmail.com>
String#startsWith/endsWith/includes don't handle Infinity position/endPosition args correctly
https://bugs.webkit.org/show_bug.cgi?id=144314
Reviewed by Darin Adler.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening for GTK+.
* platform/gtk/TestExpectations: Remove some inaccurate missing results
and unskip a passing test.
2015-05-01 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] accessibility/secure-textfield-title-ui.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98375
Reviewed by Chris Fleizach.
Modify the test to check the childrenCount of the titleUIElement in order
to determine where the element text is exposed. On the Mac, it's exposed
in StaticText children; in ATK, in the element itself. The test was failing
because it assumed the text was in the first child of the element.
* accessibility/secure-textfield-title-ui.html: Modified.
* platform/gtk/TestExpectations: Unskipped the failing test.
2015-05-01 Brady Eidson <beidson@apple.com>
Add API to disable meta refreshes.
<rdar://problem/20333198> and https://bugs.webkit.org/show_bug.cgi?id=144269
Reviewed by Alexey Proskuryakov.
* loader/meta-refresh-disabled-expected.txt: Added.
* loader/meta-refresh-disabled.html: Added.
* loader/resources/notify-done.html: Added.
* platform/win/TestExpectations:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening for WebKitGTK+
Unskip some passing tests. Add new baselines. Properly organize some
failures in the TestExpectations file.
* platform/gtk/TestExpectations:
* platform/gtk/editing/execCommand/print-expected.png: Added.
* platform/gtk/editing/execCommand/print-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-progress-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-select-on-click-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-subtitle-expected.txt: Added.
* platform/gtk/fast/attachment/attachment-title-expected.txt: Added.
* platform/gtk/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt: Added.
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/gtk/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
* platform/gtk/fast/multicol/scrolling-column-rules-expected.png: Added.
* platform/gtk/fast/multicol/scrolling-column-rules-expected.txt: Added.
* platform/gtk/printing/allowed-page-breaks-expected.txt: Added.
* platform/gtk/printing/compositing-layer-printing-expected.png: Added.
* platform/gtk/printing/compositing-layer-printing-expected.txt:
* platform/gtk/printing/css2.1/page-break-after-000-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-001-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-002-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-003-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-after-004-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-000-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-001-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-before-002-expected.txt: Added.
* platform/gtk/printing/css2.1/page-break-inside-000-expected.txt: Added.
* platform/gtk/printing/iframe-print-expected.png: Added.
* platform/gtk/printing/iframe-print-expected.txt: Added.
* platform/gtk/printing/media-queries-print-expected.png: Added.
* platform/gtk/printing/media-queries-print-expected.txt:
* platform/gtk/printing/no-content-empty-pages-expected.txt: Added.
* platform/gtk/printing/numberOfPages-expected.txt: Added.
* platform/gtk/printing/page-break-after-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-always-expected.txt: Added.
* platform/gtk/printing/page-break-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-before-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-display-none-expected.txt: Added.
* platform/gtk/printing/page-break-inside-avoid-expected.txt: Added.
* platform/gtk/printing/page-break-margin-collapsed-expected.txt: Added.
* platform/gtk/printing/page-break-orphans-and-widows-expected.txt: Added.
* platform/gtk/printing/page-break-orphans-expected.txt: Added.
* platform/gtk/printing/page-break-widows-expected.txt: Added.
* platform/gtk/printing/page-count-layout-overflow-expected.txt: Added.
* platform/gtk/printing/page-count-percentage-height-expected.txt: Added.
* platform/gtk/printing/page-count-relayout-shrink-expected.txt: Added.
* platform/gtk/printing/page-count-with-one-word-expected.txt: Added.
* platform/gtk/printing/page-format-data-display-none-expected.txt: Added.
* platform/gtk/printing/page-format-data-expected.txt: Added.
* platform/gtk/printing/page-rule-css-text-expected.txt: Added.
* platform/gtk/printing/page-rule-in-media-query-expected.png: Added.
* platform/gtk/printing/page-rule-in-media-query-expected.txt: Added.
* platform/gtk/printing/pageNumerForElementById-expected.txt: Added.
* platform/gtk/printing/print-close-crash-expected.txt: Added.
* platform/gtk/printing/pseudo-class-outside-page-expected.txt: Added.
* platform/gtk/printing/return-from-printing-mode-expected.png: Added.
* platform/gtk/printing/return-from-printing-mode-expected.txt:
* platform/gtk/printing/setPrinting-expected.png: Added.
* platform/gtk/printing/setPrinting-expected.txt: Added.
* platform/gtk/printing/simultaneous-position-float-change-expected.png: Added.
* platform/gtk/printing/simultaneous-position-float-change-expected.txt: Added.
* platform/gtk/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
* platform/gtk/printing/stretch-to-view-height-expected.txt: Added.
* platform/gtk/printing/width-overflow-expected.png: Added.
* platform/gtk/printing/width-overflow-expected.txt: Added.
* platform/gtk/printing/zoomed-document-expected.txt: Added.
2015-05-01 Martin Robinson <mrobinson@igalia.com>
[Freetype] Properly support synthetic oblique in vertical text
https://bugs.webkit.org/show_bug.cgi?id=144492
Reviewed by Sergio Villar Senin.
* platform/gtk/TestExpectations: Unskip passing tests.
* platform/gtk/fast/text/international/synthesized-italic-vertical-latin-expected.png: Added.
* platform/gtk/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
2015-05-01 Eric Carlson <eric.carlson@apple.com>
Fix text track language selection logic
https://bugs.webkit.org/show_bug.cgi?id=144467
Reviewed by Brent Fulgham.
* media/track/track-language-preference-expected.txt:
* media/track/track-language-preference.html: Updated, add new tests.
* platform/mac/TestExpectations:
2015-05-01 Martin Robinson <mrobinson@igalia.com>
Unreviewed gardening. Rebaseline some tests for WebKitGTK+.
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt: Rebaseline.
* platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Removed. The
platform-independent baseline should be good enough.
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Update results of inspector tests.
* inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
* inspector-protocol/debugger/regress-133182-expected.txt:
* inspector-protocol/debugger/regress-133182.html:
* inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
* inspector-protocol/debugger/terminate-dedicated-worker-while-paused-expected.txt:
* inspector-protocol/page/deny-X-FrameOption-expected.txt:
* inspector/debugger/search-scripts-expected.txt:
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Remove skipped and broken inspector test.
This is the last test relying on the old model interface.
* TestExpectations:
* http/tests/inspector-protocol/resources/InspectorTest.js:
(InspectorTest.initializeInspectorModels.console.error.window.onerror): Deleted.
(InspectorTest.initializeInspectorModels.console.assert): Deleted.
(InspectorTest.initializeInspectorModels): Deleted.
* inspector-protocol/indexeddb/basics-expected.txt: Removed.
* inspector-protocol/indexeddb/basics.html: Removed.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-04-30 Dean Jackson <dino@apple.com>
Expose -apple-system as a font family
https://bugs.webkit.org/show_bug.cgi?id=144484
<rdar://problem/20767330>
Reviewed by Tim Horton.
Change a bunch of tests to use "-apple-system" instead
of "-apple-system-font" for font-family.
Add a test to make sure the old name still works.
* fast/text/system-font-legacy-name.html
* platform/ios-simulator/fast/text/system-monospaced-numbers.html:
* platform/ios-simulator/ios/fast/text/apple-logo-expected.txt:
* platform/ios-simulator/ios/fast/text/apple-logo.html:
* platform/ios-simulator/ios/fast/text/opticalFont-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFont.html:
* platform/ios-simulator/ios/fast/text/opticalFontWithWeight-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFontWithWeight.html:
* platform/ios-simulator/ios/fast/text/underline-scaling-expected.txt:
* platform/ios-simulator/ios/fast/text/underline-scaling.html:
* platform/mac/fast/text/systemFont-expected.txt:
* platform/mac/fast/text/systemFont.html:
2015-04-30 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] overflow-position keyword for align and justify properties.
https://bugs.webkit.org/show_bug.cgi?id=144235
Reviewed by Sergio Villar Senin.
Implementation of overflow-keyword handling for Grid Layout on
align-self and justify-self properties.
* fast/css-grid-layout/grid-align-justify-overflow-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-overflow.html: Added.
2015-04-30 Jon Davis <jond@apple.com>
Web Inspector: console should show an icon for console.info() messages
https://bugs.webkit.org/show_bug.cgi?id=18530
Reviewed by Timothy Hatcher.
* inspector/console/console-api-expected.txt:
2015-04-30 Dean Jackson <dino@apple.com>
-apple-system-font-monospaced-numbers doesn't work on iOS
https://bugs.webkit.org/show_bug.cgi?id=144478
<rdar://problem/20544940>
Reviewed by Brent Fulgham.
A test that draws two lines of different numbers and checks
they are the same width.
* platform/ios-simulator/fast/text/system-monospaced-numbers-expected.txt: Added.
* platform/ios-simulator/fast/text/system-monospaced-numbers.html: Added.
2015-04-30 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, ios-simulator gardening
* Address linter warnings.
* Unskip some tests that pass.
* More generically skip unsupported iOS features.
* Address FIXMEs.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-04-30 Filip Pizlo <fpizlo@apple.com>
js/regress/is-string-fold-tricky.html and js/regress/is-string-fold.html are crashing
https://bugs.webkit.org/show_bug.cgi?id=144463
Reviewed by Benjamin Poulain.
Unskip now that the bug is fixed.
* TestExpectations:
* js/regress/script-tests/is-string-fold-tricky.js:
* js/regress/script-tests/is-string-fold.js:
2015-04-30 Brady Eidson <beidson@apple.com>
Javascript using WebSQL can create their own WebKit info table.
<rdar://problem/20688792> and https://bugs.webkit.org/show_bug.cgi?id=144466
Reviewed by Alex Christensen.
* storage/websql/alter-to-info-table-expected.txt: Added.
* storage/websql/alter-to-info-table.html: Added.
* storage/websql/alter-to-info-table.js: Added.
2015-04-30 Martin Robinson <mrobinson@igalia.com>
Unskip isolated words tests on WebKitGTK+
* platform/gtk/TestExpectations: Unskip tests. We've been able to run these
since the switch to WebKitTestRunner.
2015-04-30 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip new tests js/regress/is-string-fold.html and js/regress/is-string-fold-tricky.html because they are crashing in RJST as well.
* js/regress/script-tests/is-string-fold-tricky.js:
* js/regress/script-tests/is-string-fold.js:
2015-04-30 Martin Robinson <mrobinson@igalia.com>
Rebaseline some editing tests for WebKitGTK+
Also add some missing baselines.
* fast/hidpi/broken-image-icon-very-hidpi-expected.png: Added.
* fast/hidpi/broken-image-icon-very-hidpi-expected.txt: Added.
* platform/gtk/editing/execCommand/5142012-1-expected.png:
* platform/gtk/editing/execCommand/5142012-1-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/pasteboard/4989774-expected.txt:
2015-04-30 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skip new tests js/regress/is-string-fold.html and js/regress/is-string-fold-tricky.html because they are crashing.
* TestExpectations:
2015-04-30 Jon Honeycutt <jhoneycutt@apple.com>
Add image failure expectation for
svg/filters/sourceAlpha-input-filter-effect.html on Windows
Unreviewed.
* platform/win/TestExpectations:
2015-04-29 Filip Pizlo <fpizlo@apple.com>
DFG Is<Blah> versions of TypeOf should fold based on proven input type
https://bugs.webkit.org/show_bug.cgi?id=144409
Reviewed by Geoffrey Garen.
* js/regress/is-boolean-fold-expected.txt: Added.
* js/regress/is-boolean-fold-tricky-expected.txt: Added.
* js/regress/is-boolean-fold-tricky.html: Added.
* js/regress/is-boolean-fold.html: Added.
* js/regress/is-function-fold-expected.txt: Added.
* js/regress/is-function-fold-tricky-expected.txt: Added.
* js/regress/is-function-fold-tricky-internal-function-expected.txt: Added.
* js/regress/is-function-fold-tricky-internal-function.html: Added.
* js/regress/is-function-fold-tricky.html: Added.
* js/regress/is-function-fold.html: Added.
* js/regress/is-number-fold-expected.txt: Added.
* js/regress/is-number-fold-tricky-expected.txt: Added.
* js/regress/is-number-fold-tricky.html: Added.
* js/regress/is-number-fold.html: Added.
* js/regress/is-object-or-null-fold-expected.txt: Added.
* js/regress/is-object-or-null-fold-functions-expected.txt: Added.
* js/regress/is-object-or-null-fold-functions.html: Added.
* js/regress/is-object-or-null-fold-less-tricky-expected.txt: Added.
* js/regress/is-object-or-null-fold-less-tricky.html: Added.
* js/regress/is-object-or-null-fold-tricky-expected.txt: Added.
* js/regress/is-object-or-null-fold-tricky.html: Added.
* js/regress/is-object-or-null-fold.html: Added.
* js/regress/is-object-or-null-trickier-function-expected.txt: Added.
* js/regress/is-object-or-null-trickier-function.html: Added.
* js/regress/is-object-or-null-trickier-internal-function-expected.txt: Added.
* js/regress/is-object-or-null-trickier-internal-function.html: Added.
* js/regress/is-object-or-null-tricky-function-expected.txt: Added.
* js/regress/is-object-or-null-tricky-function.html: Added.
* js/regress/is-object-or-null-tricky-internal-function-expected.txt: Added.
* js/regress/is-object-or-null-tricky-internal-function.html: Added.
* js/regress/is-string-fold-expected.txt: Added.
* js/regress/is-string-fold-tricky-expected.txt: Added.
* js/regress/is-string-fold-tricky.html: Added.
* js/regress/is-string-fold.html: Added.
* js/regress/is-undefined-fold-expected.txt: Added.
* js/regress/is-undefined-fold-tricky-expected.txt: Added.
* js/regress/is-undefined-fold-tricky.html: Added.
* js/regress/is-undefined-fold.html: Added.
* js/regress/script-tests/is-boolean-fold-tricky.js: Added.
* js/regress/script-tests/is-boolean-fold.js: Added.
* js/regress/script-tests/is-function-fold-tricky-internal-function.js: Added.
* js/regress/script-tests/is-function-fold-tricky.js: Added.
(func):
(func2):
* js/regress/script-tests/is-function-fold.js: Added.
(value1):
* js/regress/script-tests/is-number-fold-tricky.js: Added.
* js/regress/script-tests/is-number-fold.js: Added.
* js/regress/script-tests/is-object-or-null-fold-functions.js: Added.
(value2):
* js/regress/script-tests/is-object-or-null-fold-less-tricky.js: Added.
* js/regress/script-tests/is-object-or-null-fold-tricky.js: Added.
* js/regress/script-tests/is-object-or-null-fold.js: Added.
* js/regress/script-tests/is-object-or-null-trickier-function.js: Added.
(func):
(func2):
* js/regress/script-tests/is-object-or-null-trickier-internal-function.js: Added.
* js/regress/script-tests/is-object-or-null-tricky-function.js: Added.
(func):
* js/regress/script-tests/is-object-or-null-tricky-internal-function.js: Added.
* js/regress/script-tests/is-string-fold-tricky.js: Added.
* js/regress/script-tests/is-string-fold.js: Added.
* js/regress/script-tests/is-undefined-fold-tricky.js: Added.
* js/regress/script-tests/is-undefined-fold.js: Added.
* js/regress/sink-function-expected.txt: Added.
* js/regress/sink-function.html: Added.
2015-04-30 Brent Fulgham <bfulgham@apple.com>
[Mac] Expand test infrastructure to support scrolling tests (Part 3)
https://bugs.webkit.org/show_bug.cgi?id=144131
Reviewed by Eric Carlson.
Update the WK2 scrolling tests to use the new scroll trigger infrastructure to reduce the use of
timeouts.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler.html:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select.html:
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html:
* platform/mac-wk2/tiled-drawing/scrolling/root-overflow-with-mousewheel.html:
2015-04-30 Antti Koivisto <antti@apple.com>
These should be saying HTTP/1.1 not HTTP/1.0
* http/tests/cache/resources/iframe304.php:
* http/tests/cache/resources/iframe304body.php:
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
[Win] Update baselines after r183610.
Unreviewed Gardening.
* platform/win/fast/css/apple-system-colors-expected.txt: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Crash at WebCore::Document::absoluteRegionForEventTargets
https://bugs.webkit.org/show_bug.cgi?id=144426
rdar://problem/20502166
Reviewed by Tim Horton.
Test that disconnects a frame with a wheel event handler then GCs, and one that
disconnects are reconnects. In both case, the parent document should have zero
wheel event handlers registered on it.
* fast/events/wheelevent-in-frame-expected.txt: Added.
* fast/events/wheelevent-in-frame.html: Added.
* fast/events/wheelevent-in-reattached-frame-expected.txt: Added.
* fast/events/wheelevent-in-reattached-frame.html: Added.
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
LiveNodeList may unexpectedly return an element for empty string
https://bugs.webkit.org/show_bug.cgi?id=144429
Reviewed by Darin Adler.
* fast/dom/named-items-with-empty-name-expected.txt:
* fast/dom/named-items-with-empty-name.html:
2015-04-29 Dean Jackson <dino@apple.com>
Create a named CSS property for system colors
https://bugs.webkit.org/show_bug.cgi?id=144423
<rdar://problem/20491011>
Reviewed by Tim Horton.
Expose the following values to CSS color properties:
-apple-system-blue
-apple-system-brown
-apple-system-gray
-apple-system-green
-apple-system-orange
-apple-system-pink
-apple-system-purple
-apple-system-red
-apple-system-yellow
The new test shows the computed value for each of these colors. It
includes generic results (no special value) and platform results for
Mac (other than Mavericks) and iOS.
* fast/css/apple-system-colors-expected.txt: Generic results.
* fast/css/apple-system-colors.html: Added - the new test.
* platform/mac/fast/css/apple-system-colors-expected.txt: Added OS X results.
* platform/ios-simulator/fast/css/apple-system-colors-expected.txt: Added iOS results.
* platform/mac-mavericks/fast/css/apple-system-colors-expected.txt: Generic results for Mavericks.
2015-04-29 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183600.
https://bugs.webkit.org/show_bug.cgi?id=144432
New tests time out everywhere (Requested by ap on #webkit).
Reverted changeset:
"Crash at WebCore::Document::absoluteRegionForEventTargets"
https://bugs.webkit.org/show_bug.cgi?id=144426
http://trac.webkit.org/changeset/183600
2015-04-29 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
* fast/frames/flattening/resources/iframe-to-resize.html: Added more logging to the test.
2015-04-29 Martin Robinson <mrobinson@igalia.com>
Unskip 3D transformation tests for WebKitGTK+
Unreviewed. This is gardening.
These tests should run reasonably well on the testing bots, now that
they use llvmpipe to run OpenGL.
* platform/gtk/TestExpectations:
* platform/gtk/transforms/3d/general/background-visibility-layers-expected.png: Added.
* platform/gtk/transforms/3d/general/cssmatrix-3d-zoom-expected.png: Added.
* platform/gtk/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
* platform/gtk/transforms/3d/general/perspective-non-layer-expected.png: Added.
* platform/gtk/transforms/3d/general/perspective-units-expected.png: Added.
* platform/gtk/transforms/3d/general/transform-origin-z-change-expected.png: Added.
* platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Rebaseline after r183597.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt:
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Crash at WebCore::Document::absoluteRegionForEventTargets
https://bugs.webkit.org/show_bug.cgi?id=144426
rdar://problem/20502166
Reviewed by Tim Horton.
Test that disconnects a frame with a wheel event handler then GCs, and one that
disconnects are reconnects. In both case, the parent document should have zero
wheel event handlers registered on it.
* fast/events/wheelevent-in-frame-expected.txt: Added.
* fast/events/wheelevent-in-frame.html: Added.
* fast/events/wheelevent-in-reattached-frame-expected.txt: Added.
* fast/events/wheelevent-in-reattached-frame.html: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Compute the non-fast-scrollable region in main-document coordinates
https://bugs.webkit.org/show_bug.cgi?id=144420
Reviewed by Tim Horton.
We now report the non-fast region in document coordinates, so these two results change.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt:
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
NodeList has issues with Symbol and empty string
https://bugs.webkit.org/show_bug.cgi?id=144310
Reviewed by Darin Adler.
* fast/dom/StyleSheet/stylesheet-symbol-names-expected.txt: Added.
* fast/dom/StyleSheet/stylesheet-symbol-names.html: Added.
* fast/dom/dataset-name-getter-symbols-expected.txt: Added.
* fast/dom/dataset-name-getter-symbols.html: Added.
* fast/dom/named-items-with-empty-name-expected.txt: Added.
* fast/dom/named-items-with-empty-name.html: Added.
* fast/dom/named-items-with-symbol-name-expected.txt: Added.
* fast/dom/named-items-with-symbol-name.html: Added.
* storage/domstorage/localstorage/named-items-expected.txt: Added.
* storage/domstorage/localstorage/named-items.html: Added.
2015-04-29 Simon Fraser <simon.fraser@apple.com>
Allow testing of plug-ins that handle wheel events.
https://bugs.webkit.org/show_bug.cgi?id=144413
Reviewed by Tim Horton.
Test the non-fast scrollable region with top content inset and header height, and with a plug-in.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset-header.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/top-content-inset.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-event-plugin.html: Added.
2015-04-29 Martin Robinson <mrobinson@igalia.com>
[GTK] Add support for automatic hyphenation
https://bugs.webkit.org/show_bug.cgi?id=44478
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: Unskip most hyphenation tests.
* platform/gtk/fast/text/hyphenate-character-expected.png: Added.
* platform/gtk/fast/text/hyphenate-character-expected.txt:
* platform/gtk/fast/text/hyphenate-first-word-expected.png: Added.
* platform/gtk/fast/text/hyphenate-first-word-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.png:
* platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.png:
* platform/gtk/fast/text/hyphenate-limit-lines-expected.txt:
* platform/gtk/fast/text/hyphenate-locale-expected.png: Added.
* platform/gtk/fast/text/hyphenate-locale-expected.txt:
* platform/gtk/fast/text/hyphens-expected.png: Added.
* platform/gtk/fast/text/hyphens-expected.txt:
* platform/gtk/fast/text/word-break-soft-hyphen-expected.png:
2015-04-29 Zalan Bujtas <zalan@apple.com>
Simple line layout: Web process spins endlessly below layoutSimpleLines.
https://bugs.webkit.org/show_bug.cgi?id=144403
rdar://problem/20742783
Reviewed by Antti Koivisto.
When a text fragment overlaps multiple renderes and it does not fit the current line,
we revert the text fragment iterator position so that the overlapping content
gets processed again for the next line.
However, TextFragmentIterator::revertToFragment() was reverting too much and
we started processing old content all over again -> infinite loop.
This patch ensures that text fragment iterator is reverted to the right position.
* fast/text/simple-line-layout-wrapping-multiple-renderers-hang-expected.html: Added.
* fast/text/simple-line-layout-wrapping-multiple-renderers-hang.html: Added.
2015-04-29 Antti Koivisto <antti@apple.com>
Mark newly added http/tests/cache/main-resource-304-reload.html failing on Windows.
* platform/win/TestExpectations:
2015-04-28 Geoffrey Garen <ggaren@apple.com>
It shouldn't take 1846 lines of code and 5 FIXMEs to sort an array.
https://bugs.webkit.org/show_bug.cgi?id=144013
Reviewed by Mark Lam.
* js/script-tests/array-holes.js:
* js/array-holes-expected.txt: This result now matches Firefox. We see
'peekaboo', which is a prototype property, rather than a hole, because
sorting uses [[Get]], which sees prototype properties.
The ES6 spec says that sorting should use [[Get]], so this new result
matches the spec a little better -- although the spec also says that the
result of sorting is undefined in this case because of the presence of
an indexed property in the prototype chain.
* js/dom/array-prototype-properties-expected.txt: Updated error message
to match other array prototype error messages.
* js/comparefn-sort-stability-expected.txt:
* js/script-tests/comparefn-sort-stability.js: Made this test bigger in
order to demonstrate that Firefox and Safari use a stable sort, and
Chrome does not.
* js/script-tests/array-sort-sparse.js:
* js/array-sort-sparse-expected.txt: Added some tests for things I got
wrong in this patch.
* script-tests/sort-with-side-effecting-comparisons.js: Made this test
shorter so that it wouldn't hang debug builds. This test is O(N^2). It
used to terminate sooner because our sort implementation would (sometimes)
terminate sooner if you shrank the array. Our new sort does not accept
intermediate updates to the array's length, matching Firefox. I spoke
to Gavin and Alexey about this, and we think that going out of our way
to honor length changes mid-sort doesn't make much sense because it's
not possible to honor the general case of value changes in a predictable
way.
2015-04-29 Antti Koivisto <antti@apple.com>
Main resource loaded via 304 response becomes empty if reloaded by user
https://bugs.webkit.org/show_bug.cgi?id=144386
Reviewed by Darin Adler.
* http/tests/cache/main-resource-304-reload-expected.txt: Added.
* http/tests/cache/main-resource-304-reload.html: Added.
* http/tests/cache/resources/iframe304body.php: Added.
2015-04-29 Darin Adler <darin@apple.com>
[ES6] Implement Unicode code point escapes
https://bugs.webkit.org/show_bug.cgi?id=144377
Reviewed by Antti Koivisto.
* js/script-tests/unicode-escape-sequences.js: Added.
* js/unicode-escape-sequences-expected.txt: Added.
* js/unicode-escape-sequences.html: Added. Generated with make-script-test-wrappers.
2015-04-29 Hyungwook Lee <hyungwook.lee@navercorp.com>
Fix crash in WebCore::LogicalSelectionOffsetCaches::ContainingBlockInfo::setBlock().
https://bugs.webkit.org/show_bug.cgi?id=140261
Reviewed by Darin Adler.
* editing/execCommand/crash-140261-expected.txt: Added.
* editing/execCommand/crash-140261.html: Added.
2015-04-29 Youenn Fablet <youenn.fablet@crf.canon.fr>
Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files
https://bugs.webkit.org/show_bug.cgi?id=143711
Reviewed by Darin Adler.
* http/tests/appcache/resources/fake-video.mp4: Added.
* http/tests/appcache/resources/simple-video-sync.manifest: Added.
* http/tests/appcache/simple-video-sync-expected.txt: Added.
* http/tests/appcache/simple-video-sync.html: Added.
2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
REGRESSION(181868): Windows Live SkyDrive cannot open an excel file
https://bugs.webkit.org/show_bug.cgi?id=144373
Reviewed by Darin Adler.
* js/property-getters-and-setters-expected.txt:
* js/script-tests/property-getters-and-setters.js:
2015-04-28 Alexey Proskuryakov <ap@apple.com>
[WK2] fast/forms/input-search-press-escape-key.html crashes
https://bugs.webkit.org/show_bug.cgi?id=87168
rdar://problem/11508829
* platform/wk2/TestExpectations: This doesn't crash for me any more, unskipping.
2015-04-28 Zalan Bujtas <zalan@apple.com>
Checkboxes on bugs.webkit.org are painted with stripes at some zoom levels.
https://bugs.webkit.org/show_bug.cgi?id=144351
Reviewed by Simon Fraser.
This patch ensures that CG context is properly restored after painting dashed/dotted lines.
* fast/forms/checkbox-painting-with-hr-expected.html: Added.
* fast/forms/checkbox-painting-with-hr.html: Added.
2015-04-28 Andreas Kling <akling@apple.com>
DFG should generate efficient code for branching on a string's boolean value.
<https://webkit.org/b/144317>
Reviewed by Geoff Garen & Filip Pizlo.
* js/regress/branch-on-string-as-boolean-expected.txt: Added.
* js/regress/branch-on-string-as-boolean.html: Added.
* js/regress/script-tests/branch-on-string-as-boolean.js: Added.
2015-04-27 Myles C. Maxfield <mmaxfield@apple.com>
Implement font-synthesis CSS property
https://bugs.webkit.org/show_bug.cgi?id=144305
Reviewed by Andreas Kling.
Test all combinations of font-weight, font-style, and font-synthesis.
* fast/css3-text/font-synthesis-expected.html: Added.
* fast/css3-text/font-synthesis.html: Added.
2015-04-28 Brent Fulgham <bfulgham@apple.com>
[Win] Temporarily disable WebGL support
https://bugs.webkit.org/show_bug.cgi?id=144291
* platform/win/TestExpectations:
* platform/win/js/dom/constructor-length-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-04-28 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; add results for new tests.
* media/audio-playback-restriction-autoplay-expected.txt: Added.
* media/audio-playback-restriction-play-expected.txt: Added.
2015-04-28 Brent Fulgham <bfulgham@apple.com>
[Win] PHP scripts fail if HTTP_ORIGIN is not set.
https://bugs.webkit.org/show_bug.cgi?id=144333
Rubberstamped by Brady Eidson.
* http/tests/security/resources/cors-post-redirect-target.php: Check
that HTTP_ORIGIN key exists before using it to avoid PHP error.
2015-04-28 Andy Estes <aestes@apple.com>
Add expectations for tests added in r183428 and r183450.
* js/regress/typed-array-get-set-by-val-profiling-expected.txt: Added.
* media/audio-playback-restriction-autoplay-expected.txt: Added.
* media/audio-playback-restriction-play-expected.txt: Added.
2015-04-28 Antti Koivisto <antti@apple.com>
Network Cache: Disk cache getting filled by YouTube video data
https://bugs.webkit.org/show_bug.cgi?id=144259
Reviewed by Darin Adler.
* http/tests/cache/disk-cache/disk-cache-media-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-media.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
(generateTestURL):
2015-04-25 Simon Fraser <simon.fraser@apple.com>
Eliminate styleDidChange with StyleDifferenceEqual when updates are actually necessary
https://bugs.webkit.org/show_bug.cgi?id=144198
Reviewed by Darin Adler, Antti Koivisto.
New test that detects whether a "hardware" animation is firing the style recalc
timer on every frame, which happened during development of this patch.
* compositing/animation/no-style-recalc-during-accelerated-animation-expected.txt: Added.
* compositing/animation/no-style-recalc-during-accelerated-animation.html: Added.
2015-04-27 Benjamin Poulain <bpoulain@apple.com>
[JSC] Add support for typed arrays to the Array profiling
https://bugs.webkit.org/show_bug.cgi?id=143913
Reviewed by Filip Pizlo.
* js/regress/script-tests/typed-array-get-set-by-val-profiling.js: Added.
* js/regress/typed-array-get-set-by-val-profiling.html: Added.
2015-04-27 Doug Russell <d_russell@apple.com>
Break up select text into multiple tests
https://bugs.webkit.org/show_bug.cgi?id=144301
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
* platform/mac/accessibility/select-text-expected.txt: Removed.
* platform/mac/accessibility/select-text.html: Removed.
* platform/mac/accessibility/select-text/select-text-1-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-1.html: Added.
* platform/mac/accessibility/select-text/select-text-135546-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-135546.html: Added.
* platform/mac/accessibility/select-text/select-text-135575-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-135575.html: Added.
* platform/mac/accessibility/select-text/select-text-2-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-2.html: Added.
* platform/mac/accessibility/select-text/select-text-3-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-3.html: Added.
* platform/mac/accessibility/select-text/select-text-4-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-4.html: Added.
* platform/mac/accessibility/select-text/select-text-5-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-5.html: Added.
* platform/mac/accessibility/select-text/select-text-6-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-6.html: Added.
* platform/mac/accessibility/select-text/select-text-7-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-7.html: Added.
* platform/mac/accessibility/select-text/select-text-8-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-8.html: Added.
* platform/mac/accessibility/select-text/select-text-9-expected.txt: Added.
* platform/mac/accessibility/select-text/select-text-9.html: Added.
2015-04-27 Daniel Bates <dabates@apple.com>
Form control may be associated with the wrong HTML Form element after form id change
https://bugs.webkit.org/show_bug.cgi?id=133456
<rdar://problem/17095055>
Reviewed by Andy Estes.
Add tests to ensure that we associate the correct HTML Form element with a
<select> after changing the id of its associated HTML form element.
* fast/forms/change-form-id-to-be-unique-expected.txt: Added.
* fast/forms/change-form-id-to-be-unique-then-submit-form-expected.txt: Added.
* fast/forms/change-form-id-to-be-unique-then-submit-form.html: Added.
* fast/forms/change-form-id-to-be-unique.html: Added.
2015-04-27 Jer Noble <jer.noble@apple.com>
Add a setting & restriction which prevents non-interactivte playback of audible media elements.
https://bugs.webkit.org/show_bug.cgi?id=143486
Reviewed by Eric Carlson.
* media/audio-playback-restriction-autoplay.html: Added.
* media/audio-playback-restriction-play.html: Added.
* media/video-test.js:
(setCaptionDisplayMode):
(runWithKeyDown.eventName.window.testRunner.eventSender.keyDown.string_appeared_here.string_appeared_here.thunk):
(runWithKeyDown):
2015-04-27 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioContext does not remove user-gesture restriction during resume()
https://bugs.webkit.org/show_bug.cgi?id=144211
Reviewed by Eric Carlson.
* webaudio/audiocontext-restriction-audiobuffersourcenode-start-expected.txt: Added.
* webaudio/audiocontext-restriction-audiobuffersourcenode-start.html: Added.
* webaudio/audiocontext-restriction-expected.txt: Added.
* webaudio/audiocontext-restriction.html: Added.
* webaudio/resources/audio-testing.js:
(runWithKeyDown):
2015-04-27 Alexey Proskuryakov <ap@apple.com>
rdar://problem/16678392 Page visibility tests are broken in Yosemite
* platform/mac-wk2/TestExpectations: They don't seem to be broken any more, unskipping.
Maybe <http://trac.webkit.org/changeset/181866> fixed them?
Also updated the next line (media/video-background-tab-playback.html), as it didn't match what bots see now.
2015-04-27 Zalan Bujtas <zalan@apple.com>
Simple line layout: Wrong text offsetting when range does not start from the first renderer.
https://bugs.webkit.org/show_bug.cgi?id=144167
rdar://problem/20639857
Reviewed by Simon Fraser.
This patch ensures that TextIterator returns the right text when the input range starts
from a sibling node.
TextIterator::m_previousTextLengthInFlow keeps track of the current node offset from the parent.
it is required to map simple line layout runs to RenderText positions.
This patch sets the offset value when the iteration start with a sibling node.
* fast/text/range-text-with-simple-line-layout-expected.txt: Added.
* fast/text/range-text-with-simple-line-layout.html: Added.
2015-04-27 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183393.
https://bugs.webkit.org/show_bug.cgi?id=144272
Caused memory corruption detected by GuardMalloc (Requested by
ap on #webkit).
Reverted changeset:
"Synchronous XMLHttpRequest should get access to AppCache
resources stored as flat files"
https://bugs.webkit.org/show_bug.cgi?id=143711
http://trac.webkit.org/changeset/183393
2015-04-27 Yoav Weiss <yoav@yoav.ws>
Fix viewport units in Media Queries
https://bugs.webkit.org/show_bug.cgi?id=144260
Reviewed by Darin Adler.
These tests make sure that viewport units are working as expected inside of Media Queries.
* fast/media/mq-viewport-units-expected.txt: Added.
* fast/media/mq-viewport-units.html: Added.
2015-04-27 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Support for the justify-self and justify-items in grid layout
https://bugs.webkit.org/show_bug.cgi?id=133280
Implementation of justify-self and justify-items properties for grid.
Added additional testing for ensuring margin, padding and border are considered when
computing grid item's position.
Reviewed by David Hyatt.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-lr-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-lr.html: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl-expected.txt: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding-vertical-rl.html: Added.
* fast/css-grid-layout/grid-align-justify-margin-border-padding.html: Added.
* fast/css-grid-layout/justify-self-cell-expected.txt: Added.
* fast/css-grid-layout/justify-self-cell.html: Added.
* fast/css-grid-layout/resources/grid.css:
(.directionLTR): Added. Useful for defining orthogonal flows.
2015-04-27 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Unreviewed.
Fixed timeout expectation of "closed should fulfill with
undefined" test. This doesn't time out anymore.
* streams/reference-implementation/readable-stream-templated.html:
2015-04-27 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream constructor start function should be able to close the stream
https://bugs.webkit.org/show_bug.cgi?id=143363
Reviewed by Benjamin Poulain.
Updated expectations with new passes.
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-04-27 Youenn Fablet <youenn.fablet@crf.canon.fr>
Synchronous XMLHttpRequest should get access to AppCache resources stored as flat files
https://bugs.webkit.org/show_bug.cgi?id=143711
Reviewed by Darin Adler.
* http/tests/appcache/resources/fake-video.mp4: Added.
* http/tests/appcache/resources/simple-video-sync.manifest: Added.
* http/tests/appcache/simple-video-sync-expected.txt: Added.
* http/tests/appcache/simple-video-sync.html: Added.
2015-04-27 Ryosuke Niwa <rniwa@webkit.org>
Also skip it in run-javascriptcore-tests.
* js/script-tests/class-syntax-semicolon.js:
2015-04-27 Ryosuke Niwa <rniwa@webkit.org>
Temporarily skip the test added in r183384 as it's hitting an assertion per an existing bug.
The newly uncovered bug is tracked by webkit.org/b/144258.
* TestExpectations:
2015-04-26 Alexey Proskuryakov <ap@apple.com>
editing/selection/programmatic-selection-on-mac-is-directionless.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141122
* platform/wk2/TestExpectations: Mark the test as such. Unfortunately, there are
almost certainly other tests affected by this.
2015-04-26 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] LayoutBox::hasDefiniteLogicalHeight() should consider abspos boxes as definite
https://bugs.webkit.org/show_bug.cgi?id=144144
Reviewed by Darin Adler.
Add new test case to check absolutely positioned elements.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size-expected.txt:
* fast/css-grid-layout/percent-track-breadths-regarding-container-size.html:
2015-04-26 Ryosuke Niwa <rniwa@webkit.org>
Class body ending with a semicolon throws a SyntaxError
https://bugs.webkit.org/show_bug.cgi?id=144244
Reviewed by Darin Adler.
Added a regression test for having a semicolon inside the class definition.
* js/class-syntax-semicolon-expected.txt: Added.
* js/class-syntax-semicolon.html: Added.
* js/script-tests/class-syntax-semicolon.js: Added.
2015-04-26 Ryosuke Niwa <rniwa@webkit.org>
Getter or setter method named "prototype" or "constrcutor" should throw SyntaxError
https://bugs.webkit.org/show_bug.cgi?id=144243
Reviewed by Darin Adler.
Added tests cases to both tests. Also added test cases missing from expression tests.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-04-26 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGFilterBuilder should drive the builtin sourceAlpha from the passed sourceGraphic
https://bugs.webkit.org/show_bug.cgi?id=144137
Reviewed by Darin Adler.
Ensure the SourceAlpha is driven from last applied FilterEffect.
* svg/filters/sourceAlpha-input-filter-effect-expected.html: Added.
* svg/filters/sourceAlpha-input-filter-effect.html: Added.
2015-04-26 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening fix.
Mark editing/selection/extend-by-character-007.html to skip
instead of missing. It is not supported by EFL port yet.
* platform/efl/TestExpectations:
2015-04-26 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed EFL gardening on 27th April.
Unskip 2 tests which have been passed since r183368.
Mark editing/selection/extend-by-character-007.html to missing.
This needs to have new baseline for EFL port.
* platform/efl/TestExpectations:
2015-04-26 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Support for align-self and align-items in grid layout
https://bugs.webkit.org/show_bug.cgi?id=133225
Reviewed by Darin Adler.
Implementation of align-self and align-items properties ifor grid.
Several layout tests were touched for adapting them to the new grid item's
column-axis position when using RTL direction.
* fast/css-grid-layout/grid-align-expected.txt: Added.
* fast/css-grid-layout/grid-align.html: Added.
* fast/css-grid-layout/grid-element-border-grid-item.html:
* fast/css-grid-layout/grid-element-border-padding-grid-item.html:
* fast/css-grid-layout/grid-element-padding-grid-item.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl-expected.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl-expected.html:
* fast/css-grid-layout/grid-item-margin-resolution.html:
2015-04-26 Doug Russell <d_russell@apple.com>
AX: richer text change notifications (142719)
https://bugs.webkit.org/show_bug.cgi?id=142719
Reviewed by Darin Adler.
Richer accessibility value change notifications. Introduce AXTextEditType,
postTextStateChangeNotification and postTextReplacementNotification to give assistive
tech apps more reliable context for responding to changes in web content. Also implement
a mechanism to post value changes in password form fields in coalesced ticks to thwart
analyzing the cadence of changes.
Richer accessibility selection change notifications. Introduce AXTextStateChangeIntent,
and an overload of postTextReplacementNotification to give assistive tech apps more
reliable context for responding to changes in web content selection. Also block posting
selection changes on password fields.
* platform/mac/accessibility/input-replacevalue-userinfo-expected.txt: Added.
* platform/mac/accessibility/input-replacevalue-userinfo.html: Added.
* platform/mac/accessibility/selection-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/selection-change-userinfo.html: Added.
* platform/mac/accessibility/value-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/value-change-userinfo.html: Added.
2015-04-26 Darin Adler <darin@apple.com>
REGRESSION (r176751): line-height ignored in <button> elements
https://bugs.webkit.org/show_bug.cgi?id=144234
Reviewed by Antti Koivisto.
* fast/forms/button-line-height-expected.html: Added.
* fast/forms/button-line-height.html: Added.
2015-04-26 Darin Adler <darin@apple.com>
REGRESSION (r173801): Use after free in WebCore::NotificationCenter::~NotificationCenter
https://bugs.webkit.org/show_bug.cgi?id=137163
Reviewed by Andy Estes.
* fast/notifications/request-notification-permission-while-reloading-expected.txt: Added.
* fast/notifications/request-notification-permission-while-reloading.html: Added.
2015-04-26 Benjamin Poulain <benjamin@webkit.org>
[JSC] Implement Math.clz32(), remove Number.clz()
https://bugs.webkit.org/show_bug.cgi?id=144205
Reviewed by Michael Saboff.
Basic conformance tests.
* js/Object-getOwnPropertyNames-expected.txt:
* js/math-clz32-expected.txt: Added.
* js/math-clz32.html: Renamed from LayoutTests/js/number-clz.html.
* js/number-clz-expected.txt: Removed.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/math-clz32.js: Added.
(objectConvertToString.toString):
(objectRecordToStringCall.toString):
(objectThrowOnToString.toString):
(objectWithValueOf.valueOf):
(objectThrowOnValueOf.valueOf):
(objectThrowOnValueOf.toString):
(objectRecordValueOfCall.valueOf):
(objectRecordConversionCalls.toString):
(objectRecordConversionCalls.valueOf):
* js/script-tests/number-clz.js: Removed.
2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Array.from need to accept iterables
https://bugs.webkit.org/show_bug.cgi?id=141055
Reviewed by Darin Adler.
Array.from now accepts iterables.
* js/array-from-expected.txt:
2015-04-26 Simon Fraser <simon.fraser@apple.com>
New baselines for iOS.
* platform/ios-simulator-wk2/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator-wk2/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator-wk2/compositing/repaint/invalidations-on-composited-layers-expected.txt:
* platform/ios-simulator-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-clipped-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-scrolling-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator-wk2/compositing/visible-rect/scrolled-expected.txt:
2015-04-26 Simon Fraser <simon.fraser@apple.com>
New WK1 results for this test.
* platform/mac-wk1/compositing/tiling/transform-origin-tiled-expected.txt: Added.
2015-04-25 Simon Fraser <simon.fraser@apple.com>
Expand compositing coverage rect when scrolling and animating
https://bugs.webkit.org/show_bug.cgi?id=144214
rdar://problem/20695926
Reviewed by Darin Adler.
New baselines for tests dumping layer output, with coverage rect being affected
by this changeset. One new test for tiling a layer inside overflow:hidden with transform-origin.
* compositing/contents-scale/animating-expected.txt:
* compositing/contents-scale/rounded-contents-scale-expected.txt:
* compositing/contents-scale/scaled-ancestor-expected.txt:
* compositing/contents-scale/simple-scale-expected.txt:
* compositing/tiling/transform-origin-tiled.html: Added.
* platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/visible-rect/scrolled-expected.txt:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
Mark some tests that take >10 seconds on debug bots as slow.
This is too close to 30 second timeout, so it's likely that these tests would flakily
time out on other configurations, e.g. locally.
* TestExpectations:
2015-04-25 Myles C. Maxfield <mmaxfield@apple.com>
font-synthesis's initial value is "style weight"
https://bugs.webkit.org/show_bug.cgi?id=144195
Reviewed by Darin Adler.
Updating test.
* fast/css3-text/font-synthesis-parse-expected.txt:
* fast/css3-text/font-synthesis-parse.html:
2015-04-25 Jordan Harband <ljharb@gmail.com>
Set#keys !== Set#values
https://bugs.webkit.org/show_bug.cgi?id=144190
Reviewed by Darin Adler.
* js/script-tests/set-keys.js: Added.
* js/set-keys-expected.txt: Added.
* js/set-keys.html: Added.
2015-04-25 Darin Adler <darin@apple.com>
Crash if IDBTransaction is aborted right after it's created
https://bugs.webkit.org/show_bug.cgi?id=144199
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations: Unskip storage/indexeddb/transaction-abort.html.
* storage/indexeddb/transaction-abort-expected.txt: Updated since the exact text of
the execptions is different from what was marked here as expected.
2015-04-23 Ryosuke Niwa <rniwa@webkit.org>
class methods should be non-enumerable
https://bugs.webkit.org/show_bug.cgi?id=143181
Reviewed by Darin Adler.
Added a regression test.
Also fixed a test that previously relied on "prototype" property being writable
since this is no longer the case.
* js/class-syntax-extends-expected.txt:
* js/class-syntax-prototype.html: Added.
* js/script-tests/class-syntax-extends.js:
* js/script-tests/class-syntax-prototype.js: Added.
2015-04-25 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement String.fromCodePoint
https://bugs.webkit.org/show_bug.cgi?id=144160
Reviewed by Darin Adler.
Add String.fromCodePoint.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
Mavericks fix - no window.performance there.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-25 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Unreviewed. Add more temporary logging to figure out what's going on with the test on bots.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183288.
https://bugs.webkit.org/show_bug.cgi?id=144189
Made js/sort-with-side-effecting-comparisons.html time out in
debug builds (Requested by ap on #webkit).
Reverted changeset:
"It shouldn't take 1846 lines of code and 5 FIXMEs to sort an
array."
https://bugs.webkit.org/show_bug.cgi?id=144013
http://trac.webkit.org/changeset/183288
2015-04-24 Myles C. Maxfield <mmaxfield@apple.com>
Implement parsing support for font-synthesis CSS property
https://bugs.webkit.org/show_bug.cgi?id=144180
Reviewed by Tim Horton.
* fast/css3-text/font-synthesis-parse-expected.txt: Added.
* fast/css3-text/font-synthesis-parse.html: Added.
2015-04-24 Simon Fraser <simon.fraser@apple.com>
Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
https://bugs.webkit.org/show_bug.cgi?id=144165
Reviewed by Dean Jackson.
New results for platform/mac-wk2/tiled-drawing tests that dump layer trees.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-iframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-scroll-position-page-cache-restoration-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt:
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt:
* platform/mac-wk2/tiled-drawing/use-tiled-drawing-expected.txt:
* platform/mac-wk2/tiled-drawing/visible-rect-content-inset-expected.txt:
2015-04-24 Simon Fraser <simon.fraser@apple.com>
Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached
https://bugs.webkit.org/show_bug.cgi?id=144165
Reviewed by Dean Jackson.
Updated results that now include coverage rects, and a new test that includes both visible
and hidden layers.
* compositing/contents-scale/animating-expected.txt:
* compositing/contents-scale/rounded-contents-scale-expected.txt:
* compositing/contents-scale/scaled-ancestor-expected.txt:
* compositing/contents-scale/simple-scale-expected.txt:
* compositing/contents-scale/z-translate-expected.txt:
* compositing/visible-rect/coverage-clipped-expected.txt: Added.
* compositing/visible-rect/coverage-clipped.html: Added.
* compositing/visible-rect/coverage-scrolling-expected.txt: Added.
* compositing/visible-rect/coverage-scrolling.html: Added.
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-clipped-expected.txt: Added.
* platform/ios-simulator-wk2/compositing/visible-rect/coverage-scrolling-expected.txt: Added.
* platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac-wk2/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt:
* platform/mac/compositing/visible-rect/animated-expected.txt:
* platform/mac/compositing/visible-rect/animated-from-none-expected.txt:
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/mac/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt:
* platform/mac/compositing/visible-rect/nested-transform-expected.txt:
* platform/mac/compositing/visible-rect/scrolled-expected.txt:
2015-04-21 Geoffrey Garen <ggaren@apple.com>
It shouldn't take 1846 lines of code and 5 FIXMEs to sort an array.
https://bugs.webkit.org/show_bug.cgi?id=144013
Reviewed by Mark Lam.
* js/script-tests/array-holes.js:
* js/array-holes-expected.txt: This result now matches Firefox. We see
'peekaboo', which is a prototype property, rather than a hole, because
sorting uses [[Get]], which sees prototype properties.
The ES6 spec says that sorting should use [[Get]], so this new result
matches the spec a little better -- although the spec also says that the
result of sorting is undefined in this case because of the presence of
an indexed property in the prototype chain.
* js/dom/array-prototype-properties-expected.txt: Updated error message
to match other array prototype error messages.
* js/comparefn-sort-stability-expected.txt:
* js/script-tests/comparefn-sort-stability.js: Made this test bigger in
order to demonstrate that Firefox and Safari use a stable sort, and
Chrome does not.
* js/script-tests/array-sort-sparse.js:
* js/array-sort-sparse-expected.txt: Added some tests for things I got
wrong in this patch.
2015-04-24 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Unreviewed follow-up. Added a notifyDone, so that the watchdog timer actually works.
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r183266.
https://bugs.webkit.org/show_bug.cgi?id=144164
Broke 32-bit build and a test. (Requested by ap on #webkit).
Reverted changeset:
"AX: richer text change notifications (142719)"
https://bugs.webkit.org/show_bug.cgi?id=142719
http://trac.webkit.org/changeset/183266
2015-04-24 Brady Eidson <beidson@apple.com>
Handling additional review feedback after http://trac.webkit.org/changeset/183280
https://bugs.webkit.org/show_bug.cgi?id=144157.
Suggested by, implicitly reviewed by, and explicitly rubber-stamped by Alexey Proskuryakov.
* http/tests/security/cors-post-redirect-303-expected.txt: Added.
* http/tests/security/cors-post-redirect-303.html: Added.
* http/tests/security/resources/cors-post-redirect-target.php:
2015-04-24 Brady Eidson <beidson@apple.com>
Origin header is preserved on cross-origin redirects.
https://bugs.webkit.org/show_bug.cgi?id=144157.
Reviewed by Sam Weinig.
* http/tests/security/cors-post-redirect-301-expected.txt: Added.
* http/tests/security/cors-post-redirect-301.html: Added.
* http/tests/security/cors-post-redirect-302-expected.txt: Added.
* http/tests/security/cors-post-redirect-302.html: Added.
* http/tests/security/cors-post-redirect-307-expected.txt: Added.
* http/tests/security/cors-post-redirect-307.html: Added.
* http/tests/security/cors-post-redirect-308-expected.txt: Added.
* http/tests/security/cors-post-redirect-308.html: Added.
* http/tests/security/resources/cors-post-redirect-target.php: Added.
2015-04-24 Matthew Mirman <mmirman@apple.com>
Added tests to ensure that Object.prototype.__proto__ native getter and setter do not coerce undefined to this
https://bugs.webkit.org/show_bug.cgi?id=141865
rdar://problem/19927273
Reviewed by Filip Pizlo.
* js/script-tests/sloppy-getter-setter-global-object.js: Added.
* js/sloppy-getter-setter-global-object-expected.txt: Added.
* js/sloppy-getter-setter-global-object.html: Added.
2015-04-24 Alexey Proskuryakov <ap@apple.com>
fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155
Reviewed by Anders Carlsson.
Cleaned the test up a little, and added logging to collect some information about
why it fails.
* fast/frames/flattening/iframe-flattening-resize-event-count.html:
* fast/frames/flattening/resources/iframe-to-resize.html:
2015-04-24 Doug Russell <d_russell@apple.com>
AX: richer text change notifications (142719)
https://bugs.webkit.org/show_bug.cgi?id=142719
Reviewed by Darin Adler.
Richer accessibility value change notifications. Introduce AXTextEditType, postTextStateChangeNotification and postTextReplacementNotification to give assistive tech apps more reliable context for responding to changes in web content. Also implement a mechanism to post value changes in password form fields in coalesced ticks to thwart analyzing the cadence of changes.
Richer accessibility selection change notifications. Introduce AXTextStateChangeIntent, and an overload of postTextReplacementNotification to give assistive tech apps more reliable context for responding to changes in web content selection. Also block posting selection changes on password fields.
* platform/mac/accessibility/input-replacevalue-userinfo-expected.txt: Added.
* platform/mac/accessibility/input-replacevalue-userinfo.html: Added.
* platform/mac/accessibility/selection-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/selection-change-userinfo.html: Added.
* platform/mac/accessibility/value-change-userinfo-expected.txt: Added.
* platform/mac/accessibility/value-change-userinfo.html: Added.
2015-04-24 Antti Koivisto <antti@apple.com>
Memory cache live resources repeatedly purged during painting
https://bugs.webkit.org/show_bug.cgi?id=144104
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html:
These clearMemoryCache calls are now done by cache-test.js.
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResources):
Make sure to clear the memory cache explicitly in the beginning so we always hit the disk cache.
(runTests):
2015-04-24 Antti Koivisto <antti@apple.com>
Unreviewed, rolling out r183259.
Wrong ChangeLog.
Reverted changeset:
"Memory cache live resources repeatedly purged during
painting"
https://bugs.webkit.org/show_bug.cgi?id=144104
http://trac.webkit.org/changeset/183259
2015-04-24 Antti Koivisto <antti@apple.com>
Memory cache live resources repeatedly purged during painting
https://bugs.webkit.org/show_bug.cgi?id=144104
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html:
These clearMemoryCache calls are now done by cache-test.js.
* http/tests/cache/disk-cache/resources/cache-test.js:
(loadResources):
Make sure to clear the memory cache explicitly in the beginning so we always hit the disk cache.
(runTests):
2015-04-23 Basile Clement <basile_clement@apple.com>
Allow function allocation sinking
https://bugs.webkit.org/show_bug.cgi?id=144016
Reviewed by Filip Pizlo.
Add a new test in JSRegress to check function sinking is being
performed.
* js/regress/script-tests/sink-function.js: Added.
(foo.f1):
(foo.f2):
(foo.f3):
(foo.f4):
(foo.f5):
(foo.f6):
(foo.f7):
(foo.f8):
(foo.f9):
(foo.f10):
(foo.f11):
(foo.f12):
(foo.f13):
(foo.f14):
(foo.f15):
(foo.f16):
(foo.f17):
(foo.f18):
(foo.f19):
(foo):
2015-04-23 Alexey Proskuryakov <ap@apple.com>
Test compositing/scrolling/touch-scroll-to-clip.html fails in WK1
https://bugs.webkit.org/show_bug.cgi?id=144127
* platform/mac-wk1/TestExpectations: Marked it as such.
2015-04-23 Jer Noble <jer.noble@apple.com>
[Mac] Disable QTKit by default on future OS X.
https://bugs.webkit.org/show_bug.cgi?id=144082
Reviewed by Darin Adler.
Add a required BANDWIDTH field to the alternate playlist.
* http/tests/media/resources/hls/playlist-with-cookie.m3u8:
2015-04-23 Tim Horton <timothy_horton@apple.com>
Make the linter stop complaining by fixing the order of fields in TestExpectations
* platform/mac/TestExpectations:
Bug number comes first.
2015-04-23 Alexey Proskuryakov <ap@apple.com>
editing/selection/extend-by-character-007.html should pass on OS X 10.10.3.
Updated the results to match what we get in 10.10.3, and marked as passing.
* editing/selection/extend-by-character-007-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/editing/selection/extend-by-character-007-expected.png: Added.
* platform/mac/editing/selection/extend-by-character-007-expected.txt: Added.
2015-04-23 Jordan Harband <ljharb@gmail.com>
Implement `Object.assign`
https://bugs.webkit.org/show_bug.cgi?id=143980
Reviewed by Filip Pizlo.
* js/Object-assign-expected.txt: Added.
* js/Object-assign.html: Added.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-assign.js: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-23 Chris Dumez <cdumez@apple.com>
Unreviewed, temporarily skip http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html on Windows.
It often crashes on Windows.
* platform/win/TestExpectations:
2015-04-22 Zalan Bujtas <zalan@apple.com>
Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby.
https://bugs.webkit.org/show_bug.cgi?id=144035
rdar://problem/20604467
Reviewed by Darin Adler.
This patch extends HTMLElement::createElementRenderer()
with the render tree insertion point so that we can create different type
of renderers based on the render tree context.
* fast/ruby/ruby-rt-with-region-crash-expected.txt: Added.
* fast/ruby/ruby-rt-with-region-crash.html: Added.
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Context menu doesn't account for selection semantics
​ https://bugs.webkit.org/show_bug.cgi?id=143958
<rdar://problem/19735706>
Unreviewed test fix.
The new 'context-menu-text-selection-lookup.html' test added in this
bug was based on a test that does not work properly on some ports.
Skipping/failing this test in the same places as the original
'context-menu-text-selection.html' test.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac-wk2/TestExpectations:
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Unreviewed test fix after r183138.
* editing/selection/context-menu-text-selection-lookup-expected.txt: The wrong
expectations were committed.
2015-04-22 Alexey Proskuryakov <ap@apple.com>
Update results for two CSS tests affected by new fonts in OS X 10.10.3.
* platform/mac-mavericks/css2.1: Added.
* platform/mac-mavericks/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.png.
* platform/mac-mavericks/css2.1/t1202-counter-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counter-04-b-expected.txt.
* platform/mac-mavericks/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.png.
* platform/mac-mavericks/css2.1/t1202-counters-04-b-expected.txt: Copied from LayoutTests/platform/mac/css2.1/t1202-counters-04-b-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/css2.1/t1202-counter-04-b-expected.png:
* platform/mac/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac/css2.1/t1202-counters-04-b-expected.png:
* platform/mac/css2.1/t1202-counters-04-b-expected.txt:
2015-04-22 Alexey Proskuryakov <ap@apple.com>
fast/text/emoji.html passes on OS X 10.10.3 and higher.
* platform/mac/TestExpectations: Mark it as such.
2015-04-22 Benjamin Poulain <benjamin@webkit.org>
Implement String.codePointAt()
https://bugs.webkit.org/show_bug.cgi?id=143934
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/string-code-point-at.js: Added.
(objectWithCustomToString.toString):
(objectThrowingOnToString.toString):
(objectCountingToString.toString):
(testLeadSurrogateOutOfBounds):
(testLeadSurrogateAsLastCharacter):
(testTrailSurrogateOutOfbounds):
(testAccessNullInString):
(testNormalCombinationOfSurrogates):
* js/string-code-point-at-expected.txt: Added.
* js/string-code-point-at.html: Added.
2015-04-22 Brent Fulgham <bfulgham@apple.com>
Context menu doesn't account for selection semantics
https://bugs.webkit.org/show_bug.cgi?id=143958
<rdar://problem/19735706>
Reviewed by Tim Horton.
* editing/selection/context-menu-text-selection-lookup-expected.txt: Added.
* editing/selection/context-menu-text-selection-lookup.html: Added.
2015-04-22 Jeremy Jones <jeremyj@apple.com>
Expect failure on windows for treeitem-child-exposed test.
https://bugs.webkit.org/show_bug.cgi?id=144070
Unreviewed.
Mark accessibility/treeitem-child-exposed.html as failing on windows.
* platform/win/TestExpectations:
2015-04-22 Nan Wang <nanwang1101@yahoo.com>
AX: WebKit does not expose text fields inside tree views.
https://bugs.webkit.org/show_bug.cgi?id=142196
Reviewed by Chris Fleizach.
Tests for treeitem’s children’s accessibility.
Also fixed the search predicate test for treeitem,
the static text is the second child of treeitem and
list marker is the first child.
* accessibility/treeitem-child-exposed-expected.txt: Added.
* accessibility/treeitem-child-exposed.html: Added.
* platform/mac/accessibility/search-predicate-expected.txt:
* platform/mac/accessibility/search-predicate.html:
2015-04-22 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement ReadableStreamController
https://bugs.webkit.org/show_bug.cgi?id=143608
Reviewed by Benjamin Poulain.
Updated expectations as more tests are passed.
ReadableStreamController constructor tests fail due to the custom constructor being not implemented yet.
Added a test to ensure that calling a controller method when its stream is collected is throwing an error.
* streams/readable-stream.html:
* streams/readable-stream-expected.txt:
* streams/reference-implementation/bad-underlying-sources-expected.txt:
* streams/reference-implementation/brand-checks-expected.txt:
* streams/reference-implementation/count-queuing-strategy-expected.txt:
* streams/reference-implementation/readable-stream-expected.txt:
2015-04-22 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 21st April.
https://bugs.webkit.org/show_bug.cgi?id=143982.
Unreviewed.
* platform/gtk/TestExpectations:
2015-04-21 Jinwoo Song <jinwoo7.song@samsung.com>
[Cairo] Implement Path::addPath
https://bugs.webkit.org/show_bug.cgi?id=130580
Reviewed by Dirk Schulze.
Enable addPath testcase in EFL port.
* platform/efl/TestExpectations:
2015-04-21 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGAnimateElementBase::calculateAnimatedValue() asserts when reinserting an SVG animating element within the same animation limits
https://bugs.webkit.org/show_bug.cgi?id=143994
Reviewed by Simon Fraser.
* svg/animations/crash-reinsert-animate-length-same-limits-expected.txt: Added.
* svg/animations/crash-reinsert-animate-length-same-limits.svg: Added.
* svg/animations/crash-reinsert-animate-transform-same-limits-expected.txt: Added.
* svg/animations/crash-reinsert-animate-transform-same-limits.svg: Added.
Make sure when removing an SVG animating element and reinserting it back
within the same animation length or transform limits, we do not crash.
2015-04-21 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png: Rebaseline after r177774.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Ditto.
* platform/efl/fast/repaint/selection-ruby-rl-expected.txt: Added. Ditto.
* platform/efl/fast/text/decorations-with-text-combine-expected.png:
* platform/efl/fast/text/decorations-with-text-combine-expected.txt:
* platform/efl/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
* platform/efl/svg/text/textPathBoundsBug-expected.png: Rebaselined after r177774.
* platform/efl/svg/text/textPathBoundsBug-expected.txt: Added. Ditto.
2015-04-21 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed gardening on 22th April
Mark 3 compositing tests to image only failure. Additionally move
wrong categorized 2 tests to a correct place.
* platform/efl/TestExpectations:
2015-04-21 Michael Saboff <msaboff@apple.com>
Crash in JSC::Interpreter::execute
https://bugs.webkit.org/show_bug.cgi?id=142625
Reviewed by Filip Pizlo.
New regression test.
* js/regress-142625-expected.txt: Added.
* js/regress-142625.html: Added.
* js/script-tests/regress-142625.js: Added.
2015-04-20 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r177494): -webkit-mask-image: with data URI fails on non-local files
https://bugs.webkit.org/show_bug.cgi?id=141857
Reviewed by Dirk Schulze.
Ref test with a masked green square. Has to be an http test to trigger the
origin checking.
* http/tests/css/data-uri-mask-expected.html: Added.
* http/tests/css/data-uri-mask.html: Added.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed, update test expectations and rebaseline failing tests.
Remove some expected failures from tests that are passing.
Also rebaselined failing tests.
* platform/efl/TestExpectations:
* platform/efl/fast/dom/Element/getClientRects-expected.txt: Added. Rebaselined after r177774.
* platform/efl/fast/dom/Range/getClientRects-expected.txt: Ditto.
* platform/efl/fast/line-grid/line-align-right-edges-expected.png: Rebaselined after r177128.
* platform/efl/fast/line-grid/line-align-right-edges-expected.txt: Ditto.
* platform/efl/fast/table/022-expected.png: Rebaselined after r177774.
* platform/efl/fast/table/022-expected.txt: Added. Ditto.
* platform/efl/fast/text/wbr-pre-expected.png: Rebaselined after r177774.
* platform/efl/fast/text/wbr-pre-expected.txt: Added. Ditto.
2015-04-20 Said Abou-Hallawa <sabouhallawa@apple.com>
SVGFitToViewBox::viewBoxToViewTransform() has to count for zero physical width and height before calling SVGPreserveAspectRatio::getCTM()
https://bugs.webkit.org/show_bug.cgi?id=143903
Reviewed by Daniel Bates.
* svg/css/crash-path-zero-height-viewbox-expected.txt: Added.
* svg/css/crash-path-zero-height-viewbox.svg: Added.
* svg/css/crash-path-zero-width-viewbox-expected.txt: Added.
* svg/css/crash-path-zero-width-viewbox.svg: Added.
Make sure if the physical width or the physical height of an SVG is zero
and a viewBox is specified, we do not crash.
2015-04-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improve Support for WeakSet in Console
https://bugs.webkit.org/show_bug.cgi?id=143951
Reviewed by Darin Adler.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the test to include a WeakSet example.
Also rebaseline for iterator changes that landed recently.
2015-04-20 Alex Christensen <achristensen@webkit.org>
Fix content extension test flakiness.
https://bugs.webkit.org/show_bug.cgi?id=143950
Reviewed by Brady Eidson.
* platform/mac-wk2/TestExpectations:
Mark contentextensions tests as not flaky any more.
2015-04-20 Beth Dakin <bdakin@apple.com>
Should not list these tests twice.
* platform/mac-wk2/TestExpectations:
2015-04-20 Simon Fraser <simon.fraser@apple.com>
Setting inline style to the same value it already has triggers a style recalc
https://bugs.webkit.org/show_bug.cgi?id=143922
Reviewed by Antti Koivisto.
Test that changes inline-style (to test this bug fix), and classes (for
proactive testing) and counts style recalcs.
* fast/css/set-inline-style-recalc-expected.txt: Added.
* fast/css/set-inline-style-recalc.html: Added.
2015-04-20 Brady Eidson <beidson@apple.com>
Crash in StyleResolver::invalidateMatchedPropertiesCache() when using content extensions.
<rdar://problem/20554405> and https://bugs.webkit.org/show_bug.cgi?id=143892
Reviewed by Chris Dumez.
* http/tests/contentextensions/resources/woff-stylesheet.css: Added.
(@font-face):
* http/tests/contentextensions/style-resolver-changed-reentrancy-expected.txt: Added.
* http/tests/contentextensions/style-resolver-changed-reentrancy.html: Added.
* http/tests/contentextensions/style-resolver-changed-reentrancy.html.json: Added.
* http/tests/resources/Ahem.woff: Added.
2015-04-20 Per Arne Vollan <peavo@outlook.com>
Favicons are not always loaded.
https://bugs.webkit.org/show_bug.cgi?id=143880
Reviewed by Darin Adler.
Added new test for icon link elements without mime type.
* fast/dom/icon-url-without-mimetype-expected.txt: Added.
* fast/dom/icon-url-without-mimetype.html: Added.
2015-04-20 Alexey Proskuryakov <ap@apple.com>
Contentextensions tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=143950
* platform/mac-wk2/TestExpectations: Marking them as such.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/fast/box-sizing/box-sizing-expected.png: Rebaseline after 176978.
* platform/efl/fast/box-sizing/box-sizing-expected.txt: Ditto.
* platform/efl/fast/css/image-rendering-expected.txt: Added. Rebaseline after r177774.
* platform/efl/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt:
Rebaseline after r173857.
2015-04-20 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed gardening
Rebaseline after r177774.
* platform/efl/css2.1/t1508-c527-font-00-b-expected.txt: Added.
2015-04-20 Jordan Harband <ljharb@gmail.com>
Implement `Object.is`
https://bugs.webkit.org/show_bug.cgi?id=143865
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/Object-is-expected.txt: Added.
* js/Object-is.html: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/Object-is.js: Added.
2015-04-19 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement WeakSet
https://bugs.webkit.org/show_bug.cgi?id=142408
Reviewed by Darin Adler.
Add basic-weakset test and fix WeakMap behavior to conform the latest spec.
* js/dom/basic-weakmap-expected.txt:
* js/dom/basic-weakset-expected.txt: Added.
* js/dom/basic-weakset.html: Added.
* js/dom/script-tests/basic-weakmap.js:
* js/dom/script-tests/basic-weakset.js: Added.
2015-04-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
[EFL] Unreviewed gardening
Update test expectations for failing tests.
* platform/efl/TestExpectations:
* platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt: Rebaseline after r182620.
* platform/efl/fast/dom/focus-contenteditable-expected.txt: Ditto.
* platform/efl/fast/forms/listbox-hit-test-zoomed-expected.txt: Ditto.
* platform/efl/fast/parser/open-comment-in-textarea-expected.txt: Ditto.
* platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt: Ditto.
* platform/efl/inspector-protocol/debugger/regress-133182-expected.txt: Rebaseline after r181810.
* platform/efl/svg/wicd/test-rightsizing-b-expected.txt: Rebaseline after r182620.
2015-04-18 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r181656): Animated tiled layers are missing content
https://bugs.webkit.org/show_bug.cgi?id=143911
rdar://problem/20596328
Reviewed by Darin Adler.
Test that animates a tiled layer, and checks that layer flushes occur while the
animation is running.
* compositing/animation/animation-backing-expected.txt: Added.
* compositing/animation/animation-backing.html: Added.
2015-04-17 Bem Jones-Bey <bjonesbe@adobe.com>
Large values for line-height cause integer overflow in RenderStyle::computedLineHeight
https://bugs.webkit.org/show_bug.cgi?id=143863
Reviewed by Rob Buis.
Simplified test from a fuzzer.
* fast/shapes/shape-outside-floats/shape-outside-negative-line-height-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-negative-line-height-crash.html: Added.
2015-04-17 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Fix name enumeration of static functions for Symbol constructor
https://bugs.webkit.org/show_bug.cgi?id=143891
Reviewed by Geoffrey Garen.
Add property names tests for Symbol constructor, Symbol object and Symbol.prototype.
* js/Object-getOwnPropertyNames-expected.txt: Removed.
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-17 Beth Dakin <bdakin@apple.com>
Force mouse events should go through normal mouse event handling code paths
https://bugs.webkit.org/show_bug.cgi?id=143749
-and corresponding-
rdar://problem/20472895
Reviewed by Dean Jackson.
Just a few new tests. More to come.
* fast/events/mouse-force-changed-expected.txt: Added.
* fast/events/mouse-force-changed.html: Added.
* fast/events/mouse-force-down-expected.txt: Added.
* fast/events/mouse-force-down.html: Added.
* fast/events/mouse-force-up-expected.txt: Added.
* fast/events/mouse-force-up.html: Added.
Right now the new tests will only work on Mac 10.10.3 and beyond.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/win/TestExpectations:
2015-04-17 Daniel Bates <dabates@apple.com>
REGRESSION: SVG does not support link dragging
https://bugs.webkit.org/show_bug.cgi?id=141597
Reviewed by Darin Adler.
Add a test to ensure we do not regress dragging of a HTML hyperlink or a SVG hyperlink.
* fast/events/drag-and-drop-link-expected.txt: Added.
* fast/events/drag-and-drop-link.html: Added.
* platform/efl/TestExpectations: Mark the test as "failure" since EFL does not support drag-and-drop.
* platform/gtk/TestExpectations: Mark the test as "failure" until we implement drag-and-drop support for
GTK+ as part of fixing <https://bugs.webkit.org/show_bug.cgi?id=42194>.
* platform/ios-simulator/TestExpectations: Skip the test since iOS does not implement
drag-and-drop support.
* platform/mac-wk2/TestExpectations: Skip the test until we implement drag-and-drop support in EventSender
for Mac as part of fixing <https://bugs.webkit.org/show_bug.cgi?id=42194>.
2015-04-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182912 and r182920.
https://bugs.webkit.org/show_bug.cgi?id=143881
Build breakage in some configurations (Requested by ap on
#webkit).
Reverted changesets:
"Force mouse events should go through normal mouse event
handling code paths"
https://bugs.webkit.org/show_bug.cgi?id=143749
http://trac.webkit.org/changeset/182912
http://trac.webkit.org/changeset/182920
2015-04-17 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 17th April.
https://bugs.webkit.org/show_bug.cgi?id=143870
Unreviewed.
* platform/gtk/TestExpectations:
2015-04-17 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed EFL gardening on 17 April.
Mark 5 form tests and 3 navigation tests to failure.
* platform/efl/TestExpectations:
2015-04-17 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
streams/reference-implementation/readable-stream.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143778
Unreviewed.
Comment out flaky subtests while working on a more complete
solution.
The problem with these tests is that they set a timeout before the
calling done() and this causes some tests to behave
undeterministically, specilly code related to promise
resolution. This could even cause indetermination if the tests
were expected to run correctly.
We think it is better to comment them out and find a more long
term solution that could involve submitting change requests to the
reference tests in the spec. This will be tackled in bug 143774.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated-expected.txt:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html:
2015-04-16 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
streams/readablestream-reader.html test should really test collected stream case.
https://bugs.webkit.org/show_bug.cgi?id=143818
Reviewed by Darin Adler.
Making the test async so that the stream start async callback is made and the stream be collected.
* streams/readable-stream-reader.html:
2015-04-16 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/DOMContentLoaded-event.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143382
Reviewed by Chris Dumez.
* http/tests/misc/DOMContentLoaded-event-expected.txt:
* http/tests/misc/DOMContentLoaded-event.html:
Don't race with a timer, just check if some time passes between DOMContentLoaded and load events.
2015-04-16 Jordan Harband <ljharb@gmail.com>
Number.parseInt is not === global parseInt in nightly r182673
https://bugs.webkit.org/show_bug.cgi?id=143799
Reviewed by Darin Adler.
* js/number-constructor-expected.txt:
* js/parseInt-expected.txt:
* js/script-tests/number-constructor.js:
* js/script-tests/parseInt.js:
2015-04-16 Tim Horton <timothy_horton@apple.com>
Rebaseline mouse-cursor-image-set results after r182869
* fast/events/mouse-cursor-image-set-expected.txt:
* platform/win/fast/events/mouse-cursor-image-set-expected.txt:
* platform/mac/TestExpectations:
Un-skip and land new results.
2015-04-16 Beth Dakin <bdakin@apple.com>
I will be investigating this in the short term, but skip these failing test for
now.
* platform/mac-wk2/TestExpectations:
2015-04-16 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement Symbol.for and Symbol.keyFor
https://bugs.webkit.org/show_bug.cgi?id=143404
Reviewed by Geoffrey Garen.
Add tests to check Symbol's identity over different realms.
* js/dom/cross-frame-symbols-expected.txt: Added.
* js/dom/cross-frame-symbols.html: Added.
* js/dom/script-tests/cross-frame-symbols.js: Added.
2015-04-16 Beth Dakin <bdakin@apple.com>
Forgot to edit this TestExpectation file for
http://trac.webkit.org/changeset/182912
* platform/mac-wk1/TestExpectations:
2015-04-16 Beth Dakin <bdakin@apple.com>
Force mouse events should go through normal mouse event handling code paths
https://bugs.webkit.org/show_bug.cgi?id=143749
-and corresponding-
rdar://problem/20472895
Reviewed by Dean Jackson.
Just a few new tests. More to come.
* fast/events/mouse-force-changed-expected.txt: Added.
* fast/events/mouse-force-changed.html: Added.
* fast/events/mouse-force-down-expected.txt: Added.
* fast/events/mouse-force-down.html: Added.
* fast/events/mouse-force-up-expected.txt: Added.
* fast/events/mouse-force-up.html: Added.
Right now the new tests will only work on Mac 10.10.3 and beyond.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac-mavericks/TestExpectations:
* platform/win/TestExpectations:
2015-04-16 Chris Dumez <cdumez@apple.com>
Regression(r182517): WebSocket::suspend() causes error event to be fired
https://bugs.webkit.org/show_bug.cgi?id=143806
<rdar://problem/20559812>
Reviewed by Alexey Proskuryakov.
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt:
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html:
Extend WebSocket PageCache test to make sure that the error event is
fired after restoring the page from the PageCache and before the close
Event is fired.
* http/tests/websocket/tests/hybi/resources/page-cache-websocket.html: Added.
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler-expected.txt: Copied from LayoutTests/http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt.
* http/tests/websocket/tests/hybi/stop-on-resume-in-error-handler.html: Copied from LayoutTests/http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html.
Add layout test to cover the case where WebSocket::stop() is called
while firing the pending events upon restoring the page from PageCache.
2015-04-16 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Delete hardcoded font fallback tables
https://bugs.webkit.org/show_bug.cgi?id=143583
Reviewed by Darin Adler
Updating expected results.
* editing/selection/vertical-rl-rtl-extend-line-backward-br.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-backward-p.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-forward-br.html: Updating expected results
* editing/selection/vertical-rl-rtl-extend-line-forward-p.html: Updating expected results
* fast/text/international/danda-space.html: Updating expected results
* fast/text/international/thai-baht-space.html: Updating expected results
2015-04-16 Alexey Proskuryakov <ap@apple.com>
More flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143804
Reviewed by Csaba Osztrogonác.
Start secondary window loading in onload, so that it doesn't race with main document
finishing to load.
* http/tests/security/mixedContent/about-blank-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-image-in-main-frame.html:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
2015-04-15 Chris Dumez <cdumez@apple.com>
Add a console message when a stylesheet is not parsed due to invalid MIME type
https://bugs.webkit.org/show_bug.cgi?id=143784
Reviewed by Joseph Pecoraro.
Update expectations for tests that are using stylesheets served with wrong
MIME type as we now display a console message in this case.
* http/tests/inspector/css/bad-mime-type-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt:
* http/tests/misc/css-accept-any-type-expected.txt:
* http/tests/misc/css-reject-any-type-in-strict-mode-expected.txt:
* http/tests/security/cross-origin-css-1-expected.txt: Added.
* http/tests/security/cross-origin-css-1.html: Added.
* http/tests/security/cross-origin-css-2-expected.txt: Added.
* http/tests/security/cross-origin-css-2.html: Added.
* http/tests/security/cross-origin-css-3-expected.txt: Added.
* http/tests/security/cross-origin-css-3.html: Added.
* http/tests/security/cross-origin-css-4-expected.txt: Added.
* http/tests/security/cross-origin-css-4.html: Added.
* http/tests/security/cross-origin-css-5-expected.txt: Added.
* http/tests/security/cross-origin-css-5.html: Added.
* http/tests/security/cross-origin-css-6-expected.txt: Added.
* http/tests/security/cross-origin-css-6.html: Added.
* http/tests/security/cross-origin-css-7-expected.txt: Added.
* http/tests/security/cross-origin-css-7.html: Added.
* http/tests/security/cross-origin-css-8-expected.txt: Added.
* http/tests/security/cross-origin-css-8.html: Added.
* http/tests/security/cross-origin-css-expected.txt: Removed.
* http/tests/security/cross-origin-css.html: Removed.
Split http/tests/security/cross-origin-css.html into several tests. The
test would be flaky otherwise as console messages could appear in
different order for every run.
* platform/mac/http/tests/misc/acid3-expected.txt:
2015-04-15 Said Abou-Hallawa <said@apple.com>
Minimum font size pref breaks SVG text very badly.
https://bugs.webkit.org/show_bug.cgi?id=143590.
Reviewed by Simon Fraser.
When enabling the minimum font size perf, the SVG text element should
apply the minimum font size rules on the scaled font.
* svg/text/font-small-enlarged-minimum-larger-expected.svg: Added.
* svg/text/font-small-enlarged-minimum-larger.svg: Added.
Minimum font size is larger than the scaled font size. Also the expected
file makes sure the minimum font size rules are still applied if no scaling
is applied.
* svg/text/font-small-enlarged-minimum-smaller-expected.svg: Added.
* svg/text/font-small-enlarged-minimum-smaller.svg: Added.
Minimum font size is smaller than the scaled font size. So the minimim font
size rule should not have any effect on the final computed font size.
2015-04-15 Jordan Harband <ljharb@gmail.com>
String.prototype.startsWith/endsWith/includes have wrong length in r182673
https://bugs.webkit.org/show_bug.cgi?id=143659
Reviewed by Benjamin Poulain.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-04-15 Jordan Harband <ljharb@gmail.com>
Math.imul has wrong length in Safari 8.0.4
https://bugs.webkit.org/show_bug.cgi?id=143658
Reviewed by Benjamin Poulain.
* js/script-tests/math.js:
2015-04-15 Jordan Harband <ljharb@gmail.com>
Number.parseInt in nightly r182673 has wrong length
https://bugs.webkit.org/show_bug.cgi?id=143657
Reviewed by Benjamin Poulain.
* js/number-constructor-expected.txt:
* js/script-tests/number-constructor.js:
2015-04-15 Chris Dumez <cdumez@apple.com>
Unreviewed, skip http/tests/inspector/css/bad-mime-type.html on Windows
Skip http/tests/inspector/css/bad-mime-type.html on Windows as it times
out. This is already the case for a lot of inspector tests on Windows.
* platform/win/TestExpectations:
2015-04-15 Alexey Proskuryakov <ap@apple.com>
streams/reference-implementation/readable-stream.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143778
* TestExpectations: Marking as such.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
inspector/console/console-api.html is very slow, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=143719
* TestExpectations: Further adjusted the expectations.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
fast/dom/Window/timer-resume-on-navigation-back.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33685
Reviewed by Brady Eidson.
If the timer fired before navigation, the test passed without going down the code
path that it was supposed to test. If it fired when navigation was in provisional
state, then dumping results was delayed until the navigation was finished, and
thus the intermediate page got dumped, and the test failed.
* fast/dom/Window/timer-resume-on-navigation-back.html:
2015-04-14 Zalan Bujtas <zalan@apple.com>
Make inline continuation style change logic consistent.
https://bugs.webkit.org/show_bug.cgi?id=143737
rdar://problem/20486596
Reviewed by Simon Fraser.
Do not force RenderBlock type-casting on the first sibling of the continuation's container.
The first sibling of the container of a continuation should be handled as the rest of the siblings.
* fast/inline/inline-with-column-span-and-remove-block-child-crash-expected.txt: Added.
* fast/inline/inline-with-column-span-and-remove-block-child-crash.html: Added.
2015-04-14 Daniel Bates <dabates@apple.com>
Rename test LayoutTests/fast/events/drag-link.html to drag-and-drop-link-into-focused-contenteditable.html
https://bugs.webkit.org/show_bug.cgi?id=143683
Reviewed by Alexey Proskuryakov.
The name of the test LayoutTests/fast/events/drag-link.html is too generic given its purpose, which is
to test that we do not cause an assertion failure when dragging and dropping an HTML hyperlink into
a focused content editable element. We should come up with a more descriptive name for this test that
better describes what it tests.
* fast/events/drag-and-drop-link-into-focused-contenteditable-expected.txt: Renamed from LayoutTests/fast/events/drag-link-expected.txt.
* fast/events/drag-and-drop-link-into-focused-contenteditable.html: Renamed from LayoutTests/fast/events/drag-link.html.
* platform/efl/TestExpectations: Update file because of the rename.
* platform/gtk/TestExpectations: Ditto.
* platform/ios-simulator/TestExpectations: Ditto.
* platform/mac-wk2/TestExpectations: Ditto.
2015-04-14 Chris Dumez <cdumez@apple.com>
Regression(r180020): Web Inspector crashes on pages that have a stylesheet with an invalid MIME type
https://bugs.webkit.org/show_bug.cgi?id=143745
<rdar://problem/20243916>
Reviewed by Joseph Pecoraro.
Add layout test that shows the Web inspector on a page that has
a stylesheet with an invalid MIME type, to make sure we don't
crash.
* http/tests/inspector/css/bad-mime-type-expected.txt: Added.
* http/tests/inspector/css/bad-mime-type.html: Added.
* http/tests/misc/css-accept-any-type.html:
* http/tests/misc/css-reject-any-type-in-strict-mode.html:
* http/tests/misc/resources/stylesheet-bad-mime-type.php: Renamed from LayoutTests/http/tests/misc/resources/stylesheet.php.
2015-04-14 Brady Eidson <beidson@apple.com>
Make sure media element loads hit content filter extensions.
<rdar://problem/20014012> and https://bugs.webkit.org/show_bug.cgi?id=143731
Reviewed by Jer Noble.
* http/tests/contentextensions/media-filtered-expected.txt: Added.
* http/tests/contentextensions/media-filtered.html: Added.
* http/tests/contentextensions/media-filtered.html.json: Added.
* http/tests/contentextensions/text-track-blocked-expected.txt: Added.
* http/tests/contentextensions/text-track-blocked.html: Added.
* http/tests/contentextensions/text-track-blocked.html.json: Added.
2015-04-14 Brent Fulgham <bfulgham@apple.com>
[Win] Skip failling test due to list box scroll behavior.
https://bugs.webkit.org/show_bug.cgi?id=143739
* platform/win/TestExpectations:
2015-04-14 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test correction after r182737.
New test expectation was missing a newline at the end of the file.
* platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
2015-04-14 Simon Fraser <simon.fraser@apple.com>
Set the font size to 11px explicitly to try to fix this test on Windows.
* fast/forms/listbox-visible-size.html:
2015-04-14 Alexey Proskuryakov <ap@apple.com>
inspector/console/console-api.html is very slow, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=143719
* TestExpectations: Marking as slow.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
fast/sub-pixel/input-caret-on-subpixel-bound.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143697
Reviewed by Anders Carlsson.
* fast/sub-pixel/input-caret-on-subpixel-bound.html: Don't wait for a timer to fire
after removing the last character.
2015-04-14 Alexey Proskuryakov <ap@apple.com>
Two flaky tests in http/tests/security/mixedContent
https://bugs.webkit.org/show_bug.cgi?id=143695
Reviewed by Csaba Osztrogonác.
Speculative fix. Do not start opening a secondary window until fully done with the
main document.
* http/tests/security/mixedContent/data-url-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/data-url-iframe-in-main-frame.html:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame.html:
2015-04-13 Simon Fraser <simon.fraser@apple.com>
[iOS WK2] Interactive elements of developer.apple.com are broken
https://bugs.webkit.org/show_bug.cgi?id=143692
Reviewed by Sam Weinig.
* platform/ios-simulator-wk2/scrolling/remove-scrolling-role-expected.txt: Added.
* platform/ios-simulator-wk2/scrolling/remove-scrolling-role.html: Added.
2015-04-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182794.
https://bugs.webkit.org/show_bug.cgi?id=143714
readable-stream-templated.html fails on Debug bots (Requested
by youenn on #webkit).
Reverted changeset:
"[Streams API] ReadableStream constructor start function
should be able to close the stream"
https://bugs.webkit.org/show_bug.cgi?id=143363
http://trac.webkit.org/changeset/182794
2015-04-14 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] ReadableStream constructor start function should be able to close the stream
https://bugs.webkit.org/show_bug.cgi?id=143363
Reviewed by Benjamin Poulain.
Rebased tests as some are now passing.
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-templated-expected.txt:
2015-04-14 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 14th April
https://bugs.webkit.org/show_bug.cgi?id=143701
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
2015-04-14 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening: Rebaseline tests after r182620
https://bugs.webkit.org/show_bug.cgi?id=143700
Unreviewed.
This revision updates some tests after changing the way <br> is
rendered. We need to change the GTK+ expectations for these tests.
* platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/gtk/fast/dom/focus-contenteditable-expected.txt:
* platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png:
* platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/gtk/fast/forms/range/slider-padding-expected.txt:
* platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
* platform/gtk/fast/parser/open-comment-in-textarea-expected.txt:
* platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-basic-expected.txt:
* platform/gtk/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug106795-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1224-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1430-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug16252-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19599-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug20579-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug92143-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/gtk/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-14 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Sync Streams API tests with spec
https://bugs.webkit.org/show_bug.cgi?id=143669
Reviewed by Darin Adler.
Some tests were moved from the spec tests to our custom ones
because they were not approved (yet, or they won't be).
Some nuances from the spec tests were also fixed.
* streams/readable-stream-expected.txt: Added.
* streams/readable-stream-reader-expected.txt: Added.
* streams/readable-stream-reader.html: Added.
* streams/readable-stream.html: Added.
* streams/reference-implementation/readable-stream-expected.txt:
* streams/reference-implementation/readable-stream-reader-expected.txt:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream.html: Nuances
fixed and tests moved to custom.
2015-04-13 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Columns set in percentages collapse to auto width
https://bugs.webkit.org/show_bug.cgi?id=141435
Reviewed by David Hyatt.
Added new tests to check that percentage track breadths are properly
calculated under different sizing conditions.
Modified one test to include relative sizes too.
* fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution-expected.txt:
* fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution.html:
* fast/css-grid-layout/percent-intrinsic-track-breadth-expected.txt: Added.
* fast/css-grid-layout/percent-intrinsic-track-breadth.html: Added.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size-expected.txt: Added.
* fast/css-grid-layout/percent-track-breadths-regarding-container-size.html: Added.
2015-04-10 Brent Fulgham <bfulgham@apple.com>
Expand test infrastructure to support scrolling tests
https://bugs.webkit.org/show_bug.cgi?id=143286
<rdar://problem/20375516>
Reviewed by Simon Fraser.
Correct a scrolling test that had not been issuing wheel events to a valid
view. This was found by some new logging in this patch.
* platform/mac/fast/scrolling/scroll-div-latched-div-expected.txt:
* platform/mac/fast/scrolling/scroll-div-latched-div.html:
* platform/mac-wk1/scrollbars/scrollevent-iframe-no-scrolling-wheel-expected.txt: Added.*
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Fix LayoutTests/http/tests/canvas/canvas-tainted-after-draw-image.html on all bots
following http://trac.webkit.org/changeset/182750.
Reviewed by Daniel Bates.
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt:
* http/tests/canvas/canvas-tainted-after-draw-image.html:
Set window.jsTestIsAsync true and call finishJSTest() to make the test
asynchronous, so the "TEST COMPLETE" message will be output after all the
test messages. Also delete the synchronous tests for data url image and
same-domain image since they can't be reliably tested.
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Fix compositing/geometry/fixed-transformed.html on Mavericks.
To get consistent results on Mavericks, call
internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
* compositing/geometry/fixed-transformed.html:
2015-04-08 Filip Pizlo <fpizlo@apple.com>
JSC should detect singleton functions
https://bugs.webkit.org/show_bug.cgi?id=143232
Reviewed by Geoffrey Garen and Michael Saboff.
* js/regress/create-lots-of-functions-expected.txt: Added.
* js/regress/create-lots-of-functions.html: Added.
* js/regress/no-inline-constructor-expected.txt: Added.
* js/regress/no-inline-constructor.html: Added.
* js/regress/script-tests/create-lots-of-functions.js: Added.
* js/regress/script-tests/no-inline-constructor.js: Added.
* js/regress/script-tests/singleton-scope.js: Added.
* js/regress/singleton-scope-expected.txt: Added.
* js/regress/singleton-scope.html: Added.
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Add missing layout test result.
* compositing/geometry/fixed-transformed-expected.txt: Added.
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
list-style-image with SVG image renders at incorrect size.
https://bugs.webkit.org/show_bug.cgi?id=141367.
Reviewed by Darin Adler.
Ensure the SVG image gets the correct size when used as an image list.
* svg/as-list-image: Added.
* svg/as-list-image/svg-list-image-intrinsic-size-1-expected.html: Added.
* svg/as-list-image/svg-list-image-intrinsic-size-1.html: Added.
2015-04-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Canvas drawImage() has a security hole when the image isn't yet fully loaded.
https://bugs.webkit.org/show_bug.cgi?id=58681.
Reviewed by Darin Adler.
This test confirms when we load an image from a different origin and try
drawing it on a canvas, the canvas is tainted if the image is completely
loaded and drawn. Otherwise the image is not drawn.
* http/tests/canvas/canvas-tainted-after-draw-image-expected.txt: Added.
* http/tests/canvas/canvas-tainted-after-draw-image.html: Added.
* http/tests/canvas/resources: Added.
* http/tests/canvas/resources/100x100-lime-rect.svg: Added.
2015-04-13 Beth Dakin <bdakin@apple.com>
Add force property to MouseEvents
https://bugs.webkit.org/show_bug.cgi?id=143569
-and corresponding-
rdar://problem/20472954
Reviewed by Darin Adler.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-04-13 Simon Fraser <simon.fraser@apple.com>
Fixed position element is truncated if moved onscreen by a transform
https://bugs.webkit.org/show_bug.cgi?id=143655
Reviewed by Darin Adler.
Test that moves a position:fixed element on-screen using a transform.
* compositing/geometry/fixed-transformed.html: Added.
2015-04-13 Alexey Proskuryakov <ap@apple.com>
js/regress-141098.html often times out in debug builds.
This test is slow in debug, sometimes barely passing, and other times timing out.
* TestExpectations:
2015-04-13 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test correction after r182635.
Two Windows test expectation files were missing newlines at the end of the file.
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt:
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.txt:
2015-04-13 Zalan Bujtas <zalan@apple.com>
[Win] Unreviewed gardening after r182620. (<br> updates mostly)
* platform/win/fast/dom/focus-contenteditable-expected.txt:
* platform/win/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/win/fast/forms/range/slider-padding-expected.txt:
* platform/win/fast/forms/textarea-scroll-height-expected.txt:
* platform/win/fast/parser/open-comment-in-textarea-expected.txt:
* platform/win/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/win/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/win/http/tests/navigation/postredirect-basic-expected.txt:
* platform/win/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/win/svg/wicd/test-rightsizing-b-expected.txt:
* platform/win/tables/mozilla/bugs/bug1224-expected.txt:
* platform/win/tables/mozilla/bugs/bug131020-expected.txt:
* platform/win/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/win/tables/mozilla/bugs/bug1430-expected.txt:
* platform/win/tables/mozilla/bugs/bug16252-expected.txt:
* platform/win/tables/mozilla/bugs/bug19599-expected.txt:
* platform/win/tables/mozilla/bugs/bug20579-expected.txt:
* platform/win/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug92143-expected.txt:
* platform/win/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/win/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/win/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Update table/mozilla expected files after r182620
https://bugs.webkit.org/show_bug.cgi?id=143626
Unreviewed gardening.
* platform/efl/TestExpectations:
* platform/efl/tables/mozilla/bugs/bug106795-expected.png:
* platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1224-expected.png:
* platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020-expected.png:
* platform/efl/tables/mozilla/bugs/bug131020-expected.txt:
* platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/efl/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/efl/tables/mozilla/bugs/bug1430-expected.png:
* platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
* platform/efl/tables/mozilla/bugs/bug157890-expected.png:
* platform/efl/tables/mozilla/bugs/bug157890-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug16252-expected.png:
* platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
* platform/efl/tables/mozilla/bugs/bug19599-expected.png:
* platform/efl/tables/mozilla/bugs/bug19599-expected.txt:
* platform/efl/tables/mozilla/bugs/bug20579-expected.png:
* platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
* platform/efl/tables/mozilla/bugs/bug32205-3-expected.png:
* platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/efl/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/efl/tables/mozilla/bugs/bug92143-expected.png:
* platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.png:
* platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.png:
* platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
* platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
* platform/efl/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
* platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/efl/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, skip fast/attachment tests, there is
no reason to run these tests before enabling ATTACHMENT_ELEMENT.
* platform/efl/TestExpectations:
2015-04-10 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Support marking/unmarking tracks as infinitely growable
https://bugs.webkit.org/show_bug.cgi?id=141431
Reviewed by Darin Adler.
New test that to check that tracks whose growth limit changes from
infinite to finite when evaluating "intrinsic maximums" are marked
as infinitely growable for the "max-content maximums" step.
* fast/css-grid-layout/mark-as-infinitely-growable-expected.txt: Added.
* fast/css-grid-layout/mark-as-infinitely-growable.html: Added.
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, update platform specifix expected files after r181889.
* platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/efl/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/efl/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Rebaseline accessibility/aria-toggle-button-with-title.html
https://bugs.webkit.org/show_bug.cgi?id=143229
Unreviewed gardening after r182012.
* platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Added.
2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
[EFL] accessibility/plugin.html fails
https://bugs.webkit.org/show_bug.cgi?id=143663
Unreviewed gardening, mark accessibility/plugin.html as failing test.
* platform/efl/TestExpectations:
2015-04-12 Benjamin Poulain <benjamin@webkit.org> and Diego Perini <diego.perini@gmail.com>
Legacy scroll behavior on HTMLBodyElement should only apply to the first body element of a document
https://bugs.webkit.org/show_bug.cgi?id=143651
Reviewed by Sam Weinig.
* fast/dom/Element/body-scrollHeight-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollHeight-basics-quirks.html: Added.
* fast/dom/Element/body-scrollLeft-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollLeft-basics-quirks.html: Added.
* fast/dom/Element/body-scrollTop-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollTop-basics-quirks.html: Added.
* fast/dom/Element/body-scrollWidth-basics-quirks-expected.txt: Added.
* fast/dom/Element/body-scrollWidth-basics-quirks.html: Added.
Test the various behaviors.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollLeft-expected.txt: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollLeft.html: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollTop-expected.txt: Added.
* fast/dom/Element/detached-body-element-does-not-scroll-main-frame-with-scrollTop.html: Added.
Those tests target specifically the bug.
2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Enable Media Source
https://bugs.webkit.org/show_bug.cgi?id=143635
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations: Update failing tests.
2015-04-12 Sungmann Cho <sungmann.cho@navercorp.com>
Fix trival typos related to the word "coordinate".
https://bugs.webkit.org/show_bug.cgi?id=143644
Reviewed by Alexey Proskuryakov.
No new tests, no behavior change.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt:
* css3/scroll-snap/scroll-snap-property-computed-style.js:
* platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
* platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/ios-simulator/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* platform/win/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Removed.
* svg/custom/svg-curve-with-relative-cordinates.html: Removed.
2015-04-12 Simon Fraser <simon.fraser@apple.com>
Selects don't scroll at some aspect ratios
https://bugs.webkit.org/show_bug.cgi?id=143649
rdar://problem/19365694
Reviewed by Darin Adler.
* fast/forms/listbox-visible-size-expected.txt: Added.
* fast/forms/listbox-visible-size.html: Added.
2015-04-12 Simon Fraser <simon.fraser@apple.com>
Too much repainting on scrolling with fixed backgrounds
https://bugs.webkit.org/show_bug.cgi?id=143637
rdar://problem/20245243
Reviewed by Darin Adler.
Tests with various configurations of iframes and compositing, which dump layer trees with
repaint rectangles.
Also tiled-scrolling test that exercises the simple case.
Put WebKit1-specific results in platform/mac-wk1, since they are very different from
WK2 and other platforms, due to WK1-specific layer hosting and repaint behaviors.
* compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint.html: Added.
* compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: Added.
* compositing/repaint/iframes/compositing-iframe-scroll-repaint.html: Added.
* compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint.html: Added.
* compositing/repaint/iframes/resources/compositing-document.html: Added.
* compositing/repaint/iframes/resources/compositing-fixed-background-document.html: Added.
* compositing/repaint/iframes/resources/fixed-background-document.html: Added.
* platform/mac-wk1/compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: Added.
* platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: Added.
* platform/mac-wk2/compositing/repaint/fixed-background-scroll-expected.txt:
* platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/fixed-background-scroll-repaint.html: Added.
2015-04-12 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Implement Array.prototype.values
https://bugs.webkit.org/show_bug.cgi?id=143633
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/array-iterators-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-iterators.js:
2015-04-11 Alexey Proskuryakov <ap@apple.com>
editing/spelling/spelling-marker-description.html times out on Mac
https://bugs.webkit.org/show_bug.cgi?id=143639
Reviewed by Darin Adler.
* editing/spelling/spelling-marker-description-expected.txt:
* editing/spelling/spelling-marker-description.html:
Changed the test to match reality.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Removed expectations.
2015-04-11 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unskip media test on EFL port
Unreviewed, media tests are being passed except for 25 tests.
The failing tests need to be investigated by Bug 131044.
* platform/efl/TestExpectations:
2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Unreviewed, EFL gardening on 11th April.
Mark 18 table/mozilla tests to failure. The tests have been failed since r182620.
* platform/efl/TestExpectations:
2015-04-10 Andy Estes <aestes@apple.com>
[Content Filtering] Support modifying request URLs
https://bugs.webkit.org/show_bug.cgi?id=143599
rdar://problem/20442560
Reviewed by Darin Adler.
* contentfiltering/allow-after-add-data-expected.html: Changed to use pass.html.
* contentfiltering/allow-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/allow-after-response-expected.html: Ditto.
* contentfiltering/allow-after-will-send-request-expected.html: Ditto.
* contentfiltering/block-after-add-data-expected.html: Ditto.
* contentfiltering/block-after-add-data-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-add-data-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-response-expected.html: Ditto.
* contentfiltering/block-after-response-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-response-then-deny-unblock-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-then-allow-unblock-expected.html: Ditto.
* contentfiltering/block-after-will-send-request-then-deny-unblock-expected.html: Ditto.
* contentfiltering/modify-request-url-expected.html: Added.
* contentfiltering/modify-request-url.html: Added.
* contentfiltering/resources/fail.html: Added.
* contentfiltering/resources/pass.html: Added.
* http/tests/contentfiltering/allow-after-redirect-expected.html: Removed the body tag.
* http/tests/contentfiltering/block-after-redirect-expected.html: Ditto.
* http/tests/contentfiltering/modify-redirect-request-url-expected.html: Added.
* http/tests/contentfiltering/modify-redirect-request-url.html: Added.
2015-04-10 ChangSeok Oh <changseok.oh@collabora.com>
[Win] Layout Test fast/backgrounds/selection-background-color-of-list-style.html is failing
https://bugs.webkit.org/show_bug.cgi?id=143543
Reviewed by Brent Fulgham.
Added missing test results after r182546 for windows.
* platform/win/TestExpectations:
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/win/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/win/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-10 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
Add total test test of Streams API
https://bugs.webkit.org/show_bug.cgi?id=142682
Unreviewed.
Increased the callbacks timeouts to make tests pass in slower bots
like Yosemite Debug.
* streams/reference-implementation/resources/streams-utils.js:
Created a standardTimeout variable with 100 as default.
* streams/reference-implementation/readable-stream-cancel.html:
* streams/reference-implementation/readable-stream-reader.html:
* streams/reference-implementation/readable-stream-templated.html:
* streams/reference-implementation/readable-stream.html: Used
standardTimeout for the test timeout callbacks.
2015-04-10 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
Add total test test of Streams API
https://bugs.webkit.org/show_bug.cgi?id=142682
Reviewed by Benjamin Poulain.
This is the full test set that we have for the implementation of
Streams API. When we add more features/code the number of passing
tests will increase.
We have the tests translated from the reference implementation at
streams/reference-implementation and our own tests for some other
things at the streams upper level.
We removed testharness stacktrace in case of failure because it
dumps the filenames with paths. You can activate it for a specific
test by setting its dumpStack attribute to true.
All our former custom tests were integrated in the spec so we they
are now in their appropriate places in the reference
implementation ones. Some of them were changed to match the actual
spec and they are failing now, but we only have to progressively
fix them.
* resources/testharnessreport.js: Avoid printing the stack in case
of test failure to be able to have failing tests as expected
unless commanded otherwise.
* streams/readablestream-constructor-expected.txt: Removed.
* streams/readablestream-constructor.html: Removed.
* streams/readablestream-start-expected.txt: Removed.
* streams/readablestream-start.html: Removed.
* streams/readablestreamreader-constructor-expected.txt: Removed.
* streams/readablestreamreader-constructor.html: Removed.
* streams/reference-implementation/bad-underlying-sources-expected.txt: Added.
* streams/reference-implementation/bad-underlying-sources.html: Added.
* streams/reference-implementation/brand-checks-expected.txt: Added.
* streams/reference-implementation/brand-checks.html: Added.
* streams/reference-implementation/count-queuing-strategy-expected.txt: Added.
* streams/reference-implementation/count-queuing-strategy.html: Added.
* streams/reference-implementation/readable-stream-cancel-expected.txt: Added.
* streams/reference-implementation/readable-stream-cancel.html: Added.
* streams/reference-implementation/readable-stream-expected.txt: Added.
* streams/reference-implementation/readable-stream-reader-expected.txt: Added.
* streams/reference-implementation/readable-stream-reader.html: Added.
* streams/reference-implementation/readable-stream-templated-expected.txt: Added.
* streams/reference-implementation/readable-stream-templated.html: Added.
* streams/reference-implementation/readable-stream.html: Added.
* streams/reference-implementation/resources/byte-length-queuing-strategy.js: Added.
* streams/reference-implementation/resources/count-queuing-strategy.js: Added.
* streams/reference-implementation/resources/streams-utils.js: Added.
2015-04-09 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add <br> support.
https://bugs.webkit.org/show_bug.cgi?id=139012
This patch enables RenderBlockFlows to use simple line layout on text content when <br> is present.
Simple text with <br> is a fairly common pattern on discussion(forum)-like web pages. This patch reduces memory usage
and speeds up layout for such content.
Test output changes in 2 different ways:
1. Repositioned RenderLineBreak elements. (1px wide <br> is the result of integral pixel snapping)
2. Removed empty content (<br>).
Reviewed by Antti Koivisto.
* fast/text/simple-line-with-br-expected.html: Added.
* fast/text/simple-line-with-br.html: Added.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/editing/pasteboard/5761530-1-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt: Added.
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-09 Matthew Mirman <mmirman@apple.com>
Updated expectations on a few tests to account for error
info not being added at throw time anymore.
https://bugs.webkit.org/show_bug.cgi?id=143542
rdar://problem/20475871
Reviewed by Michael Saboff.
Because sourceURL is now being appended at error construction time rather than when thrown,
the tests now attempt to append it during the code run by InspectorTest.sendCommand which I assume uses an eval.
Because this code is generated on the fly, it has no URL and thus sourceURL makes no sense.
Also since they are generated in a new locations, they will have a new lines and columns.
* inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
* platform/win/TestExpectations: Enabled the above tests on windows.
2015-04-09 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Implement justify-self and justify-item css properties.
https://bugs.webkit.org/show_bug.cgi?id=133281
Reviewed by David Hyatt.
Implement the new property 'justify-items', defined in the CSS Box Alignment
specification to desribe the container's alignment behavior, in the same way
the 'align-items' property does.
* fast/css/parse-justify-items-expected.txt: Added.
* fast/css/parse-justify-items.html: Added.
* fast/css/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
2015-04-09 Myles C. Maxfield <mmaxfield@apple.com>
Text-combine erroneously draws vertically after non-layout-causing style change
https://bugs.webkit.org/show_bug.cgi?id=143461
<rdar://problem/19285490>
Reviewed by Darin Adler.
* fast/text/text-combine-style-change-no-layout-expected.html: Added.
* fast/text/text-combine-style-change-no-layout.html: Added.
2015-04-09 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] fast/css/vertical-text-overflow-ellipsis-text-align-center.html is failing
https://bugs.webkit.org/show_bug.cgi?id=142571
Unreviewed EFL Gardening.
Rebaseline the fast/css/vertical-text-overflow-ellipsis-text-align-center.html.
* platform/efl/TestExpectations:
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png:
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
2015-04-09 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Added missing results after r182546.
https://bugs.webkit.org/show_bug.cgi?id=143557
* platform/efl/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/efl/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-09 Andy Estes <aestes@apple.com>
Skip http/tests/contentfiltering/ on all the platforms that skipped contentfiltering/
https://bugs.webkit.org/show_bug.cgi?id=143460
* platform/efl/TestExpectations:
* platform/win/TestExpectations:
2015-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Support the start function parameter in ReadableStream constructor
https://bugs.webkit.org/show_bug.cgi?id=141160
Reviewed by Benjamin Poulain.
Added tests to check that start JS function is called with the right parameters and can throw errors.
* streams/readablestream-start-expected.txt: Added.
* streams/readablestream-start.html: Added.
2015-04-08 Brent Fulgham <bfulgham@apple.com>
[Win] Layout Test inspector/console/console-api.html is failing
https://bugs.webkit.org/show_bug.cgi?id=143548
* platform/win/TestExpectations: Skipped new timeout.
2015-04-08 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Split ConsoleMessageImpl into the View and the Model
https://bugs.webkit.org/show_bug.cgi?id=142599
Reviewed by Timothy Hatcher.
* inspector/console/console-api-expected.txt: Added.
* inspector/console/console-api.html: Added.
Add a basic test for console APIs creating the new ConsoleMessage model objects.
2015-04-08 Brent Fulgham <bfulgham@apple.com>
[Win] Document some test failures.
https://bugs.webkit.org/show_bug.cgi?id=143542
https://bugs.webkit.org/show_bug.cgi?id=143543
* platform/win/TestExpectations: Mark as failing.
2015-04-08 Michael Catanzaro <mcatanzaro@igalia.com>
[GTK] Unreviewed, update more test expectations
Remove some expected failures from tests that are passing. Also, copypaste some
expectations to more appropriate locations in the expectations file.
* platform/gtk/TestExpectations:
2015-04-08 Filip Pizlo <fpizlo@apple.com>
JSArray::sortNumeric should handle ArrayWithUndecided
https://bugs.webkit.org/show_bug.cgi?id=143535
Reviewed by Geoffrey Garen.
Upload the original test that first spotted this. Shortened it a bit so that it runs fast enough.
* js/regress/script-tests/sorting-benchmark.js: Added.
(log):
(bottom_up_merge_sort):
(aMinusB):
(verify):
(benchmark):
(makeArrays):
* js/regress/sorting-benchmark-expected.txt: Added.
* js/regress/sorting-benchmark.html: Added.
2015-04-08 Alex Christensen <achristensen@webkit.org>
Block popups from content extensions.
https://bugs.webkit.org/show_bug.cgi?id=143497
Reviewed by Brady Eidson.
* http/tests/contentextensions/popups-expected.txt: Added.
* http/tests/contentextensions/popups.html: Added.
* http/tests/contentextensions/popups.html.json: Added.
2015-04-08 Michael Catanzaro <mcatanzaro@igalia.com>
[GTK] Unreviewed test expectation sanity-check
Remove duplicate expectation, and some expectations for tests that no longer exist.
* platform/gtk/TestExpectations:
2015-04-08 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Properly handle negative reference box widths and center coordinates
https://bugs.webkit.org/show_bug.cgi?id=142610
Reviewed by Rob Buis.
Tests for the cases that trigger asserts.
* fast/shapes/shape-outside-floats/shape-outside-floats-circle-negative-radius-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-circle-negative-radius-crash.html: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-negative-width-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-negative-width-crash.html: Added.
2015-04-08 ChangSeok Oh <changseok.oh@collabora.com>
Fill list style background with same color with that of list background.
https://bugs.webkit.org/show_bug.cgi?id=143483
Reviewed by Simon Fraser.
* fast/backgrounds/selection-background-color-of-image-list-style.html: Added.
* fast/backgrounds/selection-background-color-of-list-style.html: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/gtk/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-image-list-style-expected.png: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-image-list-style-expected.txt: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.png: Added.
* platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt: Added.
2015-04-08 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182536.
https://bugs.webkit.org/show_bug.cgi?id=143523
Made accessibility/table-sections.html time out on debug bots
(Requested by ap on #webkit).
Reverted changeset:
"Simple line layout: Add <br> support."
https://bugs.webkit.org/show_bug.cgi?id=139012
http://trac.webkit.org/changeset/182536
2015-04-08 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add <br> support.
https://bugs.webkit.org/show_bug.cgi?id=139012
This patch enables RenderBlockFlows to use simple line layout on text content when <br> is present.
Simple text with <br> is a fairly common pattern on discussion(forum)-like web pages. This patch reduces memory usage
and speeds up layout for such content.
Test output changes in 2 different ways:
1. Repositioned RenderLineBreak elements. (1px wide <br> is the result of integral pixel snapping)
2. Removed empty content (<br>).
Reviewed by Antti Koivisto.
* fast/text/simple-line-with-br-expected.html: Added.
* fast/text/simple-line-with-br.html: Added.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt: Added.
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/svg-font-face-with-kerning-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106795-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
2015-04-07 Michael Peechatt <mpeechatt@gmail.com>
Bug 142887 - role progress bar does not support indeterminate state
https://bugs.webkit.org/show_bug.cgi?id=142887
Reviewed by Chris Fleizach.
* platform/mac/accessibility/progressbar-indeterminate-expected.txt: Added.
* platform/mac/accessibility/progressbar-indeterminate.html: Added.
Test that checks if 0 is returned for indetermiate progress indicators when
aria min and max values are non zero.
2015-04-07 Chris Dumez <cdumez@apple.com>
Open WebSockets should not prevent a page from entering PageCache
https://bugs.webkit.org/show_bug.cgi?id=143505
<rdar://problem/19923085>
Reviewed by Alexey Proskuryakov.
Add a layout test to check that an open WebSocket does not prevent a
page from entering page cache and that a 'close' event is fired after
resuming (restoring from the page cache).
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache-expected.txt: Added.
* http/tests/websocket/tests/hybi/closed-when-entering-page-cache.html: Added.
2015-04-07 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182511.
https://bugs.webkit.org/show_bug.cgi?id=143507
caused debug test failures (Requested by alexchristensen on
#webkit).
Reverted changeset:
"Block popups from content extensions."
https://bugs.webkit.org/show_bug.cgi?id=143497
http://trac.webkit.org/changeset/182511
2015-04-07 Alex Christensen <achristensen@webkit.org>
Block popups from content extensions.
https://bugs.webkit.org/show_bug.cgi?id=143497
Reviewed by Brady Eidson.
* http/tests/contentextensions/popups-expected.txt: Added.
* http/tests/contentextensions/popups.html: Added.
* http/tests/contentextensions/popups.html.json: Added.
2015-04-07 Matthew Mirman <mmirman@apple.com>
Source and stack information should get appended only to native errors
and should be added after construction rather than when thrown.
This fixes frozen objects being unfrozen when thrown while conforming to
ecma script standard and other browser behavior.
rdar://problem/19927293
https://bugs.webkit.org/show_bug.cgi?id=141871
Reviewed by Geoffrey Garen.
Fixes tests to throw new Errors such that they will contain line, column, and stack information
as expected, and fixes the column in the error in the expected output.
* http/tests/w3c/resources/testharness.js: Other browsers don't expect stack information
with this test, but we do, and so the AssertionError should include stack information gathered from Error.
This could also have been fixed by changing expectations, but its a good idea to check the stack anyway.
* js/dom/exception-linenums-in-html-1.html: Throw "new Error()" rather than "{}".
* js/dom/exception-linenums-in-html-2.html: ditto.
* js/dom/exception-linenums-in-html-3.html: ditto.
* js/dom/script-tests/stack-trace.js: ditto.
(throwError): ditto.
(h): ditto.
(inlineableThrow): ditto.
(dfgThing.get willThrow): ditto.
(dfgThing.willThrowFunc): ditto.
* js/dom/stack-trace-expected.txt: fixed error column expectation.
* js/exception-properties-expected.txt: ditto.
* js/script-tests/exception-linenums.js:
(exceptionInFunction): throw "new Error()" rather than "{}".
(firstPropIsGetter.get getter): ditto
(secondPropIsGetter.get getter): ditto
(firstPropIsSetter.set setter): ditto
(secondPropIsSetter.set setter): ditto
* js/script-tests/exception-properties.js: now checking that column, line, and sourceURL are existant on a "new Error"
since we now add these at error construction rather than at error throwing.
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: fixed expectation to match.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: ditto.
2015-04-07 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Show Symbol properties on Objects
https://bugs.webkit.org/show_bug.cgi?id=141279
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object.html:
Update tests to include objects with Symbol properties.
2015-02-25 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Update track sizes after distributing extra space
https://bugs.webkit.org/show_bug.cgi?id=141422
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-update-sizes-after-distributing-all-expected.txt: Added.
* fast/css-grid-layout/grid-update-sizes-after-distributing-all.html: Added.
2015-04-07 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Gardening 7th April
https://bugs.webkit.org/show_bug.cgi?id=143467
Unreviewed
* platform/gtk/TestExpectations:
* platform/gtk/editing/deleting/regional-indicators-expected.txt: Rebaselined after r182137.
* platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: Rebaselined after r181889.
* platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Added. Rebaselined after r181810.
2015-04-06 Chris Dumez <cdumez@apple.com>
Bing video search result pages are not PageCacheable
https://bugs.webkit.org/show_bug.cgi?id=143463
<rdar://problem/20440916>
Reviewed by Alexey Proskuryakov.
Add layout tests to confirm that a pending image load does not prevent
a page from entering the page cache. There are 2 tests, once that cover
the case where the request's cachePartion is empty (passing without the
fix), and another where the request's cachePartition is non-empty
(which only passes with the fix).
* http/tests/navigation/page-cache-pending-image-load-cache-partition-expected.txt: Added.
* http/tests/navigation/page-cache-pending-image-load-cache-partition.html: Added.
* http/tests/navigation/page-cache-pending-image-load-expected.txt: Added.
* http/tests/navigation/page-cache-pending-image-load.html: Added.
2015-04-06 Andy Estes <aestes@apple.com>
http/tests/contentfiltering/block-after-redirect.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=143460
* platform/win/TestExpectations: Marked test as ImageOnlyFailure.
2015-04-03 Alexey Proskuryakov <ap@apple.com>
Reduce the dependency on Flash in regression tests
https://bugs.webkit.org/show_bug.cgi?id=143391
Reviewed by Anders Carlsson.
* accessibility/inline-block-assertion.html:
* accessibility/plugin.html:
* compositing/geometry/empty-embed-rects.html:
* fast/history/resources/subframe-with-plugin.html:
* fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html:
* fast/loader/loadInProgress.html:
* fast/replaced/border-radius-clip.html:
* fast/replaced/embed-display-none.html:
* plugins/crash-restoring-plugin-page-from-page-cache.html:
* plugins/object-embed-plugin-scripting.html:
* plugins/resources/plugin-frame.html:
Use TestNetscapePlugin, as the tests don't appear to have any real need for Flash.
* plugins/iframe-shims.html: Removed. This was a test for a chromium only feature
that never existed in WebKit.
* platform/mac/TestExpectations:
* platform/wincairo/TestExpectations:
Removed the deleted plugins/iframe-shims.html.
* platform/mac-wk2/TestExpectations: Skip snapshotting tests that use Flash,
because they make WebKitTestRunner crash now. Marked all other snapshotting tests
as Pass/Failure, because they don't really make any sense, and are only useful for
finsing crashes.
* platform/wk2/TestExpectations: Skipped a few remaining tests that use Flash.
These tests still run (and pass) under WebKit1, regardless of whether Flash is
installed, so they don't seem like very accurate tests.
2015-04-06 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test update after r182369.
New test does not pass on Windows.
* platform/win/TestExpectations: Skip.
2015-04-05 Andy Estes <aestes@apple.com>
[Content Filtering] Add some additional unblock tests
https://bugs.webkit.org/show_bug.cgi?id=143435
Reviewed by Dan Bernstein.
* contentfiltering/block-after-add-data-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-add-data-then-allow-unblock.html: Added.
* contentfiltering/block-after-add-data-then-deny-unblock-expected.html: Renamed from LayoutTests/contentfiltering/allow-after-unblock-request-expected.html.
* contentfiltering/block-after-add-data-then-deny-unblock.html: Added.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-finished-adding-data-then-allow-unblock.html: Renamed from LayoutTests/contentfiltering/allow-after-unblock-request.html.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-finished-adding-data-then-deny-unblock.html: Renamed from LayoutTests/contentfiltering/block-after-unblock-request.html.
* contentfiltering/block-after-response-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-response-then-allow-unblock.html: Added.
* contentfiltering/block-after-response-then-deny-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-response-then-deny-unblock.html: Added.
* contentfiltering/block-after-will-send-request-then-allow-unblock-expected.html: Copied from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-will-send-request-then-allow-unblock.html: Added.
* contentfiltering/block-after-will-send-request-then-deny-unblock-expected.html: Renamed from LayoutTests/contentfiltering/block-after-unblock-request-expected.html.
* contentfiltering/block-after-will-send-request-then-deny-unblock.html: Added.
2015-04-05 Andy Estes <aestes@apple.com>
[Content Filtering] Tell the filter about requests and redirects
https://bugs.webkit.org/show_bug.cgi?id=143414
rdar://problem/19239549
Reviewed by Darin Adler.
* contentfiltering/allow-after-will-send-request-expected.html: Added.
* contentfiltering/allow-after-will-send-request.html: Added.
* contentfiltering/block-after-will-send-request-expected.html: Added.
* contentfiltering/block-after-will-send-request.html: Added.
* http/tests/contentfiltering/allow-after-redirect-expected.html: Added.
* http/tests/contentfiltering/allow-after-redirect.html: Added.
* http/tests/contentfiltering/block-after-redirect-expected.html: Added.
* http/tests/contentfiltering/block-after-redirect.html: Added.
* http/tests/contentfiltering/resources/fail.html: Added.
* http/tests/contentfiltering/resources/pass.html: Added.
2015-04-05 Simon Fraser <simon.fraser@apple.com>
Skip fast/fixed-layout/fixed-layout.html on Windows.
* platform/win/TestExpectations:
2015-04-05 Gyuyoung Kim <gyuyoung.kim@webkit.org>
[EFL] Gardening on 5th April. Mark 2 tests to ImageOnlyFailure.
https://bugs.webkit.org/show_bug.cgi?id=143417
Unreviewed. Mark 2 tests to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-04-04 Andy Estes <aestes@apple.com>
[Content Filtering] Blocked page is not always displayed when it should be
https://bugs.webkit.org/show_bug.cgi?id=143410
Reviewed by Andreas Kling.
* TestExpectations: Unskipped block-after-add-data.html.
* contentfiltering/block-after-add-data-expected.html: Added a passing expectation.
* contentfiltering/block-after-response-expected.html: Ditto.
2015-04-04 Chris Fleizach <cfleizach@apple.com>
AX: Heuristic: Avoid exposing an element as clickable if mouse event delegation is handled on an AXElement with more than one descendant AXElement
https://bugs.webkit.org/show_bug.cgi?id=136247
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler-expected.txt: Removed.
* platform/mac/accessibility/press-action-not-exposed-when-body-is-click-handler.html: Removed.
* platform/mac/accessibility/press-action-not-exposed-for-event-delegation-expected.txt: Added.
* platform/mac/accessibility/press-action-not-exposed-for-event-delegation.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Fix some bad test results committed earlier.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt:
2015-04-02 Darin Adler <darin@apple.com>
Streamline icon-related code, mostly unused
https://bugs.webkit.org/show_bug.cgi?id=143306
Reviewed by Antti Koivisto.
* fast/dom/icon-url-list-apple-touch-expected.txt: Removed.
* fast/dom/icon-url-list-apple-touch.html: Removed. This tested code that was
not actually used in any WebKit port.
* fast/dom/icon-url-list.html: Updated to expect only a single icon URL;
the icon machinery in WebKit doesn't return arrays at this time. It's better to
test what we actually expose.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Crash under Document::absoluteRegionForEventTargets on build.webkit.org/dashboard
https://bugs.webkit.org/show_bug.cgi?id=143406
rdar://problem/20407080
Reviewed by Ryosuke Niwa.
Test configurations of elements with different parenting and event handlers adding orders, and multiple handlers on
the same node.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-element-with-multiple-handlers-crash.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-crash.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/destroy-wheel-element-parent-crash.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
REGRESSION (r182215): Feedly crashes when closing article
https://bugs.webkit.org/show_bug.cgi?id=143405
rdar://problem/20382734, rdar://problem/20395497
Reviewed by Tim Horton.
Test that triggers a crash without the fix (thanks to Zalan for the test).
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/compute-region-inside-delete-renderer-crash.html: Added.
2015-04-04 Simon Fraser <simon.fraser@apple.com>
Differentiate between composited scrolling, and async scrolling
https://bugs.webkit.org/show_bug.cgi?id=143291
Reviewed by Sam Weinig.
Rebaseline tests that call setScrollingTreeIncludesFrames(true), where those subframes
are now excluded from the non-fast scrollable region.
* platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/frames/coordinated-frame-in-fixed-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt:
2015-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Collecting a ReadableStreamReader should not unlock its stream
https://bugs.webkit.org/show_bug.cgi?id=143333
Reviewed by Benjamin Poulain.
* streams/readablestreamreader-constructor-expected.txt:
* streams/readablestreamreader-constructor.html:
2015-04-04 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 Object.getOwnPropertySymbols
https://bugs.webkit.org/show_bug.cgi?id=141106
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
2015-04-03 Tim Horton <timothy_horton@apple.com>
fast/fixed-layout/fixed-layout.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143379
Reviewed by Simon Fraser.
* TestExpectations:
Un-flakify the fixed layout test.
* fast/css-grid-layout/flex-content-sized-columns-resize-expected.html:
Remove a mistaken line in the original test; this function doesn't exist in WebKit
and was presumably ported directly from the Blink test (and then never noticed because
JS exceptions thrown in -expected files go nowhere).
* fast/fixed-layout/fixed-layout.html:
Make the fixed layout test less racy by waiting for the resize event (which can be
very asynchronous). Also, force a layout before resizing to ensure that we
always do get a resize event.
2015-04-03 Chris Fleizach <cfleizach@apple.com>
AX: Toggling check box state not speaking using plain space, not VO space.
https://bugs.webkit.org/show_bug.cgi?id=143356
Reviewed by Darin Adler.
* platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space-expected.txt: Added.
* platform/mac/accessibility/checkbox-posts-value-change-notification-after-activation-with-space.html: Added.
2015-04-03 Alexey Proskuryakov <ap@apple.com>
Re-skip tests that got recently enabled, but time out.
* platform/mac-wk2/TestExpectations:
2015-04-03 Alexey Proskuryakov <ap@apple.com>
fast/fixed-layout/fixed-layout.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143379
* TestExpectations: Marking it as such.
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[WK2] Unskip now passing tests after r135595
https://bugs.webkit.org/show_bug.cgi?id=127428
Unreviewed gardening.
* platform/mac-wk2/TestExpectations: Mark editing/selection/context-menu-text-selection.html as timeouting test.
* platform/wk2/TestExpectations: Unskip now passing tests.
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix 18 crashing compositing tests after r182101
https://bugs.webkit.org/show_bug.cgi?id=143214
Unreviewed gardening, comment out the original expectations after r182311.
* platform/efl/TestExpectations:
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix 18 crashing compositing tests after r182101
https://bugs.webkit.org/show_bug.cgi?id=143214
Unreviewed gardening, add crash expectations until proper fix.
* platform/efl/TestExpectations:
2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening. Skip fast/fixed-layout, because it made the following tests fail.
* platform/efl/TestExpectations:
2015-04-02 Timothy Horton <timothy_horton@apple.com>
Scrollbars are left in the wrong position when resizing a fixed layout view
https://bugs.webkit.org/show_bug.cgi?id=143360
Reviewed by Beth Dakin.
* fast/fixed-layout/fixed-layout-expected.png: Added.
* fast/fixed-layout/fixed-layout-expected.txt: Added.
* fast/fixed-layout/fixed-layout.html: Added.
Add a simple fixed layout test. We can add more (or recover some from
when the Qt tests were purged) now that it's testable again.
This test also happens to test the aforementioned setFrameRect change,
because without it, the RenderView's layer would be left at the wrong
size (800x600) because the scrollbars would be left behind in the resize.
2015-04-02 Brent Fulgham <bfulgham@apple.com>
New ruby tests are failing on all non-Mac platforms.
https://bugs.webkit.org/show_bug.cgi?id=143354
Add skip commands for these new tests.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
http/tests/security/cross-frame-access-call.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=143344
Reviewed by Anders Carlsson.
* TestExpectations:
* http/tests/security/cross-frame-access-call-expected.txt:
Correct the results. Not sure where I got the different results from.
2015-04-02 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening.
Unreviewed.
* fast/ruby/ruby-expansion-cjk-4-expected.html:
* fast/ruby/ruby-expansion-cjk-4.html:
2015-04-02 Anders Carlsson <andersca@apple.com>
http/tests/security/cross-frame-access-call.html is flaky.
* TestExpectations:
Skip this test for now. Fixing it is being tracked by webkit.org/b/143344.
2015-04-02 Myles C. Maxfield <mmaxfield@apple.com>
Disallow ruby base from having leading or trailing expansions
https://bugs.webkit.org/show_bug.cgi?id=142608
Reviewed by David Hyatt.
Test combinations of CJK, Latin, ruby-in-ruby, simple text codepath, complex
text codepath, RTL, and LTR codepaths.
* fast/ruby/positioned-ruby-text-expected.txt:
* fast/ruby/positioned-ruby-text.html:
* fast/ruby/resources/green.png: Added.
* fast/ruby/resources/ruby-expansion.svg: Added.
* fast/ruby/ruby-expansion-cjk-2-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-2.html: Added.
* fast/ruby/ruby-expansion-cjk-3-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-3.html: Added.
* fast/ruby/ruby-expansion-cjk-4-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-4.html: Added.
* fast/ruby/ruby-expansion-cjk-5-expected.html: Added.
* fast/ruby/ruby-expansion-cjk-5.html: Added.
* fast/ruby/ruby-expansion-cjk-expected.html: Added.
* fast/ruby/ruby-expansion-cjk.html: Added.
* fast/ruby/ruby-justification-expected.html:
* fast/ruby/ruby-justification.html:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
Clean up access checks in JSHistoryCustom.cpp
https://bugs.webkit.org/show_bug.cgi?id=143227
Reviewed by Sam Weinig.
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
2015-04-02 Alexey Proskuryakov <ap@apple.com>
media/track/track-forced-subtitles-in-band.html times out
* platform/mac/TestExpectations: Update the expectations - the test doens't only fail
flakily, it times out too.
2015-04-02 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Implement the correct paint order for blocks inside inlines.
https://bugs.webkit.org/show_bug.cgi?id=143320
Reviewed by Darin Adler.
* fast/block/inside-inlines/new-model/paint-order-expected.html: Added.
* fast/block/inside-inlines/new-model/paint-order.html: Added.
* fast/block/inside-inlines/opacity-on-inline-expected.html: Added.
* fast/block/inside-inlines/opacity-on-inline.html: Added.
* fast/block/inside-inlines/paint-order-expected.html: Added.
* fast/block/inside-inlines/paint-order.html: Added.
2015-04-02 Adam Bergkvist <adam.bergkvist@ericsson.com>
WebRTC: Add support for Promise-based MediaDevices.getUserMedia()
https://bugs.webkit.org/show_bug.cgi?id=143255
Reviewed by Eric Carlson.
Added test for new Promise-based getUserMedia() (on MediaDevices).
* fast/dom/navigator-detached-no-crash.html:
* fast/mediastream/MediaDevices-getUserMedia-expected.txt: Added.
* fast/mediastream/MediaDevices-getUserMedia.html: Added.
2015-04-02 Alexey Proskuryakov <ap@apple.com>
Reinstate expectations for fast/events/mouse-cursor-image-set.html now that r182247
was rolled out.
* platform/mac/TestExpectations:
2015-04-02 Joonghun Park <jh718.park@samsung.com>
[CSS MultiColumn] Parse "columns: auto <length>" shorthand property value properly
https://bugs.webkit.org/show_bug.cgi?id=143248
Reviewed by Darin Adler.
* fast/css/getPropertyValue-columns-expected.txt:
* fast/css/getPropertyValue-columns.html:
* fast/multicol/columns-shorthand-parsing-2-expected.txt: Added.
* fast/multicol/columns-shorthand-parsing-2.html: Added.
2015-04-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r182247.
https://bugs.webkit.org/show_bug.cgi?id=143326
unfortunately broke some tests (Requested by dino on #webkit).
Reverted changeset:
"Async loading of image resources"
https://bugs.webkit.org/show_bug.cgi?id=134488
http://trac.webkit.org/changeset/182247
2015-04-01 Dean Jackson <dino@apple.com>
fast/events/mouse-cursor-image-set.html is timing out on Apple platforms
https://bugs.webkit.org/show_bug.cgi?id=143323
Removing old flakiness setting now that we should be skipping.
* platform/mac/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
fast/events/mouse-cursor-image-set.html is timing out on Apple platforms
https://bugs.webkit.org/show_bug.cgi?id=143323
The change r182247 has caused this test to timeout. Rather than rollout
the commit I'm skipping the test and will contact Yoav.
* platform/mac/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
accessibility/textarea-selected-text-range.html failing on Windows WK1 Release
https://bugs.webkit.org/show_bug.cgi?id=143315
Removing clashing entry but changing the old entry to Skip.
* platform/win/TestExpectations:
2015-04-01 Dean Jackson <dino@apple.com>
accessibility/textarea-selected-text-range.html failing on Windows WK1 Release
https://bugs.webkit.org/show_bug.cgi?id=143315
Skipping this on Windows.
* platform/win/TestExpectations:
2015-04-01 Yoav Weiss <yoav@yoav.ws>
Async loading of image resources
https://bugs.webkit.org/show_bug.cgi?id=134488
Reviewed by Dean Jackson.
* fast/dom/HTMLImageElement/image-load-post-onload-expected.txt: Added.
* fast/dom/HTMLImageElement/image-load-post-onload.html: Added.
* fast/dom/HTMLImageElement/image-loading-gc.html: Cosmetic changes.
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-reverse-expected.txt: Added.
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-reverse.html: Added.
* fast/dom/image-object.html: Cosmetic changes.
* http/tests/misc/image-blocked-src-change-expected.txt: Removed line numbers from console.
* http/tests/misc/image-blocked-src-no-change-expected.txt: Removed line numbers from console.
* http/tests/security/contentSecurityPolicy/report-blocked-file-uri-expected.txt: Removed line numbers from console.
* http/tests/security/frame-loading-via-document-write-expected.txt: Removed line numbers from console.
* http/tests/security/local-image-from-remote-expected.txt: Removed line numbers from console.
2015-03-31 Simon Fraser <simon.fraser@apple.com>
Make it possible to compute a region for elements on the page that have wheel event handlers
https://bugs.webkit.org/show_bug.cgi?id=142807
Reviewed by Beth Dakin.
Update results, since any handler with position:fixed now causes the region to cover the document.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt:
2015-04-01 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Floats need to be allowed to intrude into anonymous inline-blocks.
https://bugs.webkit.org/show_bug.cgi?id=143307
Reviewed by Dean Jackson.
* fast/block/inside-inlines/basic-float-intrusion-expected.html: Added.
* fast/block/inside-inlines/basic-float-intrusion.html: Added.
* fast/block/inside-inlines/new-model/basic-float-intrusion-expected.html: Added.
* fast/block/inside-inlines/new-model/basic-float-intrusion.html: Added.
2015-04-01 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Remove warning message in layoutTest.
https://bugs.webkit.org/show_bug.cgi?id=143268
* platform/efl/TestExpectations:
2015-04-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r179820): accessibility/textarea-selected-text-range.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=142976
Reviewed by Chris Fleizach.
* platform/mac/TestExpectations: Removed an expectation.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
Don't race a timer with an internal dispatch_async.
* platform/mac/accessibility/select-element-selection-with-optgroups-expected.txt:
* platform/mac/accessibility/select-element-selection-with-optgroups.html:
This test had the same issue.
2015-03-31 Ryosuke Niwa <rniwa@webkit.org>
ES6 class syntax should allow static setters and getters
https://bugs.webkit.org/show_bug.cgi?id=143180
Reviewed by Filip Pizlo.
Added test cases.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-03-31 Simon Fraser <simon.fraser@apple.com>
Make it possible to compute a region for elements on the page that have wheel event handlers
https://bugs.webkit.org/show_bug.cgi?id=142807
Reviewed by David Hyatt.
Tests that dump the non-fast-scrollable region, for various rendering configurations.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/handlers-in-iframes.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/gain-wheel-handler.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/lose-wheel-handler.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/resources/wheel-handler-region-helper.js: Added.
(rectsAsString):
(dumpRegion):
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-fixed-child.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-columns.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-in-region.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-inside-fixed.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-document.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-on-fixed.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/non-fast-region/wheel-handler-region-basic.html: Added.
2015-03-31 Dean Jackson <dino@apple.com>
accessibility/aria-hidden-hides-all-elements.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=143275
Mark as Pass/Fail.
* platform/win/TestExpectations:
2015-03-31 Said Abou-Hallawa <sabouhallawa@apple.com>
border-image with 'fill' keyword does not fill the middle area unless the border width is greater than zero.
https://bugs.webkit.org/show_bug.cgi?id=142650.
Reviewed by Simon Fraser.
Add tests to ensure the middle area of a RenderBox is going to be drawn
even if the border width is not greater than zero.
* fast/borders/border-image-fill-inline-no-border-expected.html: Added.
* fast/borders/border-image-fill-inline-no-border.html: Added.
* fast/borders/border-image-fill-no-border-expected.html: Added.
* fast/borders/border-image-fill-no-border.html: Added.
* fast/borders/resources/button-border-cropped.svg: Added.
* fast/borders/resources/button-border.svg: Added.
* fast/borders/resources/svg-100x100-intrinsic.svg: Added.
2015-03-31 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Anonymous inline-blocks should size as though they are block-level.
https://bugs.webkit.org/show_bug.cgi?id=143271
Reviewed by Dean Jackson.
* fast/block/inside-inlines/block-width-check-expected.html: Added.
* fast/block/inside-inlines/block-width-check.html: Added.
* fast/block/inside-inlines/new-model/block-width-check-expected.html: Added.
* fast/block/inside-inlines/new-model/block-width-check.html: Added.
2015-03-31 Beth Dakin <bdakin@apple.com>
REGRESSION (r173484): Reducing content of scrollable region does not reset scroll
position
https://bugs.webkit.org/show_bug.cgi?id=138525
-and corresponding-
rdar://problem/18166043
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-reduced-content.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/overflow-scroll-zero-delta-wheel-events.html: Added.
2015-03-31 Yusuke Suzuki <utatane.tea@gmail.com>
[ES6] Object type restrictions on a first parameter of several Object.* functions are relaxed
https://bugs.webkit.org/show_bug.cgi?id=142937
Reviewed by Darin Adler.
Several LayoutTests are updated with the new behavior.
Test cases in IETestCenter contain test for the outdated behavior.
But IETestCenter is brought from the external source, so instead of modifying it,
we mark them as Failure in TestExpectations.
* TestExpectations:
* js/dom/getOwnPropertyDescriptor-expected.txt:
* js/prototypes-expected.txt:
* js/resources/getOwnPropertyDescriptor.js:
* js/script-tests/prototypes.js:
2015-03-30 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Make sure line breaks occur before and after the anonymous inline-block.
https://bugs.webkit.org/show_bug.cgi?id=143238.
Reviewed by Dean Jackson.
* fast/block/inside-inlines/breaking-behavior-expected.html: Added.
* fast/block/inside-inlines/breaking-behavior.html: Added.
* fast/block/inside-inlines/new-model/breaking-behavior-expected.html: Added.
* fast/block/inside-inlines/new-model/breaking-behavior.html: Added.
* fast/block/inside-inlines/new-model/empty-block.html:
2015-03-31 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
GTK+ Gardening 30th March
https://bugs.webkit.org/show_bug.cgi?id=143220
Unreviewed.
* platform/gtk/TestExpectations:
2015-03-31 Antti Koivisto <antti@apple.com>
http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html failing on Mavericks wk2 debug
https://bugs.webkit.org/show_bug.cgi?id=143258
The test relies on resource priorities. Those don't roundtrip when serializing via NSURLRequest on Mavericks due
to ResourceRequest::resourcePrioritiesEnabled() returning false.
It is bit surprising it works on release but not on debug. I suspect some debug code forces NSURLRequest construction
and so we end up on the roundtrip code path.
* platform/mac-mavericks/TestExpectations: Added.
Skip the test on Mavericks.
2015-03-31 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Implement a barebone ReadableStreamReader interface
https://bugs.webkit.org/show_bug.cgi?id=142866
Reviewed by Benjamin Poulain.
Adding tests to check API, constructor and link with ReadableStream.getReader.
Rebasing of global-constructors-attributes.html to include ReadableStreamReader.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* streams/readablestreamreader-constructor-expected.txt: Added.
* streams/readablestreamreader-constructor.html: Added.
2015-03-30 Ryosuke Niwa <rniwa@webkit.org>
Extending null should set __proto__ to null
https://bugs.webkit.org/show_bug.cgi?id=142882
Reviewed by Geoffrey Garen and Benjamin Poulain.
Added more test cases for extending from null, and added checks for prototypes.
Also rebaselined existing tests.
* js/class-syntax-call-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-call.js:
* js/script-tests/class-syntax-extends.js:
* js/script-tests/class-syntax-super.js:
2015-03-30 Alex Christensen <achristensen@webkit.org>
[Content Extensions] Correctly handle regular expressions matching everything
https://bugs.webkit.org/show_bug.cgi?id=143235
Reviewed by Benjamin Poulain.
* http/tests/contentextensions/css-display-none.html:
* http/tests/contentextensions/css-display-none.html.json:
Test multiple selectors with triggers that match everything.
* http/tests/contentextensions/whitelist-expected.txt: Added.
* http/tests/contentextensions/whitelist.html: Added.
* http/tests/contentextensions/whitelist.html.json: Added.
2015-03-30 Mark Lam <mark.lam@apple.com>
REGRESSION (r181993): inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html crashes.
<https://webkit.org/b/143105>
Reviewed by Filip Pizlo.
* TestExpectations:
- Undid test skipped in r182072.
2015-03-30 Chris Dumez <cdumez@apple.com>
Cached "Expires" header is not updated upon successful resource revalidation
https://bugs.webkit.org/show_bug.cgi?id=143228
<rdar://problem/20348059>
Reviewed by Antti Koivisto.
Add layout test to check that a cached response's "Expires" header is
updated from the 304 response's headers upon successful revalidation.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
(generateTestURL):
(loadResource):
* http/tests/cache/disk-cache/resources/generate-response.cgi:
2015-03-30 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Regression: Preview for [[null]] shouldn't be []
https://bugs.webkit.org/show_bug.cgi?id=143208
Reviewed by Mark Lam.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-03-30 Antti Koivisto <antti@apple.com>
Don't cache resources that are very unlikely to be reused
https://bugs.webkit.org/show_bug.cgi?id=143226
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
2015-03-30 Antti Koivisto <antti@apple.com>
Don't cache resources that are very unlikely to be reused
https://bugs.webkit.org/show_bug.cgi?id=143226
<rdar://problem/20347160>
Reviewed by Geoff Garen.
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt:
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.html:
Keep max-age: 0 cacheable in this test by adding a validation header.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt:
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html:
Rebase and expand to cover the high priority resource case.
2015-03-30 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Rebaseline accessibility/aria-toggle-button-with-title.html
https://bugs.webkit.org/show_bug.cgi?id=143229
Unreviewed.
Revision r182012 updates the way a role=button + aria-pressed object should be exposed as AXCheckbox. We need to create a new baseline.
* platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
2015-03-30 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3
https://bugs.webkit.org/show_bug.cgi?id=133359
Reviewed by David Hyatt.
From Blink r164817 and r165264 by <jchaffraix@chromium.org>
Broaden justify-self's parsing name and upgrade align-self and
align-items parsing to CSS 3.
* TestExpectations:
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-items-expected.txt: Added.
* css3/parse-align-items.html: Added.
* css3/parse-align-self-expected.txt: Added.
* css3/parse-align-self.html: Added.
* css3/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* fast/css/parse-justify-self-expected.txt:
* fast/css/parse-justify-self.html:
* svg/css/getComputedStyle-basic-expected.txt:
2015-03-27 David Hyatt <hyatt@apple.com>
[New Block-Inside-Inline Model] Create anonymous inline blocks to hold blocks-inside-inlines.
https://bugs.webkit.org/show_bug.cgi?id=143145
Reviewed by Dean Jackson.
* fast/block/inside-inlines: Added.
* fast/block/inside-inlines/empty-block-expected.html: Added.
* fast/block/inside-inlines/empty-block.html: Added.
* fast/block/inside-inlines/new-model: Added.
* fast/block/inside-inlines/new-model/empty-block-expected.html: Added.
* fast/block/inside-inlines/new-model/empty-block.html: Added.
2015-03-30 Chris Dumez <cdumez@apple.com>
[WK2][NetworkCache] Add support for "Cache-Control: max-stale" request header
https://bugs.webkit.org/show_bug.cgi?id=143159
<rdar://problem/20333296>
Reviewed by Antti Koivisto.
Add layout test to cover support for "Cache-Control: max-stale" request
header.
* http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-request-max-stale.html: Added.
2015-03-30 Jer Noble <jer.noble@apple.com>
[iOS] When Web Audio is interrupted by a phone call, it cannot be restarted.
https://bugs.webkit.org/show_bug.cgi?id=143190
Reviewed by Darin Adler.
* webaudio/audiocontext-state-expected.txt: Added.
* webaudio/audiocontext-state-interrupted-expected.txt: Added.
* webaudio/audiocontext-state-interrupted.html: Added.
* webaudio/audiocontext-state.html: Added.
2015-03-30 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Update expectations for delete-emoji test since the bug is fixed now.
https://bugs.webkit.org/show_bug.cgi?id=141419
Reviewed by Gustavo Noronha Silva.
* platform/gtk/TestExpectations:
2015-03-29 Benjamin Poulain <benjamin@webkit.org>
`currentColor` computes to the same colour on all elements, even if 'color' is inherited differently
https://bugs.webkit.org/show_bug.cgi?id=133420
Reviewed by Darin Adler.
* fast/css/currentColor-on-before-after-pseudo-elements-expected.html: Added.
* fast/css/currentColor-on-before-after-pseudo-elements.html: Added.
* fast/css/currentColor-style-update-reftest-expected.html: Added.
* fast/css/currentColor-style-update-reftest.html: Added.
* fast/css/currentColor-value-style-update-expected.txt: Added.
* fast/css/currentColor-value-style-update.html: Added.
2015-03-29 Darin Adler <darin@apple.com>
HTMLCollection caches incorrect length if item(0) is called before length on an empty collection
https://bugs.webkit.org/show_bug.cgi?id=143203
Reviewed by Antti Koivisto.
* fast/dom/htmlcollection-length-after-item-2-expected.txt: Added.
* fast/dom/htmlcollection-length-after-item-2.html: Added.
2015-03-28 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Adopt Array.prototype.includes and String.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=143176
Reviewed by Timothy Hatcher.
* inspector/css/pseudo-element-matches.html:
2015-03-28 Csaba Osztrogonác <ossy@webkit.org>
REGRESSION(r181326): It made dfg-int16array.js and dfg-int8array.js fail on AArch64 Linux
https://bugs.webkit.org/show_bug.cgi?id=142629
Unreviewed gardening, unskip now passing tests after r182091.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-27 Saam Barati <saambarati1@gmail.com>
Deconstruction parameters are bound too late
https://bugs.webkit.org/show_bug.cgi?id=143148
Reviewed by Filip Pizlo.
* js/regress/deconstructing-parameters-overridden-by-function-expected.txt: Added.
* js/regress/deconstructing-parameters-overridden-by-function.html: Added.
* js/regress/script-tests/deconstructing-parameters-overridden-by-function.js: Added.
(f):
(test):
(.arg):
2015-03-27 Michael Saboff <msaboff@apple.com>
Fix flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138390
Reviewed by Mark Lam.
Reenabled the tests for ARM64/iOS. Left the tests disabled for ARM64/linux and will let linux
developers test and reenable under existing but https://bugs.webkit.org/show_bug.cgi?id=142629.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-27 Jer Noble <jer.noble@apple.com>
[Mac] Safari fails to fire page "load" event with video[preload=none]
https://bugs.webkit.org/show_bug.cgi?id=143147
Reviewed by Simon Fraser.
* media/video-page-load-preload-none-expected.txt: Added.
* media/video-page-load-preload-none.html: Added.
2015-03-27 Brent Fulgham <bfulgham@apple.com>
Correct test results after r182012.
The test now produces identical results on all platforms, so update the root test result,
and remove custom non-matching expectations. This corrects Windows, GTK, and EFL builds, and
should not harm the Mac build.
* accessibility/aria-toggle-button-with-title-expected.txt:
* platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
2015-03-27 Mark Lam <mark.lam@apple.com>
Gardening: skipping inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html until crash is fixed.
<https://webkit.org/b/143105>
Not reviewed.
* TestExpectations:
2015-03-27 Chris Dumez <cdumez@apple.com>
[WK2][NetworkCache] We only cache responses with status codes that are cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143125
<rdar://problem/20321172>
Reviewed by Antti Koivisto.
Add layout test to check that responses with status code 307 (which is not
cacheable by default) are cached if they have explicit expiration headers.
Also update a couple of other disk cache tests to cover heuristic
freshness (http://tools.ietf.org/html/rfc7234#section-4.2.2), relying on
'Last-Modified' header to estimate freshness if usual expiration headers
are not available.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-204-status-code.html:
* http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-307-status-code.html: Added.
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt:
* http/tests/cache/disk-cache/disk-cache-404-status-code.html:
2015-03-27 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening.
* js/script-tests/array-length-shortening.js: Unskip, r182058 fixed it.
2015-03-27 Said Abou-Hallawa <sabouhallawa@apple.com>
FEMorphology::platformApplyGeneric() should bail out if the radius is less than or equal to zero.
https://bugs.webkit.org/show_bug.cgi?id=142885.
Reviewed by Dean Jackson.
* svg/filters/feMorphology-radius-cases-expected.svg: Added.
* svg/filters/feMorphology-radius-cases.svg: Added.
Test different cases for radius of the feMorphology filter. There are three
cases for the radius:
1. radius < 0: This is an error case, the source image should not be rendered.
2. radius = 0: This case is treated as if the filter never exists.
3. radius > 0: If the scaled radius is > 0, the filter is applied.
2015-03-26 Antti Koivisto <antti@apple.com>
Respect cache-control directives in request
https://bugs.webkit.org/show_bug.cgi?id=143121
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-request-headers.html: Added.
2015-03-27 Michael Saboff <msaboff@apple.com>
Objects with numeric properties intermittently get a phantom 'length' property
https://bugs.webkit.org/show_bug.cgi?id=142792
Reviewed by Csaba Osztrogonác.
New regression test.
* js/regress-142792-expected.txt: Added.
* js/regress-142792.html: Added.
* js/script-tests/regress-142792.js: Added.
(isArrayLike):
(filter):
2015-03-26 Zalan Bujtas <zalan@apple.com>
Inline continuation code should not take anonymous containing wrapper granted.
https://bugs.webkit.org/show_bug.cgi?id=133312
Reviewed by Dave Hyatt.
It's wrong to assume that when RenderInline is part of an inline continuation, its containing block
is an anonymous wrapper and its sibling might be a block level renderer.
When the inline continuation is no longer needed, for example when the block level renderer that initiated the continuation
is detached from the render tree, the inline renderes still continue to form continuation.(however they no longer require
anonymous wrappers)
* fast/inline/crash-when-position-property-is-changed-and-no-longer-in-continuation-expected.txt: Added.
* fast/inline/crash-when-position-property-is-changed-and-no-longer-in-continuation.html: Added.
2015-03-26 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Provide a better view for Classes in the console
https://bugs.webkit.org/show_bug.cgi?id=142999
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the test to include coverage of the new "class" subtype of "function".
2015-03-26 Tim Horton <timothy_horton@apple.com>
REGRESSION (r181358 and r181507): Lots of sites think that we support touch events on OS X
https://bugs.webkit.org/show_bug.cgi?id=142888
<rdar://problem/20227304>
Reviewed by Beth Dakin.
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
* fast/events/event-attribute-expected.txt:
* platform/win/fast/events/event-attribute-expected.txt:
Revert some changes to these tests and their results.
2015-03-26 Roger Fong <roger_fong@apple.com>
Apply blur effect to media control background.
https://bugs.webkit.org/show_bug.cgi?id=143116.
<rdar://problem/20316964>.
Reviewed by Brent Fulgham.
* platform/mac/TestExpectations: Tests need rebaselining. Will do so with other previously skipped media tests.
2015-03-26 Geoffrey Garen <ggaren@apple.com>
Assertion firing in JavaScriptCore/parser/parser.h for statesman.com site
https://bugs.webkit.org/show_bug.cgi?id=142974
Reviewed by Joseph Pecoraro.
No test covering this ASSERT because I couldn't design a way to reproduce
it after trying for a few hours. Simply loading the original ASSERTing
content from disk is not enough to reproduce this bug.
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt: These are
progressions, where we used to get the line number wrong.
* fast/dom/attribute-event-listener-errors-expected.txt: Added.
* fast/dom/attribute-event-listener-errors.html: Added. This test covers
a subtle way in which the new mechanism for attribute event listener
line numbers is more accurate than the old one.
2015-03-26 Brady Eidson <beidson@apple.com>
Apply ContentExtension actions after redirects.
<rdar://problem/20062613> and https://bugs.webkit.org/show_bug.cgi?id=143055
Reviewed by Alex Christensen.
* http/tests/contentextensions/loading/main-resource-redirect-blocked-expected.txt: Added.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php: Added.
* http/tests/contentextensions/loading/main-resource-redirect-blocked.php.json: Added.
* http/tests/contentextensions/loading/resources/main-resource-redirect-blocked-target.html: Added.
* http/tests/contentextensions/resources/subresource-redirect.php: Added.
* http/tests/contentextensions/subresource-redirect-blocked-expected.txt: Added.
* http/tests/contentextensions/subresource-redirect-blocked.html: Added.
* http/tests/contentextensions/subresource-redirect-blocked.html.json: Added.
2015-03-26 Michael Saboff <msaboff@apple.com>
js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
https://bugs.webkit.org/show_bug.cgi?id=139865
Reviewed by Alexey Proskuryakov.
It appears that r181993 fixed this test as it removed the code where the crash occurred.
* TestExpectations: Re-enabled js/promises-tests/promises-tests-2-3-3 including marking it as Slow.
2015-03-26 Chris Fleizach <cfleizach@apple.com>
AX: [role="button"][aria-pressed] should be exposed as AXCheckbox:AXToggleButton, with role description of "toggle button"
https://bugs.webkit.org/show_bug.cgi?id=115298
Reviewed by Mario Sanchez Prada.
* accessibility/aria-toggle-button-with-title.html:
Bad path for post test resources file, so that is fixed.
* platform/mac/accessibility/aria-pressed-button-attributes-expected.txt: Added.
* platform/mac/accessibility/aria-pressed-button-attributes.html: Added.
* platform/mac/accessibility/aria-toggle-button-with-title-expected.txt:
Updated to reflect the new role of this object.
2015-03-26 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening, skip failing tests on AArch64 Linux.
* js/script-tests/array-from.js:
* js/script-tests/array-length-shortening.js:
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2015-03-25 Alexey Proskuryakov <ap@apple.com>
media/track/track-mode.html flakily times out
https://bugs.webkit.org/show_bug.cgi?id=143085
* TestExpectations: Added an expectation.
2015-03-25 Chris Fleizach <cfleizach@apple.com>
AX: table cells that use display:block render the table inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=143007
Unreviewed, layout test fix.
Skip associated accessibility/table-cell-display-block.html on failing platforms.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
Specific platform changes in children ordering need to be updated to make this test pass.
* platform/win/TestExpectations:
Need to implement cellForRowAndColumn.
2015-03-25 Filip Pizlo <fpizlo@apple.com>
Heap variables shouldn't end up in the stack frame
https://bugs.webkit.org/show_bug.cgi?id=141174
Reviewed by Geoffrey Garen.
* js/function-apply-aliased-expected.txt:
* js/function-dot-arguments-expected.txt:
* js/regress/arguments-expected.txt: Added.
* js/regress/arguments-named-and-reflective-expected.txt: Added.
* js/regress/arguments-named-and-reflective.html: Added.
* js/regress/arguments-strict-mode-expected.txt: Added.
* js/regress/arguments-strict-mode.html: Added.
* js/regress/arguments.html: Added.
* js/regress/script-tests/arguments-named-and-reflective.js: Added.
* js/regress/script-tests/arguments-strict-mode.js: Added.
* js/regress/script-tests/arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-cloned-arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-direct-arguments.js: Added.
* js/regress/script-tests/try-catch-get-by-val-scoped-arguments.js: Added.
* js/regress/script-tests/varargs-call.js: Added.
* js/regress/script-tests/varargs-construct-inline.js: Added.
* js/regress/script-tests/varargs-construct.js: Added.
* js/regress/script-tests/varargs-inline.js: Added.
* js/regress/script-tests/varargs-strict-mode.js: Added.
* js/regress/script-tests/varargs.js: Added.
* js/regress/try-catch-get-by-val-cloned-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-cloned-arguments.html: Added.
* js/regress/try-catch-get-by-val-direct-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-direct-arguments.html: Added.
* js/regress/try-catch-get-by-val-scoped-arguments-expected.txt: Added.
* js/regress/try-catch-get-by-val-scoped-arguments.html: Added.
* js/regress/varargs-call-expected.txt: Added.
* js/regress/varargs-call.html: Added.
* js/regress/varargs-construct-expected.txt: Added.
* js/regress/varargs-construct-inline-expected.txt: Added.
* js/regress/varargs-construct-inline.html: Added.
* js/regress/varargs-construct.html: Added.
* js/regress/varargs-expected.txt: Added.
* js/regress/varargs-inline-expected.txt: Added.
* js/regress/varargs-inline.html: Added.
* js/regress/varargs-strict-mode-expected.txt: Added.
* js/regress/varargs-strict-mode.html: Added.
* js/regress/varargs.html: Added.
* js/script-tests/function-apply-aliased.js:
* js/script-tests/function-dot-arguments.js:
2015-03-25 Chris Fleizach <cfleizach@apple.com>
AX: table cells that use display:block render the table inaccessible to VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=143007
Reviewed by Mario Sanchez Prada.
* accessibility/table-cell-display-block-expected.txt: Added.
* accessibility/table-cell-display-block.html: Added.
2015-03-25 Joseph Pecoraro <pecoraro@apple.com>
Add a few more tests for Class names
https://bugs.webkit.org/show_bug.cgi?id=143060
Reviewed by Ryosuke Niwa.
Add a few more class name tests:
- const class name binding inside class expression
- mutable class name binding from class statement
* js/script-tests/class-syntax-name.js:
2015-03-25 Joseph Pecoraro <pecoraro@apple.com>
ES6: Classes: Program level class statement throws exception in strict mode
https://bugs.webkit.org/show_bug.cgi?id=143038
Reviewed by Ryosuke Niwa.
This updates a number of existing tests that were relying on
poor behavior. `shouldBe` and friends use eval within a function
not at the global scope. This means `shouldBe('class X { ... }')`
behaves like `shouldBe('var x = ...')` not `shouldBe('x = ...')`.
This means `x` will not be available in the next `shouldBe` call.
Add a test specifically to cover the scoping of the class name
in regular and strict mode code. Currently we treat it like var
with one failing test that would pass when we treat it like let.
* js/class-syntax-name.html: Added.
* js/script-tests/class-syntax-name.js: Added.
(runTestShouldBe):
(runTestShouldBeTrue):
(runTestShouldThrow):
(runTestShouldNotThrow):
Test class name scoping.
* js/class-syntax-call-expected.txt:
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-default-constructor-expected.txt:
* js/class-syntax-name-expected.txt: Added.
* js/script-tests/class-syntax-call.js:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-default-constructor.js:
2015-03-25 Mark Lam <mark.lam@apple.com>
Gardening: rebaseline after r181907.
Not reviewed.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-03-25 Dean Jackson <dino@apple.com>
MediaControls: Use font with fixed number width
https://bugs.webkit.org/show_bug.cgi?id=143018
<rdar://problem/20245415>
Reviewed by Eric Carlson.
Add some results for the new font family "-apple-system-font-monospaced-numbers".
* platform/mac/fast/text/systemFont.html:
* platform/mac/fast/text/systemFont-expected.txt:
2015-03-25 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
GTK+ Gardening 24th March
https://bugs.webkit.org/show_bug.cgi?id=143003
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/css3/selectors3/xhtml/css3-modsel-15c-expected.txt: Rebaselined after r181889.
* platform/gtk/css3/selectors3/xml/css3-modsel-15c-expected.txt: Rebaselined after r181889.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Rebaselined after r181889.
* platform/gtk/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Rebaselined after r181889.
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
Setter should have a single formal parameter, Getter no parameters
https://bugs.webkit.org/show_bug.cgi?id=142903
Reviewed by Geoffrey Garen.
Correct a bunch of setters in existing tests and add
tests for good/bad getter and setter syntax.
* js/class-syntax-declaration-expected.txt:
* js/dom/exception-sequencing.html:
* js/dom/reserved-words-as-property-expected.txt:
* js/dom/script-tests/implicit-call-with-global-reentry.js:
(testObject.set setterTest):
* js/dom/script-tests/reserved-words-as-property.js:
(testWord):
* js/for-in-cached-expected.txt:
* js/object-literal-direct-put-expected.txt:
* js/object-literal-syntax-expected.txt:
* js/parser-syntax-check-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-super.js:
(class.Derived.extends.Base.set callBaseMethodInSetter):
(class.Derived.extends.Base.set baseMethodInGetterSetter):
* js/script-tests/for-in-cached.js:
* js/script-tests/object-literal-direct-put.js:
* js/script-tests/object-literal-syntax.js:
* js/script-tests/parser-syntax-check.js:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 302 HTTP Status Code should not be cached
https://bugs.webkit.org/show_bug.cgi?id=143028
<rdar://problem/19714040>
Reviewed by Antti Koivisto.
Add layout test to check that responses with 302 HTTP Status Code
are not cached.
* http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-302-status-code.html: Added.
2015-03-24 Zhuo Li <zachli@apple.com>
Scripts running in isolated world should not subject to a page's CSP about 'eval'.
https://bugs.webkit.org/show_bug.cgi?id=141316.
Reviewed by Geoffrey Garen.
I added a new Content Security Policy directive, "script-src", so that we do not
allow 'unsafe-eval' in the main world.
Also I have to copy the whole function instead of using eval because
eval is subject to the main world Content Security Policy now.
* http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt:
* http/tests/security/isolatedWorld/bypass-main-world-csp.html:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
ES6: Classes: Early return in sub-class constructor results in returning undefined instead of instance
https://bugs.webkit.org/show_bug.cgi?id=143012
Reviewed by Ryosuke Niwa.
* js/class-constructor-return-expected.txt: Added.
* js/class-constructor-return.html: Added.
* js/script-tests/class-constructor-return.js: Added.
New test covering different return values from constructors.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
Fix test. Returning undefined is the same as an implicit return
and should return `this`.
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 204 HTTP Status Code should be cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143020
<rdar://problem/20281529>
Reviewed by Antti Koivisto.
Add test to make sure that responses with 204 HTTP Status Code are
cacheable by default.
* http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-204-status-code.html: Added.
* http/tests/cache/disk-cache/resources/cache-test.js:
Re-introduce support for generating responses with only headers (no body).
This was mistakenly dropped when I rebased my patch for r181895.
2015-03-24 Beth Dakin <bdakin@apple.com>
Another attempted test fix after http://trac.webkit.org/changeset/181907
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Beth Dakin <bdakin@apple.com>
Attempted test fix after http://trac.webkit.org/changeset/181907
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening after r181901.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt:
Update the expected results for platform specific results that include
a stringified function.
2015-03-24 Beth Dakin <bdakin@apple.com>
Add events related to force click gesture
https://bugs.webkit.org/show_bug.cgi?id=142836
-and corresponding-
rdar://problem/20210239
Reviewed by Dean Jackson.
* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] Responses with 404 HTTP Status Code should be cacheable by default
https://bugs.webkit.org/show_bug.cgi?id=143014
<rdar://problem/20280310>
Reviewed by Antti Koivisto.
Add test to make sure that responses with 404 HTTP Status Code are
cacheable by default.
* http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-404-status-code.html: Added.
* http/tests/cache/disk-cache/resources/generate-response.cgi:
2015-03-24 Joseph Pecoraro <pecoraro@apple.com>
ES6: Object Literal Methods toString is missing method name
https://bugs.webkit.org/show_bug.cgi?id=142992
Reviewed by Geoffrey Garen.
* js/class-syntax-default-constructor-expected.txt:
This test was already failing, it now fails in a different way.
* js/object-literal-computed-methods-expected.txt:
* js/object-literal-methods-expected.txt:
These tests now pass.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt:
* js/destructuring-assignment-expected.txt:
* js/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt:
* js/dfg-resolve-global-specific-dictionary-expected.txt:
* js/dom/JSON-parse-expected.txt:
* js/dom/JSON-stringify-expected.txt:
* js/dom/dfg-strcat-over-objects-then-exit-on-it-expected.txt:
* js/dom/function-prototype-expected.txt:
* js/dom/toString-and-valueOf-override-expected.txt:
* js/kde/lval-exceptions-expected.txt:
* storage/domstorage/localstorage/string-conversion-expected.txt:
* storage/domstorage/sessionstorage/string-conversion-expected.txt:
* js/dom/script-tests/dfg-strcat-over-objects-then-exit-on-it.js:
* js/script-tests/dfg-redundant-load-of-captured-variable-proven-constant.js:
* js/script-tests/dfg-resolve-global-specific-dictionary.js:
* js/dom/function-prototype.html:
Update tests to add expected whitespace for stringifying a function
with no name.
2015-03-24 Benjamin Poulain <benjamin@webkit.org>
CSS Selectors Level 4: enable case-insensitive attribute matching by default
https://bugs.webkit.org/show_bug.cgi?id=142960
Reviewed by Andreas Kling.
This test is imported from blink. That's the only test
they have for this feature.
* fast/css/attribute-selector-case-insensitive-expected.txt: Added.
* fast/css/attribute-selector-case-insensitive.html: Added.
2015-03-24 Yoav Weiss <yoav@yoav.ws>
Stop image from displaying when src attribute is removed or emptied
https://bugs.webkit.org/show_bug.cgi?id=142677
Reviewed by Chris Dumez.
* fast/dom/HTMLImageElement/image-empty-src-expected.html: Added.
* fast/dom/HTMLImageElement/image-empty-src.html: Added.
* fast/dom/HTMLImageElement/image-remove-src-expected.html: Added.
* fast/dom/HTMLImageElement/image-remove-src.html: Added.
* fast/dom/HTMLImageElement/image-empty-srcset-expected.html: Added.
* fast/dom/HTMLImageElement/image-empty-srcset.html: Added.
* fast/dom/HTMLImageElement/image-remove-srcset-expected.html: Added.
* fast/dom/HTMLImageElement/image-remove-srcset.html: Added.
2015-03-24 Brent Fulgham <bfulgham@apple.com>
[Win] Update baselines after r181889.
https://bugs.webkit.org/show_bug.cgi?id=141869
* platform/win/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/win/fast/dom/NavigatorContentUtils/is-protocol-handler-registered-expected.txt:
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] NetworkCache retrievals fail for entries with no body
https://bugs.webkit.org/show_bug.cgi?id=142979
<rdar://problem/20264100>
Reviewed by Antti Koivisto.
Add network disk cache validation test for resources that have no body
(only headers).
* http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-validation-no-body.html: Added.
* http/tests/cache/disk-cache/resources/generate-response-no-body.cgi: Added.
2015-03-24 Chris Dumez <cdumez@apple.com>
[WK2] The WebKit network cache does not cache responses with "Content-Disposition: attachment" header
https://bugs.webkit.org/show_bug.cgi?id=142989
<rdar://problem/20265992>
Reviewed by Antti Koivisto.
Add layout test to check that resources whose response has the
"Content-Disposition: attachment" header are cacheable.
Also move all disk cache layout tests to a disk-cache sub-folder to
facilitate skipping on platforms that don't have the WebKit network
disk cache.
* http/tests/cache/disk-cache/disk-cache-disable-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-disable-expected.txt.
* http/tests/cache/disk-cache/disk-cache-disable.html: Renamed from LayoutTests/http/tests/cache/disk-cache-disable.html.
* http/tests/cache/disk-cache/disk-cache-redirect-to-data-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-redirect-to-data-expected.txt.
* http/tests/cache/disk-cache/disk-cache-redirect-to-data.html: Renamed from LayoutTests/http/tests/cache/disk-cache-redirect-to-data.html.
* http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt: Added.
* http/tests/cache/disk-cache/disk-cache-validation-attachment.html: Added.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-back-navigation-policy.html.
* http/tests/cache/disk-cache/disk-cache-validation-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-validation-expected.txt.
* http/tests/cache/disk-cache/disk-cache-validation.html: Renamed from LayoutTests/http/tests/cache/disk-cache-validation.html.
* http/tests/cache/disk-cache/disk-cache-vary-cookie-expected.txt: Renamed from LayoutTests/http/tests/cache/disk-cache-vary-cookie-expected.txt.
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html: Renamed from LayoutTests/http/tests/cache/disk-cache-vary-cookie.html.
* http/tests/cache/disk-cache/resources/cache-test.js: Renamed from LayoutTests/http/tests/cache/resources/cache-test.js.
* http/tests/cache/disk-cache/resources/generate-response.cgi: Renamed from LayoutTests/http/tests/cache/resources/generate-response.cgi.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-03-24 Michael Saboff <msaboff@apple.com>
REGRESSION (172175-172177): Change in for...in processing causes properties added in loop to be enumerated
https://bugs.webkit.org/show_bug.cgi?id=142856
Reviewed by Filip Pizlo.
New tests and rebased one test.
* js/for-in-modify-in-loop-expected.txt: Added.
* js/for-in-modify-in-loop.html: Added.
* js/script-tests/for-in-modify-in-loop.js: Added.
(haveSameProperties):
(each):
(testAdd):
(testAddDelete):
* http/tests/security/cross-frame-access-enumeration-expected.txt: Rebased.
2015-03-24 Saam Barati <saambarati1@gmail.com>
Improve error messages in JSC
https://bugs.webkit.org/show_bug.cgi?id=141869
Reviewed by Geoffrey Garen.
* fast/dom/NodeList/nodelist-item-call-as-function-expected.txt:
* fast/dom/call-a-constructor-as-a-function-expected.txt:
* fast/regex/dom/cross-frame-callable-expected.txt:
* fast/selectors/closest-general-expected.txt:
* http/tests/security/xss-DENIED-window-index-assign-expected.txt:
* js/dom/exception-thrown-from-new-expected.txt:
* js/exception-for-nonobject-expected.txt:
* js/exception-function-apply-expected.txt: Added.
* js/exception-function-apply.html: Added.
* js/exception-in-expected.txt: Added.
* js/exception-in.html: Added.
* js/exception-instanceof-expected.txt: Added.
* js/exception-instanceof.html: Added.
* js/instance-of-immediates-expected.txt:
* js/script-tests/exception-function-apply.js: Added.
* js/script-tests/exception-in.js: Added.
* js/script-tests/exception-instanceof.js: Added.
* js/typedarray-constructors-expected.txt:
* platform/mac-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* platform/mac-wk2/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* plugins/npruntime/object-from-destroyed-plugin-expected.txt:
* plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt:
* plugins/npruntime/plugin-scriptable-object-invoke-default-expected.txt:
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
* sputnik/Conformance/13_Function_Definition/S13_A17_T2-expected.txt:
* sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A2_T1-expected.txt:
* sputnik/Conformance/15_Native_Objects/15.2_Object/15.2.4/S15.2.4_A3-expected.txt:
* svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
2015-03-23 Yoav Weiss <yoav@yoav.ws>
Update empty image canvas tests and fix a related bug
https://bugs.webkit.org/show_bug.cgi?id=142694
Reviewed by Chris Dumez.
Tests below imported from https://github.com/w3c/web-platform-tests/tree/master/2dcontext/drawing-images-to-the-canvas
* canvas/philip/tests/2d.drawImage.incomplete-expected.txt: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.emptysrc.html: Added.
* canvas/philip/tests/2d.drawImage.incomplete.html: Removed.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.nosrc.html: Added.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc-expected.txt: Added.
* canvas/philip/tests/2d.drawImage.incomplete.removedsrc.html: Added.
Tests below imported from https://github.com/w3c/web-platform-tests/tree/master/2dcontext/fill-and-stroke-styles
* canvas/philip/tests/2d.pattern.image.incomplete-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.empty.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc-expected.txt: Added.
* canvas/philip/tests/2d.pattern.image.incomplete.emptysrc.html: Added.
* canvas/philip/tests/2d.pattern.image.incomplete.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.omitted.html: Removed.
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc-expected.txt: Added.
This test currently fails and will be fixed in https://bugs.webkit.org/show_bug.cgi?id=142677
* canvas/philip/tests/2d.pattern.image.incomplete.removedsrc.html: Added.
Test below imported from https://chromium.googlesource.com/chromium/blink/+/master/LayoutTests/fast/canvas/
* fast/canvas/canvas-empty-image-pattern.html: Aligned with spec/Chrome.
* fast/canvas/canvas-empty-image-pattern-expected.txt: Aligned with spec/Chrome.
* TestExpectations: Added 2d.pattern.image.incomplete.removedsrc.html as an expected failure.
2015-03-23 Filip Pizlo <fpizlo@apple.com>
Move the bulk of the js/dom/const test into js/const, so that run-jsc-stress-tests runs it.
Rubber stamped by Andreas Kling and Michael Saboff.
* js/const-expected.txt: Copied from LayoutTests/js/dom/const-expected.txt.
* js/const.html: Copied from LayoutTests/js/dom/const.html.
* js/dom/const-expected.txt: Replaced.
* js/dom/const.html: Replaced.
* js/resources/const.js: Removed.
* js/script-tests/const.js: Copied from LayoutTests/js/resources/const.js.
2015-03-23 Andy Estes <aestes@apple.com>
[Content Filtering] Fix up a few mistakes in LayoutTests/contentfiltering/
https://bugs.webkit.org/show_bug.cgi?id=142991
Reviewed by Andreas Kling.
* contentfiltering/allow-after-add-data-expected.html: Added HTML5 doctype.
* contentfiltering/allow-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/allow-after-response-expected.html: Ditto.
* contentfiltering/allow-after-unblock-request-expected.html: Ditto.
* contentfiltering/block-after-add-data-expected.html: Ditto.
* contentfiltering/block-after-finished-adding-data-expected.html: Ditto.
* contentfiltering/block-after-response-expected.html: Ditto.
* contentfiltering/block-after-unblock-request-expected.html: Ditto.
* contentfiltering/resources/contentfiltering.js: Added a newline at the end of the file.
2015-03-23 Brady Eidson <beidson@apple.com>
Content extensions should apply css selectors
https://bugs.webkit.org/show_bug.cgi?id=142604
Reviewed by Alex Christensen.
* http/tests/contentextensions/css-display-none-expected.txt:
* http/tests/contentextensions/css-display-none.html:
* http/tests/contentextensions/css-display-none.html.json:
2015-03-23 Dean Jackson <dino@apple.com>
ES7: Implement Array.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=142707
Reviewed by Geoffrey Garen.
* js/array-includes-expected.txt: Added.
* js/array-includes.html: Added.
* js/script-tests/array-includes.js: Added.
* js/script-tests/Object-getOwnPropertyNames.js: Add 'includes'.
* js/Object-getOwnPropertyNames-expected.txt: Add 'includes'.
2015-03-23 Joseph Pecoraro <pecoraro@apple.com>
__defineGetter__/__defineSetter__ should throw exceptions
https://bugs.webkit.org/show_bug.cgi?id=142934
Reviewed by Geoffrey Garen.
* js/property-getters-and-setters-expected.txt:
* js/script-tests/property-getters-and-setters.js:
2015-03-23 Anders Carlsson <andersca@apple.com>
Make platform/mac-wk2/plugins/destroy-during-async-npp-new.html work again
https://bugs.webkit.org/show_bug.cgi?id=133692
rdar://problem/17255947
Reviewed by Alexey Proskuryakov.
* platform/mac-wk2/TestExpectations:
Unskip test.
2015-03-23 Alexey Proskuryakov <ap@apple.com>
accessibility/textarea-selected-text-range.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=142976
* platform/mac/TestExpectations: Marking as such.
2015-03-22 Benjamin Poulain <benjamin@webkit.org>
CSS Selectors: fix attribute case-insensitive matching of Contain and List
https://bugs.webkit.org/show_bug.cgi?id=142932
Reviewed by Darin Adler.
* fast/selectors/attribute-contains-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-contains-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-list-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-list-value-matching-is-ascii-case-insensitive.html: Added.
2015-03-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Update new flaky tests and remove duplicated failure test.
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
Remove duplicted attachment tests, and add new flaky tests regarding svg clip-path, pattern scale.
2015-03-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gradening on 23th Mar.
Skip attachment tests, unskip passing tests related with writing, webaudio.
Add new flaky tests.
* platform/efl/TestExpectations:
2015-03-21 Dean Jackson <dino@apple.com>
Remove the prefix for CSS Transforms
https://bugs.webkit.org/show_bug.cgi?id=142927
<rdar://problem/11568151>
Reviewed by Simon Fraser.
Convert the helper functions for transforms to use the unprefixed
form, and copy some tests to make sure the prefixed form still works.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* transforms/2d/computed-style-origin-expected.txt:
* transforms/2d/computed-style-origin.html:
* transforms/2d/resources/prefixed-transform-test-utils.js: Copied from LayoutTests/transforms/2d/resources/transform-test-utils.js.
(floatingPointEqual):
(compareMatrices):
(testTransforms):
* transforms/2d/resources/transform-test-utils.js:
(testTransforms):
* transforms/2d/transform-2d-prefixed-expected.txt: Added.
* transforms/2d/transform-2d-prefixed.html: Added.
* transforms/3d/general/prefixed-3dtransform-values-expected.txt: Added.
* transforms/3d/general/prefixed-3dtransform-values.html: Added.
* transitions/transition-end-event-multiple-04-expected.txt:
* transitions/transition-end-event-multiple-04.html:
* transitions/transition-end-event-transform-expected.txt:
* transitions/transition-end-event-transform.html:
2015-03-21 Joseph Pecoraro <pecoraro@apple.com>
Fix a typo in Parser error message
https://bugs.webkit.org/show_bug.cgi?id=142942
Reviewed by Alexey Proskuryakov.
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
* js/script-tests/class-syntax-super.js:
2015-03-21 Brent Fulgham <bfulgham@apple.com>
[Win] Try to get debug bots green.
* platform/win/TestExpectations:
2015-03-21 Joseph Pecoraro <pecoraro@apple.com>
Computed Property names should allow only AssignmentExpressions not any Expression
https://bugs.webkit.org/show_bug.cgi?id=142902
Reviewed by Ryosuke Niwa.
* js/basic-computed-property-name-expected.txt:
* js/object-literal-computed-methods-expected.txt:
* js/script-tests/basic-computed-property-name.js:
(runTest.runTest.runTest.runTest.runTest.runTest.runTest.runTestThrow):
* js/script-tests/object-literal-computed-methods.js:
Test that comma expressions are not allowed in computed property/method names.
2015-03-21 Benjamin Poulain <bpoulain@apple.com>
Import the blink test fast/css/currentcolor-strict-mode.html
https://bugs.webkit.org/show_bug.cgi?id=142838
Reviewed by Darin Adler.
* fast/css/currentcolor-strict-mode-expected.html: Added.
* fast/css/currentcolor-strict-mode.html: Added.
2015-03-21 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181824.
https://bugs.webkit.org/show_bug.cgi?id=142935
Broke Windows build (Requested by ap on #webkit).
Reverted changeset:
"Remove the prefix for CSS Transforms"
https://bugs.webkit.org/show_bug.cgi?id=142927
http://trac.webkit.org/changeset/181824
2015-03-20 Dean Jackson <dino@apple.com>
Remove the prefix for CSS Transforms
https://bugs.webkit.org/show_bug.cgi?id=142927
<rdar://problem/11568151>
Reviewed by Simon Fraser.
Convert the helper functions for transforms to use the unprefixed
form, and copy some tests to make sure the prefixed form still works.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* transforms/2d/computed-style-origin-expected.txt:
* transforms/2d/computed-style-origin.html:
* transforms/2d/resources/prefixed-transform-test-utils.js: Copied from LayoutTests/transforms/2d/resources/transform-test-utils.js.
(floatingPointEqual):
(compareMatrices):
(testTransforms):
* transforms/2d/resources/transform-test-utils.js:
(testTransforms):
* transforms/2d/transform-2d-prefixed-expected.txt: Added.
* transforms/2d/transform-2d-prefixed.html: Added.
* transforms/3d/general/prefixed-3dtransform-values-expected.txt: Added.
* transforms/3d/general/prefixed-3dtransform-values.html: Added.
* transitions/transition-end-event-multiple-04-expected.txt:
* transitions/transition-end-event-multiple-04.html:
* transitions/transition-end-event-transform-expected.txt:
* transitions/transition-end-event-transform.html:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Additional debug assertion documentation.
* platform/win/TestExpectations:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] More debug assertions. Almost there!
* platform/win/TestExpectations:
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Attempting to get EWS green.
* platform/win/TestExpectations:
2015-03-19 Geoffrey Garen <ggaren@apple.com>
Function.prototype.toString should not decompile the AST
https://bugs.webkit.org/show_bug.cgi?id=142853
Reviewed by Sam Weinig.
Updated test results to match new rules for Function.prototype.toString.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt: Removed a space
because it was not in the original source.
* fast/events/window-onerror2-expected.txt: Column number changed because
the event listener body starts on its own line now. This was a bit wrong
before and is still a bit wrong now in a different way.
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt: Line number
changed because WebCore shifts line nubmers on attribute event listeners
by one.
* js/class-syntax-default-constructor-expected.txt: Constructor name
is not present now because it is not present in the source text. This
test failed before and it still fails now in a slightly different way.
* js/destructuring-assignment-expected.txt: Destructuring arguments now
match their source text faithfully.
* js/dfg-redundant-load-of-captured-variable-proven-constant-expected.txt:
Removed a space because it was not present in the original source text.
* js/dfg-resolve-global-specific-dictionary-expected.txt: Ditto.
* js/function-toString-semicolon-insertion-expected.txt: Removed.
* js/script-tests/function-toString-semicolon-insertion.js: Removed.
* js/function-toString-semicolon-insertion.html: Removed. This test checked
for a work-around that I have removed.
* js/object-literal-computed-methods-expected.txt:
* js/object-literal-methods-expected.txt: These tests fail because object
literal methods do not register their function names appropriately. This
was a pre-existing failure that is now more explicit.
* js/dom/JSON-parse-expected.txt:
* js/dom/JSON-stringify-expected.txt: Whitespace removed because it was
not present in the original.
* js/dom/dfg-strcat-over-objects-then-exit-on-it-expected.txt: Ditto.
* js/dom/function-prototype-expected.txt:
* js/dom/function-prototype.html: Ditto.
* js/dom/parse-error-external-script-in-new-Function-expected.txt: Line
changed by one due to new extra newline.
* js/dom/script-start-end-locations-expected.txt: Lines and columns
changed due to new extra newline.
* js/dom/toString-and-valueOf-override-expected.txt: Whitespace removed
because it was not present in the original.
* js/dom/script-tests/dfg-strcat-over-objects-then-exit-on-it.js: Ditto.
* js/kde/lval-exceptions-expected.txt: Ditto.
* js/script-tests/dfg-redundant-load-of-captured-variable-proven-constant.js: Ditto.
* js/script-tests/dfg-resolve-global-specific-dictionary.js: Ditto.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: Ditto.
* storage/domstorage/localstorage/string-conversion-expected.txt: Ditto.
* storage/domstorage/sessionstorage/string-conversion-expected.txt: Ditto.
* userscripts/window-onerror-for-isolated-world-1-expected.txt:
* userscripts/window-onerror-for-isolated-world-2-expected.txt: Line numbers
changed because of new anonymous function formatting. These line numbers
were wrong before and they are still wrong now.
2015-03-20 Brent Fulgham <bfulgham@apple.com>
[Win] Add some skips to support EWS use.
* platform/win/TestExpectations:
2015-03-20 Joseph Pecoraro <pecoraro@apple.com>
SyntaxChecker assertion is trapped with computed property name and getter
https://bugs.webkit.org/show_bug.cgi?id=142863
Reviewed by Ryosuke Niwa.
* js/basic-computed-property-name-expected.txt:
* js/script-tests/basic-computed-property-name.js:
(a.string_appeared_here.runTest):
Add tests that wrap the expression in a function, this
will test the syntax checker.
2015-03-20 Alexey Proskuryakov <ap@apple.com>
platform/mac/fast/loader/file-url-mimetypes-3.html fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142884
Reviewed by Tim Horton.
Disable a test for .xls until rdar://problem/20232251 is fixed. It is not particularly
relevant to a web browser which MIME type local Excel files get anyway.
* platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
* platform/mac/fast/loader/file-url-mimetypes-3.html:
2015-03-20 Alexey Proskuryakov <ap@apple.com>
[Mac] svg/text/non-bmp-positioning-lists.svg fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142861
Reviewed by Tim Horton.
Converted into a reftest. It would be nice to make tests not depend on installed
fonts in general, but that doesn't seem very feasible (rdar://problem/20000350).
* platform/efl/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/efl/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/gtk/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/ios-simulator/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/mac/svg/text/non-bmp-positioning-lists-expected.png: Removed.
* platform/mac/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* platform/win/svg/text/non-bmp-positioning-lists-expected.txt: Removed.
* svg/text/non-bmp-positioning-lists-expected.svg: Added.
2015-03-20 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Update attachment-foo tests to failure.
https://bugs.webkit.org/show_bug.cgi?id=142653
* platform/efl/TestExpectations:
2015-03-20 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening. Remove duplicate or ambiguous entry lines.
https://bugs.webkit.org/show_bug.cgi?id=142775
* platform/efl/TestExpectations:
2015-03-19 Andy Estes <aestes@apple.com>
[Content Filtering] Add tests for unblock requests
https://bugs.webkit.org/show_bug.cgi?id=142900
Reviewed by Andreas Kling.
Taught contentfiltering.js how to perform an unblock request test, and added tests for both allowed and blocked requests.
* contentfiltering/allow-after-unblock-request-expected.html: Added.
* contentfiltering/allow-after-unblock-request.html: Added.
* contentfiltering/block-after-unblock-request-expected.html: Added.
* contentfiltering/block-after-unblock-request.html: Added.
* contentfiltering/resources/contentfiltering.js:
(testContentFiltering): Added an argument specifying if the decision applies to the initial load or the unblock request.
(_doTest): When testing unblock handling, navigate the test iframe to settings.unblockRequestURL when the error page is displayed.
If the unblock is denied, the test harness will call window.unblockRequestDenied(). If the unblock is successful,
the iframe will reload, which we detect by listening for its load event.
2015-03-19 Andy Estes <aestes@apple.com>
[Content Filtering] Give contentfiltering tests a JavaScript harness
https://bugs.webkit.org/show_bug.cgi?id=142899
Reviewed by Andreas Kling.
Create a JavaScript function to run the contentfiltering/ tests. This consolidates shared logic and will make
it easier to write new tests.
* TestExpectations: Skipped a test that times out with the new harness (but it also failed before).
* contentfiltering/allow-after-add-data.html: Called testContentFiltering().
* contentfiltering/allow-after-finished-adding-data.html: Ditto.
* contentfiltering/allow-after-response.html: Ditto.
* contentfiltering/block-after-add-data.html: Ditto.
* contentfiltering/block-after-finished-adding-data.html: Ditto.
* contentfiltering/block-after-response.html: Ditto.
* contentfiltering/resources/contentfiltering.js: Added.
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Try to get the Debug bots green.
* platform/win/TestExpectations:
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Skip an <attachment> test that times out on Windows.
Also mark two flakes I noticed on the test bots.
* platform/win/TestExpectations:
2015-03-19 Dean Jackson <dino@apple.com>
CSS Animations with triggers should map scroll position to duration
https://bugs.webkit.org/show_bug.cgi?id=142870
<rdar://problem/20227244>
Reviewed by Simon Fraser.
Add a new test that exercises an animation trigger over a scroll
region, and a test of the boundary condition. Also, unskip a test that
was failing due to a bug fixed in this patch.
* animations/trigger-container-scroll-boundaries-expected.txt: Added.
* animations/trigger-container-scroll-boundaries.html: Added.
* animations/trigger-container-scroll-empty-expected.txt: Added.
* animations/trigger-container-scroll-empty.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2015-03-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Adopt ES6 Class Syntax for all Model Objects
https://bugs.webkit.org/show_bug.cgi?id=142858
Reviewed by Timothy Hatcher.
* inspector/model/parse-script-syntax-tree.html:
This test was calling a constructor without "new". Class
syntax enforces "new" and threw an exception.
2015-03-19 Enrica Casucci <enrica@apple.com>
REGRESSION (r109593): Clicking after last inline element could cause a crash.
https://bugs.webkit.org/show_bug.cgi?id=142880
rdar://problem/17222294
Reviewed by Ryosuke Niwa.
* editing/selection/click-after-last-inline-crash-expected.txt: Added.
* editing/selection/click-after-last-inline-crash.html: Added.
2015-03-19 Enrica Casucci <enrica@apple.com>
<attachment> should put URLs on the pasteboard so that Finder can accept drops.
https://bugs.webkit.org/show_bug.cgi?id=142801
rdar://problem/19982527
Reviewed by Tim Horton.
* editing/pasteboard/drag-and-drop-attachment-contenteditable-expected.txt: Added.
* editing/pasteboard/drag-and-drop-attachment-contenteditable.html: Added.
* platform/mac-wk2/TestExpectations: Skipping new test on WK2 since it uses eventSender.
2015-03-19 Dean Jackson <dino@apple.com>
http://webkit.org/b/142790
Temporarily skip animations/trigger-container-scroll-simple.html
while it is crashing.
* platform/mac/TestExpectations:
2015-03-19 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening.
* platform/win/TestExpectations:
2015-03-19 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
[GTK] Skip Legacy WebNotifications test
https://bugs.webkit.org/show_bug.cgi?id=141962
The revision r177073 skips all legacy tests for notifications except from
http/tests/notifications/legacy/notification-request-permission-then-navigate.html
which was failing. We skip this test now too.
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations:
2015-03-19 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Update ReadableStream API according new version of the specification
https://bugs.webkit.org/show_bug.cgi?id=142822
Reviewed by Benjamin Poulain.
Removing tests checking ready and closed.
Removing assertions checking read(), ready, closed and state.
Adding assertions to test getReader() and parameters of remaining methods.
* streams/readablestream-constructor-expected.txt:
* streams/readablestream-constructor.html:
2015-03-19 Chris Dumez <cdumez@apple.com>
The network cache should ignore "cache-control: no-cache, must-revalidate" on history navigation
https://bugs.webkit.org/show_bug.cgi?id=142831
<rdar://problem/20209957>
Reviewed by Antti Koivisto.
Rebaseline disk-cache-validation-back-navigation-policy.html test now
that we ignore "cache-control: no-cache, must-revalidate" on history
navigation. This is a progression.
* http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt:
2015-03-18 Brent Fulgham <bfulgham@apple.com>
[Win] Windows gardening for debug bots.
* platform/win/TestExpectations:
2015-03-18 Antti Koivisto <antti@apple.com>
Test disk cache behavior when using back navigation cache policy
https://bugs.webkit.org/show_bug.cgi?id=142848
Reviewed by Chris Dumez.
* http/tests/cache/disk-cache-validation-back-navigation-policy-expected.txt: Added.
* http/tests/cache/disk-cache-validation-back-navigation-policy.html: Added.
Test permutations of cache headers on reload including Cache-control: must-revalidate.
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
2015-03-18 Joseph Pecoraro <pecoraro@apple.com>
ES6 Classes: Extends should accept an expression without parenthesis
https://bugs.webkit.org/show_bug.cgi?id=142840
Reviewed by Ryosuke Niwa.
* js/class-syntax-extends-expected.txt:
* js/script-tests/class-syntax-extends.js:
Extend the test to test cases of extends with different types of expressions.
2015-03-18 Said Abou-Hallawa <sabouhallawa@apple.com>
Switching between two SVG images with no intrinsic sizes causes them to get the default SVG size instead of the container size.
https://bugs.webkit.org/show_bug.cgi?id=142805.
Reviewed by Darin Adler.
* svg/as-image/svg-no-intrinsic-size-switching-expected.html: Added.
* svg/as-image/svg-no-intrinsic-size-switching.html: Added.
Ensure that switching the source of an <img> element between two SVG images,
which have no intrinsic sizes, gets the image the size of the container and
not the default SVG intrinsic size which is 300x150 pixels.
2015-03-18 Alexey Proskuryakov <ap@apple.com>
webaudio/convolution-mono-mono.html fails on some machines
rdar://problem/19996807
Rubber-stampted by Jer Noble.
* webaudio/resources/convolution-testing.js: (checkTriangularPulse): Slightly increase
the tolerance. It's still extremely low.
2015-03-18 Simon Fraser <simon.fraser@apple.com>
Avoid repaints when changing transform on an element with multiple background images
https://bugs.webkit.org/show_bug.cgi?id=142841
Reviewed by Zalan Bujtas.
Test that changes transform on a composited element with 2 background images,
and tests for no repaints.
* fast/repaint/multiple-backgrounds-style-change-expected.txt: Added.
* fast/repaint/multiple-backgrounds-style-change.html: Added.
>>>>>>> .r181712
2015-03-18 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening 18th March
https://bugs.webkit.org/show_bug.cgi?id=142824
Unreviewed.
* platform/gtk/TestExpectations:
2015-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
Use filterRootId in SelectorQuery even if CSS JIT is not enabled
https://bugs.webkit.org/show_bug.cgi?id=142703
Reviewed by Benjamin Poulain.
This is covered by the following layout-tests.
CompilableSingleWithRootFilter and CompilableSingle are covered by them.
- fast/selectors/filter-root-node-with-selector-contains-adjacents.html
- fast/selectors/querySelector-id-filtering.html
- fast/selectors/querySelector-scope-filtered-root.html
And add tests to cover the following cases.
- Failures on selectorForIdLookup()'s rootNode.inDocument().
- Failures on selectorForIdLookup()'s rootNode.document().inQuirksMode().
* fast/selectors/querySelector-with-id-for-detached-element-expected.txt: Added.
* fast/selectors/querySelector-with-id-for-detached-element.html: Added.
* fast/selectors/querySelector-with-id-in-quirks-mode-expected.txt: Added.
* fast/selectors/querySelector-with-id-in-quirks-mode.html: Added.
2015-03-18 Zalan Bujtas <zalan@apple.com>
Simple line layout: Split fragments on renderer boundary on the fly.
https://bugs.webkit.org/show_bug.cgi?id=142579
Reviewed by Antti Koivisto.
Fragment splitting at renderers' boundary at the end of the line is no longer needed.
This patch ensures that TextFragmentIterator::nextTextFragment() does not concatenate
fragments across renderer boundary.
* fast/text/simple-line-with-multiple-renderers-expected.html: Added.
* fast/text/simple-line-with-multiple-renderers.html: Added.
2015-03-18 Manuel Rego Casasnovas <rego@igalia.com>
Flex and grid items should be painted as inline-blocks
https://bugs.webkit.org/show_bug.cgi?id=142266
Reviewed by Darin Adler.
* css3/flexbox/flex-item-text-background-not-interleaved-expected.html: Added.
* css3/flexbox/flex-item-text-background-not-interleaved.html: Added.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html:
Add some vertical space to avoid issues with backgrounds.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html:
Ditto.
* fast/css-grid-layout/grid-item-text-background-not-interleaved-expected.html: Added.
* fast/css-grid-layout/grid-item-text-background-not-interleaved.html: Added.
2015-03-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181667, r181682, and r181683.
https://bugs.webkit.org/show_bug.cgi?id=142812
Broke multiple tests with ASan, plus dependent commits
(Requested by ap on #webkit).
Reverted changesets:
"Simple line layout: Split fragments on renderer boundary on
the fly."
https://bugs.webkit.org/show_bug.cgi?id=142579
http://trac.webkit.org/changeset/181667
"Simple line layout: Change FlowContents::segmentForPosition()
to segmentForRun()."
https://bugs.webkit.org/show_bug.cgi?id=142785
http://trac.webkit.org/changeset/181682
"Simple line layout: Use Vector<>::const_iterator instead of
custom FlowContents::Iterator."
https://bugs.webkit.org/show_bug.cgi?id=142809
http://trac.webkit.org/changeset/181683
2015-03-17 Alexey Proskuryakov <ap@apple.com>
fast/images/animated-png.html is crashing / failing on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=142726
Further tweaked test expectations.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-03-17 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Tracked down the tests that were leaving the page cache in a bad state.
By skipping those tests, we can run all the others. These bugs are being
investigated in Bug 140871.
* platform/win/TestExpectations:
2015-03-17 Geoffrey Garen <ggaren@apple.com>
Function bodies should always include braces
https://bugs.webkit.org/show_bug.cgi?id=142795
Reviewed by Michael Saboff.
Updated these test results to reflect the fact that JavaScriptCore now
honors the source code text positions provided by WebCore, even for
attribute event handlers.
Unfortunately, the column numbers we used to report were wrong, and they
are still wrong now. The old column numbers were wrong because we would
always pretend that they started on column 1. The new column numbers
are wrong because WebCore records the column number after it finishes
parsing the element, rather than while it is parsing the event listener
attribute.
* fast/events/window-onerror2-expected.txt:
* fast/profiler/dead-time-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt:
* js/dom/script-start-end-locations-expected.txt:
2015-03-17 Zalan Bujtas <zalan@apple.com>
Simple line layout: Split fragments on renderer boundary on the fly.
https://bugs.webkit.org/show_bug.cgi?id=142579
Reviewed by Antti Koivisto.
Fragment splitting at renderers' boundary at the end of the line is no longer needed.
This patch ensures that TextFragmentIterator::nextTextFragment() does not concatenate
fragments across renderer boundary.
* fast/text/simple-line-with-multiple-renderers-expected.html: Added.
* fast/text/simple-line-with-multiple-renderers.html: Added.
2015-03-17 Dean Jackson <dino@apple.com>
Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732
Unreviewed attempt to make the test reproducible. Also skip the tests
on the platforms that do not support animation triggers.
* animations/trigger-container-scroll-simple.html: Add a step-start timing
function so the animation instantly moves to the end position.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-03-17 Timothy Horton <timothy_horton@apple.com>
Reproducible null deref under ScriptedAnimationController::createDisplayRefreshMonitor
https://bugs.webkit.org/show_bug.cgi?id=142776
<rdar://problem/18921338>
Reviewed by Alexey Proskuryakov.
* fast/animation/request-animation-frame-unparented-iframe-crash-expected.txt: Added.
* fast/animation/request-animation-frame-unparented-iframe-crash.html: Added.
Add a test that ensures that calling requestAnimationFrame on a recently-unparented
frame doesn't crash.
2015-03-17 Dean Jackson <dino@apple.com>
Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732
Reviewed by Simon Fraser.
Test that checks if an animation only triggers when the page
is scrolled.
* animations/trigger-container-scroll-simple-expected.txt: Added.
* animations/trigger-container-scroll-simple.html: Added.
2015-03-17 Brent Fulgham <bfulgham@apple.com>
[Win] Skip some IndexDB tests that don't apply on Windows.
* platform/win/TestExpectations:
2015-03-17 Antti Koivisto <antti@apple.com>
Disk cache should support Vary: Cookie
https://bugs.webkit.org/show_bug.cgi?id=142770
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-vary-cookie-expected.txt: Added.
* http/tests/cache/disk-cache-vary-cookie.html: Added.
2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
Enable ES6 classes by default
https://bugs.webkit.org/show_bug.cgi?id=142774
Reviewed by Gavin Barraclough.
Unskipped tests and also fixed tests so that they can run under run-javascript-tests.
* TestExpectations: Unskipped tests.
* js/class-syntax-call-expected.txt:
* js/class-syntax-declaration-expected.txt:
* js/class-syntax-default-constructor-expected.txt:
* js/class-syntax-expression-expected.txt:
* js/class-syntax-extends-expected.txt:
* js/class-syntax-super-expected.txt:
* js/dom/reserved-words-as-property-expected.txt: Rebaselined now that "class" is a non-reserved keyword.
* js/script-tests/class-syntax-call.js: Don't refer to "window" object as it doesn't exit when ran inside jsc.
* js/script-tests/class-syntax-declaration.js: Rebaselined after r181611, which added default constructor support.
* js/script-tests/class-syntax-default-constructor.js: Don't refer to "window" object. Also replaced shouldNotBe
by an explicit !== check as the former is not supported when ran inside jsc.
* js/script-tests/class-syntax-expression.js: Rebaselined after r181611.
* js/script-tests/class-syntax-extends.js: Ditto. Also replaced evalAndLog by shouldNotThrow as the former is not
supported inside jsc.
* js/script-tests/class-syntax-super.js: Don't refer to "window" object as it doesn't exist inside jsc.
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt:
* sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt:
2015-03-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Better Console Previews for Arrays / Small Objects
https://bugs.webkit.org/show_bug.cgi?id=142322
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include a test with cyclic values, and update
results which now have sub-previews.
2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
Implement default constructor
Add support for default constructor
https://bugs.webkit.org/show_bug.cgi?id=142388
Reviewed by Filip Pizlo.
Added tests for default constructors.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-default-constructor-expected.txt: Added.
* js/class-syntax-default-constructor.html: Added.
* js/script-tests/class-syntax-default-constructor.js: Added.
2015-03-16 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] fast/css/outline-auto-empty-rects.html is failing
https://bugs.webkit.org/show_bug.cgi?id=142570
Unreviewed EFL Gardening. Rebaseline the fast/css/outline-auto-empty-rects.html.
* platform/efl/TestExpectations:
* platform/efl/fast/css/outline-auto-empty-rects-expected.txt: Added.
2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gardening on 17th Mar.
Register new crash, flaky, and timeout tests to EFL TestExpectations files.
Additionally some test related to video, form, accessibility tests are marked as failure.
* platform/efl/TestExpectations:
2015-03-16 Dean Jackson <dino@apple.com>
Parsing and Style Resolution of Container-based Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142687
<rdar://problem/20170007>
Reviewed by Simon Fraser.
Take 2.
New tests that exercise the parser and computed style
of -webkit-animation-trigger.
* animations/script-tests/trigger-computed-style.js: Added.
(testComputedTriggerRule):
* animations/script-tests/trigger-parsing.js: Added.
(testTriggerRule):
* animations/trigger-computed-style-expected.txt: Added.
* animations/trigger-computed-style.html: Added.
* animations/trigger-parsing-expected.txt: Added.
* animations/trigger-parsing.html: Added.
2015-03-16 Joanmarie Diggs <jdiggs@igalia.com>
AX: Crash viewing http://www.last.fm/
https://bugs.webkit.org/show_bug.cgi?id=142309
Reviewed by Chris Fleizach.
This test doesn't verify the absence of the crash because the crash seems
to require that an assistive technology is listening for events, and that
AT-SPI2 is caching the tree for that assistive technology -- something we
cannot count on being the case on our bots. (I suspect that the reason non-
assistive technology users of Epiphany were getting hit by this is because
Caribou was listening for events in the background, thus they were AT users
without realizing it. That Caribou issue is in theory now resolved.) What
this test does verify is the absence of children-changed:add accessibility
signals for non-rendered objects, which is the source of the crash given
the aforementioned environment.
* platform/gtk/accessibility/no-notification-for-unrendered-iframe-children-expected.txt: Added.
* platform/gtk/accessibility/no-notification-for-unrendered-iframe-children.html: Added.
2015-03-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181572.
https://bugs.webkit.org/show_bug.cgi?id=142755
Caused weird test failures in transitions and animations
(Requested by dino on #webkit).
Reverted changeset:
"Parsing and Style Resolution of Container-based Animation
Triggers"
https://bugs.webkit.org/show_bug.cgi?id=142687
http://trac.webkit.org/changeset/181572
2015-03-16 Chris Dumez <cdumez@apple.com>
Unreviewed, unskip inspector-protocol/dom-debugger/node-removed.html.
It looks like it was an actual failure caused by a patch being
processed by EWS.
* TestExpectations:
2015-03-16 Alexey Proskuryakov <ap@apple.com>
inspector-protocol/dom-debugger/node-removed.html crashes on EWS
https://bugs.webkit.org/show_bug.cgi?id=142753
* TestExpectations: Skiped it.
2015-03-16 Alexey Proskuryakov <ap@apple.com>
Update results of fast/text/international/bidi-mirror-he-ar.html after <http://trac.webkit.org/changeset/181569>
Yosemite results now match Mavericks. I'm not 100% sure why the results changed
(probably different order of font fallback), but the test clearly still passes.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
2015-03-16 Alexey Proskuryakov <ap@apple.com>
Add tolerance to WebAudio tests
https://bugs.webkit.org/show_bug.cgi?id=142676
Reviewed by Tim Horton.
* fast/harness/results.html: Display a diff link for audio tests, as we now have the diff.
* platform/mac/TestExpectations: Unmark tests that should now pass everywhere.
2015-03-16 Chris Dumez <cdumez@apple.com>
Make DatabaseContext suspendable if there is no pending database activity
https://bugs.webkit.org/show_bug.cgi?id=142716
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to check page-cacheability when WebSQL is used,
depending if there is pending database activity or not.
* fast/history/page-cache-webdatabase-no-transaction-db-expected.txt: Added.
* fast/history/page-cache-webdatabase-no-transaction-db.html: Copied from LayoutTests/fast/history/page-cache-webdatabase-opened-db.html.
* fast/history/page-cache-webdatabase-pending-transaction-expected.txt: Renamed from LayoutTests/fast/history/page-cache-webdatabase-opened-db-expected.txt.
* fast/history/page-cache-webdatabase-pending-transaction.html: Renamed from LayoutTests/fast/history/page-cache-webdatabase-opened-db.html.
2015-03-16 Dean Jackson <dino@apple.com>
Parsing and Style Resolution of Container-based Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142687
<rdar://problem/20170007>
Reviewed by Simon Fraser.
New tests that exercise the parser and computed style
of -webkit-animation-trigger.
* animations/script-tests/trigger-computed-style.js: Added.
(testComputedTriggerRule):
* animations/script-tests/trigger-parsing.js: Added.
(testTriggerRule):
* animations/trigger-computed-style-expected.txt: Added.
* animations/trigger-computed-style.html: Added.
* animations/trigger-parsing-expected.txt: Added.
* animations/trigger-parsing.html: Added.
2015-03-16 Alexey Proskuryakov <ap@apple.com>
[Mac] fast/forms/text-control-intrinsic-widths.html fails when MS Office is installed
https://bugs.webkit.org/show_bug.cgi?id=142720
Reviewed by Myles C. Maxfield.
* platform/mac-mavericks/fast/forms/text-control-intrinsic-widths-expected.txt: Removed.
Mavericks result is no different from Yosemite.
2015-03-16 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-16 Brent Fulgham <bfulgham@apple.com>
[Win] APNG is not supported on Windows (but it IS supported on WinCairo)
* platform/win/TestExpectations:
2015-03-16 Chris Dumez <cdumez@apple.com>
Mark fast/images/animated-png.html as [ Crash ImageOnlyFailure ]
It seems to fail instead of crash on Yosemite WK1.
* platform/mac/TestExpectations:
2015-03-16 Chris Dumez <cdumez@apple.com>
Unreviewed, mark fast/images/animated-png.html as crashing
Mark fast/images/animated-png.html as crashing on Yosemite. This test
was introduced in r181553.
* platform/mac/TestExpectations:
2015-03-16 Joseph Pecoraro <pecoraro@apple.com>
Update Map/Set to treat -0 and 0 as the same value
https://bugs.webkit.org/show_bug.cgi?id=142709
Reviewed by Csaba Osztrogonác.
* js/basic-map-expected.txt:
* js/basic-set-expected.txt:
* js/script-tests/basic-map.js:
* js/script-tests/basic-set.js:
Update tests now that -0 and 0 are treated the same.
2015-03-16 Max Stepin <maxstepin@gmail.com>
Add APNG support
https://bugs.webkit.org/show_bug.cgi?id=17022
Reviewed by Carlos Garcia Campos.
* fast/images/animated-png-expected.html: Added.
* fast/images/animated-png.html: Added.
* fast/images/resources/apng00-ref.png: Added.
* fast/images/resources/apng00.png: Added.
* fast/images/resources/apng01-ref.png: Added.
* fast/images/resources/apng01.png: Added.
* fast/images/resources/apng02-ref.png: Added.
* fast/images/resources/apng02.png: Added.
* fast/images/resources/apng04-ref.png: Added.
* fast/images/resources/apng04.png: Added.
* fast/images/resources/apng08-ref.png: Added.
* fast/images/resources/apng08.png: Added.
* fast/images/resources/apng10-ref.png: Added.
* fast/images/resources/apng10.png: Added.
* fast/images/resources/apng11-ref.png: Added.
* fast/images/resources/apng11.png: Added.
* fast/images/resources/apng12-ref.png: Added.
* fast/images/resources/apng12.png: Added.
* fast/images/resources/apng14-ref.png: Added.
* fast/images/resources/apng14.png: Added.
* fast/images/resources/apng18-ref.png: Added.
* fast/images/resources/apng18.png: Added.
* fast/images/resources/apng24-ref.png: Added.
* fast/images/resources/apng24.png: Added.
* fast/images/resources/apng26-ref.png: Added.
* fast/images/resources/apng26.png: Added.
* platform/mac/TestExpectations:
2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
[EFL] Unreviewed EFL gardening on 16th Mar.
Mark attachment tests to missing, Set writing mode tests to failure.
Unskip fast/forms/textfield-overflow-by-value-update.html which is
passing on EFL bot.
* platform/efl/TestExpectations:
2015-03-15 Benjamin Poulain <benjamin@webkit.org>
CSS: fix the case-insensitive matching of the attribute selectors Begin, End and Hyphen
https://bugs.webkit.org/show_bug.cgi?id=142715
Reviewed by Brent Fulgham.
* fast/selectors/attribute-endswith-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-endswith-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-hyphen-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-hyphen-value-matching-is-ascii-case-insensitive.html: Added.
* fast/selectors/attribute-startswith-value-matching-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-startswith-value-matching-is-ascii-case-insensitive.html: Added.
2015-03-15 Brent Fulgham <bfulgham@apple.com>
Scroll snap points are not supported on iframe content
https://bugs.webkit.org/show_bug.cgi?id=142582
<rdar://problem/20121319>
Reviewed by Simon Fraser.
* css3/scroll-snap/resources: Added.
* css3/scroll-snap/resources/iframe-content.html: Added.
* css3/scroll-snap/scroll-snap-iframe-expected.txt: Added.
* css3/scroll-snap/scroll-snap-iframe.html: Added.
2015-03-15 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Better handle displaying -0
https://bugs.webkit.org/show_bug.cgi?id=142708
Reviewed by Timothy Hatcher.
Add tests for -0 in different places.
I don't understand yet why the test says "0" for
the property previews of "-0". Everything behaves
correctly, but I can't see to make the test show
the right value appear in the test. That is worth
investigating separately though.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
2015-03-15 Simon Fraser <simon.fraser@apple.com>
Reduce the side-effects of animations turning off overlap testing
https://bugs.webkit.org/show_bug.cgi?id=92791
Reviewed by Dean Jackson.
These test overlay an animated element with a grid of position: relative squares.
These reveal the overlap area by selectively getting composited.
* compositing/layer-creation/animation-overlap-with-children-expected.txt:
* compositing/layer-creation/mismatched-rotated-transform-animation-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html: Added.
* compositing/layer-creation/mismatched-rotated-transform-transition-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-rotated-transform-transition-overlap.html: Added.
* compositing/layer-creation/mismatched-transform-transition-overlap-expected.txt: Added.
* compositing/layer-creation/mismatched-transform-transition-overlap.html: Added.
* compositing/layer-creation/multiple-keyframes-animation-overlap-expected.txt: Added.
* compositing/layer-creation/multiple-keyframes-animation-overlap.html: Added.
* compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: Added.
* compositing/layer-creation/scale-rotation-animation-overlap.html: Added.
* compositing/layer-creation/scale-rotation-transition-overlap-expected.txt: Added.
* compositing/layer-creation/scale-rotation-transition-overlap.html: Added.
* compositing/layer-creation/translate-animation-overlap-expected.txt: Added.
* compositing/layer-creation/translate-animation-overlap.html: Added.
* compositing/layer-creation/translate-scale-animation-overlap-expected.txt: Added.
* compositing/layer-creation/translate-scale-animation-overlap.html: Added.
* compositing/layer-creation/translate-scale-transition-overlap-expected.txt: Added.
* compositing/layer-creation/translate-scale-transition-overlap.html: Added.
* compositing/layer-creation/translate-transition-overlap-expected.txt: Added.
* compositing/layer-creation/translate-transition-overlap.html: Added.
2015-03-15 Benjamin Poulain <bpoulain@apple.com>
Change the exact attribute matching to be ASCII case-insensitive
https://bugs.webkit.org/show_bug.cgi?id=142609
Reviewed by Darin Adler.
* fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive-expected.txt: Added.
* fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive.html: Added.
2015-03-15 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions for later review.
* platform/win/TestExpectations:
2015-03-14 Darin Adler <darin@apple.com>
More event handler improvements
https://bugs.webkit.org/show_bug.cgi?id=142701
Reviewed by Anders Carlsson.
* fast/dom/event-handler-attributes-expected.txt: Updated to expect more passing tests,
and to accomodate some changes to what's tested and expected.
* fast/dom/event-handler-attributes.html: Update test to cover more events since we
no longer compile the event handlers conditionally; it's OK to have some handlers for
events even if the features in question aren't turned on.
2015-03-15 David Kilzer <ddkilzer@apple.com>
[iOS] REGRESSION (r181191): Add results for css3/blending/svg-blend-plus-lighter.html
Regressed with:
Support "plus-lighter" in mix-blend mode
<https://bugs.webkit.org/show_bug.cgi?id=142416>
<rdar://problem/19993979>
* platform/ios-simulator/css3/blending/svg-blend-plus-lighter-expected.txt: Add.
2015-03-14 Ryosuke Niwa <rniwa@webkit.org>
parseClass should popScope after pushScope
https://bugs.webkit.org/show_bug.cgi?id=142689
Reviewed by Benjamin Poulain.
Added a regression test for the test case that caught this bug.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-scoping-expected.txt: Added.
* js/class-syntax-scoping.html: Added.
* js/script-tests/class-syntax-scoping.js: Added.
(test):
2015-03-14 Michael Saboff <msaboff@apple.com>
ES6: Add binary and octal literal support
https://bugs.webkit.org/show_bug.cgi?id=142681
Reviewed by Ryosuke Niwa.
New tests.
* js/binary-literals-expected.txt: Added.
* js/binary-literals.html: Added.
* js/octal-literals-expected.txt: Added.
* js/octal-literals.html: Added.
* js/script-tests/binary-literals.js: Added.
* js/script-tests/octal-literals.js: Added.
2015-03-13 Ryosuke Niwa <rniwa@webkit.org>
Class constructor should throw TypeError when "called"
https://bugs.webkit.org/show_bug.cgi?id=142566
Reviewed by Michael Saboff.
Added tests for calling class constructors.
* TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
* js/class-syntax-call-expected.txt: Added.
* js/class-syntax-call.html: Added.
* js/script-tests/class-syntax-call.js: Added.
2015-03-13 Doug Russell <d_russell@apple.com>
AX: Provide API for assistive tech to ignore DOM key event handlers
https://bugs.webkit.org/show_bug.cgi?id=142059
Reviewed by Beth Dakin.
Assistive technology applications on the desktop are heavily dependent on keyboard navigation being reliable. This is greatly hindered by sites that handle key events without updating keyboard selection and then consume the event. It is important for assistive technology apps to allow users to decide to ignore these handlers that are incorrect for their purposes.
This can be fixed by exposing, via a new accessibility attribute, a way to decide, for a given WebCore::Frame, to pre-empt DOM dispatch and instead let accessibility caret browsing take place.
* accessibility/parent-delete-expected.txt:
* platform/mac/accessibility/document-attributes-expected.txt:
* platform/mac/accessibility/prevent-keyboard-event-dispatch-expected.txt: Added.
* platform/mac/accessibility/prevent-keyboard-event-dispatch.html: Added.
2015-03-13 Chris Dumez <cdumez@apple.com>
XMLHttpRequests should not prevent a page from entering PageCache
https://bugs.webkit.org/show_bug.cgi?id=142612
<rdar://problem/19923085>
Reviewed by Alexey Proskuryakov.
Add a tests to make sure that loading XMLHttpRequests do not prevent a
page from entering PageCache.
* http/tests/navigation/page-cache-xhr-expected.txt: Added.
* http/tests/navigation/page-cache-xhr.html: Added.
* http/tests/navigation/resources/page-cache-helper.html: Added.
2015-03-13 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed Gardening 13th March.
https://bugs.webkit.org/show_bug.cgi?id=142665
Unreviewed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/borders/mixed-border-style2-expected.txt: Added. The result was missing.
2015-03-13 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Rebaseline accessibility/color-well.html
https://bugs.webkit.org/show_bug.cgi?id=141697
Reviewed by Chris Fleizach.
The revision (r179922) which makes this test fail, implements a color
picker for GTK+ platform. So now we have different accessibility
information for a color input and we could update the expected file.
TestExpectations has also been updated.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/color-well-expected.txt:
2015-03-13 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed GTK+ Gardening
https://bugs.webkit.org/show_bug.cgi?id=142620
Rebaseline the missing test result
* platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
* platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
* platform/gtk/fast/text/tatechuyoko-expected.txt: Added.
2015-03-12 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r180726): Removing an empty line at the end of textarea clears the entire texture
https://bugs.webkit.org/show_bug.cgi?id=142646
Reviewed by Darin Adler.
Added a regression test for deleting empty lines at the end of a textarea element.
* editing/deleting/delete-empty-line-breaks-at-end-of-textarea-expected.txt: Added.
* editing/deleting/delete-empty-line-breaks-at-end-of-textarea.html: Added.
2015-03-12 Yusuke Suzuki <utatane.tea@gmail.com>
Integrate MapData into JSMap and JSSet
https://bugs.webkit.org/show_bug.cgi?id=142556
Reviewed by Filip Pizlo.
Test structure-clone implementation that becomes aware of the difference between Map and Set.
* fast/storage/serialized-script-value.html:
2015-03-12 Simon Fraser <simon.fraser@apple.com>
These hidpi filter tests pass sometimes.
* platform/mac/TestExpectations:
2015-03-12 Alexey Proskuryakov <ap@apple.com>
testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=138687
Unreviewed (only code changes were reviewed).
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
Unskip tests that used to be affected.
2015-03-12 Simon Fraser <simon.fraser@apple.com>
Clean up after JoePeck.
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
2015-03-12 Hunseop Jeong <hs85.jeong@samsung.com>
Unreviewed EFL gardening on 13th Mar.
https://bugs.webkit.org/show_bug.cgi?id=142624
Rebaseline the missing test result.
* platform/efl/TestExpectations:
* platform/efl/editing/inserting/before-after-input-element-expected.png: Added.
* platform/efl/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/efl/fast/css/css2-system-fonts-expected.txt: Added.
* platform/efl/fast/text/tatechuyoko-expected.png: Added.
* platform/efl/fast/text/tatechuyoko-expected.txt: Added.
2015-03-11 Brent Fulgham <bfulgham@apple.com>
[Win] Update test expectations after r181408.
Also update with more debug assertions.
* platform/win/TestExpectations:
* platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.
2015-03-11 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: CSS parser errors in the console should include column numbers
https://bugs.webkit.org/show_bug.cgi?id=114313
Reviewed by Darin Adler.
Test errors in both external and inline CSS and Scripts to ensure they have
expected line:column information.
* inspector-protocol/console/warnings-errors-expected.txt: Added.
* inspector-protocol/console/warnings-errors.html: Added.
* inspector-protocol/resources/errors.css: Added.
* inspector-protocol/resources/errors.js: Added.
2015-03-11 Simon Fraser <simon.fraser@apple.com>
Rename the Mavericks result for input-auto-fill-button.html to use the
correct name.
* platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/fast/forms/input-auto-fill-button.txt.
2015-03-11 Simon Fraser <simon.fraser@apple.com>
Mark compositing/backgrounds/background-image-with-negative-zindex.html as
an image failure, since r179871 was rolled out.
* platform/mac/TestExpectations:
2015-03-11 Timothy Horton <timothy_horton@apple.com>
<attachment> shouldn't use "user-select: all"
https://bugs.webkit.org/show_bug.cgi?id=142453
Reviewed by Darin Adler.
* fast/attachment/attachment-select-on-click-inside-user-select-all.html: Added.
* fast/attachment/attachment-select-on-click.html: Added.
* platform/mac/fast/attachment/attachment-select-on-click-expected.png: Added.
* platform/mac/fast/attachment/attachment-select-on-click-expected.txt: Added.
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png: Added.
* platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-select-on-click-expected.txt: Added.
Add two tests. One, for the basic functionality of clicking on an
<attachment> to select it. The second, to test that clicking on an
<attachment> inside a larger "user-select: all" element still selects
the whole "user-select: all" element.
2015-03-11 Matthew Mirman <mmirman@apple.com>
Update windows test results
Unreviewed followup to r181353
* platform/win/fast/events/event-attribute-expected.txt: update windows test results.
2015-03-10 Andy Estes <aestes@apple.com>
REGRESSION (r180985): contentfiltering/block-after-add-data.html crashes with GuardMalloc
https://bugs.webkit.org/show_bug.cgi?id=142526
Reviewed by Darin Adler.
* TestExpectations: Un-skipped contentfiltering/block-after-add-data.html.
2015-03-10 Sam Weinig <sam@webkit.org>
Allow adding a button in input elements for auto fill related functionality
<rdar://problem/19782066>
https://bugs.webkit.org/show_bug.cgi?id=142564
Reviewed by Anders Carlsson.
* fast/forms/input-auto-fill-button-expected.txt: Added.
* fast/forms/input-auto-fill-button.html: Added.
2015-03-11 Ryosuke Niwa <rniwa@webkit.org>
Calling super() in a base class results in a crash
https://bugs.webkit.org/show_bug.cgi?id=142563
Reviewed by Filip Pizlo.
Added more test cases to an existing test.
* js/class-syntax-super-expected.txt:
* js/script-tests/class-syntax-super.js:
2015-03-11 Said Abou-Hallawa <sabouhallawa@apple.com>
svg/animations/smil-leak-*.svg tests are flaky.
https://bugs.webkit.org/show_bug.cgi?id=114280
Unreviewed.
Some svg tests were flaky on mac only but they became flaky on all ports
after r181345. They pass locally and on EWS but not on bots. Mark them to
be flaky on all ports till we figure out the problem with these tests.
* TestExpectations:
* platform/mac/TestExpectations:
2015-03-11 Tim Horton <timothy_horton@apple.com>
<attachment>s should be created when dropping files onto contentEditable areas
https://bugs.webkit.org/show_bug.cgi?id=142494
<rdar://problem/19982553>
Reviewed by Anders Carlsson.
* editing/pasteboard/drag-files-to-editable-element-expected.txt:
* editing/pasteboard/drag-files-to-editable-element.html:
Update the test to expect <attachment>s instead of filenames.
2015-03-11 David Hyatt <hyatt@apple.com>
Optimize offsetWidth and offsetHeight to avoid doing layouts.
https://bugs.webkit.org/show_bug.cgi?id=142544
Reviewed by Beth Dakin.
* fast/images/repaint-subrect-grid.html:
Patch this test to use the window.internals update layout method rather than
relying on document.body.offsetWidth.
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
[Win] Test gardening after r181260
Unreviewed.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
* platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r181278
Unreviewed.
Until Windows adopts the SVG -> OTF Converter, we should mark this test as Mac-only.
* platform/mac/svg/fonts/resources/svg-font-general.svg: Renamed from LayoutTests/svg/fonts/resources/svg-font-general.svg.
* platform/mac/svg/fonts/svg-font-general-expected.html: Renamed from LayoutTests/svg/fonts/svg-font-general-expected.html.
* platform/mac/svg/fonts/svg-font-general.html: Renamed from LayoutTests/svg/fonts/svg-font-general.html.
2015-03-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r181367.
https://bugs.webkit.org/show_bug.cgi?id=142581
Caused crashes on the debug bots (Requested by cdumez on
#webkit).
Reverted changeset:
"Web Inspector: CSS parser errors in the console should
include column numbers"
https://bugs.webkit.org/show_bug.cgi?id=114313
http://trac.webkit.org/changeset/181367
2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
Inline block children do not have correct baselines if their children are also block elements
https://bugs.webkit.org/show_bug.cgi?id=142559
Reviewed by Darin Adler.
* fast/text/baseline-inline-block-block-children-expected.html: Added.
* fast/text/baseline-inline-block-block-children.html: Added.
2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: CSS parser errors in the console should include column numbers
https://bugs.webkit.org/show_bug.cgi?id=114313
Reviewed by Benjamin Poulain.
Test errors in both external and inline CSS and Scripts to ensure they have
expected line:column information.
* inspector-protocol/console/warnings-errors-expected.txt: Added.
* inspector-protocol/console/warnings-errors.html: Added.
* inspector-protocol/resources/errors.css: Added.
* inspector-protocol/resources/errors.js: Added.
2015-03-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 10th Mar.
Mark smil-leak-foo tests, 3 tests of fast/css to failure.
* platform/efl/TestExpectations:
2015-03-09 Darin Adler <darin@apple.com>
Some event handler fixes
https://bugs.webkit.org/show_bug.cgi?id=142474
Reviewed by Anders Carlsson.
* fast/dom/event-handler-attributes-expected.txt: Updated for new tests and to
expect more tests to pass.
* fast/dom/event-handler-attributes.html: Added testing of event handlers on
non-HTML, non-SVG elements, and on SVG elements. Also removed
webkitpresentationmodechanged from the test, for now at least.
* fast/events/event-attribute-expected.txt: Updated to expect more tests to pass.
2015-03-10 Brent Fulgham <bfulgham@apple.com>
CSS scroll-snap-destination and scroll-snap-coordinate are not honoring position values
https://bugs.webkit.org/show_bug.cgi?id=142411
Reviewed by Simon Fraser.
Add a test for <position> types in scroll snap operations. Also update the test expectations
for computed styles now that double-precision math is being used for calculated values.
* css3/scroll-snap/scroll-snap-position-values-expected.txt: Added.
* css3/scroll-snap/scroll-snap-position-values.html: Added.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Updated
* css3/scroll-snap/scroll-snap-property-computed-style.js: Updated
2015-03-10 Enrica Casucci <enrica@apple.com>
Add support for more emoji with variation.
https://bugs.webkit.org/show_bug.cgi?id=142548
rdar://problem/20105008
Reviewed by Tim Horton.
* editing/selection/extend-by-character-007-expected.txt: Added.
* editing/selection/extend-by-character-007.html: Added.
2015-03-10 Eric Carlson <eric.carlson@apple.com>
[Mac] Refactor media controls code
https://bugs.webkit.org/show_bug.cgi?id=142455
Reviewed by Dean Jackson.
* platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2015-03-10 Yusuke Suzuki <utatane.tea@gmail.com>
Upgrade Map, Set and WeakMap constructor interface
https://bugs.webkit.org/show_bug.cgi?id=142348
Reviewed by Filip Pizlo.
Constructor semantics is changed.
* js/basic-map-expected.txt:
* js/basic-set-expected.txt:
* js/dom/basic-weakmap-expected.txt:
* js/script-tests/basic-map.js:
* js/script-tests/basic-set.js:
(set new):
2015-03-10 Gabor Rapcsanyi <rgabor@webkit.org>
Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139856
Reviewed by Darin Adler.
Add layout test to cover this crash.
* plugins/large-plugin-crash-expected.txt: Added.
* plugins/large-plugin-crash.html: Added.
2015-03-09 Alexey Proskuryakov <ap@apple.com>
Skip contentfiltering/block-after-add-data.html for now.
https://bugs.webkit.org/show_bug.cgi?id=142526
* TestExpectations:
2015-03-09 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline tests afer r181292.
* platform/win/TestExpectations:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
2015-03-09 Ryosuke Niwa <rniwa@webkit.org>
Support extends and super keywords
https://bugs.webkit.org/show_bug.cgi?id=142200
Reviewed by Filip Pizlo.
Added tests for "extends" and "super" keywords.
* TestExpectations:
* js/class-syntax-extends-expected.txt: Added.
* js/class-syntax-extends.html: Added.
* js/class-syntax-super-expected.txt: Added.
* js/class-syntax-super.html: Added.
* js/script-tests/class-syntax-extends.js: Added.
* js/script-tests/class-syntax-super.js: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
REGRESSION(r176978): Inline-blocks with overflowing contents have ascents that are too large
https://bugs.webkit.org/show_bug.cgi?id=141783
Reviewed by David Hyatt.
Update expected results.
* css3/flexbox/child-overflow-expected.html:
* css3/flexbox/child-overflow.html:
* fast/css/inline-block-tricky-baselines-expected.html: Added.
* fast/css/inline-block-tricky-baselines.html: Added.
* fast/forms/textfield-overflow-by-value-update-expected.txt:
* fast/text/baseline-inline-block-expected.html: Added.
* fast/text/baseline-inline-block.html: Added.
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2015-03-09 Andy Estes <aestes@apple.com>
[Content Filtering] Add tests
https://bugs.webkit.org/show_bug.cgi?id=142475
Reviewed by Andreas Kling.
* contentfiltering/allow-after-add-data-expected.html: Added.
* contentfiltering/allow-after-add-data.html: Added.
* contentfiltering/allow-after-finished-adding-data-expected.html: Added.
* contentfiltering/allow-after-finished-adding-data.html: Added.
* contentfiltering/allow-after-response-expected.html: Added.
* contentfiltering/allow-after-response.html: Added.
* contentfiltering/block-after-add-data-expected.html: Added.
* contentfiltering/block-after-add-data.html: Added.
* contentfiltering/block-after-finished-adding-data-expected.html: Added.
* contentfiltering/block-after-finished-adding-data.html: Added.
* contentfiltering/block-after-response-expected.html: Added.
* contentfiltering/block-after-response.html: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
svg/custom/svg-fonts-without-missing-glyph.xhtml fails after fonts/font-fallback-prefers-pictographs.html
https://bugs.webkit.org/show_bug.cgi?id=142470
Reviewed by Anders Carlsson.
* platform/mac/TestExpectations:
2015-03-09 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: add aliases between :nth-child()/:nth-last-child() and :first-child/:last-child
https://bugs.webkit.org/show_bug.cgi?id=142472
Reviewed by Andreas Kling.
* fast/selectors/nth-child-matching-first-expected.txt: Added.
* fast/selectors/nth-child-matching-first-on-root-expected.txt: Added.
* fast/selectors/nth-child-matching-first-on-root.html: Added.
* fast/selectors/nth-child-matching-first.html: Added.
* fast/selectors/nth-last-child-matching-first-expected.txt: Added.
* fast/selectors/nth-last-child-matching-first-on-root-expected.txt: Added.
* fast/selectors/nth-last-child-matching-first-on-root.html: Added.
* fast/selectors/nth-last-child-matching-first.html: Added.
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
Work around a Cocoa font parsing bug
https://bugs.webkit.org/show_bug.cgi?id=142446
Reviewed by Simon Fraser.
Adding a few extra tests for bits of SVG fonts that could use some more tests.
* svg/fonts/resources/svg-font-general.svg: Updated and moved from svg-font-horiz-origin-font.svg
* svg/fonts/svg-font-general.html: Updated and moved from svg-font-horiz-origin.html
* svg/fonts/svg-font-general-expected.html: Updated and moved from svg-font-horiz-origin-expected.html
2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] x-height cannot be specified
https://bugs.webkit.org/show_bug.cgi?id=142465
Reviewed by Simon Fraser.
For all non-system fonts, OS X disregards the font's reported x-height. Therefore,
it is impossible to satisfy this test.
* fast/css/ex-unit-with-no-x-height-expected.txt: Removed.
* fast/css/ex-unit-with-no-x-height.html: Removed.
* platform/mac/TestExpectations:
2015-03-09 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening
https://bugs.webkit.org/show_bug.cgi?id=142499
* platform/gtk/TestExpectations:
2015-03-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 9th Mar.
Mark svg/text/select-textLength-spacingAndGlyphs-foo.html to failure.
Update new failling tests to existing bugs.
* platform/efl/TestExpectations:
2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
Last test gardening after r177774 (for reals this time)
https://bugs.webkit.org/show_bug.cgi?id=139968
Unreviewed.
* platform/mac/TestExpectations:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg:
* svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg:
* svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg:
2015-03-08 Benjamin Poulain <benjamin@webkit.org>
Fix the tests for the new double-child descendant in css-set-selector-text
https://bugs.webkit.org/show_bug.cgi?id=141882
Reviewed by Andreas Kling.
In 178592, I copied the rules from css-selector-text.html without removing
the declarations.
Kudos to Dhi Aurrahman for catching this.
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
Change bug number for svg/custom/svg-fonts-without-missing-glyph.xhtml
Unreviewed.
* platform/mac/TestExpectations:
2015-03-08 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening to skip new tests, rebaseline existing tests
* platform/ios-simulator-wk1/TestExpectations:
- Mark test as flakey.
* platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
* platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
- Superceded by new platform/ios-simulator results.
* platform/ios-simulator/TestExpectations:
- Skip two tests that will always time out on iOS.
- Mark two tests as ImageOnlyFailure that fail consistently.
* platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
- Add result for new test from r180965.
* platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
- Add results for new attachment tests.
* platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
* platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
* platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
* platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
- Rebaseline after other bug fixes like r180815.
2015-03-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 8th Mar.
Mark emphasis text test, writing mode test, whitespace test to failure.
Besides update new failure tests to existing bugs.
* platform/efl/TestExpectations:
2015-03-07 Darin Adler <darin@apple.com>
Improve the event handler test
https://bugs.webkit.org/show_bug.cgi?id=142439
Reviewed by Ryosuke Niwa.
* fast/dom/event-handler-attributes-expected.txt: Renamed from legacy-event-handler-attributes-expected.txt.
Also updated to reflect changes in the test.
* fast/dom/event-handler-attributes.html: Renamed from legacy-event-handler-attributes.html.
Fixed bug in the test that was making document event handler tests falsely report failure.
Removed testing of some HTMLMediaElement attributes that are conditionally present; this test
is intended to test only unconditionally available event handler attributes at this time.
* platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Removed. The conditional HTMLMediaElement
attributes are the reason the Windows-specific results were needed.
2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 7th Mar.
Remove duplicated css nap scroll skip.
Mark printing, compositing mask, svg pattern, and webgl visibility tests to failures.
* platform/efl/TestExpectations:
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Support for Iterator Objects
https://bugs.webkit.org/show_bug.cgi?id=142420
Reviewed by Timothy Hatcher.
* inspector/model/remote-object.html:
Update tests to include iterator objects.
2015-03-06 Brent Fulgham <bfulgham@apple.com>
[Win] Mark svg/fonts/svg-font-horiz-orig.html as Image-only failing.
* platform/win/TestExpectations:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
[Win] Mark svg/fonts/svg-font-horiz-orig.html as failing.
https://bugs.webkit.org/show_bug.cgi?id=142423
* platform/win/TestExpectations:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Add inherit support from scroll snap CSS properties
https://bugs.webkit.org/show_bug.cgi?id=136344
<rdar://problem/18162329>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-inherit.html: Added.
* css3/scroll-snap/scroll-snap-inherit-expected.txt: Added.
2015-03-06 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r180595): construct varargs fails in FTL
https://bugs.webkit.org/show_bug.cgi?id=142030
Reviewed by Michael Saboff.
Re-enable the test on 64-bit iOS.
* js/regress/script-tests/deltablue-varargs.js:
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Setting scroll-snap-desination to (100% 100%) locks up WebKit
https://bugs.webkit.org/show_bug.cgi?id=142414
<rdar://problem/20077275>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-desination-lock-up.html: Added.
* css3/scroll-snap/scroll-snap-desination-lock-up-expected.txt: Added.
2015-03-06 Dean Jackson <dino@apple.com>
Support "plus-lighter" in mix-blend mode
https://bugs.webkit.org/show_bug.cgi?id=142416
<rdar://problem/19993979>
Reviewed by Darin Adler and Sam Weinig.
Add tests and new expected results for plus-lighter.
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-simple-composited.html:
* css3/blending/blend-mode-simple.html:
* css3/blending/script-tests/blend-mode-property-parsing.js:
* css3/blending/svg-blend-plus-lighter.html: Added.
* platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
* platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/mac/css3/blending/blend-mode-simple-expected.png:
* platform/mac/css3/blending/blend-mode-simple-expected.txt:
* platform/mac/css3/blending/svg-blend-plus-lighter-expected.txt: Added.
2015-03-06 Brent Fulgham <bfulgham@apple.com>
Add 'initial' keyword support for scroll snap CSS properties
https://bugs.webkit.org/show_bug.cgi?id=136345
<rdar://problem/18162325>
Reviewed by Dean Jackson.
* css3/scroll-snap/scroll-snap-property-computed-style.js: Update for corrected 'initial' behavior.
* css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Rebaselined.
* css3/scroll-snap/scroll-snap-initial.html: Added.
* css3/scroll-snap/scroll-snap-initial-expected.txt: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/win/TestExpectations:
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
ES6: Object Literal Extensions - Methods
https://bugs.webkit.org/show_bug.cgi?id=142390
Reviewed by Geoffrey Garen.
* js/object-literal-computed-methods-expected.txt: Added.
* js/object-literal-computed-methods.html: Added.
* js/object-literal-methods-expected.txt: Added.
* js/object-literal-methods.html: Added.
* js/script-tests/object-literal-computed-methods.js: Added.
* js/script-tests/object-literal-methods.js: Added.
2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
__proto__ shorthand property should not modify prototype in Object Literal construction
https://bugs.webkit.org/show_bug.cgi?id=142382
Reviewed by Geoffrey Garen.
* js/object-literal-shorthand-construction-expected.txt:
* js/script-tests/object-literal-shorthand-construction.js:
Update test to cover the __proto__ shorthand case which is
different from longhand case.
2015-03-06 Antti Koivisto <antti@apple.com>
Enable disk cache validation test on iOS
https://bugs.webkit.org/show_bug.cgi?id=142405
Reviewed by Andreas Kling.
The features is enabled.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-03-06 Jer Noble <jer.noble@apple.com>
[Web Audio] Decoding specific .m4a file crashes tab
https://bugs.webkit.org/show_bug.cgi?id=139545
Reviewed by Eric Carlson.
* webaudio/decode-audio-data-too-short-expected.txt: Added.
* webaudio/decode-audio-data-too-short.html: Added.
* webaudio/resources/media/too-short.m4a: Added.
2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
Crash in -[WebCascadeList objectAtIndex:] + 195
https://bugs.webkit.org/show_bug.cgi?id=141274
Reviewed by David Kilzer.
* platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list-expected.txt: Added.
* platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list.html: Added.
2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
Setting any of the <object> element plugin controlling attributes does not have any affect.
https://bugs.webkit.org/show_bug.cgi?id=141936.
Reviewed by Simon Fraser.
* fast/css/image-object-hover-inherit-expected.html: Added.
* fast/css/image-object-hover-inherit.html: Added.
A guarding test to catch the case of reconstructing the image <object>
renderer while performing a synchronous resolveTree() followed by page
rendering or dump render tree.
* svg/as-object/resources/lime100x100.html: Added.
* svg/as-object/resources/lime100x100.png: Added.
* svg/as-object/resources/lime100x100.svg: Added.
* svg/as-object/resources/red100x100.svg: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
Ensure that changing the 'type' and the 'data' attributes of the <object>
element will have the expected outcome. Also make sure that the <object>
element renderer falls back correctly when setting any of the attributes
to some unexpected value.
2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
Test horiz-origin-x and horiz-origin-y in SVG fonts
https://bugs.webkit.org/show_bug.cgi?id=142403
Simply moving to the origin in glyph-space at the beginning
of path parsing won't work if subsequent coordinates are absolute.
Reviewed by Simon Fraser.
* svg/fonts/resources/svg-font-horiz-origin-font.svg: Added.
* svg/fonts/svg-font-horiz-origin-expected.html: Added.
* svg/fonts/svg-font-horiz-origin.html: Added.
2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
An SVG element without intrinsic size inherits the container size as its viewport instead of inheriting the container viewport.
https://bugs.webkit.org/show_bug.cgi?id=141725.
Reviewed by Darin Adler.
* svg/css/svg-css-different-intrinsic-sizes-expected.html: Added.
* svg/css/svg-css-different-intrinsic-sizes.html: Added.
The intrinsic size of the <svg> element is overridden by CSS. The elements
inside the <svg> should consider the css size (which is equal to the <svg>
element viewport) instead of the <svg> element intrinsic size.
2015-03-06 Simon Fraser <simon.fraser@apple.com>
Allow composited clip-path to be updated without a layer repaint
https://bugs.webkit.org/show_bug.cgi?id=142384
Reviewed by Zalan Bujtas.
Test repaint with a clip-path change.
* compositing/masks/compositing-clip-path-change-no-repaint-expected.txt: Added.
* compositing/masks/compositing-clip-path-change-no-repaint.html: Added.
2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 6th Mar.
Skip tests regardening attachment download progress and unskip a passing test.
* platform/efl/TestExpectations:
2015-03-06 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] ASSERTION FAILED !track.growthLimitIsInfinite() in RenderGrid::computeUsedBreadthOfGridTracks
https://bugs.webkit.org/show_bug.cgi?id=142265
Reviewed by Darin Adler.
New test that crashes on Debug builds if we don't handle the case
of computeUsedBreadthOfGridTracks() returning -1.
* fast/css-grid-layout/grid-indefinite-calculated-height-crash-expected.txt: Added.
* fast/css-grid-layout/grid-indefinite-calculated-height-crash.html: Added.
2015-03-05 Brent Fulgham <bfulgham@apple.com>
[Win] Give up on Attachment testing.
Just skip Attachments until they settle down. Also document more debug assertions.
* platform/win/TestExpectations:
2015-03-05 Oliver Hunt <oliver@apple.com>
Block mixed mode content
https://bugs.webkit.org/show_bug.cgi?id=142378
Reviewed by Darin Adler.
Update test results to reflect the new reality.
* http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
* http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/resources/frame-with-insecure-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
* http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
* http/tests/xmlhttprequest/access-control-response-with-body.html:
2015-03-05 Benjamin Poulain <bpoulain@apple.com>
new layout test http/tests/usercontentfilter/character-set-basic-support.html fails
https://bugs.webkit.org/show_bug.cgi?id=142376
* http/tests/contentextensions/character-set-basic-support-expected.txt: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support-expected.txt.
* http/tests/contentextensions/character-set-basic-support.html: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.
* http/tests/contentextensions/character-set-basic-support.html.json: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.json.
* http/tests/contentextensions/resources: Copied from LayoutTests/http/tests/usercontentfilter/resources.
* http/tests/usercontentfilter: Removed.
* http/tests/usercontentfilter/character-set-basic-support-expected.txt: Removed.
* http/tests/usercontentfilter/character-set-basic-support.html: Removed.
* http/tests/usercontentfilter/character-set-basic-support.html.json: Removed.
* http/tests/usercontentfilter/resources: Removed.
* http/tests/usercontentfilter/resources/url-blocking-test.js: Removed.
2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed Test Fix: Remove unnecessary reference to "window" causing test failure.
* js/object-literal-shorthand-construction-expected.txt:
* js/script-tests/object-literal-shorthand-construction.js:
2015-03-05 Stephanie Lewis <slewis@apple.com>
Mark http/tests/usercontentfilter/character-set-basic-support.html as failing.
https://bugs.webkit.org/show_bug.cgi?id=142376
Unreviewed.
* TestExpectations:
2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Follow-up fixes to ObjectTreeBaseTreeElement
https://bugs.webkit.org/show_bug.cgi?id=142367
Reviewed by Geoffrey Garen.
* js/object-literal-shorthand-construction-expected.txt: Added.
* js/object-literal-shorthand-construction.html: Added.
* js/script-tests/object-literal-shorthand-construction.js: Added.
(equivalent):
(testShorthandConstructionEquivalent):
(testShorthandConstructionNotEquivalent):
Tests specifically for new literal construction with shorthands.
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
* sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
* sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
These tests use object literal shorthand construction syntax and expected
failures. The tests now fail differently, so just rebase their results.
2015-03-05 Timothy Horton <timothy_horton@apple.com>
<attachment> should allow the title property to override its title
https://bugs.webkit.org/show_bug.cgi?id=142369
Reviewed by Anders Carlsson.
* fast/attachment/attachment-title.html: Added.
* platform/mac/fast/attachment/attachment-title-expected.png: Added.
* platform/mac/fast/attachment/attachment-title-expected.txt: Added.
Add a test for the title property.
2015-03-05 Timothy Horton <timothy_horton@apple.com>
<attachment> should support indication of download progress
https://bugs.webkit.org/show_bug.cgi?id=142336
<rdar://problem/19982504>
Reviewed by Anders Carlsson.
* fast/attachment/attachment-progress.html: Added.
* platform/mac/fast/attachment/attachment-progress-expected.png: Added.
* platform/mac/fast/attachment/attachment-progress-expected.txt: Added.
* platform/mac-mavericks/fast/attachment/attachment-progress-expected.txt: Added.
Add a test for the <attachment> progress attribute.
* platform/mac/fast/attachment/attachment-rendering-expected.png:
Rebaseline a test that changed in r181058 (and will change again!), but
which didn't start failing because the pixel test tolerance is such that
it only fails the hash check and not the test itself.
2015-03-05 Benjamin Poulain <bpoulain@apple.com>
Add basic support for character sets to the URL Filter parser
https://bugs.webkit.org/show_bug.cgi?id=142257
Reviewed by Alex Christensen.
* http/tests/usercontentfilter/character-set-basic-support-expected.txt: Added.
* http/tests/usercontentfilter/character-set-basic-support.html: Added.
* http/tests/usercontentfilter/character-set-basic-support.html.json: Added.
* http/tests/usercontentfilter/resources/url-blocking-test.js: Added.
2015-03-05 Chris Dumez <cdumez@apple.com>
Regression(r173761): ASSERTION FAILED: !is8Bit() in StringImpl::characters16()
https://bugs.webkit.org/show_bug.cgi?id=142350
Reviewed by Michael Saboff and Benjamin Poulain.
Update String.startsWith() / endsWith() test to cover cases where the
input string is 8-bit and the pattern is 16-bit, and vice-versa.
* js/script-tests/string-includes.js:
* js/string-includes-expected.txt:
2015-03-05 Roger Fong <roger_fong@apple.com>
Update inline media control icons for OSX.
https://bugs.webkit.org/show_bug.cgi?id=142305.
<rdar://problem/19997484>
Reviewed by Dean Jackson.
* platform/mac/TestExpectations: Skip two failing tests caused by this patch.
See https://bugs.webkit.org/show_bug.cgi?id=142142
2015-03-05 Brent Fulgham <bfulgham@apple.com>
[Win] Reneable aria 'switch' tests after r18078.
Add a Windows rebaseline. Also document another batch of debug assertions.
* platform/win/TestExpectations:
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added.
* platform/win/fast/attachment/attachment-subtitle-expected.txt: Added.
2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening after r181013
Unreviewed.
* platform/mac/fast/text/trailing-word-expected.html: Renamed from LayoutTests/fast/text/trailing-word-expected.html.
* platform/mac/fast/text/trailing-word.html: Renamed from LayoutTests/fast/text/trailing-word.html.
2015-03-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Array/Collection Sizes should be visible and distinct
https://bugs.webkit.org/show_bug.cgi?id=142254
Reviewed by Timothy Hatcher.
* inspector-protocol/runtime/getProperties-expected.txt:
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update tests now that RemoteObjects and Previews may have an explicit size.
2015-03-04 Timothy Horton <timothy_horton@apple.com>
<attachment> should show the file size as detail text below the icon
https://bugs.webkit.org/show_bug.cgi?id=142261
<rdar://problem/20009570>
Reviewed by Dean Jackson.
* fast/attachment/attachment-subtitle.html: Added.
* platform/mac/fast/attachment/attachment-subtitle-expected.png: Added.
* platform/mac/fast/attachment/attachment-subtitle-expected.txt: Added.
Add a test of the rendering of attachment subtitles, and results for Mac.
* platform/mac-mavericks/fast/attachment/attachment-subtitle-expected.txt: Added.
Add Mavericks baselines.
2015-03-04 Alex Christensen <achristensen@webkit.org>
Unreviewed gardening.
* http/tests/contentextensions/basic-filter.html.hson: Removed.
* http/tests/contentextensions/basic-filter.html.json: Copied from http/tests/contentextensions/basic-filter.html.hson.
Spell json correctly. Does not start with h.
2015-03-04 Alex Christensen <achristensen@webkit.org>
Move content extensions test to properly named directory.
https://bugs.webkit.org/show_bug.cgi?id=142299
Reviewed by Tim Horton.
* TestExpectations:
* http/tests/contentextensions: Added.
* http/tests/contentextensions/basic-filter-expected.txt: Copied from platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt.
* http/tests/contentextensions/basic-filter.html: Copied from http/tests/usercontentfilter/basic-filter.html.
* http/tests/contentextensions/basic-filter.html.hson: Copied from http/tests/usercontentfilter/basic-filter.html.json.
* http/tests/contentextensions/block-cookies-basic-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-basic-expected.txt.
* http/tests/contentextensions/block-cookies-basic.html: Copied from http/tests/usercontentfilter/block-cookies-basic.html.
* http/tests/contentextensions/block-cookies-basic.html.json: Copied from http/tests/usercontentfilter/block-cookies-basic.html.json.
* http/tests/contentextensions/block-cookies-send-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-send-expected.txt.
* http/tests/contentextensions/block-cookies-send.html: Copied from http/tests/usercontentfilter/block-cookies-send.html.
* http/tests/contentextensions/block-cookies-send.html.json: Copied from http/tests/usercontentfilter/block-cookies-send.html.json.
* http/tests/contentextensions/css-display-none-expected.txt: Copied from http/tests/usercontentfilter/css-display-none-expected.txt.
* http/tests/contentextensions/css-display-none.html: Copied from http/tests/usercontentfilter/css-display-none.html.
* http/tests/contentextensions/css-display-none.html.json: Copied from http/tests/usercontentfilter/css-display-none.html.json.
* http/tests/usercontentfilter/basic-filter.html: Removed.
* http/tests/usercontentfilter/basic-filter.html.json: Removed.
* http/tests/usercontentfilter/block-cookies-basic-expected.txt: Removed.
* http/tests/usercontentfilter/block-cookies-basic.html: Removed.
* http/tests/usercontentfilter/block-cookies-basic.html.json: Removed.
* http/tests/usercontentfilter/block-cookies-send-expected.txt: Removed.
* http/tests/usercontentfilter/block-cookies-send.html: Removed.
* http/tests/usercontentfilter/block-cookies-send.html.json: Removed.
* http/tests/usercontentfilter/css-display-none-expected.txt: Removed.
* http/tests/usercontentfilter/css-display-none.html: Removed.
* http/tests/usercontentfilter/css-display-none.html.json: Removed.
* platform/mac-wk2/TestExpectations:
* platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt: Removed.
2015-03-04 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline a few tests. Mark some failures.
* platform/win/TestExpectations:
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
Implement -apple-trailing-word: -apple-partially-balanced
https://bugs.webkit.org/show_bug.cgi?id=142253
Reviewed by David Hyatt.
* fast/text/trailing-word-expected.html: Added.
* fast/text/trailing-word.html: Added.
2015-03-04 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed Gardening 4th March
https://bugs.webkit.org/show_bug.cgi?id=142271
* platform/gtk/TestExpectations:
2015-03-03 Yoav Weiss <yoav@yoav.ws>
Add a microtask abstraction
https://bugs.webkit.org/show_bug.cgi?id=137496
Reviewed by Sam Weinig.
Adding a test for microtask abstraction.
A similar patch was rolled back in r180914.
* fast/dom/microtask-detach.html: Added.
* fast/dom/microtask-detach-expected.txt: Added.
* fast/dom/microtask-inorder.html: Added.
* fast/dom/microtask-inorder-expected.txt: Added.
* fast/dom/microtask-reverse.html: Added.
* fast/dom/microtask-reverse-expected.txt: Added.
2015-03-03 Simon Fraser <simon.fraser@apple.com>
Mark fast/css/object-fit/object-fit-canvas.html as a flakey
image failure, since it keeps breaking EWS.
* platform/mac/TestExpectations:
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] [Attachment] New Tests fail on Windows
https://bugs.webkit.org/show_bug.cgi?id=142017
Unreviewed. Rebaseline tests for Windows display metrics.
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
* platform/win/fast/attachment/attachment-rendering-expected.txt:
2015-03-03 Stephanie Lewis <slewis@apple.com>
Update TestExpectations after http://trac.webkit.org/changeset/180965 to skip new test on Mavericks.
Unreviewed.
* platform/mac/TestExpectations:
2015-03-03 Alexey Proskuryakov <ap@apple.com>
[Mac] Track localized name follows locale instead of primary language
https://bugs.webkit.org/show_bug.cgi?id=142242
rdar://problem/20000365
Reviewed by Eric Carlson.
* platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: This
test now successfully switches to Japanese, as originally intended.
2015-03-03 Alex Christensen <achristensen@webkit.org>
Prepare to use CSS selectors in content extensions.
https://bugs.webkit.org/show_bug.cgi?id=142227
Reviewed by Benjamin Poulain.
* http/tests/usercontentfilter/css-display-none-expected.txt: Added.
* http/tests/usercontentfilter/css-display-none.html: Added.
* http/tests/usercontentfilter/css-display-none.html.json: Added.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] Add baseline for new legacy-event-handler test.
* platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
* fast/attachment/attachment-label-highlight-expected.png: Added.
* fast/attachment/attachment-label-highlight-expected.txt: Added.
Add (empty) platform independent baselines.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
Move scroll animating functions from ScrollAnimator to ScrollController
https://bugs.webkit.org/show_bug.cgi?id=142102
<rdar://problem/20007161>
Reviewed by Simon Fraser.
Add a new test that confirms that rubberband snap animations work properly when combined
with text zooming.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Added.
2015-03-03 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180683.
https://bugs.webkit.org/show_bug.cgi?id=142249
Broke fast/css/acid2-pixel.html (Requested by ap on #webkit).
Reverted changeset:
"Setting any of the <object> element plugin controlling
attributes does not have any affect."
https://bugs.webkit.org/show_bug.cgi?id=141936
http://trac.webkit.org/changeset/180683
2015-03-03 Dean Jackson <dino@apple.com>
Controls panel should have system blurry background
https://bugs.webkit.org/show_bug.cgi?id=142154
<rdar://problem/20000964>
Reviewed by Simon Fraser.
Make sure content with a -webkit-appearance of
media-controls-light-bar-background or
media-controls-dark-bar-background doesn't get composited
unless explicitly requested. This avoids a
performance hit for a rarely used feature.
* compositing/media-controls-bar-appearance-expected.txt: Added.
* compositing/media-controls-bar-appearance.html: Added.
2015-03-03 Daniel Bates <dabates@apple.com>
Convert ManualTests/svg-tooltip.svg to a DRT test
https://bugs.webkit.org/show_bug.cgi?id=140480
Reviewed by Alex Christensen.
* svg/hittest/svg-tooltip-expected.txt: Added.
* svg/hittest/svg-tooltip.svg: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
* platform/mac-mavericks/fast/attachment: Added.
* platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added.
Add a Mavericks result because text metrics differ.
2015-03-03 Darin Adler <darin@apple.com>
Test legacy event handler attributes (ones with names like "onclick")
https://bugs.webkit.org/show_bug.cgi?id=142221
Reviewed by Anders Carlsson.
* fast/dom/legacy-event-handler-attributes-expected.txt: Added.
* fast/dom/legacy-event-handler-attributes.html: Added.
2015-03-03 Timothy Horton <timothy_horton@apple.com>
<attachment> label can get very wide, doesn't wrap/truncate
https://bugs.webkit.org/show_bug.cgi?id=142214
<rdar://problem/19982499>
Reviewed by Simon Fraser.
* fast/attachment/attachment-label-highlight.html: Added.
* platform/mac/fast/attachment/attachment-label-highlight-expected.png: Added.
* platform/mac/fast/attachment/attachment-label-highlight-expected.txt: Added.
Add a test for various <attachment> highlight cases.
* platform/mac/fast/attachment/attachment-rendering-expected.txt:
Update expected result for attachment-rendering, which changed size
because we now bail from text layout if we don't have any text.
2015-03-03 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-03 Chris Dumez <cdumez@apple.com>
Make AudioContext suspendable when it is not rendering
https://bugs.webkit.org/show_bug.cgi?id=142210
<rdar://problem/19923085>
Reviewed by Eric Carlson.
Add layout tests to check cases where an AudioContext should or should
not prevent pages from entering the page cache.
* fast/history/page-cache-closed-audiocontext-expected.txt: Added.
* fast/history/page-cache-closed-audiocontext.html: Added.
* fast/history/page-cache-running-audiocontext-expected.txt: Added.
* fast/history/page-cache-running-audiocontext.html: Added.
* fast/history/page-cache-suspended-audiocontext-expected.txt: Added.
* fast/history/page-cache-suspended-audiocontext.html: Added.
2015-03-02 Mark Lam <mark.lam@apple.com>
Gardening: skipping inspector/timeline tests since they are still flaky.
<https://webkit.org/b/142208>
Not reviewed.
* TestExpectations:
- Restore skipping of inspector/timeline tests.
* platform/win/TestExpectations:
- Removing the skipping here since the general TestExpectations has it covered.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] inspector/timeline always times out.
https://bugs.webkit.org/show_bug.cgi?id=142208
* platform/win/TestExpectations: Skipping.)
2015-03-02 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180911.
https://bugs.webkit.org/show_bug.cgi?id=142204
The tests it added are crashing (Requested by bdash on
#webkit).
Reverted changeset:
"Add a microtask abstraction"
https://bugs.webkit.org/show_bug.cgi?id=137496
http://trac.webkit.org/changeset/180911
2015-03-02 Yoav Weiss <yoav@yoav.ws>
Add a microtask abstraction
https://bugs.webkit.org/show_bug.cgi?id=137496
Reviewed by Sam Weinig.
Adding a test for microtask abstraction.
* fast/dom/microtask-detach.html: Added.
* fast/dom/microtask-detach-expected.txt: Added.
* fast/dom/microtask-inorder.html: Added.
* fast/dom/microtask-inorder-expected.txt: Added.
* fast/dom/microtask-reverse.html: Added.
* fast/dom/microtask-reverse-expected.txt: Added.
2015-03-02 Myles C. Maxfield <mmaxfield@apple.com>
Last gardening after r177774
Unreviewed.
* fast/text/font-kerning-expected.html:
* fast/text/font-variant-ligatures-expected.html:
* fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
* fast/text/whitespace/inline-whitespace-wrapping-7.html:
* mathml/presentation/scripts-subsup-expected.html:
* mathml/presentation/scripts-subsup.html:
* platform/mac/TestExpectations:
* platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
* platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
* platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
* svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
* svg/text/svg-font-word-rounding-hacks-spaces.html:
* svg/text/tspan-outline-expected.svg:
* svg/text/tspan-outline.html:
2015-03-02 Mark Lam <mark.lam@apple.com>
Exception stack unwinding in JSC hangs while the Timeline Profiler is enabled.
<https://webkit.org/b/142191>
Reviewed by Geoffrey Garen.
* inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Added.
* inspector/timeline/exception-in-injected-script-while-recording.html: Added.
2015-03-02 Mark Lam <mark.lam@apple.com>
The InspectorTimelineAgent should gracefully handle attempts to start more than once.
<https://webkit.org/b/142189>
Reviewed by Joseph Pecoraro.
* TestExpectations:
- Unskipped inspector/timeline tests.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Skip media control test after r180893.
* platform/win/TestExpectations:
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-02-28 Roger Fong <roger_fong@apple.com>
Skip media control tests for now while new look is being finalized.
https://bugs.webkit.org/show_bug.cgi?id=142138.
Reviewed by Dean Jackson.
* platform/mac/TestExpectations:
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline canvas-ellipse-zero-lineto test.
Rebaseline this test since this is due to differences in the drawing libraries used on the
Windows and reference Mac platforms, and is not due to a bug in WebKit itself.
* platform/win/TestExpectations:
* platform/win/fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
2015-03-02 Brent Fulgham <bfulgham@apple.com>
[Win] Document more debug assertions.
* platform/win/TestExpectations:
2015-03-02 Alexey Proskuryakov <ap@apple.com>
Fix a typo in TestExpectations.
* platform/mac/TestExpectations: Faiure - > Failure.
2015-03-02 Alexey Proskuryakov <ap@apple.com>
js/promises-tests/promises-tests-2-1-2.html sometimes times out
https://bugs.webkit.org/show_bug.cgi?id=142175
* TestExpectations: Marking as flaky.
2015-03-01 Simon Fraser <simon.fraser@apple.com>
Make clip-path work on <video>, <canvas> etc.
https://bugs.webkit.org/show_bug.cgi?id=138684
Reviewed by Darin Adler.
Tests for various combinations of clip-path and mask, and dynamic changes
thereof.
* compositing/masks/compositing-clip-path-and-mask-expected.html: Added.
* compositing/masks/compositing-clip-path-and-mask.html: Added.
* compositing/masks/compositing-clip-path-expected.html: Added.
* compositing/masks/compositing-clip-path-mask-change-expected.html: Added.
* compositing/masks/compositing-clip-path-mask-change.html: Added.
* compositing/masks/compositing-clip-path.html: Added.
* compositing/masks/reference-clip-path-on-composited-expected.html: Added.
* compositing/masks/reference-clip-path-on-composited.html: Added.
2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Mark crash tests of webgl to CRASH.
WebGL isn't supported by EFL port now.
* platform/efl/TestExpectations:
2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening on 2nd March.
Mark css3 shape tests to flaky. Unskip passing tests and so on.
* platform/efl/TestExpectations:
2015-03-01 Chris Dumez <cdumez@apple.com>
Make NotificationCenter / Notification suspendable
https://bugs.webkit.org/show_bug.cgi?id=142117
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to cover cases where notifications should prevent
entering the PageCache or not.
* fast/history/page-cache-notification-non-suspendable-expected.txt: Added.
* fast/history/page-cache-notification-non-suspendable.html: Added.
* fast/history/page-cache-notification-suspendable-expected.txt: Added.
* fast/history/page-cache-notification-suspendable.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
EFL, GTK+, and Windows rebaselines after r180867.
* platform/efl/TestExpectations:
* platform/efl/editing/execCommand/5142012-1-expected.txt:
* platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/efl/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/execCommand/5142012-1-expected.txt:
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/pasteboard/4989774-expected.txt:
* platform/win/editing/execCommand/5142012-1-expected.txt:
* platform/win/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/win/editing/inserting/insert-at-end-02-expected.txt:
2015-03-01 Alexey Proskuryakov <ap@apple.com>
media/track/track-in-band-cues-added-once.html flakily fails
https://bugs.webkit.org/show_bug.cgi?id=142152
* platform/mac/TestExpectations: Marked it as such.
2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
isContentEditable shouldn't trigger synchronous style recalc in most cases
https://bugs.webkit.org/show_bug.cgi?id=129034
Reviewed by Antti Koivisto.
Added a regression test to update the editability of elements dynamically. Also rebaselined
tests per style recalc timing changes.
* fast/dom/HTMLElement/dynamic-editability-change-expected.txt: Added.
* fast/dom/HTMLElement/dynamic-editability-change.html: Added.
* platform/mac/editing/execCommand/5142012-1-expected.txt: anonymous render block differences.
* platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: Ditto.
* platform/mac/editing/inserting/insert-at-end-02-expected.txt: Empty render text differences.
* platform/mac/editing/pasteboard/4989774-expected.txt: Ditto.
2015-03-01 Brent Fulgham <bfulgham@apple.com>
[Win] Document some more debug assertions.
* platform/win/TestExpectations:
2015-02-28 Csaba Osztrogonác <ossy@webkit.org>
REGRESSION(r85798): Lists of crashing/timeouting/stderr tests aren't sorted
https://bugs.webkit.org/show_bug.cgi?id=142081
Reviewed by Ryosuke Niwa.
* fast/harness/results.html:
2015-02-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening 1st Mar.
* platform/efl/TestExpectations:
- Unskip tests which have been passed since r180672.
- Skip compositing/webgl.
2015-02-27 Zalan Bujtas <zalan@apple.com>
Subpixel-layout: width: max-content; property might cause unnecessary scrollbar.
https://bugs.webkit.org/show_bug.cgi?id=142065
Reviewed by Simon Fraser.
Rebaseline. Scroll layer shrinks in certain cases.
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/minWidthPercent-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: rebaseline fast/attachment results
* platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
* platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Unskip fast/history/page-cache-webdatabase-opened-db.html
* platform/ios-simulator/TestExpectations: Unskip test. It
passes on iOS WK1 and WK2 because WebSQL != IndexedDB.
2015-02-27 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Skip some new page-cache tests
* platform/ios-simulator/TestExpectations:
- Skip MediaSource tests:
fast/history/page-cache-media-source-closed-2.html
fast/history/page-cache-media-source-closed.html
fast/history/page-cache-media-source-opened.html
- Skip test that uses drag-and-drop:
fast/history/page-cache-createObjectURL.html
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening for Windows after r180796.
Unreviewed.
* platform/win/TestExpectations:
2015-02-27 Dean Jackson <dino@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=142119
Unreviewed. Add fast/canvas/canvas-ellipse-zero-lineto.html
to list of failing tests on Windows.
* platform/win/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
Updating more tests after r177774
Unreviewed.
Most of these tests simply need to be updated. However, I found two real bugs while
going through these!
* fast/css-generated-content/after-with-inline-continuation-expected.html:
* fast/css-generated-content/after-with-inline-continuation.html:
* fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
* fast/inline/hidpi-select-inline-on-subpixel-position.html:
* fast/lists/rtl-marker-expected.html:
* fast/lists/rtl-marker.html:
* fast/multicol/cell-shrinkback-expected.html:
* fast/multicol/cell-shrinkback.html:
* fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
* fast/multicol/newmulticol/breaks-3-columns-3.html:
* fast/regions/last-region-border-radius-expected.html:
* fast/regions/last-region-border-radius.html:
* fast/regions/overflow/overflow-first-and-last-regions.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
* fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
* fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
* fast/table/td-width-fifty-percent-regression-expected.html:
* fast/table/td-width-fifty-percent-regression.html:
* fast/text/complex-initial-advance-expected.html:
* fast/text/complex-initial-advance.html:
* platform/mac/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
[Subpixel] Subpixelize RenderListMarker
https://bugs.webkit.org/show_bug.cgi?id=142093
Reviewed by Zalan Bujtas.
* platform/mac/TestExpectations: Unskip fast/lists/rtl-marker.html
2015-02-27 Alexey Proskuryakov <ap@apple.com>
Test gardening, unmark now passing tests.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
https://bugs.webkit.org/show_bug.cgi?id=141371
Reviewed by David Kilzer.
Updating expected results and TestExpectations
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
* platform/ios-simulator/mathml/opentype/large-operators-expected.txt:
* platform/ios-simulator/mathml/opentype/vertical-expected.txt:
2015-02-27 Chris Dumez <cdumez@apple.com>
Make SourceBuffer ActiveDOMObject suspendable
https://bugs.webkit.org/show_bug.cgi?id=142108
<rdar://problem/19923085>
Reviewed by Jer Noble.
Add a layout tests to check that a SourceBuffer removed from its
MediaSource does not prevent a Page from entering PageCache.
* fast/history/page-cache-removed-source-buffer-expected.txt: Added.
* fast/history/page-cache-removed-source-buffer.html: Added.
2015-02-26 Sam Weinig <sam@webkit.org>
Add support for canvas ellipse method
https://bugs.webkit.org/show_bug.cgi?id=82791
<rdar://problem/11159172>
Reviewed by Dirk Schulze.
* fast/canvas/canvas-ellipse-360-winding-expected.txt: Added.
* fast/canvas/canvas-ellipse-360-winding.html: Added.
* fast/canvas/canvas-ellipse-circumference-expected.txt: Added.
* fast/canvas/canvas-ellipse-circumference-fill-expected.txt: Added.
* fast/canvas/canvas-ellipse-circumference-fill.html: Added.
* fast/canvas/canvas-ellipse-circumference.html: Added.
* fast/canvas/canvas-ellipse-connecting-line-expected.html: Added.
* fast/canvas/canvas-ellipse-connecting-line.html: Added.
* fast/canvas/canvas-ellipse-expected.txt: Added.
* fast/canvas/canvas-ellipse-negative-radius-expected.txt: Added.
* fast/canvas/canvas-ellipse-negative-radius.html: Added.
* fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
* fast/canvas/canvas-ellipse-zero-lineto.html: Added.
* fast/canvas/canvas-ellipse.html: Added.
* fast/canvas/script-tests/canvas-ellipse-360-winding.js: Added.
* fast/canvas/script-tests/canvas-ellipse.js: Added.
* fast/canvas/script-tests/js-ellipse-implementation.js: Added.
* platform/mac/fast/canvas/canvas-ellipse-circumference-expected.png: Added.
* platform/mac/fast/canvas/canvas-ellipse-circumference-fill-expected.png: Added.
2015-02-27 Alex Christensen <achristensen@webkit.org>
Test more features of content extensions.
https://bugs.webkit.org/show_bug.cgi?id=142100
Reviewed by Brady Eidson.
* http/tests/usercontentfilter/basic-filter.html:
* http/tests/usercontentfilter/basic-filter.html.json:
* platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt:
2015-02-27 Alexey Proskuryakov <ap@apple.com>
Some WebGL tests fail on ATI hardware
https://bugs.webkit.org/show_bug.cgi?id=93560
rdar://problem/19991477
* platform/mac/TestExpectations: Updating expectations, as this is not limited to
Mavericks.
2015-02-27 Enrica Casucci <enrica@apple.com>
Adding support for serializing HTMLAttachment elements.
https://bugs.webkit.org/show_bug.cgi?id=142026
Reviewed by Tim Horton.
* editing/pasteboard/copy-paste-attachment-expected.txt: Added.
* editing/pasteboard/copy-paste-attachment.html: Added.
2015-02-27 Brady Eidson <beidson@apple.com>
Add a "block-cookies" rule to the user content filter.
https://bugs.webkit.org/show_bug.cgi?id=142105
Reviewed by Alex Christensen.
* http/tests/cookies/resources/echo-cookies.php: Added.
* http/tests/usercontentfilter/block-cookies-basic-expected.txt: Added.
* http/tests/usercontentfilter/block-cookies-basic.html: Added.
* http/tests/usercontentfilter/block-cookies-basic.html.json: Added.
* http/tests/usercontentfilter/block-cookies-send-expected.txt: Added.
* http/tests/usercontentfilter/block-cookies-send.html: Added.
* http/tests/usercontentfilter/block-cookies-send.html.json: Added.
2015-02-27 Ryosuke Niwa <rniwa@webkit.org>
iOS, GTK, and EFL rebaselines after r180726.
* platform/efl/editing/inserting/5058163-1-expected.txt:
* platform/gtk/editing/inserting/5058163-1-expected.txt:
* platform/ios-simulator-wk2/editing/inserting/5058163-1-expected.txt:
2015-02-27 Chris Dumez <cdumez@apple.com>
Unreviewed, skip tests added in r180771 on platforms that don't support IndexedDB.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Skip IndexDB tests on Windows since it's not implemented.
* platform/win/TestExpectations:
2015-02-27 Chris Dumez <cdumez@apple.com>
MediaSource should be suspendable when closed
https://bugs.webkit.org/show_bug.cgi?id=142089
<rdar://problem/19923085>
Reviewed by Jer Noble.
Add layout tests to check that:
- Pages with an open MediaSource do not enter the PageCache
- Pages with an initially closed MediaSource enter the PageCache
- Pages with a MediaSource that changed state from opened to closed
enter the PageCache.
2015-02-27 Chris Dumez <cdumez@apple.com>
Make IDBDatabase / IDBRequest suspendable
https://bugs.webkit.org/show_bug.cgi?id=142076
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add layout tests to make sure that:
- A page with an open indexeddb database is not page-cacheable
- A page with a closed indexeddb database is page-cacheable
* fast/history/page-cache-indexed-closed-db-expected.txt: Added.
* fast/history/page-cache-indexed-closed-db.html: Added.
* fast/history/page-cache-indexed-opened-db-expected.txt: Added.
* fast/history/page-cache-indexed-opened-db.html: Added.
2015-02-27 Chris Dumez <cdumez@apple.com>
Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame()
https://bugs.webkit.org/show_bug.cgi?id=142052
Reviewed by Andreas Kling.
Add a layout test to check that a page with an open WebDatabase does
not enter the PageCache.
* fast/history/page-cache-webdatabase-opened-db-expected.txt: Added.
* fast/history/page-cache-webdatabase-opened-db.html: Added.
2015-02-27 Zalan Bujtas <zalan@apple.com>
Use after free in WebCore::RenderNamedFlowFragment::restoreRegionObjectsOriginalStyle
https://bugs.webkit.org/show_bug.cgi?id=138366
Reviewed by Dave Hyatt.
This patch ensures that we clean up RenderNamedFlowFragment::m_renderObjectRegionStyle when embedded flow content is getting destroyed.
In m_renderObjectRegionStyle hash map, we store style information about the named flow's descendant children.
When a child is being detached from the tree, it removes itself from this hashmap.
We do it by traversing up on the ancestor chain and call removeFlowChildInfo() on the parent flow.
However in case of embedded flows (for example multicolumn content inside a region), we need to check whether the parent flow
is inside a flow too and continue the cleanup accordingly.
* fast/regions/region-with-multicolumn-embedded-crash-expected.txt: Added.
* fast/regions/region-with-multicolumn-embedded-crash.html: Added.
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Add another batch of debug assert failures.
* platform/win/TestExpectations:
2015-02-27 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline test after r180726.
* platform/win/TestExpectations: Mark a flaky test.
* platform/win/editing/inserting/5058163-1-expected.txt:
2015-02-26 Ryosuke Niwa <rniwa@webkit.org>
isEditablePosition and related functions shouldn't move position out of table
https://bugs.webkit.org/show_bug.cgi?id=129200
Reviewed by Darin Adler.
Rebaselined a test. There is no visual difference.
* platform/mac/editing/inserting/5058163-1-expected.txt:
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] More test expectation updates.
* platform/win/TestExpectations:
2015-02-26 Timothy Horton <timothy_horton@apple.com>
Implement <attachment> element appearance on Mac
https://bugs.webkit.org/show_bug.cgi?id=142023
Reviewed by Dean Jackson.
* fast/attachment/attachment-rendering-expected.txt:
* platform/mac/fast/attachment/attachment-disabled-rendering-expected.png: Added.
* platform/mac/fast/attachment/attachment-rendering-expected.png: Added.
* platform/mac/fast/attachment/attachment-rendering-expected.txt: Added.
Add Mac overrides for <attachment> tests (and pixel results).
2015-02-26 Doug Russell <d_russell@apple.com>
AX: Expose caret browsing preference to accessibility API
https://bugs.webkit.org/show_bug.cgi?id=141862
Reviewed by Chris Fleizach.
Exposing the caret browsing setting on WebCore::Frame via the accessibility API would allow assistive tech apps to enable it contextually (for example, when the assistive tech app is running).
Enabling caret browsing when assistive tech apps are running greatly improves the reliability of keyboard navigation on the web. Most especially in cases where selection would be disrupted by focus events.
* accessibility/parent-delete-expected.txt:
* platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-arrow-nav.html: Added.
* platform/mac/accessibility/caret-browsing-attribute-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-attribute.html: Added.
* platform/mac/accessibility/caret-browsing-tab-selection-expected.txt: Added.
* platform/mac/accessibility/caret-browsing-tab-selection.html: Added.
* platform/mac/accessibility/document-attributes-expected.txt:
* platform/mac/accessibility/resources/accessibility-helper.js: Added.
(clearSelectionAndFocusOnWebArea):
(elementAtStartMarkerOfSelectedTextMarkerRange):
(caretBrowsingEnabled):
(setCaretBrowsingEnabled):
2015-02-26 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Save Console Evaluations into Command Line variables $1-$99 ($n)
https://bugs.webkit.org/show_bug.cgi?id=142061
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-nested-catch.html:
* inspector/debugger/command-line-api-exception.html:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object-weak-collection.html:
* inspector/model/remote-object.html:
Update evaluateInInspectedWindow call sites for new parameter.
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] More Debug assertion updates.
* platform/win/TestExpectations:
2015-02-26 Filip Pizlo <fpizlo@apple.com>
Various array access corner cases should take OSR exit feedback
https://bugs.webkit.org/show_bug.cgi?id=142056
Reviewed by Geoffrey Garen.
* js/regress/arguments-out-of-bounds-expected.txt: Added.
* js/regress/arguments-out-of-bounds.html: Added.
* js/regress/exit-length-on-plain-object-expected.txt: Added.
* js/regress/exit-length-on-plain-object.html: Added.
* js/regress/script-tests/arguments-out-of-bounds.js: Added.
(foo):
(bar):
* js/regress/script-tests/exit-length-on-plain-object.js: Added.
(foo):
* js/regress/script-tests/string-out-of-bounds.js: Added.
(bar):
* js/regress/string-out-of-bounds-expected.txt: Added.
* js/regress/string-out-of-bounds.html: Added.
2015-02-26 Mark Lam <mark.lam@apple.com>
Rolling out r180602, r180608, r180613, r180617, r180671.
<https://webkit.org/b/141990>
Not reviewed.
The r180602 solution does result in more work for GC when worker
threads are in use. Filip is uncomfortable with that.
The EFL and GTK ports also seem to be unhappy with this change.
Rolling out while we investigate.
* platform/efl/TestExpectations:
2015-02-26 Myles C. Maxfield <mmaxfield@apple.com>
Parsing support for -webkit-trailing-word
https://bugs.webkit.org/show_bug.cgi?id=141939
Reviewed by Andreas Kling.
Test parsing using getComputedStyle().
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
* platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
* platform/mac/fast/text/trailing-word-parse.html: Added.
2015-02-26 Brady Eidson <beidson@apple.com>
Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters
https://bugs.webkit.org/show_bug.cgi?id=142047
Reviewed by Geoff Garen.
* platform/mac-wk2/TestExpectations: Renable content filter tests, as they should no longer interfere with others.
2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
Cleanup RenderSVGResourceClipper class.
https://bugs.webkit.org/show_bug.cgi?id=142032.
Reviewed by Darin Adler.
* svg/clip-path/clip-path-line-use-before-defined-expected.svg:
* svg/clip-path/clip-path-line-use-before-defined.svg: Simplify the test
and make separate drawings for different cases.
2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
Setting any of the <object> element plugin controlling attributes does not have any affect.
https://bugs.webkit.org/show_bug.cgi?id=141936.
Reviewed by Zalan Bujtas.
* svg/as-object/resources/lime100x100.html: Added.
* svg/as-object/resources/lime100x100.png: Added.
* svg/as-object/resources/lime100x100.svg: Added.
* svg/as-object/resources/red100x100.svg: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
* svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
Ensure that changing the 'type' and the 'data' attributes of the <object>
element will have the expected outcome. Also make sure that the <object>
element renderer falls back correctly when setting any of the attributes
to some unexpected value.
2015-02-26 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test updates for Debug bots.
* platform/win/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[WK2] Unreviewed gardening, skip failing tests related to missing
EventSender.beginDragWithFiles implementation in wk2/TestExpectations.
There is no good reason to wait for 30 seconds timeout, let's skip them everywhere.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/wk2/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, skip fast/workers tests to unbreak the buildbot.
https://bugs.webkit.org/show_bug.cgi?id=142041
* platform/efl/TestExpectations:
2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Unreviewed gardening, comment out old expectations
of WebGL tests to really skip them as we expected.
* platform/efl/TestExpectations:
2015-02-26 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: !length.isUndefined() in WebCore::GridLength::GridLength
https://bugs.webkit.org/show_bug.cgi?id=141645
Reviewed by Chris Dumez.
* fast/css-grid-layout/grid-with-relative-font-length-crash-expected.txt: Added.
* fast/css-grid-layout/grid-with-relative-font-length-crash.html: Added.
2015-02-25 Zalan Bujtas <zalan@apple.com>
Black line across screen on Adobe Illustrator detail page (non-retina only)
https://bugs.webkit.org/show_bug.cgi?id=141866
Reviewed by Simon Fraser.
Phase is relative to the destination origin. We need to take location information into account
while snapping so that the result is inline with the snapped destination rect.
(location affects the snapped size.)
* fast/backgrounds/gradient-background-on-subpixel-position-expected.html: Added.
* fast/backgrounds/gradient-background-on-subpixel-position.html: Added.
2015-02-25 Michael Saboff <msaboff@apple.com>
Web Inspector: CRASH when debugger pauses inside a Promise handler
https://bugs.webkit.org/show_bug.cgi?id=141396
Reviewed by Mark Lam.
New test.
* inspector/debugger/breakpoint-scope-expected.txt: Added.
* inspector/debugger/breakpoint-scope.html: Added.
* inspector/debugger/resources/scope.js: Added.
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Make Windows green again after r180654.
* platform/win/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/regions/region-overflow-break.html after r177774
Unreviewed.
* fast/regions/region-overflow-break-expected.html:
* platform/mac/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update 3 more tests after r177774
Unreviewed.
* fast/multicol/newmulticol/spanner-table-expected.html:
* fast/multicol/newmulticol/spanner-table.html:
* fast/regions/scrolling/wheel-scroll-abspos-expected.html:
* fast/regions/scrolling/wheel-scroll-expected.html:
* platform/mac/TestExpectations:
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
Unreviewed.
* css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
* css3/flexbox/csswg/flexbox_direction-row-reverse.html:
* platform/mac/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip timing-out test after r180646.
* platform/win/TestExpectations:
2015-02-25 Chris Dumez <cdumez@apple.com>
Make PublicURLManager suspendable
https://bugs.webkit.org/show_bug.cgi?id=141977
<rdar://problem/19923085>
Reviewed by Andreas Kling.
Add a layout test to check that a page using URL.createObjectURL() API
can enter the PageCache.
* fast/history/page-cache-createObjectURL-expected.txt: Added.
* fast/history/page-cache-createObjectURL.html: Added.
* platform/wk2/TestExpectations:
The new test is skipped on WK2 because WKTR does not support
eventSender.beginDragWithFiles().
2015-02-25 Said Abou-Hallawa <sabouhallawa@apple.com>
Horizontal and vertical lines are clipped completely if clip-path is included in the tag but the referenced element is defined later.
https://bugs.webkit.org/show_bug.cgi?id=141776.
Reviewed by Dean Jackson.
New test cases for SVG lines which are clipped to a <clipPath>. The <clipPath>
is referenced before it is defined.
* svg/clip-path/clip-path-line-use-before-defined-expected.svg: Added.
* svg/clip-path/clip-path-line-use-before-defined.svg: Added.
2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
Test gardening
Unreviewed.
Getting the bots green after r180633 until Brady fixes the underlying issue.
* platform/mac-wk2/TestExpectations:
2015-02-25 Brady Eidson <beidson@apple.com>
Layout test support for user content filters
https://bugs.webkit.org/show_bug.cgi?id=142018
Reviewed by Tim Horton.
* TestExpectations:
* http/tests/usercontentfilter/basic-filter.html: Added.
* http/tests/usercontentfilter/basic-filter.html.json: Added.
* platform/mac-wk2/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip new <attachment> test since it's not working on Windows.
* platform/win/TestExpectations:
2015-02-25 Brent Fulgham <bfulgham@apple.com>
[Win] Skip ARIA 1.1 tests for unsupported feature.
* platform/win/TestExpectations:
2015-02-25 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks growing beyond limits when they should not
https://bugs.webkit.org/show_bug.cgi?id=140883
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2015-02-25 Joanmarie Diggs <jdiggs@igalia.com>
AX: Implement support for ARIA 1.1 'searchbox' role
https://bugs.webkit.org/show_bug.cgi?id=142004
Reviewed by Chris Fleizach.
* accessibility/roles-computedRoleString-expected.txt: Updated for new role.
* accessibility/roles-computedRoleString.html: Updated for new role.
* accessibility/roles-exposed.html: New test case added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test case.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test case.
2015-02-24 Alexey Proskuryakov <ap@apple.com>
Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-02-24 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180599.
https://bugs.webkit.org/show_bug.cgi?id=141998
Lots of new test failures (Requested by smfr on #webkit).
Reverted changeset:
"Parsing support for -webkit-trailing-word"
https://bugs.webkit.org/show_bug.cgi?id=141939
http://trac.webkit.org/changeset/180599
2015-02-24 Sam Weinig <sam@webkit.org>
[Attachment] Give <attachment> elements an underlying File
https://bugs.webkit.org/show_bug.cgi?id=141993
Reviewed by Tim Horton.
Update attachment-dom.html to test setting and getting the
underlying file.
* fast/attachment/attachment-dom-expected.txt:
* fast/attachment/attachment-dom.html:
* fast/attachment/resources: Added.
* fast/attachment/resources/test-file.txt: Added.
2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
AX: Implement support for ARIA 1.1 'switch' role
https://bugs.webkit.org/show_bug.cgi?id=141986
Reviewed by Chris Fleizach.
* accessibility/aria-switch-checked-expected.txt: Added.
* accessibility/aria-switch-checked.html: Added.
* accessibility/aria-switch-sends-notification-expected.txt: Added.
* accessibility/aria-switch-sends-notification.html: Added.
* accessibility/aria-switch-text.html: Added.
* accessibility/roles-exposed.html: Added a test case for the new role.
* platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
* platform/efl/accessibility/aria-switch-text-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/gtk/accessibility/aria-fallback-roles-expected.txt: Added.
* platform/gtk/accessibility/aria-switch-text-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for the new role.
* platform/mac/TestExpectations: Skip the 'checked' notifcation as the Mac doesn't have it.
* platform/mac/accessibility/aria-switch-text-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for the new role.
2015-02-24 Myles C. Maxfield <mmaxfield@apple.com>
Parsing support for -webkit-trailing-word
https://bugs.webkit.org/show_bug.cgi?id=141939
Reviewed by Andreas Kling.
Test parsing using getComputedStyle().
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
* fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
* platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
* platform/mac/fast/text/trailing-word-parse.html: Added.
2015-02-24 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent
https://bugs.webkit.org/show_bug.cgi?id=141587
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
2015-02-24 Yusuke Suzuki <utatane.tea@gmail.com>
Constructor returning null should construct an object instead of null
https://bugs.webkit.org/show_bug.cgi?id=141640
Reviewed by Filip Pizlo.
Follow the old ret_object_or_this semantics.
When constructor returns an object that masquerades as undefined, we see it as an object.
* js/dom/constructor-with-return-masquerades-expected.txt: Added.
* js/dom/constructor-with-return-masquerades.html: Added.
* js/dom/script-tests/constructor-with-return-masquerades.js: Added.
(Constructor):
2015-02-24 Dean Jackson <dino@apple.com>
Temporarily skip this test on iOS 64-bit.
Rubber-stamped by Michael Saboff.
* js/script-tests/array-from.js:
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
Unreviewed GTK+ gardening.
This was introduced in r180555, but the test has been generalized in
r180562 and we don't need a particular expectation anymore.
* platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Removed.
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column
https://bugs.webkit.org/show_bug.cgi?id=141748
Reviewed by Sergio Villar Senin.
New test to check "sparse" and "dense" packing mode behavior in
auto-placed items locked to a given row (or column).
* fast/css-grid-layout/grid-item-auto-placement-definite-span.html:
Extract some common styles to resources/grid.css.
* fast/css-grid-layout/grid-item-auto-placement-fixed-row-column-expected.txt: Added.
* fast/css-grid-layout/grid-item-auto-placement-fixed-row-column.html: Added.
* fast/css-grid-layout/resources/grid.css: Modified generic CSS file to
add common styles.
2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] Layout Test accessibility/roles-exposed.html is failing
https://bugs.webkit.org/show_bug.cgi?id=141960
Reviewed by Martin Robinson.
* platform/gtk/TestExpectations: Unskip the failing test.
* platform/gtk/accessibility/roles-exposed-expected.txt: Update the expectations.
2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Use Ahem in grid-item-order-in-content-sized-columns-resolution.html
https://bugs.webkit.org/show_bug.cgi?id=141970
Reviewed by Sergio Villar Senin.
Without using Ahem we were having different results depending on the
platform.
* fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt:
Update results to the new values.
* fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution.html:
Use Ahem.
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Mark svg/canvas/canvas-global-alpha-svg.html as ImageOnlyFailure
* platform/ios-simulator/TestExpectations:
2015-02-24 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
[Streams API] Reading ReadableStream ready and closed attributes should not always create a new promise
https://bugs.webkit.org/show_bug.cgi?id=141650
Reviewed by Benjamin Poulain.
* streams/readablestream-constructor-expected.txt:
* streams/readablestream-constructor.html: Added test to ensure ready and closed always return the same promise object.
2015-02-24 Dhi Aurrahman <diorahman@rockybars.com>
Always serialize :lang()'s arguments to strings
https://bugs.webkit.org/show_bug.cgi?id=141944
Reviewed by Benjamin Poulain.
Some tests results are updated to reflect the always serialize
:lang()'s arguments to strings.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
* fast/css/css-lang-selector-with-string-arguments-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/dom/css-selectorText-expected.txt:
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Implement WTR::activateFonts() to fix missing fonts in WebKit2 test runs
<http://webkit.org/b/141900>
Rebaseline ios-simulator-wk2 results after fixing font
registration for WebKitTestRunner.app.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
- Shuffle css2.1 test expectations to make tests pass.
* platform/ios-simulator/TestExpectations:
- Shuffle css2.1 test expectations to make tests pass.
- Mark a few ref tests as image-only failures via platform/mac.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-006-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/empty-inline-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t090501-c414-flt-01-b-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t090501-c414-flt-03-b-g-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1202-counter-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counter-13-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counter-14-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-13-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1202-counters-14-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-00-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-01-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-02-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-03-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-04-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-05-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-06-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-07-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-08-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-09-b-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1508-c527-font-10-c-expected.txt: Added.
* platform/ios-simulator-wk2/css2.1/t1601-c547-indent-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Updated.
* platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/basic/010-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/004-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/005-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/block-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/font-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-replaced-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/none-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/030-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/031-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/037-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/038-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/055-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/compact/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/font-face-unicode-range-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/font-weight-1-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/line-after-floating-div-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/dynamic/first-letter-display-change-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline-block/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-align-right-edges-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/line-grid/line-grid-into-columns-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/clone-flexbox-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/clone-summary-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/ruby/select-ruby-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/international/text-spliced-font-expected.txt: Updated.
* platform/ios-simulator-wk2/fast/text/whitespace/002-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/003-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/004-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/005-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/006-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/007-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/008-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/009-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/010-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/011-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/012-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/015-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/016-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/text/whitespace/018-expected.txt: Removed.
- Add, update or remove platform-specific results as needed.
2015-02-24 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Clean up some failing WK2 tests
* platform/ios-simulator/TestExpectations:
- svg/as-image/svg-image-with-data-uri-from-canvas.html: Mark as
ImageOnlyFailure since it has the same difference of 0.02% on
every run.
* platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Add.
* platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Add.
* platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Update.
- Add or update platform-specific results.
2015-02-24 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 24th February
https://bugs.webkit.org/show_bug.cgi?id=141964
* platform/gtk/TestExpectations:
* platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added. Rebaselined after r180107. (This revision updates expectations on mac platform but it doesn't do it in any other platform).
2015-02-24 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL daily gardening 24th Feb.
* platform/efl/TestExpectations:
2015-02-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r180547 and r180550.
https://bugs.webkit.org/show_bug.cgi?id=141957
Broke 10 Windows tests. (Requested by bfulgham_ on #webkit).
Reverted changesets:
"REGRESSION(r179429): Can't type comments in Facebook"
https://bugs.webkit.org/show_bug.cgi?id=141859
http://trac.webkit.org/changeset/180547
"Constructor returning null should construct an object instead
of null"
https://bugs.webkit.org/show_bug.cgi?id=141640
http://trac.webkit.org/changeset/180550
2015-02-23 Yusuke Suzuki <utatane.tea@gmail.com>
Constructor returning null should construct an object instead of null
https://bugs.webkit.org/show_bug.cgi?id=141640
Reviewed by Geoffrey Garen.
* js/dfg-to-primitive-pass-symbol-expected.txt: Added.
* js/dfg-to-primitive-pass-symbol.html: Added.
* js/dom/constructor-with-return-masquerades-expected.txt: Added.
* js/dom/constructor-with-return-masquerades.html: Added.
* js/dom/script-tests/constructor-with-return-masquerades.js: Added.
(Constructor):
Follow the old ret_object_or_this semantics.
When constructor returns an object that masquerades as undefined, we see it as an object.
* js/regress/constructor-with-return-expected.txt: Added.
* js/regress/constructor-with-return.html: Added.
* js/regress/script-tests/constructor-with-return.js: Added.
(Test):
When constructor doesn't return an object, `this` should be returned instead.
In this test, we check all primitives. And test object, array and wrappers.
* js/script-tests/dfg-to-primitive-pass-symbol.js: Added.
(toPrimitiveTarget):
(doToPrimitive):
op_to_primitive operation passes Symbol in fast path.
2015-02-23 Ryosuke Niwa <rniwa@webkit.org>
Disable font loading events until our implementation gets updated to match the latest spec
https://bugs.webkit.org/show_bug.cgi?id=141938
Reviewed by Andreas Kling.
* TestExpectations:
* platform/mac/TestExpectations:
2015-02-23 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: add support for case-insensitive attribute matching
https://bugs.webkit.org/show_bug.cgi?id=141880
Reviewed by Andreas Kling.
* fast/css/case-insensitive-attribute-with-svg-expected.html:
* fast/css/case-insensitive-attribute-with-svg.html:
* fast/css/implicitly-case-insensitive-attribute-with-svg-expected.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg-expected.html.
* fast/css/implicitly-case-insensitive-attribute-with-svg.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg.html.
I renamed the HTML legacy case-insensitive behavior to separate
it from the new selector.
* fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg-expected.txt: Added.
* fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg.html: Added.
Mixing explicit case-insensitive with implicit.
* fast/selectors/case-insensitive-attribute-register-requirement-1-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-1.html: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-2-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-register-requirement-2.html: Added.
The usual register allocation stress tests.
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark webgl tests to crash.
Skip khmer-lao-font.html because EFL port doesn't support it.
* platform/efl/TestExpectations:
2015-02-23 Shivakumar JM <shiva.jm@samsung.com>
Default value of HTMLSelectElement size IDL attribute should be 0.
https://bugs.webkit.org/show_bug.cgi?id=141795
Reviewed by Andreas Kling.
* fast/dom/select-size-expected.txt: Added.
* fast/dom/select-size.html: Added.
2015-02-23 Said Abou-Hallawa <sabouhallawa@apple.com>
Drawing an SVG image into a canvas using drawImage() ignores globalAlpha.
https://bugs.webkit.org/show_bug.cgi?id=141729.
Reviewed by Simon Fraser.
Add a new test which draws an SVG image on a canvas after setting its
globalAlpha to a value less than 1.
* svg/canvas/canvas-global-alpha-svg-expected.html: Added.
* svg/canvas/canvas-global-alpha-svg.html: Added.
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Mark tests of css3 overflow, border to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Add new failure tests related to attachment, editing, and compositing.
* platform/efl/TestExpectations:
2015-02-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark sub-pixel and disk cache tests to failure.
* platform/efl/TestExpectations:
2015-02-22 Dean Jackson <dino@apple.com>
Print a console warning when HTMLCanvasElement exceeds the maximum size
https://bugs.webkit.org/show_bug.cgi?id=141861
<rdar://problem/19729145>
Reviewed by Simon Fraser.
Add error message to expected results.
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
2015-02-22 Sam Weinig <sam@webkit.org>
Update results for Mac Yosemite.
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2015-02-21 Sam Weinig <sam@webkit.org>
Convert the caps lock indicator to be implemented using the shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=141868
Reviewed by Dan Bernstein.
* fast/css/appearance-caps-lock-indicator-expected.txt:
* fast/css/appearance-caps-lock-indicator.html:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/validation-message-appearance-expected.txt:
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Clean up timeout test for ios-simulator-{wk1,wk2}
Changes for WK1 results:
* inspector/css/stylesheet-with-mutations.html
- Skip for both WK1 and WK2. Already marked as Skip on mac.
* fast/events/dispatch-message-string-data.html
- Marked as Slow for both WK1 and WK2. Previously marked as
Skip via override on WK2 and marked as Failure on both.
Changes for WK2:
* inspector/css/selector-dynamic-specificity.html
- Skip on WK1 and WK2. Already marked as Skip on mac and win.
Updated bug number for win TestExpectations.
* inspector/css/stylesheet-with-mutations.html
- See above.
* fast/dynamic/window-resize-scrollbars-test.html
- Skip on WK1 and WK2 since iOS does not support window
resizing and test always times out. Remove old test results.
* fast/images/animated-gif-window-resizing.html
- Skip on WK1 and WK2 since iOS does not support window
resizing and test always times out. Previously skipped on WK1
only.
* fast/events/autoscroll-should-not-stop-on-keypress.html
- Skip on WK1 and WK2 due to always timing out. Previously
skipped on WK1 only.
* http/tests/cache/history-navigation-no-resource-revalidation.html
- Skip on WK2 due to always timing out. Does not timeout on
WK1.
* http/tests/navigation/target-blank-opener-post.html
- Ditto.
* svg/animations/use-animate-width-and-height.html
- Ditto.
* platform/ios-sim-deprecated/fast/dynamic/window-resize-scrollbars-test-expected.txt: Removed.
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/win/TestExpectations:
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Add missing results for WK2 tests
In all cases, WK1 and WK2 results were the same.
* platform/ios-simulator/fast/block/positioning/vertical-rl/001-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/block/positioning/vertical-rl/001-expected.txt.
* platform/ios-simulator/fast/body-propagation/background-color/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-color/001-xhtml-expected.txt.
* platform/ios-simulator/fast/body-propagation/background-image/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-image/001-xhtml-expected.txt.
* platform/ios-simulator/fast/body-propagation/overflow/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/overflow/001-xhtml-expected.txt.
* platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/repaint/body-background-image-expected.txt.
2015-02-22 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Add missing results for WK1 tests
* platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Rename from LayoutTests/platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt.
- Platform-specific results are the same for WK1 and WK2.
Regressed in r179196: shared ios-simulator results should not
have been removed.
* platform/ios-simulator/fast/css/focus-ring-exists-for-search-field-expected.txt: Add.
- Platform-specific results were missing for both WK1 and WK2.
Regressed in r179796: no ios-simulator results landed.
2015-02-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
Tests don't work on some bots: Failed to stop wptwk
https://bugs.webkit.org/show_bug.cgi?id=141235
Reviewed by Ryosuke Niwa.
* TestExpectations: Marking web-platform-tests as failed or passed until wpt server proves to be stable.
2015-02-21 Alexey Proskuryakov <ap@apple.com>
Flaky media tests due to various CoreMedia issues.
https://bugs.webkit.org/show_bug.cgi?id=141534
* platform/mac/TestExpectations: Added media/video-load-networkState.html.
2015-02-19 Alexey Proskuryakov <ap@apple.com>
Array.from test fix.
Unreviewed.
Remove document.querySelectorAll use, as there is no DOM when running js tests
in run-javascriptcore-tests.
* js/array-from-expected.txt:
* js/script-tests/array-from.js:
2015-02-20 Zalan Bujtas <zalan@apple.com>
Invalid assert in CompositeEditCommand::insertNodeAfter/insertNodeBefore
https://bugs.webkit.org/show_bug.cgi?id=141854
Reviewed by Ryosuke Niwa.
Inserting content before/after the body as the result of editing is a valid operation.
This assert was originally introduced to cover cases where edited content would get moved
out of body. However, asserting such operation properly is not possible atm.
* editing/inserting/insert-as-body-sibling-expected.txt: Added.
* editing/inserting/insert-as-body-sibling.html: Added.
2015-02-20 Alexey Proskuryakov <ap@apple.com>
svg/animations/animateMotion-additive-2a.svg and svg/animations/animateMotion-additive-2b.svg
sometimes fail with a very small difference
https://bugs.webkit.org/show_bug.cgi?id=139828
* platform/mac-wk2/TestExpectations: Adding a test expectation.
2015-02-20 Michael Saboff <msaboff@apple.com>
Layout Test js/regress-141098.html is failing on 32-bit Machines
https://bugs.webkit.org/show_bug.cgi?id=141848
Reviewed by Geoffrey Garen.
It appears that different control flow paths in probeAndRecurse() allowed the second time
through the test to recurse deeper before getting to the point of overflowing the stack.
Restructured the test so that the exact same control flow in probeAndRecurse() is used
both times we call it, including probing the depth of the stack. Now we pass a flag that
indicates whether or not we should try ever expanding eval strings or reuse the most
recent eval string.
* js/script-tests/regress-141098.js:
(testEval):
(probeAndRecurse):
2015-02-20 Brent Fulgham <bfulgham@apple.com>
Skip failing JSC stress test to get bots green.
https://bugs.webkit.org/show_bug.cgi?id=141848
* js/script-tests/regress-141098.js:
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Document some failures due to a JSC regression.
https://bugs.webkit.org/show_bug.cgi?id=141848
* platform/win/TestExpectations:
2015-02-20 Alexey Proskuryakov <ap@apple.com>
Remove svn:keywords property.
As far as I can tell, the property had no effect on any of these files, but also,
when it has effect it's likely harmful.
* accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
* animations/3d/replace-filling-transform-expected.txt: Removed property svn:keywords.
* animations/3d/replace-filling-transform.html: Removed property svn:keywords.
* animations/added-while-suspended-expected.txt: Removed property svn:keywords.
* animations/added-while-suspended.html: Removed property svn:keywords.
* animations/additive-transform-animations.html: Removed property svn:keywords.
* animations/animation-direction-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-fill-mode.html: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-opacity-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware-opacity.html: Removed property svn:keywords.
* animations/animation-direction-reverse-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-non-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-non-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions-hardware.html: Removed property svn:keywords.
* animations/animation-direction-reverse-timing-functions.html: Removed property svn:keywords.
* animations/animation-direction.html: Removed property svn:keywords.
* animations/animation-on-inline-crash-expected.txt: Removed property svn:keywords.
* animations/animation-on-inline-crash.html: Removed property svn:keywords.
* animations/animation-shorthand-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-name-order-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-name-order.html: Removed property svn:keywords.
* animations/animation-shorthand-removed-expected.txt: Removed property svn:keywords.
* animations/animation-shorthand-removed.html: Removed property svn:keywords.
* animations/animation-shorthand.html: Removed property svn:keywords.
* animations/body-removal-crash-expected.txt: Removed property svn:keywords.
* animations/body-removal-crash.html: Removed property svn:keywords.
* animations/fill-mode-expected.txt: Removed property svn:keywords.
* animations/fill-mode-missing-from-to-keyframes-expected.txt: Removed property svn:keywords.
* animations/fill-mode-missing-from-to-keyframes.html: Removed property svn:keywords.
* animations/fill-mode-multiple-keyframes-expected.txt: Removed property svn:keywords.
* animations/fill-mode-multiple-keyframes.html: Removed property svn:keywords.
* animations/fill-mode-removed-expected.txt: Removed property svn:keywords.
* animations/fill-mode-removed.html: Removed property svn:keywords.
* animations/fill-mode-transform-expected.txt: Removed property svn:keywords.
* animations/fill-mode-transform.html: Removed property svn:keywords.
* animations/fill-mode.html: Removed property svn:keywords.
* animations/missing-from-to-expected.txt: Removed property svn:keywords.
* animations/missing-from-to-transforms-expected.txt: Removed property svn:keywords.
* animations/missing-from-to-transforms.html: Removed property svn:keywords.
* animations/missing-from-to.html: Removed property svn:keywords.
* animations/opacity-transform-animation-expected.txt: Removed property svn:keywords.
* animations/opacity-transform-animation.html: Removed property svn:keywords.
* animations/resources/page-cache-helper.html: Removed property svn:keywords.
* animations/resume-after-page-cache-expected.txt: Removed property svn:keywords.
* animations/resume-after-page-cache.html: Removed property svn:keywords.
* animations/suspend-transform-animation-expected.txt: Removed property svn:keywords.
* animations/suspend-transform-animation.html: Removed property svn:keywords.
* animations/timing-functions-expected.txt: Removed property svn:keywords.
* animations/timing-functions.html: Removed property svn:keywords.
* animations/transform-non-accelerated-expected.txt: Removed property svn:keywords.
* animations/transform-non-accelerated.html: Removed property svn:keywords.
* animations/unprefixed-events-expected.txt: Removed property svn:keywords.
* animations/unprefixed-events-mixed-with-prefixed-expected.txt: Removed property svn:keywords.
* animations/unprefixed-events-mixed-with-prefixed.html: Removed property svn:keywords.
* animations/unprefixed-events.html: Removed property svn:keywords.
* animations/unprefixed-keyframes-expected.txt: Removed property svn:keywords.
* animations/unprefixed-keyframes-rule-expected.txt: Removed property svn:keywords.
* animations/unprefixed-keyframes-rule.html: Removed property svn:keywords.
* animations/unprefixed-keyframes.html: Removed property svn:keywords.
* animations/unprefixed-properties-expected.txt: Removed property svn:keywords.
* animations/unprefixed-properties.html: Removed property svn:keywords.
* animations/unprefixed-shorthand-expected.txt: Removed property svn:keywords.
* animations/unprefixed-shorthand.html: Removed property svn:keywords.
* compositing/animation/animation-compositing-expected.txt: Removed property svn:keywords.
* compositing/animation/animation-compositing.html: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-at-end.html: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap-expected.txt: Removed property svn:keywords.
* compositing/animation/filling-animation-overlap.html: Removed property svn:keywords.
* compositing/animation/layer-for-filling-animation-expected.txt: Removed property svn:keywords.
* compositing/animation/layer-for-filling-animation.html: Removed property svn:keywords.
* compositing/animation/matrix-animation-expected.html: Removed property svn:keywords.
* compositing/animation/matrix-animation.html: Removed property svn:keywords.
* compositing/background-color/no-composited-background-color-when-perspective-expected.html: Removed property svn:keywords.
* compositing/background-color/no-composited-background-color-when-perspective.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip-overlap.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-clip.html: Removed property svn:keywords.
* compositing/backing/no-backing-for-perspective-expected.txt: Removed property svn:keywords.
* compositing/backing/no-backing-for-perspective.html: Removed property svn:keywords.
* compositing/columns/ancestor-clipped-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/ancestor-clipped-in-paginated.html: Removed property svn:keywords.
* compositing/columns/clipped-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/clipped-in-paginated.html: Removed property svn:keywords.
* compositing/columns/composited-columns-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-columns-vertical-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-columns-vertical-rl.html: Removed property svn:keywords.
* compositing/columns/composited-columns.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-rl.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-in-paginated-writing-mode-rl.html: Removed property svn:keywords.
* compositing/columns/composited-in-paginated.html: Removed property svn:keywords.
* compositing/columns/composited-lr-paginated-repaint-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-lr-paginated-repaint.html: Removed property svn:keywords.
* compositing/columns/composited-nested-columns-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-nested-columns.html: Removed property svn:keywords.
* compositing/columns/composited-rl-paginated-repaint-expected.txt: Removed property svn:keywords.
* compositing/columns/composited-rl-paginated-repaint.html: Removed property svn:keywords.
* compositing/columns/geometry-map-paginated-assert-expected.txt: Removed property svn:keywords.
* compositing/columns/geometry-map-paginated-assert.html: Removed property svn:keywords.
* compositing/columns/hittest-composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/hittest-composited-in-paginated.html: Removed property svn:keywords.
* compositing/columns/rotated-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/rotated-in-paginated.html: Removed property svn:keywords.
* compositing/columns/untransformed-composited-in-paginated-expected.txt: Removed property svn:keywords.
* compositing/columns/untransformed-composited-in-paginated.html: Removed property svn:keywords.
* compositing/contents-opaque/background-clip-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/background-color-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/fixed-to-nonfixed-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/fixed-to-nonfixed.html: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-child.html: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/hidden-with-visible-text.html: Removed property svn:keywords.
* compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/overflow-hidden-child-layers.html: Removed property svn:keywords.
* compositing/contents-opaque/visibility-hidden-expected.txt: Removed property svn:keywords.
* compositing/contents-opaque/visibility-hidden.html: Removed property svn:keywords.
* compositing/contents-scale/animating-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/animating.html: Removed property svn:keywords.
* compositing/contents-scale/scaled-ancestor-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/scaled-ancestor.html: Removed property svn:keywords.
* compositing/contents-scale/simple-scale-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/simple-scale.html: Removed property svn:keywords.
* compositing/contents-scale/z-translate-expected.txt: Removed property svn:keywords.
* compositing/contents-scale/z-translate.html: Removed property svn:keywords.
* compositing/document-background-color-expected.html: Removed property svn:keywords.
* compositing/document-background-color.html: Removed property svn:keywords.
* compositing/geometry/clip-expected.txt: Removed property svn:keywords.
* compositing/geometry/clip-inside-expected.txt: Removed property svn:keywords.
* compositing/geometry/clip.html: Removed property svn:keywords.
* compositing/geometry/composited-html-size.html: Removed property svn:keywords.
* compositing/geometry/composited-in-columns-expected.txt: Removed property svn:keywords.
* compositing/geometry/composited-in-columns.html: Removed property svn:keywords.
* compositing/geometry/flipped-writing-mode-expected.txt: Removed property svn:keywords.
* compositing/geometry/flipped-writing-mode.html: Removed property svn:keywords.
* compositing/geometry/foreground-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/foreground-layer.html: Removed property svn:keywords.
* compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Removed property svn:keywords.
* compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Removed property svn:keywords.
* compositing/geometry/huge-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/huge-layer.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-clipping-ancestor.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-fixed-positioned.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-opacity-transition.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-repaint.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-overflow-root.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned-transition.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-positioned.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed-overflow.html: Removed property svn:keywords.
* compositing/geometry/limit-layer-bounds-transformed.html: Removed property svn:keywords.
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/negative-text-indent-with-overflow-hidden-layer.html: Removed property svn:keywords.
* compositing/geometry/repaint-foreground-layer-expected.txt: Removed property svn:keywords.
* compositing/geometry/repaint-foreground-layer.html: Removed property svn:keywords.
* compositing/geometry/tall-page-composited-expected.txt: Removed property svn:keywords.
* compositing/geometry/tall-page-composited.html: Removed property svn:keywords.
* compositing/iframes/become-composited-nested-iframes-expected.txt: Removed property svn:keywords.
* compositing/iframes/become-composited-nested-iframes.html: Removed property svn:keywords.
* compositing/iframes/become-overlapped-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/become-overlapped-iframe.html: Removed property svn:keywords.
* compositing/iframes/composited-iframe-scroll-expected.txt: Removed property svn:keywords.
* compositing/iframes/composited-iframe-scroll.html: Removed property svn:keywords.
* compositing/iframes/composited-parent-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe2-expected.txt: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe2.html: Removed property svn:keywords.
* compositing/iframes/connect-compositing-iframe3-expected.txt: Removed property svn:keywords.
* compositing/iframes/enter-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/enter-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/iframe-content-flipping-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-content-flipping.html: Removed property svn:keywords.
* compositing/iframes/iframe-copy-on-scroll.html: Removed property svn:keywords.
* compositing/iframes/iframe-resize-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-from-zero-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-from-zero.html: Removed property svn:keywords.
* compositing/iframes/iframe-size-to-zero-expected.txt: Removed property svn:keywords.
* compositing/iframes/iframe-size-to-zero.html: Removed property svn:keywords.
* compositing/iframes/layout-on-compositing-change-expected.txt: Removed property svn:keywords.
* compositing/iframes/layout-on-compositing-change.html: Removed property svn:keywords.
* compositing/iframes/leave-compositing-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/leave-compositing-iframe.html: Removed property svn:keywords.
* compositing/iframes/nested-iframe-scrolling-expected.txt: Removed property svn:keywords.
* compositing/iframes/nested-iframe-scrolling.html: Removed property svn:keywords.
* compositing/iframes/overlapped-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/overlapped-iframe.html: Removed property svn:keywords.
* compositing/iframes/overlapped-nested-iframes-expected.txt: Removed property svn:keywords.
* compositing/iframes/overlapped-nested-iframes.html: Removed property svn:keywords.
* compositing/iframes/remove-iframe-crash-expected.txt: Removed property svn:keywords.
* compositing/iframes/remove-iframe-crash.html: Removed property svn:keywords.
* compositing/iframes/resources/enter-compositing-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/green-red-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/intermediate-frame.html: Removed property svn:keywords.
* compositing/iframes/resources/large-composited-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/leave-compositing-subframe-click.html: Removed property svn:keywords.
* compositing/iframes/resources/leave-compositing-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/nested-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/red-green-subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/subframe.html: Removed property svn:keywords.
* compositing/iframes/resources/subsubframe.html: Removed property svn:keywords.
* compositing/iframes/scrolling-iframe-expected.txt: Removed property svn:keywords.
* compositing/iframes/scrolling-iframe.html: Removed property svn:keywords.
* compositing/images/content-image-expected.txt: Removed property svn:keywords.
* compositing/images/content-image.html: Removed property svn:keywords.
* compositing/images/direct-pdf-image-expected.txt: Removed property svn:keywords.
* compositing/images/direct-pdf-image.html: Removed property svn:keywords.
* compositing/images/direct-svg-image.html: Removed property svn:keywords.
* compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/animation-overlap-with-children.html: Removed property svn:keywords.
* compositing/layer-creation/deep-tree-expected.html: Removed property svn:keywords.
* compositing/layer-creation/deep-tree.html: Removed property svn:keywords.
* compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/no-compositing-for-preserve-3d.html: Removed property svn:keywords.
* compositing/layer-creation/overlap-animation-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/overlap-animation.html: Removed property svn:keywords.
* compositing/layer-creation/overlap-transforms-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/overlap-transforms.html: Removed property svn:keywords.
* compositing/layer-creation/rotate3d-overlap-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/rotate3d-overlap.html: Removed property svn:keywords.
* compositing/layer-creation/scroll-partial-update-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/scroll-partial-update.html: Removed property svn:keywords.
* compositing/layer-creation/translatez-overlap-expected.txt: Removed property svn:keywords.
* compositing/layer-creation/translatez-overlap.html: Removed property svn:keywords.
* compositing/masks/mask-layer-size-expected.txt: Removed property svn:keywords.
* compositing/masks/mask-layer-size.html: Removed property svn:keywords.
* compositing/overflow-trumps-transform-style-expected.txt: Removed property svn:keywords.
* compositing/overflow-trumps-transform-style.html: Removed property svn:keywords.
* compositing/overflow/clip-descendents-expected.txt: Removed property svn:keywords.
* compositing/overflow/clip-descendents.html: Removed property svn:keywords.
* compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Removed property svn:keywords.
* compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Removed property svn:keywords.
* compositing/plugins/1x1-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/1x1-composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/large-to-small-composited-plugin.html: Removed property svn:keywords.
* compositing/plugins/no-backing-store-expected.txt: Removed property svn:keywords.
* compositing/plugins/no-backing-store.html: Removed property svn:keywords.
* compositing/plugins/small-to-large-composited-plugin-expected.txt: Removed property svn:keywords.
* compositing/plugins/small-to-large-composited-plugin.html: Removed property svn:keywords.
* compositing/reflections/backface-hidden-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/backface-hidden-reflection.html: Removed property svn:keywords.
* compositing/reflections/become-simple-composited-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/become-simple-composited-reflection.html: Removed property svn:keywords.
* compositing/reflections/remove-add-reflection-expected.txt: Removed property svn:keywords.
* compositing/reflections/remove-add-reflection.html: Removed property svn:keywords.
* compositing/repaint/foreground-layer-change-expected.html: Removed property svn:keywords.
* compositing/repaint/foreground-layer-change.html: Removed property svn:keywords.
* compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Removed property svn:keywords.
* compositing/repaint/repaint-on-layer-grouping-change.html: Removed property svn:keywords.
* compositing/repaint/requires-backing-repaint-expected.txt: Removed property svn:keywords.
* compositing/repaint/requires-backing-repaint.html: Removed property svn:keywords.
* compositing/repaint/resize-repaint-expected.txt: Removed property svn:keywords.
* compositing/repaint/resize-repaint.html: Removed property svn:keywords.
* compositing/scaling/tiled-layer-recursion-expected.txt: Removed property svn:keywords.
* compositing/scaling/tiled-layer-recursion.html: Removed property svn:keywords.
* compositing/tile-cache-must-flatten-expected.html: Removed property svn:keywords.
* compositing/tile-cache-must-flatten.html: Removed property svn:keywords.
* compositing/tiled-layers-hidpi-expected.txt: Removed property svn:keywords.
* compositing/tiled-layers-hidpi.html: Removed property svn:keywords.
* compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/backface-preserve-3d-tiled.html: Removed property svn:keywords.
* compositing/tiling/empty-to-tiled-expected.html: Removed property svn:keywords.
* compositing/tiling/empty-to-tiled.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-add-remove-child.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-img.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-with-layer-children-resize.html: Removed property svn:keywords.
* compositing/tiling/huge-layer-with-layer-children.html: Removed property svn:keywords.
* compositing/tiling/preserve3d-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/preserve3d-tiled.html: Removed property svn:keywords.
* compositing/tiling/reflected-tiled-expected.txt: Removed property svn:keywords.
* compositing/tiling/reflected-tiled.html: Removed property svn:keywords.
* compositing/tiling/resources/tiled-layer-tall.html: Removed property svn:keywords.
* compositing/tiling/rotated-tiled-clamped.html: Removed property svn:keywords.
* compositing/tiling/rotated-tiled-preserve3d-clamped.html: Removed property svn:keywords.
* compositing/tiling/tile-cache-zoomed-expected.txt: Removed property svn:keywords.
* compositing/tiling/tile-cache-zoomed.html: Removed property svn:keywords.
* compositing/tiling/tiled-in-iframe-expected.txt: Removed property svn:keywords.
* compositing/tiling/tiled-in-iframe.html: Removed property svn:keywords.
* compositing/tiling/tiled-layer-resize-expected.txt: Removed property svn:keywords.
* compositing/tiling/tiled-layer-resize.html: Removed property svn:keywords.
* compositing/toggle-compositing-expected.txt: Removed property svn:keywords.
* compositing/toggle-compositing.html: Removed property svn:keywords.
* compositing/visibility/layer-visible-content-expected.txt: Removed property svn:keywords.
* compositing/visibility/layer-visible-content.html: Removed property svn:keywords.
* compositing/visibility/visibility-composited-transforms.html: Removed property svn:keywords.
* compositing/visibility/visibility-composited.html: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-dynamic.html: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers-expected.txt: Removed property svn:keywords.
* compositing/visibility/visibility-image-layers.html: Removed property svn:keywords.
* compositing/visible-rect/2d-transformed-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/2d-transformed.html: Removed property svn:keywords.
* compositing/visible-rect/3d-transform-style-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/3d-transform-style.html: Removed property svn:keywords.
* compositing/visible-rect/3d-transformed-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/3d-transformed.html: Removed property svn:keywords.
* compositing/visible-rect/animated-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/animated-from-none-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/animated-from-none.html: Removed property svn:keywords.
* compositing/visible-rect/animated.html: Removed property svn:keywords.
* compositing/visible-rect/clipped-by-viewport-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/clipped-by-viewport.html: Removed property svn:keywords.
* compositing/visible-rect/clipped-visible-rect-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/clipped-visible-rect.html: Removed property svn:keywords.
* compositing/visible-rect/iframe-and-layers-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/iframe-and-layers.html: Removed property svn:keywords.
* compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/iframe-no-layers.html: Removed property svn:keywords.
* compositing/visible-rect/nested-transform-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/nested-transform.html: Removed property svn:keywords.
* compositing/visible-rect/resources/subframe-with-layers.html: Removed property svn:keywords.
* compositing/visible-rect/scrolled-expected.txt: Removed property svn:keywords.
* compositing/visible-rect/scrolled.html: Removed property svn:keywords.
* compositing/z-order/negative-z-index-expected.txt: Removed property svn:keywords.
* compositing/z-order/negative-z-index.html: Removed property svn:keywords.
* css3/blending/svg-blend-plus-darker.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-001-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-001.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-002-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-002.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-003-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-003.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-004-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-004.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-005-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-005.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-006-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-006.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-007-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-007.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-008-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-008.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-009-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-009.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-010-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-010.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-011-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-011.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-012-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-012.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-013-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-013.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-014-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-014.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-015-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-015.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-016-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-016.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-017-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-017.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-018-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-018.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-019-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-019.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-020-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-020.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-021-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-021.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-022-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-022.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-023-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-023.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-024-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-024.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-025-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-025.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-026-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-026.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-027-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-027.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-028-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-028.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-029-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-029.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-030-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-030.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-031-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-031.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-032-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-032.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-033-expected.html: Removed property svn:keywords.
* css3/conditional/w3c/at-supports-033.html: Removed property svn:keywords.
* css3/filters/add-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/add-filter-rendering.html: Removed property svn:keywords.
* css3/filters/animation-from-initial-values-with-color-matrix-expected.html: Removed property svn:keywords.
* css3/filters/animation-from-initial-values-with-color-matrix.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Removed property svn:keywords.
* css3/filters/backdrop/backdropfilter-property.html: Removed property svn:keywords.
* css3/filters/backdrop/effect-hw-expected.html: Removed property svn:keywords.
* css3/filters/backdrop/effect-hw.html: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Removed property svn:keywords.
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Removed property svn:keywords.
* css3/filters/composited-during-animation-layertree.html: Removed property svn:keywords.
* css3/filters/composited-during-animation.html: Removed property svn:keywords.
* css3/filters/composited-during-transition-layertree.html: Removed property svn:keywords.
* css3/filters/effect-blur-expected.txt: Removed property svn:keywords.
* css3/filters/effect-blur.html: Removed property svn:keywords.
* css3/filters/effect-brightness-expected.txt: Removed property svn:keywords.
* css3/filters/effect-brightness.html: Removed property svn:keywords.
* css3/filters/effect-combined-expected.txt: Removed property svn:keywords.
* css3/filters/effect-combined.html: Removed property svn:keywords.
* css3/filters/effect-contrast-expected.txt: Removed property svn:keywords.
* css3/filters/effect-contrast.html: Removed property svn:keywords.
* css3/filters/effect-drop-shadow-expected.txt: Removed property svn:keywords.
* css3/filters/effect-drop-shadow.html: Removed property svn:keywords.
* css3/filters/effect-grayscale-expected.txt: Removed property svn:keywords.
* css3/filters/effect-grayscale.html: Removed property svn:keywords.
* css3/filters/effect-hue-rotate-expected.txt: Removed property svn:keywords.
* css3/filters/effect-hue-rotate.html: Removed property svn:keywords.
* css3/filters/effect-invert-expected.txt: Removed property svn:keywords.
* css3/filters/effect-invert.html: Removed property svn:keywords.
* css3/filters/effect-opacity-expected.txt: Removed property svn:keywords.
* css3/filters/effect-opacity.html: Removed property svn:keywords.
* css3/filters/effect-saturate-expected.txt: Removed property svn:keywords.
* css3/filters/effect-saturate.html: Removed property svn:keywords.
* css3/filters/effect-sepia-expected.txt: Removed property svn:keywords.
* css3/filters/effect-sepia.html: Removed property svn:keywords.
* css3/filters/filter-animation-expected.txt: Removed property svn:keywords.
* css3/filters/filter-animation-from-none-expected.txt: Removed property svn:keywords.
* css3/filters/filter-animation-from-none.html: Removed property svn:keywords.
* css3/filters/filter-animation.html: Removed property svn:keywords.
* css3/filters/filter-property-computed-style-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-computed-style.html: Removed property svn:keywords.
* css3/filters/filter-property-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
* css3/filters/filter-property-parsing-invalid.html: Removed property svn:keywords.
* css3/filters/filter-property-parsing.html: Removed property svn:keywords.
* css3/filters/filter-property.html: Removed property svn:keywords.
* css3/filters/filter-region-expected.txt: Removed property svn:keywords.
* css3/filters/filter-region.html: Removed property svn:keywords.
* css3/filters/filter-with-opacity-and-children-expected.txt: Removed property svn:keywords.
* css3/filters/filter-with-opacity-and-children.html: Removed property svn:keywords.
* css3/filters/filtered-compositing-descendant-expected.txt: Removed property svn:keywords.
* css3/filters/filtered-compositing-descendant.html: Removed property svn:keywords.
* css3/filters/huge-blur-value.html: Removed property svn:keywords.
* css3/filters/huge-region-composited-expected.txt: Removed property svn:keywords.
* css3/filters/huge-region-composited.html: Removed property svn:keywords.
* css3/filters/huge-region-expected.txt: Removed property svn:keywords.
* css3/filters/huge-region.html: Removed property svn:keywords.
* css3/filters/nested-filters-expected.txt: Removed property svn:keywords.
* css3/filters/nested-filters.html: Removed property svn:keywords.
* css3/filters/regions-expanding-expected.txt: Removed property svn:keywords.
* css3/filters/regions-expanding.html: Removed property svn:keywords.
* css3/filters/remove-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/remove-filter-rendering.html: Removed property svn:keywords.
* css3/filters/remove-filter-repaint-expected.html: Removed property svn:keywords.
* css3/filters/remove-filter-repaint.html: Removed property svn:keywords.
* css3/filters/script-tests/TEMPLATE.html: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-computed-style.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-parsing-invalid.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property-parsing.js: Removed property svn:keywords.
* css3/filters/script-tests/filter-property.js: Removed property svn:keywords.
* css3/filters/simple-filter-rendering-expected.txt: Removed property svn:keywords.
* css3/filters/simple-filter-rendering.html: Removed property svn:keywords.
* css3/flexbox/csswg/Flexible-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/Flexible-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/align-content-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/align-content-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-box-justify-content-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-box-justify-content.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-height-animation-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-height-animation-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-img-expand-evenly-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-img-expand-evenly.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-row-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-row.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-test1-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/css-flexbox-test1.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-align-items-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-align-items-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-box-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-box-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-container-margin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-container-margin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-modify-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-modify.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction-with-element-insert.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-direction.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-childmargin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-childmargin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-percentage-prescation-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flexitem-percentage-prescation.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-002-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-002.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-007-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-flow-007.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-items-flexibility.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-margin-no-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-margin-no-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect.html: Removed property svn:keywords.
* css3/flexbox/csswg/flex-vertical-align-effect.html-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-flexing-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-flexing.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-nowrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_absolute-atomic-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_absolute-atomic.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacearound-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacearound.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacebetween-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-spacebetween.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-content-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-baseline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-baseline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-items-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-baseline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-baseline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexend-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexend.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexstart-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-flexstart.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-stretch-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_align-self-stretch.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_box-clear-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_box-clear.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns-flexitems.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_columns.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_direction-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_display-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_display.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_empty-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_fbfc2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_first-line-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_first-line.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-0-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-1-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-0-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-1-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-0.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-N.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-N-N-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-shrink-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis-shrink.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-formatting-interop-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-formatting-interop.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-initial.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-natural.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-none-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-none.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flex-unitless-basis-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-column-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_flow-row-wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-container-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-container.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-flex-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated-flex.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_generated.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_inline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_inline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-bottom-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-bottom-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-clear-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-clear.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-top-float-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-top-float.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-vertical-align-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_item-vertical-align.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-overflow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center-overflow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-end-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-end.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-start-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-flex-start.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-negative.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-only-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound-only.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacearound.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-negative.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween-only.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_justifycontent-spacebetween.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-2-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-2.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto-overflow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-left-ex-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin-left-ex.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_margin.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-height-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-height-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-width-auto-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_min-width-auto.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_object-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_object.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-abspos-space-around-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-abspos-space-around.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-box-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-box.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rowspan-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rowspan.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-direction-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-direction.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-flow.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_rtl-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_stf-table-singleline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_stf-table-singleline.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse-line-wrapping.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_visibility-collapse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-long-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-long.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_wrap.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom.html: Removed property svn:keywords.
* css3/flexbox/csswg/justify-content-001-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/justify-content-001.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/order/order-with-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ref-filled-green-100px-square-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ref-filled-green-100px-square.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-center-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-center.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-end-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-end.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-space-between.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-start-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-align-content-start.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-base-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-base.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-column.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-direction-row-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-inline-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-inline.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-order-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-order.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse-expected.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap-reverse.html: Removed property svn:keywords.
* css3/flexbox/csswg/ttwf-reftest-flex-wrap.html: Removed property svn:keywords.
* css3/masking/clip-path-root-relative-bounds-expected.html: Removed property svn:keywords.
* css3/masking/clip-path-root-relative-bounds.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-callback-id-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-callback-id.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-detach-element2-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-detach-element2.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-disabled-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-disabled.html: Removed property svn:keywords.
* fast/animation/request-animation-frame-remove-client-expected.txt: Removed property svn:keywords.
* fast/animation/request-animation-frame-remove-client.html: Removed property svn:keywords.
* fast/animation/script-tests/request-animation-frame-disabled.js: Removed property svn:keywords.
* fast/backgrounds/background-clip-text-on-body-expected.txt: Removed property svn:keywords.
* fast/backgrounds/background-clip-text-on-body.html: Removed property svn:keywords.
* fast/backgrounds/background-leakage.html: Removed property svn:keywords.
* fast/backgrounds/border-radius-split-background-image.html: Removed property svn:keywords.
* fast/backgrounds/border-radius-split-background.html: Removed property svn:keywords.
* fast/backgrounds/gradient-background-leakage.html: Removed property svn:keywords.
* fast/backgrounds/mask-box-image.html: Removed property svn:keywords.
* fast/backgrounds/multiple-backgrounds-computed-style-expected.txt: Removed property svn:keywords.
* fast/backgrounds/multiple-backgrounds-computed-style.html: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation-expected.txt: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation.html: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation2-expected.txt: Removed property svn:keywords.
* fast/backgrounds/root-background-propagation2.html: Removed property svn:keywords.
* fast/backgrounds/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js: Removed property svn:keywords.
* fast/backgrounds/transformed-body-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-body-background.html: Removed property svn:keywords.
* fast/backgrounds/transformed-body-html-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-body-html-background.html: Removed property svn:keywords.
* fast/backgrounds/transformed-html-body-background-expected.txt: Removed property svn:keywords.
* fast/backgrounds/transformed-html-body-background.html: Removed property svn:keywords.
* fast/borders/border-image-slice-constrained.html: Removed property svn:keywords.
* fast/borders/border-radius-different-width-001.html: Removed property svn:keywords.
* fast/borders/border-radius-inset-outset.html: Removed property svn:keywords.
* fast/borders/border-styles-split.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles-radius.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles-radius2.html: Removed property svn:keywords.
* fast/borders/mixed-border-styles.html: Removed property svn:keywords.
* fast/borders/table-borders.html: Removed property svn:keywords.
* fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Removed property svn:keywords.
* fast/box-shadow/box-shadow-obscured-backgrounds.html: Removed property svn:keywords.
* fast/box-shadow/shadow-repaint-expected.txt: Removed property svn:keywords.
* fast/box-shadow/shadow-repaint.html: Removed property svn:keywords.
* fast/canvas/image-potential-subsample-expected.txt: Removed property svn:keywords.
* fast/canvas/image-potential-subsample.html: Removed property svn:keywords.
* fast/canvas/invalid-set-font-crash-expected.txt: Removed property svn:keywords.
* fast/canvas/invalid-set-font-crash.html: Removed property svn:keywords.
* fast/canvas/pattern-too-large-to-create-expected.txt: Removed property svn:keywords.
* fast/canvas/pattern-too-large-to-create.html: Removed property svn:keywords.
* fast/canvas/toDataURL-not-empty-expected.txt: Removed property svn:keywords.
* fast/canvas/toDataURL-not-empty.html: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html: Removed property svn:keywords.
* fast/canvas/webgl/angle-instanced-arrays.html: Removed property svn:keywords.
* fast/canvas/webgl/array-bounds-clamping-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/array-bounds-clamping.html: Removed property svn:keywords.
* fast/canvas/webgl/gl-bind-attrib-mapped-names-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/gl-bind-attrib-mapped-names.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-float-linear-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-float-linear.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-linear.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-canvas-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-canvas.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-image.html: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-video-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/oes-texture-half-float-with-video.html: Removed property svn:keywords.
* fast/canvas/webgl/resources/oes-texture-float-and-half-float-linear.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/out-of-bounds-test.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/red-green.svg: Removed property svn:keywords.
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-potentially-subsampled-image.js: Removed property svn:keywords.
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-svg-image.js: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image.html: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-with-greyscale-image-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/tex-image-with-greyscale-image.html: Removed property svn:keywords.
* fast/canvas/webgl/unprefixed-context-expected.txt: Removed property svn:keywords.
* fast/canvas/webgl/unprefixed-context.html: Removed property svn:keywords.
* fast/css/aspect-ratio/columns-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/columns.html: Removed property svn:keywords.
* fast/css/aspect-ratio/containers-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/containers.html: Removed property svn:keywords.
* fast/css/aspect-ratio/simple-expected.html: Removed property svn:keywords.
* fast/css/aspect-ratio/simple.html: Removed property svn:keywords.
* fast/css/computed-clip-with-auto-rect-expected.txt: Removed property svn:keywords.
* fast/css/computed-clip-with-auto-rect.html: Removed property svn:keywords.
* fast/css/first-letter-punctuation.html: Removed property svn:keywords.
* fast/css/getComputedStyle/computed-style-border-image-expected.txt: Removed property svn:keywords.
* fast/css/getComputedStyle/computed-style-border-image.html: Removed property svn:keywords.
* fast/css/large-value-csstext-expected.txt: Removed property svn:keywords.
* fast/css/large-value-csstext.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-canvas-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-canvas.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-embed-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-embed.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-landscape-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-landscape.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-portrait-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-grow-portrait.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg2-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img-svg2.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-img.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-input-image-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-input-image.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-object-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-object.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-shrink-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-shrink.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-video-poster-expected.html: Removed property svn:keywords.
* fast/css/object-fit/object-fit-video-poster.html: Removed property svn:keywords.
* fast/css/parsing-object-fit-expected.txt: Removed property svn:keywords.
* fast/css/parsing-object-fit.html: Removed property svn:keywords.
* fast/css/pending-images-crash-expected.txt: Removed property svn:keywords.
* fast/css/pending-images-crash.html: Removed property svn:keywords.
* fast/css/remove-fixed-resizer-crash-expected.txt: Removed property svn:keywords.
* fast/css/remove-fixed-resizer-crash.html: Removed property svn:keywords.
* fast/css/resources/circle.svg: Removed property svn:keywords.
* fast/css/resources/circle2.svg: Removed property svn:keywords.
* fast/css/sticky/inflow-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/inflow-sticky.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-abspos-child-expected.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-abspos-child.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/inline-sticky.html: Removed property svn:keywords.
* fast/css/sticky/parsing-position-sticky-expected.txt: Removed property svn:keywords.
* fast/css/sticky/parsing-position-sticky.html: Removed property svn:keywords.
* fast/css/sticky/remove-sticky-crash-expected.txt: Removed property svn:keywords.
* fast/css/sticky/remove-sticky-crash.html: Removed property svn:keywords.
* fast/css/sticky/replaced-sticky-expected.html: Removed property svn:keywords.
* fast/css/sticky/replaced-sticky.html: Removed property svn:keywords.
* fast/css/sticky/resources/parsing-position-sticky.js: Removed property svn:keywords.
* fast/css/sticky/sticky-as-positioning-container-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-as-positioning-container.html: Removed property svn:keywords.
* fast/css/sticky/sticky-both-sides-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-both-sides.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-percentage-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left-percentage.html: Removed property svn:keywords.
* fast/css/sticky/sticky-left.html: Removed property svn:keywords.
* fast/css/sticky/sticky-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-overflowing-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-overflowing.html: Removed property svn:keywords.
* fast/css/sticky/sticky-side-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-side-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-stacking-context-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-stacking-context.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-margins-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-margins.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-overflow-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top-overflow.html: Removed property svn:keywords.
* fast/css/sticky/sticky-top.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-horizontal-bt.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-lr-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-lr.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-rl-expected.html: Removed property svn:keywords.
* fast/css/sticky/sticky-writing-mode-vertical-rl.html: Removed property svn:keywords.
* fast/css/transformed-mask.html: Removed property svn:keywords.
* fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand-expected.txt: Removed property svn:keywords.
* fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-shorthand-ordering-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/create-event-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/create-event.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/optional-event-properties-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/optional-event-properties.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/create-event.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/optional-event-properties.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/script-tests/window-property.js: Removed property svn:keywords.
* fast/dom/DeviceMotion/window-property-expected.txt: Removed property svn:keywords.
* fast/dom/DeviceMotion/window-property.html: Removed property svn:keywords.
* fast/dom/TreeWalker/acceptNode-filter-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/acceptNode-filter.html: Removed property svn:keywords.
* fast/dom/TreeWalker/filter-throw-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/filter-throw.html: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/acceptNode-filter.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/filter-throw.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-reject.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-skip-most.js: Removed property svn:keywords.
* fast/dom/TreeWalker/script-tests/traversal-skip.js: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-reject-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-reject.html: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-most-expected.txt: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip-most.html: Removed property svn:keywords.
* fast/dom/TreeWalker/traversal-skip.html: Removed property svn:keywords.
* fast/frames/layout-after-destruction-expected.txt: Removed property svn:keywords.
* fast/frames/layout-after-destruction.html: Removed property svn:keywords.
* fast/frames/resources/layout-after-destruction-subframe.html: Removed property svn:keywords.
* fast/gradients/css3-color-stop-units-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-color-stop-units.html: Removed property svn:keywords.
* fast/gradients/css3-color-stops-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-color-stops.html: Removed property svn:keywords.
* fast/gradients/css3-gradient-parsing-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-gradient-parsing.html: Removed property svn:keywords.
* fast/gradients/css3-linear-angle-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-linear-angle-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradient-crash-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradient-crash.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients2-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-radial-gradients2.html: Removed property svn:keywords.
* fast/gradients/css3-repeating-linear-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-repeating-linear-gradients.html: Removed property svn:keywords.
* fast/gradients/css3-repeating-radial-gradients-expected.txt: Removed property svn:keywords.
* fast/gradients/css3-repeating-radial-gradients.html: Removed property svn:keywords.
* fast/gradients/zero-range-repeating-gradient-hang-expected.txt: Removed property svn:keywords.
* fast/gradients/zero-range-repeating-gradient-hang.html: Removed property svn:keywords.
* fast/hidpi/filters-blur-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-blur.html: Removed property svn:keywords.
* fast/hidpi/filters-hue-rotate-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-hue-rotate.html: Removed property svn:keywords.
* fast/hidpi/filters-invert-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-invert.html: Removed property svn:keywords.
* fast/hidpi/filters-multiple-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-multiple.html: Removed property svn:keywords.
* fast/hidpi/filters-reference-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-reference.html: Removed property svn:keywords.
* fast/hidpi/filters-shadow-expected.html: Removed property svn:keywords.
* fast/hidpi/filters-shadow.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-data-src.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-data-srcset.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-invalid-inputs-except-one.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-invalid-inputs.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-nomodifier.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-only-src-attribute.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-remove-dynamically-from-js.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-same-alternative-for-both-attributes.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-space-left-nomodifier.html: Removed property svn:keywords.
* fast/hidpi/image-srcset-viewport-modifiers.html: Removed property svn:keywords.
* fast/hidpi/resources/ensure-hidpi.js: Removed property svn:keywords.
* fast/images/color-jpeg-with-color-profile-expected.txt: Removed property svn:keywords.
* fast/images/exif-orientation-image-document-expected.txt: Removed property svn:keywords.
* fast/layers/negative-scroll-positions-expected.txt: Removed property svn:keywords.
* fast/layers/negative-scroll-positions.html: Removed property svn:keywords.
* fast/layers/script-tests/TEMPLATE.html: Removed property svn:keywords.
* fast/layers/script-tests/negative-scroll-positions.js: Removed property svn:keywords.
* fast/media/mq-inverted-colors-expected.html: Removed property svn:keywords.
* fast/media/mq-inverted-colors.html: Removed property svn:keywords.
* fast/media/mq-monochrome-expected.html: Removed property svn:keywords.
* fast/media/mq-monochrome.html: Removed property svn:keywords.
* fast/multicol/clip-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/clip-in-columns.html: Removed property svn:keywords.
* fast/multicol/column-box-alignment-rtl-expected.html: Removed property svn:keywords.
* fast/multicol/column-box-alignment-rtl.html: Removed property svn:keywords.
* fast/multicol/filter-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/filter-in-columns.html: Removed property svn:keywords.
* fast/multicol/huge-column-count.html: Removed property svn:keywords.
* fast/multicol/multicol-aliases-expected.html: Removed property svn:keywords.
* fast/multicol/multicol-aliases.html: Removed property svn:keywords.
* fast/multicol/nested-filter-in-columns-expected.html: Removed property svn:keywords.
* fast/multicol/nested-filter-in-columns.html: Removed property svn:keywords.
* fast/multicol/widows-and-orphans-expected.txt: Removed property svn:keywords.
* fast/multicol/widows-and-orphans.html: Removed property svn:keywords.
* fast/overflow/overflow-update-transform.html: Removed property svn:keywords.
* fast/preloader/image-srcset-expected.txt: Removed property svn:keywords.
* fast/preloader/image-srcset.html: Removed property svn:keywords.
* fast/reflections/pending-reflection-mask-crash-expected.txt: Removed property svn:keywords.
* fast/reflections/pending-reflection-mask-crash.html: Removed property svn:keywords.
* fast/repaint/multicol-repaint.html: Removed property svn:keywords.
* fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt: Removed property svn:keywords.
* fast/repaint/negative-text-indent-with-overflow-hidden.html: Removed property svn:keywords.
* fast/replaced/table-percent-height-text-controls-expected.txt: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical-expected.html: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical-latin.html: Removed property svn:keywords.
* fast/text/international/synthesized-italic-vertical.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-3-expected.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-3.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-4-expected.html: Removed property svn:keywords.
* fast/text/word-space-with-kerning-4.html: Removed property svn:keywords.
* fast/transforms/scrollIntoView-transformed-expected.txt: Removed property svn:keywords.
* fast/transforms/scrollIntoView-transformed.html: Removed property svn:keywords.
* fast/writing-mode/border-styles-vertical-lr.html: Removed property svn:keywords.
* fast/writing-mode/border-styles-vertical-rl.html: Removed property svn:keywords.
* http/tests/css/border-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/border-image-loading.html: Removed property svn:keywords.
* http/tests/css/css-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/css-image-loading.html: Removed property svn:keywords.
* http/tests/css/mask-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/mask-image-loading.html: Removed property svn:keywords.
* http/tests/css/object-fit-delayed-img-svg-expected.html: Removed property svn:keywords.
* http/tests/css/object-fit-delayed-img-svg.html: Removed property svn:keywords.
* http/tests/css/reflection-mask-image-loading-expected.txt: Removed property svn:keywords.
* http/tests/css/reflection-mask-image-loading.html: Removed property svn:keywords.
* http/tests/css/resources/request-logging.js: Removed property svn:keywords.
* js/array-from-expected.txt: Removed property svn:keywords.
* js/array-from.html: Removed property svn:keywords.
* js/array-of-expected.txt: Removed property svn:keywords.
* js/array-of.html: Removed property svn:keywords.
* js/script-tests/array-from.js: Removed property svn:keywords.
* js/script-tests/array-of.js: Removed property svn:keywords.
* mathml/opentype/munderover-layout-resize.html: Removed property svn:keywords.
* media/audio-as-video-fullscreen-expected.txt: Removed property svn:keywords.
* media/audio-as-video-fullscreen.html: Removed property svn:keywords.
* media/media-controls-timeline-updates-expected.txt: Removed property svn:keywords.
* media/media-controls-timeline-updates.html: Removed property svn:keywords.
* media/track/opera/idl/media-idl-tests.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html: Removed property svn:keywords.
* media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrack/activeCues.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/line.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/onenter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/onexit.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/snapToLines.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/text.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCue/vertical.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackCueList/getter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TextTrackList/getter.html: Removed property svn:keywords.
* media/track/opera/interfaces/TrackEvent/constructor.html: Removed property svn:keywords.
* media/track/opera/interfaces/TrackEvent/createEvent.html: Removed property svn:keywords.
* media/track/opera/resources/WebIDLParser.js: Removed property svn:keywords.
* media/track/opera/resources/idlharness.js: Removed property svn:keywords.
* media/track/opera/track/track-element/cloneNode.html: Removed property svn:keywords.
* media/track/opera/track/track-element/src-clear-cues.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/common.js: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/parsing/001.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_completely_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_down.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/3_tracks-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/3_tracks.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_end_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/align_start_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/bidi_ruby.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_LF_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2028_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u002E_u2029_u05D0.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0041_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u05D0_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u0628_first.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/bidi/u06E9_no_strong_dir.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/cue_too_long-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/cue_too_long.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/disable_controls_reposition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/dom_override_cue_line.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/enable_controls_reposition.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/9_cues_overlapping_completely_all_cues_have_same_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_404_omit_subtitles.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/media_height_19.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/single_quote-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/single_quote.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_90-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_90.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_99-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/evil/size_99.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_-2_wrapped_cue_grow_upwards.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_0_is_top-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_0_is_top.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_1_wrapped_cue_grow_downwards.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_50_percent-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_50_percent.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_integer_and_percent_mixed_overlap_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/line_percent_and_integer_mixed_overlap_move_up.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_height400_with_controls.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_with_controls-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/media_with_controls.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/navigate_cue_position.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/repaint-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/repaint.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/background_shorthand_css_relative_url.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hex.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_hsla.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/color_rgba.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/cue_selector_single_colon.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/inherit_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_overline_underline_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-decoration_underline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_nowrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue/white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_box.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/background_shorthand_css_relative_url.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/bold_object/bold_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/class_object/class_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hex.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_hsla.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/color_rgba.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/cue_func_selector_single_colon.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/id_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/inherit_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/italic_object/italic_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_allowed_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/not_root_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/root_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_overline_underline_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-decoration_underline.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/type_selector_root.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/underline_object/underline_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_animation_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_background_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_color.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_font_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_namespace.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_properties.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_outline_shorthand.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-decoration_line-through.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_text-shadow.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_future.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_timestamp_past.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_transition_with_timestamp.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_voice_attribute.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_nowrap.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/voice_object/voice_with_class_object_specific_selector.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_normal_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_nowrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-line_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre-wrap_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/cue_function/white-space_pre_wrapped.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/bold_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/inherit_as_default_value_inherits_values_from_media_element.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/italic_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/selectors/default_styles/underline_object_default_font-style.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped-ref.html: Removed property svn:keywords.
* media/track/opera/track/webvtt/rendering/reftest/too_many_cues_wrapped.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/addTextTrack.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/textTracks-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLMediaElement/textTracks.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/default-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/default.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/label-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/label.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/readyState-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/readyState.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/srclang-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/srclang.html: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/track-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/HTMLTrackElement/track.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/addCue.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/constants-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/constants.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/cues.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/kind.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/label-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/label.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/language-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/language.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/mode-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/mode.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/oncuechange-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/oncuechange.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrack/removeCue.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/align.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/endTime.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/id.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/startTime.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCue/track.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/getCueById-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/getCueById.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/length-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackCueList/length.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/length-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/length.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onaddtrack-expected.txt: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onaddtrack.html: Removed property svn:keywords.
* media/track/w3c/interfaces/TextTrackList/onremovetrack.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/2_tracks-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/2_tracks.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_end-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_end.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_gt_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_gt_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50_size_gt_maximum_size-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_middle_position_lt_50_size_gt_maximum_size.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_start-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/align_start.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/audio_has_no_subtitles-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/audio_has_no_subtitles.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/basic-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/basic.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/decode_escaped_entities-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/decode_escaped_entities.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_align_position_line_size_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_cue_text_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_remove_cue_while_paused-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/dom_override_remove_cue_while_paused.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/one_line_cue_plus_wrapped_cue-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/one_line_cue_plus_wrapped_cue.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/size_50-expected.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/size_50.html: Removed property svn:keywords.
* media/track/w3c/track/webvtt/support/refTestWait.js: Removed property svn:keywords.
* media/trackmenu-test.js: Removed property svn:keywords.
* media/video-canvas-drawing-expected.txt: Removed property svn:keywords.
* media/video-canvas-drawing-output-expected.txt: Removed property svn:keywords.
* media/video-canvas-drawing-output.html: Removed property svn:keywords.
* media/video-canvas-drawing.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-hide-on-click.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-localized.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu-sorted.html: Removed property svn:keywords.
* media/video-controls-captions-trackmenu.html: Removed property svn:keywords.
* media/video-object-fit-change-expected.html: Removed property svn:keywords.
* media/video-object-fit-change.html: Removed property svn:keywords.
* media/video-object-fit-expected.html: Removed property svn:keywords.
* media/video-object-fit.html: Removed property svn:keywords.
* platform/ios-sim-deprecated/media/media-document-controls-size-expected.txt: Removed property svn:keywords.
* platform/ios-sim-deprecated/media/media-document-controls-size.html: Removed property svn:keywords.
* platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Removed property svn:keywords.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-after-delay-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/restart-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/plugins/snapshotting/simple-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-removal.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-body-layer.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-positioned.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-html-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-non-propagated-body-background.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/fixed/four-bars-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/null-parent-back-crash-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-background-toggle.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling-hidden-background-toggle.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/slow-scrolling.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-horizontal.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/scrolling/sticky/sticky-vertical.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom-scrolled.html: Removed property svn:keywords.
* platform/mac-wk2/tiled-drawing/tiled-drawing-zoom.html: Removed property svn:keywords.
* platform/mac/accessibility/aria-readonly-expected.txt: Removed property svn:keywords.
* platform/mac/animations/additive-transform-animations-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/backing/paint-into-ancestor-clip-rects-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/geometry/composited-html-size-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/plugins/composited-plugin-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visibility/visibility-composited-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visibility/visibility-composited-transforms-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/2d-transformed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/3d-transformed-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/animated-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/animated-from-none-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/clipped-by-viewport-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/nested-transform-expected.txt: Removed property svn:keywords.
* platform/mac/compositing/visible-rect/scrolled-expected.txt: Removed property svn:keywords.
* platform/mac/css3/blending/svg-blend-plus-darker-expected.txt: Removed property svn:keywords.
* platform/mac/css3/filters/composited-during-animation-layertree-expected.txt: Removed property svn:keywords.
* platform/mac/css3/filters/composited-during-transition-layertree-expected.txt: Removed property svn:keywords.
* platform/mac/editing/selection/mixed-editability-10-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/background-leakage-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/border-radius-split-background-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/border-radius-split-background-image-expected.txt: Removed property svn:keywords.
* platform/mac/fast/backgrounds/mask-box-image-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-image-slice-constrained-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-radius-inset-outset-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/border-styles-split-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-radius-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/mixed-border-styles-radius2-expected.txt: Removed property svn:keywords.
* platform/mac/fast/borders/table-borders-expected.txt: Removed property svn:keywords.
* platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/first-letter-punctuation-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/sticky/nested-sticky-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/sticky/sticky-in-transform-expected.txt: Removed property svn:keywords.
* platform/mac/fast/css/transformed-mask-expected.txt: Removed property svn:keywords.
* platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/input-baseline-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/placeholder-position-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Removed property svn:keywords.
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Removed property svn:keywords.
* platform/mac/fast/gradients/radial-centered-expected.txt: Removed property svn:keywords.
* platform/mac/fast/html/details-marker-style-expected.txt: Removed property svn:keywords.
* platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed property svn:keywords.
* platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed property svn:keywords.
* platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Removed property svn:keywords.
* platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Removed property svn:keywords.
* platform/mac/fast/multicol/span/clone-summary-expected.txt: Removed property svn:keywords.
* platform/mac/fast/repaint/multicol-repaint-expected.txt: Removed property svn:keywords.
* platform/mac/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/mac/fast/replaced/table-percent-height-expected.txt: Removed property svn:keywords.
* platform/mac/fast/text/international/cjk-segmentation-expected.txt: Removed property svn:keywords.
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:keywords.
* platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Removed property svn:keywords.
* platform/mac/fast/writing-mode/border-styles-vertical-lr-expected.txt: Removed property svn:keywords.
* platform/mac/fast/writing-mode/border-styles-vertical-rl-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed property svn:keywords.
* platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Removed property svn:keywords.
* platform/mac/inspector/device-orientation-success-expected.txt: Removed property svn:keywords.
* platform/mac/js/dom/global-constructors-attributes-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt: Removed property svn:keywords.
* platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Removed property svn:keywords.
* platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Removed property svn:keywords.
* platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed property svn:keywords.
* platform/mac/plugins/testplugin-onnew-onpaint-expected.txt: Removed property svn:keywords.
* platform/mac/plugins/testplugin-onnew-onpaint.html: Removed property svn:keywords.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Removed property svn:keywords.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed property svn:keywords.
* platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-empty-frame-source-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/css-page-rule-crash-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/doctype-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-body-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-css-import-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-duplicate-resources-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-frameset-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-img-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-input-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-link-href-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-object-data-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-script-src-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-table-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-td-background-expected.txt: Removed property svn:keywords.
* platform/mac/webarchive/test-xml-stylesheet-expected.txt: Removed property svn:keywords.
* platform/win-future/accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
* platform/win/animations/additive-transform-animations-expected.txt: Removed property svn:keywords.
* platform/win/compositing/geometry/composited-html-size-expected.txt: Removed property svn:keywords.
* platform/win/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed property svn:keywords.
* platform/win/fast/canvas/webgl/angle-instanced-arrays-expected.txt: Removed property svn:keywords.
* platform/win/fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Removed property svn:keywords.
* platform/win/fast/css/first-letter-punctuation-expected.txt: Removed property svn:keywords.
* platform/win/fast/css/transformed-mask-expected.txt: Removed property svn:keywords.
* platform/win/fast/forms/input-set-composition-scroll-expected.txt: Removed property svn:keywords.
* platform/win/fast/forms/select/popup-closes-on-blur-expected.txt: Removed property svn:keywords.
* platform/win/fast/gradients/radial-centered-expected.txt: Removed property svn:keywords.
* platform/win/fast/html/details-marker-style-expected.txt: Removed property svn:keywords.
* platform/win/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed property svn:keywords.
* platform/win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed property svn:keywords.
* platform/win/fast/repaint/multicol-repaint-expected.txt: Removed property svn:keywords.
* platform/win/fast/repaint/search-field-cancel-expected.txt: Removed property svn:keywords.
* platform/win/fast/text/international/cjk-segmentation-expected.txt: Removed property svn:keywords.
* platform/win/fast/transforms/transforms-with-zoom-expected.txt: Removed property svn:keywords.
* platform/win/http/tests/navigation/javascriptlink-frame-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/accessibility/press-action-is-first-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/attributed-strings-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/forms/input-number-click-expected.txt: Removed property svn:keywords.
* platform/win/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed property svn:keywords.
* platform/win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed property svn:keywords.
* plugins/frameset-with-plugin-frame-expected.txt: Removed property svn:keywords.
* plugins/frameset-with-plugin-frame.html: Removed property svn:keywords.
* plugins/resources/frame-with-plugin-subframe.html: Removed property svn:keywords.
* plugins/resources/plugin-frame.html: Removed property svn:keywords.
* plugins/resources/plugin-page.html: Removed property svn:keywords.
* plugins/resources/target-frameset-frame.html: Removed property svn:keywords.
* plugins/resources/target-frameset.html: Removed property svn:keywords.
* plugins/snapshot-appearance-expected.html: Removed property svn:keywords.
* plugins/snapshot-appearance.html: Removed property svn:keywords.
* plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html: Removed property svn:keywords.
* plugins/snapshotting/autoplay-similar-to-dominant.html: Removed property svn:keywords.
* plugins/snapshotting/restart.html: Removed property svn:keywords.
* plugins/snapshotting/simple.html: Removed property svn:keywords.
* scrollbars/scrollbar-parts-opacity-expected.html: Removed property svn:keywords.
* scrollbars/scrollbar-parts-opacity.html: Removed property svn:keywords.
* svg/animations/unsupported-animate-element-attributes-expected.svg: Removed property svn:keywords.
* svg/animations/unsupported-animate-element-attributes.svg: Removed property svn:keywords.
* svg/text/text-style-invalid-expected.txt: Removed property svn:keywords.
* svg/text/text-style-invalid.svg: Removed property svn:keywords.
* transforms/3d/general/3dtransform-values-expected.txt: Removed property svn:keywords.
* transforms/3d/general/3dtransform-values.html: Removed property svn:keywords.
* transforms/3d/general/background-visibility-layers.html: Removed property svn:keywords.
* transforms/3d/hit-testing/composited-hit-test-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/composited-hit-test.html: Removed property svn:keywords.
* transforms/3d/hit-testing/resources/hit-test-utils.js: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test-with-child.html: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Removed property svn:keywords.
* transforms/3d/hit-testing/rotated-hit-test2.html: Removed property svn:keywords.
* transitions/3d/interrupted-transition-expected.txt: Removed property svn:keywords.
* transitions/3d/interrupted-transition.html: Removed property svn:keywords.
* transitions/border-radius-transition-expected.txt: Removed property svn:keywords.
* transitions/border-radius-transition.html: Removed property svn:keywords.
* transitions/clip-transition-expected.txt: Removed property svn:keywords.
* transitions/clip-transition.html: Removed property svn:keywords.
* transitions/created-while-suspended-expected.txt: Removed property svn:keywords.
* transitions/created-while-suspended.html: Removed property svn:keywords.
* transitions/longhand-vs-shorthand-initial-expected.txt: Removed property svn:keywords.
* transitions/longhand-vs-shorthand-initial.html: Removed property svn:keywords.
* transitions/mismatched-shadow-transitions-expected.txt: Removed property svn:keywords.
* transitions/mismatched-shadow-transitions.html: Removed property svn:keywords.
* transitions/multiple-text-shadow-transition-expected.txt: Removed property svn:keywords.
* transitions/multiple-text-shadow-transition.html: Removed property svn:keywords.
* transitions/started-while-suspended-expected.txt: Removed property svn:keywords.
* transitions/started-while-suspended.html: Removed property svn:keywords.
* transitions/steps-timing-function-expected.txt: Removed property svn:keywords.
* transitions/steps-timing-function.html: Removed property svn:keywords.
* transitions/suspend-transform-transition-expected.txt: Removed property svn:keywords.
* transitions/suspend-transform-transition.html: Removed property svn:keywords.
* transitions/svg-transitions-expected.txt: Removed property svn:keywords.
* transitions/svg-transitions.html: Removed property svn:keywords.
* transitions/transition-on-element-with-content-expected.txt: Removed property svn:keywords.
* transitions/transition-on-element-with-content.html: Removed property svn:keywords.
* webaudio/realtimeanalyser-fft-scaling-expected.txt: Removed property svn:keywords.
* webaudio/realtimeanalyser-fft-scaling.html: Removed property svn:keywords.
2015-02-20 Michael Saboff <msaboff@apple.com>
DFG JIT needs to check for stack overflow at the start of Program and Eval execution
https://bugs.webkit.org/show_bug.cgi?id=141676
Reviewed by Filip Pizlo.
Updated the check for out of stack at eval entry test from using a fixed number of frame to
back track to now adjust the amount of back tracking up the stack based on where we can run a
simple eval(). At that point in the stack we try to cause an out of stack exception.
Also added a second pass of the test that takes the originally failing eval and tiers that
eval expression up to the DFG when used with the agreessive options of run-jsc-stress-tests.
This was done to reduce the amount of time the test takes to run in debug builds.
* js/regress-141098-expected.txt:
* js/script-tests/regress-141098.js:
(testEval):
(probeAndRecurse):
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Media tests are still failing. Turning back off.
* platform/win/TestExpectations:
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Test results gardening.
* platform/win/TestExpectations:
* platform/win/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2015-02-20 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 20th February
https://bugs.webkit.org/show_bug.cgi?id=141840
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Rebaselined after r177770 (This revision adds a new comment line and so it modifies the test stack trace lines number).
* platform/gtk/tables/mozilla/bugs/bug157890-expected.txt: Added. Rebaselined after r177773.
2015-02-20 Brent Fulgham <bfulgham@apple.com>
[Win] Reactivate media tests to see if updates fixed the problem.
* platform/win/TestExpectations:
2015-02-20 Dhi Aurrahman <diorahman@rockybars.com>
Language ranges containing asterisks must be quoted as strings
https://bugs.webkit.org/show_bug.cgi?id=141659
Reviewed by Benjamin Poulain.
Ensure language ranges containing asterisks are quoted as strings.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
* fast/selectors/lang-extended-filtering-expected.txt:
* fast/selectors/lang-extended-filtering.html:
* fast/selectors/lang-valid-extended-filtering-expected.txt:
* fast/selectors/lang-valid-extended-filtering.html:
2015-02-19 Alexey Proskuryakov <ap@apple.com>
Array.from test fix.
Unreviewed.
Remove document.querySelectorAll use, as there is no DOM when running js tests
in run-javascriptcore-tests.
* js/array-from-expected.txt:
* js/script-tests/array-from.js:
2015-02-19 Saam Barati <saambarati1@gmail.com>
Web Inspector: merge in upstream Esprima to support parsing more of ES6
https://bugs.webkit.org/show_bug.cgi?id=141215
Reviewed by Timothy Hatcher.
* inspector/model/parse-script-syntax-tree-expected.txt:
* inspector/model/parse-script-syntax-tree.html:
2015-02-19 Myles C. Maxfield <mmaxfield@apple.com>
Updating more tests after r177774
https://bugs.webkit.org/show_bug.cgi?id=141817
Reviewed by NOBODY (As per ap's request).
These tests aren't actually flakey, and simply need updated results.
Some of the SVG tests were actually flakey, but for a different reason.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added
* platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
2015-02-19 Dean Jackson <dino@apple.com>
ES6: Implement Array.from()
https://bugs.webkit.org/show_bug.cgi?id=141054
<rdar://problem/19654521>
Reviewed by Filip Pizlo.
Test for Array.from(). The test has
one expected failure: using from() on a
Set object, which will be addressed in
a followup:
https://bugs.webkit.org/show_bug.cgi?id=141055
* js/array-from-expected.txt: Added.
* js/array-from.html: Added.
* js/script-tests/array-from.js: Added.
* js/Object-getOwnPropertyNames.html: Update results for the new value on the constructor.
2015-02-19 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/glyph-reordering.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141775
Reviewed by Dan Bernstein.
* fast/text/glyph-reordering.html:
* platform/mac/TestExpectations:
2015-02-19 David Hyatt <hyatt@apple.com>
Columns are splitting unsplittable content.
https://bugs.webkit.org/show_bug.cgi?id=141807
<rdar://problem/18387659>
Reviewed by Dean Jackson.
* fast/multicol/inline-table-dynamic-movement-expected.html: Added.
* fast/multicol/inline-table-dynamic-movement.html: Added.
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2015-02-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Create Separate Model and View Objects for RemoteObjects / ObjectPreview / PropertyDescriptor
https://bugs.webkit.org/show_bug.cgi?id=141696
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
* inspector/model/remote-object-weak-collection-expected.txt:
* inspector/model/remote-object-weak-collection.html:
Update tests and results to use our Model objects and not
raw protocol types.
2015-02-19 Brent Fulgham <bfulgham@apple.com>
[Win] Disable media tests due to bot failures.
* platform/win/TestExpectations:
2015-02-18 Chris Dumez <cdumez@apple.com>
Clean up / modernize test introduced in r180337.
https://bugs.webkit.org/show_bug.cgi?id=141788
Reviewed by Andreas Kling.
* fast/history/page-cache-clearing-expected.txt:
* fast/history/page-cache-clearing.html:
2015-02-18 Andreas Kling <akling@apple.com>
REGRESSION(r179347): Clearing the PageCache no longer clears the PageCache.
<https://webkit.org/b/141788>
Reviewed by Anders Carlsson.
Add a simple test that navigates to a temporary page which immediately does a history.back
navigation. Upon returning to the first page, check that the page cache now has 1 entry,
and that clearing the page cache makes that entry go away.
* fast/history/page-cache-clearing-expected.txt: Added.
* fast/history/page-cache-clearing.html: Added.
2015-02-18 Alexey Proskuryakov <ap@apple.com>
Update expected result of fast/forms/text-control-intrinsic-widths.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141685
Updating Yosemite results to match bots.
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
2015-02-18 Zalan Bujtas <zalan@apple.com>
REGRESSION(r174761) Dangling spanner pointer in RenderMultiColumnSpannerPlaceholder.
https://bugs.webkit.org/show_bug.cgi?id=138224
Reviewed by Dave Hyatt.
It's wrong to call flowThreadRelativeWillBeRemoved(child).
RenderMultiColumnFlowThread::removeFlowChildInfo() does not mean that the child is actually about to be removed.
Should this introduce any regressions, we need to deal with those separately.
* fast/multicol/crash-when-spanner-gets-moved-around-expected.txt: Added.
* fast/multicol/crash-when-spanner-gets-moved-around.html: Added.
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Many flakey tests for webkit.org/b/139968 do not appear to be flakey
https://bugs.webkit.org/show_bug.cgi?id=141762
Reviewed by Jer Noble.
Removing them from TestExpectations.
* platform/mac/TestExpectations:
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result of fast/forms/text-control-intrinsic-widths.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141685
Reviewed by Alexey Proskuryakov.
Text metrics have changed.
* platform/mac/TestExpectations:
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac-mavericks/fast/forms/text-control-intrinsic-widths-expected.txt:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] More unreviewed Windows gardening.
* platform/win/TestExpectations:
* platform/win/accessibility/press-targets-center-point-expected.txt: Added.
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt: Removed.
* platform/win/fast/frames/frame-scrolling-attribute-expected.txt: Copied from platform/win/fast/frames/frame-scrolling-attribute-exepected.txt.
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
2015-02-18 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; add expectation for WK2-only failing test.
* platform/mac-wk2/TestExpectations:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening (Unreviewed).
* platform/win/TestExpectations:
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt:
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
2015-02-18 Filip Pizlo <fpizlo@apple.com>
DFG should really support varargs
https://bugs.webkit.org/show_bug.cgi?id=141332
Reviewed by Oliver Hunt.
Adds a version of deltablue that uses rest arguments profusely. This speeds up by 20% with this
patch. I believe that the machinery that this patch puts in place will allow us to ultimately
run deltablue-varargs at the same steady-state performance as normal deltablue.
* js/regress/deltablue-varargs-expected.txt: Added.
* js/regress/deltablue-varargs.html: Added.
* js/regress/script-tests/deltablue-varargs.js: Added.
(args):
(Object.prototype.inheritsFrom):
(OrderedCollection):
(OrderedCollection.prototype.add):
(OrderedCollection.prototype.at):
(OrderedCollection.prototype.size):
(OrderedCollection.prototype.removeFirst):
(OrderedCollection.prototype.remove):
(Strength):
(Strength.stronger):
(Strength.weaker):
(Strength.weakestOf):
(Strength.strongest):
(Strength.prototype.nextWeaker):
(Constraint):
(Constraint.prototype.addConstraint):
(Constraint.prototype.satisfy):
(Constraint.prototype.destroyConstraint):
(Constraint.prototype.isInput):
(UnaryConstraint):
(UnaryConstraint.prototype.addToGraph):
(UnaryConstraint.prototype.chooseMethod):
(UnaryConstraint.prototype.isSatisfied):
(UnaryConstraint.prototype.markInputs):
(UnaryConstraint.prototype.output):
(UnaryConstraint.prototype.recalculate):
(UnaryConstraint.prototype.markUnsatisfied):
(UnaryConstraint.prototype.inputsKnown):
(UnaryConstraint.prototype.removeFromGraph):
(StayConstraint):
(StayConstraint.prototype.execute):
(EditConstraint.prototype.isInput):
(EditConstraint.prototype.execute):
(BinaryConstraint):
(BinaryConstraint.prototype.chooseMethod):
(BinaryConstraint.prototype.addToGraph):
(BinaryConstraint.prototype.isSatisfied):
(BinaryConstraint.prototype.markInputs):
(BinaryConstraint.prototype.input):
(BinaryConstraint.prototype.output):
(BinaryConstraint.prototype.recalculate):
(BinaryConstraint.prototype.markUnsatisfied):
(BinaryConstraint.prototype.inputsKnown):
(BinaryConstraint.prototype.removeFromGraph):
(ScaleConstraint):
(ScaleConstraint.prototype.addToGraph):
(ScaleConstraint.prototype.removeFromGraph):
(ScaleConstraint.prototype.markInputs):
(ScaleConstraint.prototype.execute):
(ScaleConstraint.prototype.recalculate):
(EqualityConstraint):
(EqualityConstraint.prototype.execute):
(Variable):
(Variable.prototype.addConstraint):
(Variable.prototype.removeConstraint):
(Planner):
(Planner.prototype.incrementalAdd):
(Planner.prototype.incrementalRemove):
(Planner.prototype.newMark):
(Planner.prototype.makePlan):
(Planner.prototype.extractPlanFromConstraints):
(Planner.prototype.addPropagate):
(Planner.prototype.removePropagateFrom):
(Planner.prototype.addConstraintsConsumingTo):
(Plan):
(Plan.prototype.addConstraint):
(Plan.prototype.size):
(Plan.prototype.constraintAt):
(Plan.prototype.execute):
(chainTest):
(projectionTest):
(change):
(deltaBlue):
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Justified ruby can cause lines to grow beyond their container
https://bugs.webkit.org/show_bug.cgi?id=141732
Reviewed by David Hyatt.
Make sure that the right edge of a justified ruby line matches up with
the same line without ruby.
* fast/text/ruby-justification-flush-expected.html: Added.
* fast/text/ruby-justification-flush.html: Added.
2015-02-18 Eric Carlson <eric.carlson@apple.com>
[iOS] pause video when a tab moves to the background on some devices
https://bugs.webkit.org/show_bug.cgi?id=141753
<rdar://problem/19814562>
Reviewed by Jer Noble.
* media/video-background-playback-expected.txt: BackgroundPlaybackNotPermitted -> BackgroundProcessPlaybackRestricted.
* media/video-background-playback.html: Ditto.
* media/video-background-tab-playback-expected.txt: Added.
* media/video-background-tab-playback.html: Added.
2015-02-16 David Hyatt <hyatt@apple.com>
Wrong element's style is used for text-decoration-style.
https://bugs.webkit.org/show_bug.cgi?id=141673
<rdar://problem/19876774>
Reviewed by Dean Jackson.
* fast/text/text-underline-style-expected.html: Added.
* fast/text/text-underline-style.html: Added.
2015-02-18 Myles C. Maxfield <mmaxfield@apple.com>
Update more test expected results after r177774
https://bugs.webkit.org/show_bug.cgi?id=141743
Reviewed by Brent Fulgham.
* platform/mac/TestExpectations:
* platform/mac/fast/dom/character-index-for-point-expected.txt:
* platform/mac/fast/forms/select-initial-position-expected.txt:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac/fast/text/international/text-combine-image-test-expected.txt:
* platform/mac-mavericks/fast/forms/select-initial-position-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac-mavericks/fast/text/international/text-combine-image-test-expected.txt:
* svg/text/lengthAdjust-text-metrics-expected.txt:
* svg/text/script-tests/lengthAdjust-text-metrics.js:
* svg/text/text-rect-precision.html:
2015-02-18 Brent Fulgham <bfulgham@apple.com>
[Win] Gardening: Update baselines on Windows bots after removing mac-mountainlion
* platform/win/TestExpectations:
* platform/win/editing/selection/5057506-2-expected.png: Added.
* platform/win/editing/selection/5057506-2-expected.txt: Added.
* platform/win/fast/attachment: Added.
* platform/win/fast/attachment/attachment-disabled-rendering-expected.txt: Added.
* platform/win/fast/attachment/attachment-rendering-expected.txt: Added.
* platform/win/fast/frames/frame-scrolling-attribute-exepected.txt: Added.
* platform/win/fast/repaint/selection-ruby-rl-expected.txt: Added.
* platform/win/http/tests/security/XFrameOptions: Added.
* platform/win/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt: Added.
* platform/win/http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt: Added.
* platform/win/svg/batik/text/textEffect2-expected.txt: Added.
* platform/win/svg/batik/text/textEffect3-expected.txt: Added.
* platform/win/svg/batik/text/textProperties-expected.txt: Added.
* platform/win/svg/custom/text-filter-expected.txt: Added.
* platform/win/svg/filters/feColorMatrix-values-expected.png:
* platform/win/svg/filters/feColorMatrix-values-expected.txt: Added.
* platform/win/svg/filters/filter-on-filter-for-text-expected.txt: Added.
* platform/win/svg/filters/filter-on-tspan-expected.txt: Added.
* platform/win/svg/filters/sourceAlpha-expected.txt: Added.
* platform/win/svg/repaint/text-mask-update-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug131020-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug131020-expected.txt: Added.
2015-02-18 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Remove some leftovers related to "stack" removal
https://bugs.webkit.org/show_bug.cgi?id=141722
Reviewed by Sergio Villar Senin.
In r177858 "stack" packing mode was removed from grid-auto-flow syntax.
This patch removes some missing cases, where "stack" was still used in
the layout tests.
* fast/css-grid-layout/grid-auto-flow-resolution.html: Remove
gridAutoFlowStack usage.
* fast/css-grid-layout/resources/grid.css:
(.gridAutoFlowStack): Deleted.
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update editing/selection/fake-drag.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141605
Reviewed by Alexey Proskuryakov.
Text metrics changed, so the locations where the "user" interacts with the page should
change accordingly.
* editing/selection/fake-drag.html:
* platform/mac/TestExpectations:
2015-02-17 Alexey Proskuryakov <ap@apple.com>
inspector/css/stylesheet-with-mutations.html is a flaky timeout/crash
https://bugs.webkit.org/show_bug.cgi?id=141601
Skipping the test; it's flaky in such a way that I'm concerned about it breaking
subsequent tests.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Improved Console Support for Bound Functions
https://bugs.webkit.org/show_bug.cgi?id=141635
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
Show that boundFunction has extra properties (targetFunction, boundThis, boundArgs).
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include a bound function. Much different from a function now though.
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Support for Promise Objects
https://bugs.webkit.org/show_bug.cgi?id=141634
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Include more tests for Promises.
2015-02-17 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening 17th February.
https://bugs.webkit.org/show_bug.cgi?id=141712
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/press-targets-center-point-expected.txt: Added. Rebaselined after r180107.
* platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/text/textPathBoundsBug-expected.txt: Added. Rebaselined after r177774.
2015-02-17 Brent Fulgham <bfulgham@apple.com>
[Win] Document some accessibility and animation debug assertions (Unreviewed)
* platform/win/TestExpectations:
2015-02-17 Brent Fulgham <bfulgham@apple.com>
Document some debug assertions in Accessibility tests (Unreviewed)
* platform/win/TestExpectations:
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update svg/animations/animate-text-nested-transforms.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141686
Reviewed by Andreas Kling.
Text metrics are expected to change.
* platform/mac/TestExpectations:
* svg/animations/animate-text-nested-transforms-expected.txt:
* svg/animations/script-tests/animate-text-nested-transforms.js:
(text.appendChild.rootSVGElement.appendChild.startSample):
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result of fast/forms/cursor-at-editable-content-boundary.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141684
Reviewed by Andreas Kling.
One check no longer fails, and another fails in the same way it did before (but with 1-different
measurement values)
* platform/mac/TestExpectations:
* platform/mac/fast/forms/cursor-at-editable-content-boundary-expected.txt:
2015-02-17 Alexey Proskuryakov <ap@apple.com>
fast/selectors/nth-last-child-of-register-requirement.html is extremely slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=141695
* TestExpectations: Fixed a copy/paste mistake.
2015-02-16 Alexey Proskuryakov <ap@apple.com>
REGRESSION(?): inspector/css/selector-dynamic-specificity.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=141118
This happens on WK1 too.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
fast/selectors/nth-last-child-of-register-requirement.html is extremely slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=141695
* TestExpectations: Marked as slow.
2015-02-16 Benjamin Poulain <benjamin@webkit.org>
CSS JIT: finish :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=141629
Reviewed by Andreas Kling.
* fast/selectors/nth-last-child-cannot-match-during-parsing-1-expected.txt: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-1.html: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-2-expected.txt: Added.
* fast/selectors/nth-last-child-cannot-match-during-parsing-2.html: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-1-expected.txt: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-1.html: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-2-expected.txt: Added.
* fast/selectors/nth-last-child-of-cannot-match-during-parsing-2.html: Added.
Those test cover the bugs related to IsParsingChildrenFinished and style update.
I had to duplicate the tests to have a simple selector because :nth-last-child(n)
and :nth-last-child(2n) are optimized differently.
* fast/selectors/nth-last-child-of-register-requirement-expected.txt: Added.
* fast/selectors/nth-last-child-of-register-requirement.html: Added.
The ususal register pressure tests. This one is taken directly from
the :nth-child() tests, I just changed the expected values.
* fast/selectors/several-nth-last-child.html:
Due to the changes with IsParsingChildrenFinished, this test can no longer
use body:nth-last-child() during parsing. I changed it to an async test.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update cross-frame http tests after r177774
https://bugs.webkit.org/show_bug.cgi?id=141679
Reviewed by Alexey Proskuryakov.
Simply a spacing change
* http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
* http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update accessibility/table-cells.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141680
Reviewed by Chris Fleizach.
Simply needs a rebaseline.
* platform/mac/TestExpectations:
* platform/mac/accessibility/table-cells-expected.txt:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Reordering TestExpectations
Unreviewed.
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
fast/text/glyph-reordering.html no longer fails
https://bugs.webkit.org/show_bug.cgi?id=141678
Reviewed by Sam Weinig.
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/text/decomposed-after-stacked-diacritics.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141677
Reviewed by Dan Bernstein.
Apply kerning to both spans in the same way.
* fast/text/decomposed-after-stacked-diacritics-expected.txt:
* fast/text/decomposed-after-stacked-diacritics.html:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/regions/cssom/get-regions-by-content-horiz-*.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141674
Reviewed by Zalan Bujtas.
Text metrics changed, so the text ended up no longer spanning a region boundary.
* fast/regions/cssom/get-regions-by-content-horiz-bt.html:
* fast/regions/cssom/get-regions-by-content-horiz-tb.html:
* platform/mac/TestExpectations:
2015-02-15 Sam Weinig <sam@webkit.org>
Add experimental <attachment> element support
https://bugs.webkit.org/show_bug.cgi?id=141626
Reviewed by Tim Horton.
* fast/attachment: Added.
* fast/attachment/attachment-disabled-dom-expected.txt: Added.
* fast/attachment/attachment-disabled-dom.html: Added.
* fast/attachment/attachment-disabled-rendering-expected.txt: Added.
* fast/attachment/attachment-disabled-rendering.html: Added.
* fast/attachment/attachment-dom-expected.txt: Added.
* fast/attachment/attachment-dom.html: Added.
* fast/attachment/attachment-rendering-expected.txt: Added.
* fast/attachment/attachment-rendering.html: Added.
2015-02-16 Enrica Casucci <enrica@apple.com>
Emoji sequences do not render properly.
https://bugs.webkit.org/show_bug.cgi?id=141661
rdar://problem/19820463
Reviewed by Sam Weinig.
* TestExpectations:
* fast/text/emoji-expected.txt: Added.
* fast/text/emoji.html: Added.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/dom/{Element,Range}/getClientRects.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141665
Reviewed by Alexey Proskuryakov.
Line breaking is different due to different text metrics.
* fast/dom/Element/getClientRects-expected.txt:
* fast/dom/Element/getClientRects.html:
* fast/dom/Range/getClientRects-expected.txt:
* fast/dom/Range/getClientRects.html:
* platform/mac/TestExpectations:
2015-02-13 Myles C. Maxfield <mmaxfield@apple.com>
Delete LayoutTests/platform/mac-mountainlion directory
Rubber-stamped by Brent Fulgham.
The Win port falls back to mac-mountainlion, so this patch moves all files in
platform/mac-mountainlion that aren't already in platform/win into platform/win. It then deletes
the remaining files in platform/mac-mountainlion.
* platform/mac-mountainlion: Deleted.
* platform/win/{many files}: Moved from platform/mac-mountainlion
2015-02-16 Zalan Bujtas <zalan@apple.com>
RenderTableCell can't access its parent while in detached state.
https://bugs.webkit.org/show_bug.cgi?id=141639
rdar://problem/19850760
Reviewed by Simon Fraser.
Null check against ancestor chain so that certain methods in RenderTableCell can
be called even if the renderer is not yet attached.
* fast/table/table-cell-crash-when-detached-state-expected.txt: Added.
* fast/table/table-cell-crash-when-detached-state.html: Added.
2015-02-16 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Scope details sidebar should label objects with constructor names
https://bugs.webkit.org/show_bug.cgi?id=139449
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Improve the test to include Objects where previously
we would have had poorer class name descriptions.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result for editing/pasteboard/5761530-1.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141603
Reviewed by Alexey Proskuryakov.
The test used to have incorrect expected output, but the new results are correct.
* LayoutTests/editing/pasteboard/5761530-1-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/css/css3-ch-unit.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141657
Reviewed by Zalan Bujtas.
The alphabet is not expected to have the same width as 26 times the average character width.
* fast/css/css3-ch-unit-expected.txt:
* fast/css/css3-ch-unit.html:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
* platform/mac-wk2/TestExpectations: Marking as such.
2015-02-16 Alexey Proskuryakov <ap@apple.com>
inspector/css/stylesheet-with-mutations.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=141601
* platform/mac-wk2/TestExpectations: Marking as such.
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/css/content/content-quotes-*.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141654
Reviewed by Zalan Bujtas.
Because of printer fonts and LayoutUnits, putting text inside an anonymous renderer
has different metrics than the raw text itself.
* fast/css/content/content-quotes-01.html:
* fast/css/content/content-quotes-02.html:
* fast/css/content/content-quotes-03.html:
* fast/css/content/content-quotes-04.html:
* fast/css/content/content-quotes-05.html:
* fast/css/content/content-quotes-06.html:
* fast/css/content/content-quotes-07.html:
* platform/mac/TestExpectations:
2015-02-16 Alexey Proskuryakov <ap@apple.com>
Update expectations for css2.1/t1202-counter-04-b.html and css2.1/t1202-counters-04-b.html
rdar://problem/19848737
* platform/mac/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update expected result for compositing/fixed-positioned-pseudo-content-no-compositing.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141602
Reviewed by Simon Fraser.
Not sure if the change to contentsOpaque is right, so CC'ing smfr to see what he thinks.
* compositing/fixed-positioned-pseudo-content-no-compositing-expected.txt:
* platform/mac/TestExpectations:
2015-02-16 Daniel Bates <dabates@apple.com>
[iOS] Gardening; update test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-02-16 Myles C. Maxfield <mmaxfield@apple.com>
Update editing/selection/move-by-word-visually-mac.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141609
Reviewed by Alexey Proskuryakov.
Line break occurs in a different place, so option-left and option-right
have slightly different behavior.
* editing/selection/move-by-word-visually-mac.html:
* editing/selection/move-by-word-visually-mac-expected.txt:
* platform/mac/TestExpectations:
2015-02-12 David Hyatt <hyatt@apple.com>
text-underline-position:under has multiple correctness issues
https://bugs.webkit.org/show_bug.cgi?id=141528
Reviewed by Dean Jackson.
* fast/text/text-underline-first-line-decoration-expected.html: Added.
* fast/text/text-underline-first-line-decoration.html: Added.
* fast/text/text-underline-position-mixed-fonts-expected.html: Added.
* fast/text/text-underline-position-mixed-fonts.html: Added.
* fast/text/text-underline-position-subscript-expected.html: Added.
* fast/text/text-underline-position-subscript.html: Added.
* fast/text/text-underline-vertical-first-line-decoration-expected.html: Added.
* fast/text/text-underline-vertical-first-line-decoration.html: Added.
2015-02-16 Antti Koivisto <antti@apple.com>
Develop/Disable Caches does not properly disable disk cache
https://bugs.webkit.org/show_bug.cgi?id=141636
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-disable-expected.txt: Added.
* http/tests/cache/disk-cache-disable.html: Added.
* http/tests/cache/resources/cache-test.js:
(runTests): Add optional completion handler.
2015-02-16 Antti Koivisto <antti@apple.com>
Assertion in disk cache code with redirect to a non-http resource
https://bugs.webkit.org/show_bug.cgi?id=141644
Reviewed by Anders Carlsson.
* http/tests/cache/disk-cache-redirect-to-data-expected.txt: Added.
* http/tests/cache/disk-cache-redirect-to-data.html: Added.
* http/tests/cache/resources/redirect-to-data.php: Added.
2015-02-16 Sergio Villar Senin <svillar@igalia.com>
Unreviewed. Uploading a new test that should have been uploaded as
part of r180142.
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-13 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Invalid initialization of track sizes with non spanning grid items
https://bugs.webkit.org/show_bug.cgi?id=140763
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-15 Filip Pizlo <fpizlo@apple.com>
js/regress/script-tests/elidable-new-object-roflcopter.js should tier up sooner so that it's more likely to test things
https://bugs.webkit.org/show_bug.cgi?id=141633
Reviewed by Michael Saboff.
More function invocations, fewer loop iterations, but otherwise keep the number of
allocations the same.
* js/regress/script-tests/elidable-new-object-roflcopter.js:
2015-02-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark 5 form tests and an accessibility test to failure.
* platform/efl/TestExpectations:
2015-02-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark fixed position tests to failure.
* platform/efl/TestExpectations: Rearrange tests order as well.
2015-02-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash when accessing an item in SVGTransformList and then removing a previous item from this list.
https://bugs.webkit.org/show_bug.cgi?id=141550.
Reviewed by Darin Adler.
* svg/dom/SVGTransformList-basics-expected.txt:
* svg/dom/SVGTransformList-basics.xhtml: Add a new test case to this test. Have a
reference to an SVGMatrix of the last SVGTransform of an SVGTransformList and then
remove the items of this list from the beginning till the end.
2015-02-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Crash when accessing an item in SVGLengthList and then replacing it with a previous item in the list.
https://bugs.webkit.org/show_bug.cgi?id=141552.
Reviewed by Darin Adler.
* svg/dom/SVGLengthList-basics-expected.txt:
* svg/dom/SVGLengthList-basics.xhtml: Add a new test case to this test. Have a
reference to an SVGLength in an SVGLengthList and then replace this SVGLength
with another one which comes before it in the SVGLengthList.
2015-02-14 Benjamin Poulain <benjamin@webkit.org>
Add the initial matching implementation for attribute selectors with case-insensitive value
https://bugs.webkit.org/show_bug.cgi?id=141615
Reviewed by Andreas Kling.
This covers the basics. I will add some more cases as I do the follow up patches.
I avoided the problem of non-ASCII characters, this will need its own follow up
patch that fixes all attribute matching.
* fast/css/case-insensitive-attribute-selector-specificity-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-specificity.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-1-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-1.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-2-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-2.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-3-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-html-3.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-1-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-1.xhtml: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-2-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-2.xhtml: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-3-expected.html: Added.
* fast/css/case-insensitive-attribute-selector-styling-xhtml-3.xhtml: Added.
* fast/selectors/case-insensitive-attribute-bascis-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-bascis.html: Added.
* fast/selectors/case-insensitive-attribute-matching-style-attribute-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-matching-style-attribute.html: Added.
* fast/selectors/case-insensitive-attribute-style-update-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-style-update.html: Added.
* fast/selectors/case-insensitive-attribute-with-case-sensitive-name-expected.txt: Added.
* fast/selectors/case-insensitive-attribute-with-case-sensitive-name.html: Added.
2015-02-14 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Symbol RemoteObject should not send sub-type
https://bugs.webkit.org/show_bug.cgi?id=141604
Reviewed by Brian Burg.
* inspector/model/remote-object-expected.txt:
2015-02-14 Alexey Proskuryakov <ap@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
Re-adding the test to expectations, it fails flakily (perhaps it's order dependent).
* platform/mac/TestExpectations:
2015-02-14 Alexey Proskuryakov <ap@apple.com>
rel="noreferrer" should make window.opener null
https://bugs.webkit.org/show_bug.cgi?id=141579
Reviewed by Darin Adler.
Unfortunately, these tests are not quite real, because they pass even without the
fix. There reason is that delegates respond synchronously in WKTR and DRT.
But if there is any large refactoring, there is a non-zero chance that the tests
will catch future mistakes.
* http/tests/navigation/resources/target-blank-opener-post-window.php: Added.
* http/tests/navigation/resources/target-blank-opener-window.php: Added.
* http/tests/navigation/target-blank-opener-expected.txt: Added.
* http/tests/navigation/target-blank-opener-post-expected.txt: Added.
* http/tests/navigation/target-blank-opener-post.html: Added.
* http/tests/navigation/target-blank-opener.html: Added.
2015-02-14 Myles C. Maxfield <mmaxfield@apple.com>
Re-ordering expectations.
Unreviewed.
* platform/mac/TestExpectations:
2015-02-14 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Cleanup after r177774
https://bugs.webkit.org/show_bug.cgi?id=141590
Reviewed by Zalan Bujtas.
Test expected results simply need to be updated.
* platform/mac/TestExpectations:
* platform/mac/accessibility/content-editable-as-textarea-expected.txt:
* platform/mac/accessibility/press-targets-center-point-expected.txt: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cell-spans-expected.txt:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/accessibility/table-one-cell-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/table-with-rules-expected.txt:
* platform/mac/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
* platform/mac/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/mac/css1/box_properties/acid_test-expected.txt:
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac/editing/selection/5057506-2-expected.txt:
* platform/mac/editing/selection/5057506-expected.txt:
* platform/mac/editing/selection/5825350-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-10-expected.txt:
* platform/mac/fast/block/basic/011-expected.txt:
* platform/mac/fast/block/basic/minheight-expected.txt:
* platform/mac/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added.
* platform/mac/fast/css/002-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/mac/fast/invalid/008-expected.txt:
* platform/mac/fast/overflow/003-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/mac/fast/repaint/selection-rl-expected.txt:
* platform/mac/fast/repaint/selection-ruby-rl-expected.txt: Added.
* platform/mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
* platform/mac/fast/table/col-and-colgroup-offsets-expected.txt: Added.
* platform/mac/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/js/dom/dom-static-property-for-in-iteration-expected.txt: Added.
* platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
* platform/mac/platform/mac/accessibility/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cell-spans-expected.txt.
* platform/mac/platform/mac/accessibility/bounds-for-range-expected.txt: Added.
* platform/mac/platform/mac/accessibility/document-links-expected.txt: Added.
* platform/mac/platform/mac/accessibility/internal-link-anchors-expected.txt: Added.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/text-filter-expected.txt:
* platform/mac/svg/filters/feColorMatrix-values-expected.txt: Added.
* platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
* platform/mac/svg/filters/filter-on-tspan-expected.txt:
* platform/mac/svg/filters/sourceAlpha-expected.txt:
* platform/mac/svg/repaint/text-mask-update-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
2015-02-13 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Darin Adler.
Instead of using a zero delay timer, which can be legitimately delayed for dozens
of milliseconds, perform the collection in a second load event handler. GC code
has changed so much that I cannot confirm that the test still verifies the fix,
however we collect after returning for the function and unwinding the stack, so it should.
Also, clear the JS variable for a good measure.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-13 Myles C. Maxfield <mmaxfield@apple.com>
Update fast/canvas/canvas-measureText-ideographicSpace.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141595
Reviewed by Zalan Bujtas.
* fast/canvas/canvas-measureText-ideographicSpace.html:
* platform/mac/TestExpectations:
2015-02-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark font & text tests to failure.
* platform/efl/TestExpectations:
2015-02-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. 3 inspector tests are marked to failure.
* platform/efl/TestExpectations:
2015-02-13 Chris Dumez <cdumez@apple.com>
RenderListItem resets its marker's style on style change even if the diff is StyleDifferenceEqual
https://bugs.webkit.org/show_bug.cgi?id=141572
<rdar://problem/19759818>
Reviewed by Simon Fraser.
Add a layout test to make sure that an animation causing a style change
with StyleDifferenceEqual diff does not cause a repaint.
* fast/repaint/list-item-equal-style-change-no-repaint-expected.txt: Added.
* fast/repaint/list-item-equal-style-change-no-repaint.html: Added.
2015-02-12 Enrica Casucci <enrica@apple.com>
Additional emoji group support.
https://bugs.webkit.org/show_bug.cgi?id=141539
rdar://problem/19727527
Reviewed by Sam Weinig.
Updating test to reflect the new emoji ligatures supported.
* editing/deleting/delete-emoji-expected.txt:
* editing/deleting/delete-emoji.html:
2015-02-13 Brent Fulgham <bfulgham@apple.com>
[Win] Document some debug asserts in Accessibility (Windows) tests.
* platform/win/TestExpectations:
2015-02-13 Zalan Bujtas <zalan@apple.com>
REGRESSION (r174761): Invalid cast in WebCore::lastRubyRun / WebCore::RenderRubyAsBlock::addChild
https://bugs.webkit.org/show_bug.cgi?id=137929
rdar://problem/18723492
Reviewed by Chris Dumez.
Ensure that the child renderer is a RenderRubyRun.
* fast/ruby/crash-with-before-after-on-ruby-expected.txt: Added.
* fast/ruby/crash-with-before-after-on-ruby.html: Added.
2015-02-13 Michael Saboff <msaboff@apple.com>
Google doc spreadsheet reproducibly crashes when sorting
https://bugs.webkit.org/show_bug.cgi?id=141098
Reviewed by Oliver Hunt.
New test.
* js/regress-141098-expected.txt: Added.
* js/regress-141098.html: Added.
* js/script-tests/regress-141098.js: Added.
(probeAndRecurse):
2015-02-13 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:grid cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141465
Reviewed by Ryosuke Niwa.
This tests if an editable grid box can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-gridbox-expected.txt: Added.
* fast/events/key-events-in-editable-gridbox.html: Added.
2015-02-13 Brent Fulgham <bfulgham@apple.com>
[Win] Skip accessibility tests failing due to debug assertions.
* platform/win/TestExpectations:
2015-02-12 Zalan Bujtas <zalan@apple.com>
REGRESSION (r176262): Invalid cast in WebCore`WebCore::RootInlineBox::selectionTop
https://bugs.webkit.org/show_bug.cgi?id=138992
Reviewed by Dave Hyatt.
RenderRubyText requires the ancestor chain to be (RenderRubyAsInline | RenderRubyAsBlock) -> RenderRubyRun -> RenderRubyText.
This patch ensures that we create RenderRubyText for an <rt> element only when
the expected ancestor chain is guaranteed.
* fast/ruby/crash-when-ruby-is-set-to-inline-block-expected.txt: Added.
* fast/ruby/crash-when-ruby-is-set-to-inline-block.html: Added.
2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed, remove empty directories.
* fast/forms/date-multiple-fields: Removed.
* fast/forms/datetimelocal-multiple-fields: Removed.
* fast/forms/month-multiple-fields: Removed.
* fast/forms/time-multiple-fields: Removed.
* fast/forms/week-multiple-fields: Removed.
* fast/js: Removed.
* http/tests/inspector-enabled: Removed.
* http/tests/inspector-enabled/resources: Removed.
* http/tests/inspector/appcache: Removed.
* http/tests/inspector/appcache/resources: Removed.
* http/tests/inspector/audits: Removed.
* http/tests/inspector/audits/resources: Removed.
* http/tests/inspector/indexeddb: Removed.
* http/tests/inspector/indexeddb/resources: Removed.
* http/tests/inspector/network: Removed.
* http/tests/inspector/network/resources: Removed.
* http/tests/inspector/resource-tree: Removed.
* http/tests/inspector/resource-tree/resources: Removed.
* http/tests/inspector/resources: Removed.
* http/tests/inspector/search: Removed.
* http/tests/inspector/search/resources: Removed.
* http/tests/inspector/stacktraces: Removed.
* http/tests/inspector/stacktraces/resources: Removed.
* http/tests/inspector/styles: Removed.
* http/tests/inspector/styles/resources: Removed.
* http/tests/inspector/websocket: Removed.
* http/tests/webgl/1.0.1: Removed.
* inspector-protocol/heap-profiler: Removed.
* inspector-protocol/heap-profiler/resources: Removed.
* inspector/console: Removed.
* inspector/console/resources: Removed.
* inspector/elements: Removed.
* inspector/elements/resources: Removed.
* inspector/profiler: Removed.
* inspector/runtime: Removed.
* inspector/styles: Removed.
* inspector/styles/resources: Removed.
* js/regress/resources: Removed.
* media/track/opera/track/webvtt/rendering/reftest/media: Removed.
* networkinformation: Removed.
* networkinformation/resources: Removed.
* networkinformation/script-tests: Removed.
* platform/efl-wk2/dom: Removed.
* platform/efl-wk2/dom/xhtml: Removed.
* platform/efl-wk2/inspector: Removed.
* platform/efl-wk2/tables: Removed.
* platform/efl-wk2/tables/mozilla: Removed.
* platform/gtk-wk1: Removed.
* platform/gtk-wk1/fast: Removed.
* platform/gtk-wk1/fast/css: Removed.
* platform/gtk-wk1/fast/loader: Removed.
* platform/gtk-wk1/fast/media: Removed.
* platform/gtk-wk1/fast/writing-mode: Removed.
* platform/gtk-wk1/http: Removed.
* platform/gtk-wk1/http/tests: Removed.
* platform/gtk-wk1/http/tests/cache: Removed.
* platform/gtk-wk1/http/tests/security: Removed.
* platform/gtk-wk1/http/tests/security/contentSecurityPolicy: Removed.
* platform/gtk-wk1/js: Removed.
* platform/gtk-wk1/js/dom: Removed.
* platform/gtk-wk1/loader: Removed.
* platform/gtk-wk1/scrollingcoordinator: Removed.
* platform/gtk-wk2/accessibility: Removed.
* platform/gtk-wk2/fast: Removed.
* platform/gtk-wk2/fast/events: Removed.
* platform/gtk-wk2/http: Removed.
* platform/gtk-wk2/http/tests: Removed.
* platform/gtk-wk2/http/tests/loading: Removed.
* platform/gtk-wk2/http/tests/misc: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-1: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-2: Removed.
* platform/gtk-wk2/http/tests/misc/authentication-redirect-4: Removed.
* platform/gtk-wk2/http/tests/security: Removed.
* platform/gtk-wk2/http/tests/security/401-logout: Removed.
* platform/gtk-wk2/http/tests/xmlhttprequest: Removed.
* platform/gtk-wk2/js: Removed.
* platform/gtk-wk2/js/dom: Removed.
* platform/gtk-wk2/plugins: Removed.
* platform/gtk-wk2/plugins/npruntime: Removed.
* platform/gtk/platform: Removed.
* platform/ios-simulator/editing/editability: Removed.
* platform/ios-simulator/editing/input: Removed.
* platform/ios-simulator/editing/secure-input: Removed.
* platform/ios-simulator/editing/shadow: Removed.
* platform/ios-simulator/editing/spelling: Removed.
* platform/ios-simulator/editing/text-iterator: Removed.
* platform/ios-simulator/editing/undo: Removed.
* platform/ios-simulator/editing/unsupported-content: Removed.
* platform/ios-simulator/fast/canvas/webgl: Removed.
* platform/ios-simulator/fast/css-grid-layout: Removed.
* platform/ios-simulator/fast/css/content: Removed.
* platform/ios-simulator/fast/css/image-orientation: Removed.
* platform/ios-simulator/fast/css/image-resolution: Removed.
* platform/ios-simulator/fast/css/style-scoped: Removed.
* platform/ios-simulator/fast/css3-text/css3-text-indent: Removed.
* platform/ios-simulator/fast/css3-text/css3-text-indent/getComputedStyle: Removed.
* platform/ios-simulator/fast/dom/Document: Removed.
* platform/ios-simulator/fast/dom/Document/CaretRangeFromPoint: Removed.
* platform/ios-simulator/fast/dom/Geolocation: Removed.
* platform/ios-simulator/fast/dom/HTMLAnchorElement: Removed.
* platform/ios-simulator/fast/dom/HTMLImageElement/sizes: Removed.
* platform/ios-simulator/fast/dom/MutationObserver: Removed.
* platform/ios-simulator/fast/dom/NavigatorContentUtils: Removed.
* platform/ios-simulator/fast/dom/Orientation: Removed.
* platform/ios-simulator/fast/dom/custom: Removed.
* platform/ios-simulator/fast/events/constructors: Removed.
* platform/ios-simulator/fast/events/scoped: Removed.
* platform/iphone-simulator: Removed.
* platform/iphone-simulator/fast: Removed.
* platform/iphone-simulator/fast/events: Removed.
* platform/mac-mavericks/fast/borders: Removed.
* platform/mac-wk2/fast/writing-mode: Removed.
* platform/mac-wk2/http/tests/plugins: Removed.
* platform/mac-wk2/js: Removed.
* platform/mac-wk2/js/dom: Removed.
* platform/mac-wk2/tiled-drawing/fixed: Removed.
* platform/mac-wk2/tiled-drawing/fixed-background: Removed.
* platform/mac-wk2/tiled-drawing/sticky: Removed.
* platform/mac/dom: Removed.
* platform/mac/dom/xhtml: Removed.
* platform/mac/fast/backgrounds/resources: Removed.
* platform/mac/media/W3C/audio: Removed.
* platform/mac/media/W3C/audio/canPlayType: Removed.
* platform/mac/platform/mac-wk2: Removed.
* platform/mac/platform/mac/editing/spelling: Removed.
* platform/mac/platform/mac/fast/forms: Removed.
* platform/win-wk2: Removed.
* platform/win-wk2/fast: Removed.
* platform/win-wk2/http: Removed.
* platform/win-wk2/platform: Removed.
* platform/win-wk2/svg: Removed.
* platform/win/canvas: Removed.
* platform/win/fast/xmlhttprequest: Removed.
* platform/win/loader: Removed.
* platform/wk2/tables: Removed.
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] Mark some debug assertions.
* platform/win/TestExpectations: Mark several debug assertions so
we don't end testing early.
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] More media rebaselining.
* platform/win/TestExpectations:
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/win/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-12 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Need to have new baseline for some tests of fast/ruby since r172874
https://bugs.webkit.org/show_bug.cgi?id=141462
Unreviewed, EFL gardening. Rebaseline after r172874
* platform/efl/TestExpectations:
* platform/efl/fast/ruby/bopomofo-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-expected.txt:
* platform/efl/fast/ruby/bopomofo-letter-spacing-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-letter-spacing-expected.txt:
* platform/efl/fast/ruby/bopomofo-rl-expected.png: Added.
* platform/efl/fast/ruby/bopomofo-rl-expected.txt:
* platform/efl/fast/ruby/ruby-beforeafter-expected.png:
* platform/efl/fast/ruby/ruby-beforeafter-expected.txt:
* platform/efl/fast/ruby/ruby-length-expected.png:
* platform/efl/fast/ruby/ruby-length-expected.txt:
* platform/efl/fast/ruby/ruby-run-break-expected.png:
* platform/efl/fast/ruby/ruby-run-break-expected.txt:
* platform/efl/fast/ruby/ruby-runs-expected.png:
* platform/efl/fast/ruby/ruby-runs-expected.txt:
* platform/efl/fast/ruby/ruby-runs-spans-expected.png:
* platform/efl/fast/ruby/ruby-runs-spans-expected.txt:
* platform/efl/fast/ruby/ruby-trailing-expected.png:
* platform/efl/fast/ruby/ruby-trailing-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text2-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/efl/fast/ruby/rubyDOM-insert-text3-expected.png:
* platform/efl/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/efl/fast/ruby/rubyDOM-remove-text1-expected.png:
* platform/efl/fast/ruby/rubyDOM-remove-text1-expected.txt:
2015-02-12 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed updates to test expectations to reduce failures on Windows bots.
* platform/win/TestExpectations: Mark a number of time-outs for Media tests.
2015-02-12 Beth Dakin <bdakin@apple.com>
Re-baselines after http://trac.webkit.org/changeset/180018
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-div-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-div-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-iframe-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-mainframe-with-handler-expected.txt:
* platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-select-latched-select-with-handler-expected.txt:
2015-02-12 Chris Dumez <cdumez@apple.com>
Drop the quirks-mode exception for CSS MIME types
https://bugs.webkit.org/show_bug.cgi?id=141501
Reviewed by Alexey Proskuryakov.
Update a couple of layout tests now that we dropped the quirks-mode
exception for CSS MIME types.
* http/tests/misc/css-accept-any-type-expected.txt:
* http/tests/misc/css-accept-any-type.html:
* http/tests/security/cross-origin-css-expected.txt:
* http/tests/security/cross-origin-css.html:
2015-02-12 Beth Dakin <bdakin@apple.com>
REGRESSION: Should not send wheel events with a delta of 0
https://bugs.webkit.org/show_bug.cgi?id=141537
-and corresponding-
rdar://problem/18903118
Reviewed by Simon Fraser.
* platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/wheel-events-with-no-delta.html: Added.
2015-02-12 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Crash inspecting styles of element with mutated stylesheet
https://bugs.webkit.org/show_bug.cgi?id=141451
Reviewed by Timothy Hatcher.
* inspector/css/stylesheet-with-mutations-expected.txt: Added.
* inspector/css/stylesheet-with-mutations.html: Added.
Previously this test would crash, or in debug builds show one
of the two selectors in the rule.
2015-02-12 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179987.
https://bugs.webkit.org/show_bug.cgi?id=141525
caused debug tests to fail (Requested by alexchristensen on
#webkit).
Reverted changeset:
"[CSS Grid Layout] Invalid initialization of track sizes with
non spanning grid items"
https://bugs.webkit.org/show_bug.cgi?id=140763
http://trac.webkit.org/changeset/179987
2015-02-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Two tests have been failing since r148090.
* platform/efl/TestExpectations: Skip 2 failure tests.
2015-02-12 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening.
* platform/efl/TestExpectations: Mark two tests failing since r177664.
2015-01-23 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Invalid initialization of track sizes with non spanning grid items
https://bugs.webkit.org/show_bug.cgi?id=140763
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-initialize-span-one-items-expected.txt: Added.
* fast/css-grid-layout/grid-initialize-span-one-items.html: Added.
2015-02-11 Chris Fleizach <cfleizach@apple.com>
AX: Undeprecate ios-simulator accessibility tests
https://bugs.webkit.org/show_bug.cgi?id=141407
Reviewed by Daniel Bates.
Undeprecate ios accessibility tests.
Modified one failing test (svg-group-element-with-title.html) slightly to get it to pass.
* platform/ios-sim-deprecated/accessibility: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-aria-table-children-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-aria-table-children.html: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-crash-in-axcontainer-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-crash-in-axcontainer.html: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-hint-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/accessibility-hint.html: Removed.
* platform/ios-sim-deprecated/accessibility/aria-label-with-internal-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/aria-label-with-internal-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/aria-pressed-state-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/aria-pressed-state.html: Removed.
* platform/ios-sim-deprecated/accessibility/centerpoint-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/centerpoint.html: Removed.
* platform/ios-sim-deprecated/accessibility/disabled-states-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/disabled-states.html: Removed.
* platform/ios-sim-deprecated/accessibility/dom-focus-fires-on-correct-element-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/dom-focus-fires-on-correct-element.html: Removed.
* platform/ios-sim-deprecated/accessibility/element-paths-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/element-paths.html: Removed.
* platform/ios-sim-deprecated/accessibility/file-upload-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/file-upload-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/focus-change-notifications-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/focus-change-notifications.html: Removed.
* platform/ios-sim-deprecated/accessibility/header-elements-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/header-elements.html: Removed.
* platform/ios-sim-deprecated/accessibility/identifier-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/identifier.html: Removed.
* platform/ios-sim-deprecated/accessibility/internal-link-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/internal-link.html: Removed.
* platform/ios-sim-deprecated/accessibility/landmark-type-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/landmark-type.html: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-images-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-images-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-only-image-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/link-with-only-image.html: Removed.
* platform/ios-sim-deprecated/accessibility/math-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/math.html: Removed.
* platform/ios-sim-deprecated/accessibility/mixed-checkboxes-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/mixed-checkboxes.html: Removed.
* platform/ios-sim-deprecated/accessibility/no-child-link-header-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/no-child-link-header.html: Removed.
* platform/ios-sim-deprecated/accessibility/non-contiguous-link-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/non-contiguous-link.html: Removed.
* platform/ios-sim-deprecated/accessibility/out-of-bounds-child-access-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/out-of-bounds-child-access.html: Removed.
* platform/ios-sim-deprecated/accessibility/password-value-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/password-value.html: Removed.
* platform/ios-sim-deprecated/accessibility/placeholder-value-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/placeholder-value.html: Removed.
* platform/ios-sim-deprecated/accessibility/popup-button-value-label-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/popup-button-value-label.html: Removed.
* platform/ios-sim-deprecated/accessibility/progressbar-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/progressbar.html: Removed.
* platform/ios-sim-deprecated/accessibility/radio-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/radio-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/secure-text-field-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/secure-text-field.html: Removed.
* platform/ios-sim-deprecated/accessibility/selected-buttons-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/selected-buttons.html: Removed.
* platform/ios-sim-deprecated/accessibility/selected-text-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/selected-text.html: Removed.
* platform/ios-sim-deprecated/accessibility/svg-group-element-with-title-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/svg-group-element-with-title.html: Removed.
* platform/ios-sim-deprecated/accessibility/svg-path-crash-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/svg-path-crash.html: Removed.
* platform/ios-sim-deprecated/accessibility/tab-role-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tab-role.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-for-row-col-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-for-row-col.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-ranges-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/table-cell-ranges.html: Removed.
* platform/ios-sim-deprecated/accessibility/table-with-mismatch-column-count-in-initial-section-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tables-lists-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/tables-lists.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-line-no-ignored-elements-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-line-no-ignored-elements.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-list-item-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-list-item.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-validation-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-marker-validation.html: Removed.
* platform/ios-sim-deprecated/accessibility/text-role-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/text-role.html: Removed.
* platform/ios-sim-deprecated/accessibility/textfield-in-axvalue-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/textfield-in-axvalue.html: Removed.
* platform/ios-sim-deprecated/accessibility/toggle-button-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/toggle-button.html: Removed.
* platform/ios-sim-deprecated/accessibility/url-test-expected.txt: Removed.
* platform/ios-sim-deprecated/accessibility/url-test.html: Removed.
* platform/ios-simulator/accessibility: Copied from LayoutTests/platform/ios-sim-deprecated/accessibility.
* platform/ios-simulator/accessibility/svg-group-element-with-title.html:
2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardenging. Need to mark pointer/hover media query tests as failure.
These tests have been failed since r179055.
* platform/efl/TestExpectations:
2015-02-11 Darin Adler <darin@apple.com>
SVGUseElement follow-up improvements
https://bugs.webkit.org/show_bug.cgi?id=141382
Reviewed by Antti Koivisto.
Modified some tests to be reference tests since the change in implementation slightly changed
the behavior, but not in a way that matters. Other similar updates.
* TestExpectations: Expect a progression in imported/mozilla/svg/dynamic-use-02.svg.
* platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Removed.
* platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/gtk/svg/custom/use-property-synchronization-crash-expected.png: Removed.
* platform/ios-sim-deprecated/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/ios-simulator/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Removed.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-property-synchronization-crash-expected.png: Removed.
* svg/animations/use-animate-width-and-height-expected.txt: Updated to expect the new expression
name from the modified test.
* svg/animations/use-animate-width-and-height.html: THe state of the shadow root now depends on
layout, so force layout before inspecting it.
* svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.xhtml: Added.
* svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml: Made this no longer be a
repaint test. Not sure why we are using those in so many cases. Also made it be a reference test.
* svg/custom/use-property-synchronization-crash-expected.svg: Added.
* svg/custom/use-property-synchronization-crash-expected.txt: Removed.
2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Mark multi-column failing tests to Failure.
Those tests have been failing since r167808.
* platform/efl/TestExpectations:
2015-02-11 Dhi Aurrahman <diorahman@rockybars.com>
CSS selector JIT compilation support for :lang()
https://bugs.webkit.org/show_bug.cgi?id=140818
Reviewed by Benjamin Poulain.
* fast/selectors/lang-chained-multiple-expected.txt: Added.
* fast/selectors/lang-chained-multiple.html: Added.
2015-02-11 Sam Weinig <sam@webkit.org>
REGRESSION(r179166): Crash when accessing document.dir on a document with no elements
<rdar://problem/19804351>
https://bugs.webkit.org/show_bug.cgi?id=141480
Reviewed by Chris Dumez.
* fast/dom/document-dir-empty-document-crash-expected.txt: Added.
* fast/dom/document-dir-empty-document-crash.html: Added.
2015-02-11 Tim Horton <timothy_horton@apple.com>
REGRESSION (iOS 8): PDFs embedded in <object>/<embed> tag don't load at all
https://bugs.webkit.org/show_bug.cgi?id=141457
<rdar://problem/18221851>
Reviewed by Alexey Proskuryakov.
* TestExpectations:
* fast/replaced/pdf-as-object-and-embed-expected.html: Added.
* fast/replaced/pdf-as-object-and-embed.html: Added.
* platform/ios-simulator-wk2/TestExpectations:
Add a test that ensures that WebKit2 on iOS treats <object>, <embed>,
and <img> the same when rendering a PDF.
2015-02-11 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:flex cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141218
Reviewed by Ryosuke Niwa.
This tests if an editable flexbox can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-flexbox-expected.txt: Added.
* fast/events/key-events-in-editable-flexbox.html: Added.
2015-02-11 Sam Weinig <sam@webkit.org>
performance.now can crash if accessed from a window that has navigated
<rdar://problem/16892506>
https://bugs.webkit.org/show_bug.cgi?id=141478
Reviewed by Alexey Proskuryakov.
* fast/performance/performance-now-crash-on-navigated-window-expected.txt: Added.
* fast/performance/performance-now-crash-on-navigated-window.html: Added.
* fast/performance/resources: Added.
* fast/performance/resources/initialFrame.html: Added.
* fast/performance/resources/secondFrame.html: Added.
Add test for calling performance.now() on from a navigated window.
2015-02-10 Alexey Proskuryakov <ap@apple.com>
URL::setUser and URL::setPass don't percent encode
https://bugs.webkit.org/show_bug.cgi?id=141453
rdar://problem/14844503&16551802&19623145
Reviewed by Darin Adler.
* fast/url/url-credentials-escaping-expected.txt: Added.
* fast/url/url-credentials-escaping.html: Added.
This change is most directly testable via URL API.
* http/tests/xmlhttprequest/basic-auth-credentials-escaping-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-credentials-escaping.html: Added.
Verify that this doesn't break XMLHttpRequest authentication.
* fast/dom/DOMURL/invalid-url-getters-expected.txt: Removed.
* fast/dom/DOMURL/invalid-url-getters.html: Removed.
* fast/dom/DOMURL/url-origin-expected.txt:
* fast/dom/DOMURL/url-origin.html:
Removed tests for invalid URLs, there is no such thing with URL API.
2015-02-11 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179921.
https://bugs.webkit.org/show_bug.cgi?id=141473
caused about 30 test failures on yosemite and mavericks
(Requested by alexchristensen on #webkit).
Reverted changeset:
"Div having contentEditable and display:flex cannot be edited
if it is empty."
https://bugs.webkit.org/show_bug.cgi?id=141218
http://trac.webkit.org/changeset/179921
2015-02-11 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK+ Gardening 11 February.
* platform/gtk/TestExpectations:
* platform/gtk/editing/pasteboard/onpaste-text-html-expected.txt: Rebaselined after r179168.
* platform/gtk/fast/css/outline-auto-empty-rects-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/css/pseudo-invalid-form-invalidation-optimization-expected.txt: Added. Rebaselined after r177664.
* platform/gtk/fast/css/pseudo-valid-form-invalidation-optimization-expected.txt: Added. Rebaselined after r177664.
* platform/gtk/fast/forms/basic-buttons-expected.txt: Rebaselined after r178078.
* platform/gtk/fast/line-grid/line-align-right-edges-expected.txt: Rebaselined after r177128.
* platform/gtk/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/table/022-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/wbr-pre-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/whitespace/019-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/fast/text/whitespace/023-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added. Rebaselined after r177490.
* platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt: Added. Rebaselined after r177774.
* platform/gtk/svg/custom/glyph-selection-lang-attribute-expected.txt: Rebaselined after r177490.
2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Add default color chooser implementation using GtkColorChooserDialog
https://bugs.webkit.org/show_bug.cgi?id=141392
Reviewed by Gustavo Noronha Silva.
Unskip input color tests.
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/color/input-appearance-color-expected.txt: Added.
2015-02-11 ChangSeok Oh <changseok.oh@collabora.com>
Div having contentEditable and display:flex cannot be edited if it is empty.
https://bugs.webkit.org/show_bug.cgi?id=141218
Reviewed by Ryosuke Niwa.
This tests if an editable flexbox can be reedited after erasing all texts in it.
* fast/events/key-events-in-editable-flexbox-expected.txt: Added.
* fast/events/key-events-in-editable-flexbox.html: Added.
2015-02-11 Dana Burkart <dburkart@apple.com>
http/tests/cache/disk-cache-validation.html generates a lot of Perl errors
https://bugs.webkit.org/show_bug.cgi?id=141393
Reviewed by Darin Adler.
* http/tests/cache/resources/generate-response.cgi:
2015-02-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Tests of fast/ruby needs to have new baseline since r172874.
* platform/efl/TestExpectations:
2015-02-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Some tests of imported/mozilla/svg/ have been failed since r177330.
Mark those tests to ImageOnlyFailure.
* platform/efl/TestExpectations:
2015-02-10 Alexey Proskuryakov <ap@apple.com>
REGRESSION(?): inspector/css/selector-dynamic-specificity.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=141118
* platform/mac-wk2/TestExpectations: Skpping the test, I'm concerned that it may
be affecting other tests.
2015-02-09 David Hyatt <hyatt@apple.com>
text-underline-position: under is broken
https://bugs.webkit.org/show_bug.cgi?id=141400
<rdar://problem/18569583>
Reviewed by Simon Fraser.
* fast/text/text-underline-position-under-expected.html: Added.
* fast/text/text-underline-position-under.html: Added.
2015-02-07 Zalan Bujtas <zalan@apple.com>
REGRESSION (r168046): Crash in WebCore::InlineBox::renderer / WebCore::RenderFlowThread::checkLinesConsistency
https://bugs.webkit.org/show_bug.cgi?id=133462
Reviewed by David Hyatt.
RenderFlowThread::m_lineToRegionMap stores pointers to the root inlineboxes in the block flow.
Normally root inlineboxes remove themselves from this map in their dtors. However when collapsing an anonymous block,
we detach the inline tree first and destroy them after. The detached root boxes can't access
the flowthread containing block and we end up with dangling pointers in this map.
Call removeFlowChildInfo() before detaching the subtree to ensure proper pointer removal.
* fast/multicol/newmulticol/crash-when-switching-to-floating-expected.txt: Added.
* fast/multicol/newmulticol/crash-when-switching-to-floating.html: Added.
2015-02-10 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: fast/loader/subframe-navigate-during-main-frame-load.html crashes running all tests
* platform/ios-simulator-wk2/TestExpectations: Mark
fast/loader/subframe-navigate-during-main-frame-load.html as
flakey.
2015-02-10 Julien Isorce <j.isorce@samsung.com>
Render: properly update body's background image
https://bugs.webkit.org/show_bug.cgi?id=140183
When HTML and BODY renderers are both composited the
skipBodyBackground condition should also take into account
if the HTML's layer can draw its contents.
Reviewed by Darin Adler.
* compositing/backgrounds/background-image-with-negative-zindex-expected.html: Added.
* compositing/backgrounds/background-image-with-negative-zindex.html: Added.
2015-02-10 Eric Carlson <eric.carlson@apple.com>
[iOS] don't get out of sync when interrupt/resume calls are not balanced
https://bugs.webkit.org/show_bug.cgi?id=141310
Reviewed by Jer Noble.
* media/video-interruption-with-resume-allowing-play-expected.txt:
* media/video-interruption-with-resume-allowing-play.html: Updated to test unbalanced calls
to begin/end interruption.
2015-02-10 Marcos Chavarría Teijeiro <chavarria1991@gmail.com>
Unreviewed GTK Gardening.
* platform/gtk/TestExpectations:
* platform/gtk/fast/css/font-face-in-media-rule-expected.txt: Added. Rebaselined after r177774.
2015-02-09 Brent Fulgham <bfulgham@apple.com>
[Win] Activate media tests. (Unreviewed)
* platform/win/TestExpectations: Activate tests.
2015-02-09 Roger Fong <roger_fong@apple.com>
WebGL: Update 1.0.2 conformance layout tests and address new failure.
https://bugs.webkit.org/show_bug.cgi?id=141408.
<rdar://problem/19773236>
Reviewed by Dean Jackson.
* fast/canvas/webgl/bad-arguments-test-expected.txt: Removed.
* fast/canvas/webgl/bad-arguments-test.html: Removed. Redundant test case.
* webgl/1.0.2/resources/webgl_test_files/README.md:
* webgl/1.0.2/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/bad-arguments-test.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/webgl-specific.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/unit.js:
* webgl/1.0.2/resources/webgl_test_files/conformance/more/util.js:
(VBO.prototype.use):
* webgl/1.0.2/resources/webgl_test_files/conformance/rendering/multisample-corruption.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/fragmentShader.frag:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/glsl-generator.js:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/vertexShader.vert:
* webgl/1.0.2/resources/webgl_test_files/conformance/resources/webgl-test-utils.js:
(WebGLTestUtils):
* webgl/1.0.2/resources/webgl_test_files/test-guidelines.md:
* webgl/1.0.2/resources/webgl_test_files/webgl-conformance-tests.html:
2015-02-09 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate.
https://bugs.webkit.org/show_bug.cgi?id=140955
Reviewed by Eric Carlson.
* webaudio/audiobuffersource-negative-playbackrate-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-loop.html: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html:
* webaudio/audiobuffersource-negative-playbackrate-loop-expected.txt: Added.
* webaudio/audiobuffersource-negative-playbackrate-loop.html: Added.
* webaudio/audiobuffersource-negative-playbackrate.html:
* webaudio/resources/audiobuffersource-testing.js:
(createRamp):
Get rid of extra HRTF padding as it's now unnecessary.
* webaudio/resources/note-grain-on-testing.js:
(createSignalBuffer):
(verifyStartAndEndFrames):
2015-02-09 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: css3/masking/mask-repeat-space-padding.html
* platform/ios-simulator-wk2/TestExpectations: Remove
expectation since this is covered in
platform/ios-simulator/TestExpectations as an ImageOnlyFailure.
2015-02-09 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening for editing/execCommand/remove-list-item-1.html
* platform/ios-simulator-wk1/TestExpectations:
(editing/execCommand/remove-list-item-1.html): Mark as flakey.
When run (with or without --run-singly), this test always passes
the first time, but fails all subsequent times due to
EDITING DELEGATE: shouldChangeSelectedDOMRange:range
running in a different order.
* platform/ios-simulator-wk2/editing/execCommand/remove-list-item-1-expected.txt: Update.
2015-02-09 David Kilzer <ddkilzer@apple.com>
REGRESSION (r179771): [iOS] Gardening for compositing/layer-creation/subpixel-adjacent-layers-overlap.html
Test recently added for:
Convert the compositing overlap map to use LayoutRects
<http://webkit.org/b/141346>
* platform/ios-simulator/compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt:
Add platform-specific results for ios-simulator.
2015-02-09 Carlos Alberto Lopez Perez <clopez@igalia.com>
Unreviewed GTK Gardening.
* platform/gtk/TestExpectations: Mark new test failing
* platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt: Added. Rebaseline after r177774.
2015-01-22 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks' growth limits must be >= base sizes
https://bugs.webkit.org/show_bug.cgi?id=140540
Reviewed by Antti Koivisto.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2015-02-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, add new baseline since r179796.
New baseline was added by r179796. EFL port supports the test as well.
This patch adds new baseline based on EFL port.
* platform/efl/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/efl/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-08 Chris Fleizach <cfleizach@apple.com>
AX: VoiceOver appears unresponsive when JavaScript alerts are triggered via focus or blur events
https://bugs.webkit.org/show_bug.cgi?id=140485
Reviewed by Anders Carlsson.
Modify tests that relied on setting behavior and immediately checking results. Those
tests now need to retrieve results after a short timeout.
* accessibility/textarea-selected-text-range-expected.txt:
* accessibility/textarea-selected-text-range.html:
* platform/mac/accessibility/select-element-selection-with-optgroups.html:
* platform/mac/accessibility/setting-attributes-is-asynchronous-expected.txt: Added.
* platform/mac/accessibility/setting-attributes-is-asynchronous.html: Added.
2015-02-08 Benjamin Poulain <benjamin@webkit.org>
Add parsing support for CSS Selector L4's case-insensitive attribute
https://bugs.webkit.org/show_bug.cgi?id=141373
Reviewed by Darin Adler.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
Basic round-trip serialization through CSSOM.
* fast/css/parsing-css-attribute-case-insensitive-value-1-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-1.html: Added.
Simple cases by themself and used in complex selectors.
* fast/css/parsing-css-attribute-case-insensitive-value-2-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-2.html: Added.
Less simple cases, all kinds of valid syntax for case-insensitive attributes.
* fast/css/parsing-css-attribute-case-insensitive-value-3-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-3.html: Added.
Cases that must be treated as invalid selectors.
* fast/css/parsing-css-attribute-case-insensitive-value-4-expected.txt: Added.
* fast/css/parsing-css-attribute-case-insensitive-value-4.html: Added.
Verify that invalid rules do not affect surrounding valid rules.
2015-02-08 David Kilzer <ddkilzer@apple.com>
[iOS] Skip js/dom/create-lots-of-workers.html on ios-simulator
Already skipped on mac; marked as flakey on efl and gtk.
Fix tracked by:
REGRESSION: js/dom/create-lots-of-workers.html frequently crashes (sometimes in js/dom/cross-frame-bad-time.html)
<http://webkit.org/b/129758>
<rdar://problem/19760988>
* platform/ios-simulator/TestExpectations: Skip test.
* platform/mac/TestExpectations: Add comment about skipping on
ios-simulator.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
Reviewed by Sam Weinig.
Make the test wait for the plug-in to become available.
* fullscreen/full-screen-plugin.html:
2015-02-08 Darin Adler <darin@apple.com>
Remove the SVG instance tree
https://bugs.webkit.org/show_bug.cgi?id=140602
Reviewed by Dean Jackson.
Last step: Remove SVGElementInstance class itself.
* js/dom/global-constructors-attributes-expected.txt: Removed SVGElementInstance.
* platform/efl/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/gtk/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt: Ditto.
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt: Ditto.
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/mac/js/dom/global-constructors-attributes-expected.txt: Ditto.
* platform/win/js/dom/global-constructors-attributes-expected.txt: Ditto.
* svg/custom/global-constructors-expected.txt: Ditto.
* svg/custom/script-tests/global-constructors.js: Ditto.
* svg/dom/svg2-inheritance-expected.txt: Ditto.
* svg/dom/svg2-inheritance.html: Ditto.
2015-02-08 Darin Adler <darin@apple.com>
Make SVGUseElement work without creating any SVGElementInstance objects
https://bugs.webkit.org/show_bug.cgi?id=141374
Reviewed by Sam Weinig.
Results changed on some tests that expected the old "remove all content if a cycle is detected"
behavior from the <use> element. The new behavior is to inhibit cycles, but render everything
else, which is much easier to implement correctly and also makes logical sense. Changed all
those tests to be reference tests, which makes sense since they are focusing on what gets
rendered in these complex cases, and the expected results are a lot easier to understand in
SVG form than they were in txt/png form. This also means we can remove a lot of platform-specific
results since reference tests aren't sensitive to small platform differences in rendering.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/efl/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/efl/svg/hixie/error/017-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-1-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-2-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-3-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/gtk/svg/custom/use-recursion-4-expected.png: Removed.
* platform/gtk/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/gtk/svg/hixie/error/017-expected.png: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/hixie/error/017-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac-mountainlion/svg/hixie/error/017-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac/svg/hixie/error/017-expected.png: Removed.
* platform/mac/svg/hixie/error/017-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.svg: Added. Made this be a reference test,
and made it expect more of the recursion to work.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.svg: Added. More of the same.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Removed.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.svg: Added. More of the same.
* svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-3-expected.svg: Added. More of the same.
* svg/custom/use-recursion-1-expected.svg: Added. More of the same.
* svg/custom/use-recursion-2-expected.svg: Added. More of the same.
* svg/custom/use-recursion-3-expected.svg: Added. More of the same.
* svg/custom/use-recursion-4-expected.svg: Added. More of the same.
* svg/hixie/error/017-expected.txt: Removed.
* svg/hixie/error/017-expected.xml: Added. More of the same.
* svg/in-html/defs-after-use.html: Updated incorrect bug number in this test.
2015-02-08 David Kilzer <ddkilzer@apple.com>
Skip fast/parser/document-open-in-unload.html on all WK2 platforms
Tracked by:
[WK2] fast/parser/document-open-in-unload.html makes the following test crash
<http://webkit.org/b/98345>
* platform/mac-wk2/TestExpectations: Move Skip expectation from here...
* platform/wk2/TestExpectations: ...to here with updated bug number.
2015-02-08 David Kilzer <ddkilzer@apple.com>
Update section headers for mac-wk2/TestExpectations
* platform/mac-wk2/TestExpectations:
2015-02-08 David Kilzer <ddkilzer@apple.com>
[iOS] Gardening: Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
Tracked by: <http://webkit.org/b/141371>
* platform/ios-simulator-wk2/TestExpectations: Mark tests as
crashing.
2015-02-08 David Kilzer <ddkilzer@apple.com>
REGRESSION (r179391): Remove references to deleted SVG tests
Fixes the following lint warnings:
--lint-test-files warnings:
LayoutTests/platform/ios-simulator-wk2/TestExpectations:412 Path does not exist. svg/custom/use-elementInstance-event-target.svg
LayoutTests/platform/ios-simulator-wk2/TestExpectations:413 Path does not exist. svg/custom/use-elementInstance-methods.svg
LayoutTests/platform/ios-simulator-wk2/TestExpectations:417 Path does not exist. svg/custom/use-instanceRoot-event-listeners.xhtml
* platform/ios-simulator-wk2/TestExpectations: Remove deleted
tests.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
AX: The input element with type="search" has no default focus outline
https://bugs.webkit.org/show_bug.cgi?id=140326
Adding results for Mavericks.
* platform/mac-mavericks/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
http/tests/security/appcache-in-private-browsing.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141370
* TestExpectations: Marking as such.
2015-02-08 Alexey Proskuryakov <ap@apple.com>
Application cache abort() tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=87633
Moved expectations form Efl to root TestExpectations file. Also, removed Crash
expectation, as no bot hits that now.
Removed an erroneously added expectation for abort-cache-onchecking-resource-404.html -
this test doesn't happen to fail on the bots, although it also doesn't appear to
be very robust.
* TestExpectations:
* platform/efl/TestExpectations:
2015-02-08 Alexey Proskuryakov <ap@apple.com>
http/tests/appcache/abort-cache-onchecking-resource-404.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141368
* TestExpectations: This test is intrinsically unreliable, but at least it checks
that there is no crash is any of the code paths that it takes.
2015-02-07 Chris Fleizach <cfleizach@apple.com>
AX: The input element with type="search" has no default focus outline
https://bugs.webkit.org/show_bug.cgi?id=140326
Reviewed by Darin Adler.
* fast/css/focus-ring-exists-for-search-field.html: Added.
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.png: Added.
* platform/mac/fast/css/focus-ring-exists-for-search-field-expected.txt: Added.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
fullscreen/full-screen-plugin.html is very flaky on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=141364
Reviewed by Zalan Bujtas.
Speculative fix. Make sure that the plug-in has loaded before using it.
* fullscreen/full-screen-plugin.html:
2015-02-07 Tim Horton <timothy_horton@apple.com>
Add some dictionary lookup tests
https://bugs.webkit.org/show_bug.cgi?id=141355
Reviewed by Darin Adler.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-input-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-input.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-inside-selection.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-outside-selection.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl-expected.txt: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup-rtl.html: Added.
* platform/mac/editing/dictionary-lookup/dictionary-lookup.html: Added.
* platform/mac/editing/dictionary-lookup/lookup-test.js: Added.
(runTest):
Add tests for various cases that we've had trouble with in the past.
2015-02-07 Zalan Bujtas <zalan@apple.com>
Unreviewed gardening.
Remove svg/custom/use-events-crash.svg. It has no value anymore.
See webkit.org/b/141108
* platform/gtk/svg/custom/use-events-crash-expected.png: Removed.
* platform/gtk/svg/custom/use-events-crash-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-events-crash-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-events-crash-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-events-crash-expected.txt: Removed.
* platform/mac/svg/custom/use-events-crash-expected.png: Removed.
* platform/mac/svg/custom/use-events-crash-expected.txt: Removed.
* svg/custom/use-events-crash.svg: Removed.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Darin Adler.
This test relies on a zero-delay timer being a lot faster than fetching from network.
Force a layout before starting the test, because otherwise, the layout can significantly
delay the timer (I've seen 50-60 milliseconds being a common delay in debug builds).
Also, changed the resource URL to avoid Apache error log spew.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-07 Chris Dumez <cdumez@apple.com>
fast/images/animated-gif-iframe-webkit-transform.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141323
Reviewed by Alexey Proskuryakov.
Use shouldBecomeEqual() instead of shouldBe() to check for initial test
conditions. This should address the flakiness.
* fast/images/animated-gif-iframe-webkit-transform-expected.txt:
* fast/images/animated-gif-iframe-webkit-transform.html:
* platform/mac/TestExpectations:
2015-02-07 Darin Adler <darin@apple.com>
Stop dispatching events with SVGElementInstance objects as their targets
https://bugs.webkit.org/show_bug.cgi?id=141108
Reviewed by Anders Carlsson.
Many tests are no longer relevant once we aren't doing this any more.
* platform/gtk/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed.
* svg/custom/use-instanceRoot-with-use-removed-expected.txt: Removed.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Updated this test to expect
the events to be dispatched with the SVGUseElement as the target. I talked this over with
Sam Weinig and we decided this is good behavior for now, and it almost matches what the
spec says. Might be worth refining later.
* svg/custom/use-instanceRoot-event-bubbling-expected.txt: Updated expected results.
* svg/custom/use-instanceRoot-event-bubbling.xhtml: Tweaked the test a little. It still
could use improvement; it's like half a "repaint test", which is strange.
* svg/custom/use-event-retargeting-expected.txt: Added. Got this test from Blink.
* svg/custom/use-event-retargeting.html: Added. Ditto.
* svg/custom/use-events-crash.svg: Added some more events, a second click, so that we
don't hang with the context menu up when running this. Also converted line endings to
use LF instead of CRLF.
2015-02-07 Alexey Proskuryakov <ap@apple.com>
REGRESSION (OS X 10.10.2): http/tests/media/video-query-url.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=141085
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-02-06 Zalan Bujtas <zalan@apple.com>
ASSERT repaintContainer->hasLayer() in WebCore::RenderObject::repaintUsingContainer
https://bugs.webkit.org/show_bug.cgi?id=140750
Reviewed by Simon Fraser.
There's a short period of time when RenderObject::layer() still returns a valid pointer
even though we already cleared the hasLayer() flag.
Do not use the layer as repaint container in such cases.
* compositing/repaint-container-assertion-when-toggling-compositing-expected.txt: Added.
* compositing/repaint-container-assertion-when-toggling-compositing.html: Added.
2015-02-06 Said Abou-Hallawa <sabouhallawa@apple.com>
Invalid cast in WebCore::SVGAnimateElement::calculateAnimatedValue.
https://bugs.webkit.org/show_bug.cgi?id=135171.
Reviewed by Dean Jackson.
* svg/animations/animate-montion-invalid-attribute-expected.svg: Added.
* svg/animations/animate-montion-invalid-attribute.svg: Added.
Make sure that adding the same attribute to <animateMotion> and <animate>, which both
animate the same target element, will be ignored and we won't crash.
2015-02-06 Simon Fraser <simon.fraser@apple.com>
Convert the compositing overlap map to use LayoutRects
https://bugs.webkit.org/show_bug.cgi?id=141346
Reviewed by Zalan Bujtas.
Test with adjacent layers on non-pixel boundaries.
* compositing/layer-creation/subpixel-adjacent-layers-overlap-expected.txt: Added.
* compositing/layer-creation/subpixel-adjacent-layers-overlap.html: Added.
2015-02-06 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Error algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139439
Reviewed by Jer Noble.
If Source Buffer has not received first init segment, then it shall call endOfStream after receiving
Media Segment, as per Media Source spec. (from 17 July 2014) in paragraph 3.5.1 point 6.1.
Added test which after creating SourceBuffer sends media sample, without any init segments.
Updated existing tests, so they correctly expect updateend and error as per Append Error algorithm.
* media/media-source/media-source-append-failed-expected.txt:
* media/media-source/media-source-append-failed.html:
* media/media-source/media-source-append-media-segment-without-init-expected.txt: Added.
* media/media-source/media-source-append-media-segment-without-init.html: Added.
* media/media-source/media-source-multiple-initialization-segments-expected.txt:
* media/media-source/media-source-multiple-initialization-segments.html:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
Correct expectations for inspector/css/selector-dynamic-specificity.html.
"Slow Pass Timeout" is not currently valid - if we expect a flaky timeout, we need
to expect it within the regular period of time with "Pass Timeout".
* platform/mac-wk2/TestExpectations:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Tweaked test output a little, hopefully this will shed some light on what happens in failure case.
* http/tests/xmlhttprequest/event-listener-gc-expected.txt:
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-06 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141325
* platform/mac-wk2/TestExpectations: Mark it as such.
2015-02-06 Alexey Proskuryakov <ap@apple.com>
inspector/css/selector-dynamic-specificity.html is very slow on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=141252
* platform/mac-wk2/TestExpectations: Add weaker expectations for debug builds.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
Test gardening for issues uncovered by disabling retries on debug bots.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179725.
https://bugs.webkit.org/show_bug.cgi?id=141320
caused 2 layout tests to fail (Requested by zalan on #webkit).
Reverted changeset:
"[MSE] Implement Append Error algorithm."
https://bugs.webkit.org/show_bug.cgi?id=139439
http://trac.webkit.org/changeset/179725
2015-02-05 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Unskip 4 passing tests regarding webgl.
Those tests were marked with *CRASH* on r179465 though, it looks
wrong.
* platform/efl/TestExpectations:
2015-02-05 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Error algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139439
Reviewed by Jer Noble.
If Source Buffer has not received first init segment, then it shall call endOfStream after receiving
Media Segment, as per Media Source spec. (from 17 July 2014) in paragraph 3.5.1 point 6.1.
Added test which after creating SourceBuffer sends media sample, without any init segments.
* media/media-source/media-source-append-media-segment-without-init-expected.txt: Added.
* media/media-source/media-source-append-media-segment-without-init.html: Added.
2015-02-05 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark inspector/css/selector-specificity.html flaky with Crash too (already marked with Timeout).
* platform/mac/TestExpectations:
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* platform/win/TestExpectations: These two canvas tests fail on Windows only.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* TestExpectations: Updated expectations for tests that pass.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
TestExpectations gardening.
* platform/mac/TestExpectations: Updated expectatiosn for tests that sometimes pass.
2015-02-05 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/18216390> ASSERTION FAILED: !m_visibleDescendantStatusDirty in WebCore::RenderLayer::isVisuallyNonEmpty()
fullscreen/full-screen-iframe-legacy.html is another affected test.
* TestExpectations: Marked it as flakily crashing.
2015-02-05 Maciej Stachowiak <mjs@apple.com>
Crash due to failing to dirty a removed text node's line box
https://bugs.webkit.org/show_bug.cgi?id=136544
Reviewed by David Hyatt.
* fast/text/remove-text-node-linebox-not-dirty-crash-expected.txt: Added.
* fast/text/remove-text-node-linebox-not-dirty-crash.html: Added.
2015-02-05 Brent Fulgham <bfulgham@apple.com>
[Win] Mark another group of assertion failures.
* platform/win/TestExpectations:
2015-02-05 Jer Noble <jer.noble@apple.com>
[Mac] HLS <video> will not fire 'progress' events, only 'stalled'.
https://bugs.webkit.org/show_bug.cgi?id=141284
Reviewed by Brent Fulgham.
* http/tests/media/hls/hls-progress-expected.txt: Added.
* http/tests/media/hls/hls-progress.html: Added.
2015-02-05 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark compositing/reflections/masked-reflection-on-composited.html flaky.
* platform/mac/TestExpectations:
2015-02-05 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Anders Carlsson.
Speculative fix.
* http/tests/xmlhttprequest/print-content-type.cgi: Make the resource uncacheable,
so that it doesn't load too quickly.
2015-02-05 Brent Fulgham <bfulgham@apple.com>
[Win] More Unreviewed gardening.
* platform/win/TestExpectations:
2015-02-05 Zalan Bujtas <zalan@apple.com>
Do not destroy RenderQuote's text fragment child when quotation mark string is changing.
https://bugs.webkit.org/show_bug.cgi?id=141271
rdar://problem/18169375
Reviewed by Antti Koivisto.
Similar approach as https://codereview.chromium.org/679593004/
This patch ensures that laying out a RenderQuote does not force a sibling RenderQuote's
child renderer(RenderText) to be destroyed.
BreakingContext holds a pointer to the next renderer on the line (BreakingContext::m_nextObject).
While laying out the line, initiated by BreakingContext, placing the current renderer could end up destroying the "next" renderer.
This happens when the pseudo after quotation mark(RenderQuote) becomes floated, the sibling <q>'s pseudo
before text needs to be changed (from " to ') so that we don't end up with 2 sets of the same opening
strings.
The fix is to reuse the RenderTextFragment object instead of destroy/recreate it.
* fast/css/content/quote-crash-when-floating-expected.txt: Added.
* fast/css/content/quote-crash-when-floating.html: Added.
2015-02-05 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Set all tests of svg/W3C-SVG-1.1 and svg/W3C-SVG-1.1-SE to flaky.
Because all tests looks like flaky now. This will be handled on Bug 137138. Additionally
duplicated tests are removed.
* platform/efl/TestExpectations:
2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
[Streams API] Implement a barebone ReadableStream interface
https://bugs.webkit.org/show_bug.cgi?id=141045
Reviewed by Benjamin Poulain.
Added readablestream-constructor test that checks ReadableStream properties and state.
Rebased global-constructor-attributes.html expectations to add ReadableStream description.
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* streams/readablestream-constructor-expected.txt: Added.
* streams/readablestream-constructor.html: Added.
2015-02-05 Csaba Osztrogonác <ossy@webkit.org>
Remove Mountain Lion specific test expectations
https://bugs.webkit.org/show_bug.cgi?id=141243
Reviewed by Alexey Proskuryakov.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2015-02-05 Saam Barati <saambarati1@gmail.com>
Crash in uninitialized deconstructing variable.
https://bugs.webkit.org/show_bug.cgi?id=141070
Reviewed by Michael Saboff.
* js/parser-syntax-check-expected.txt:
* js/script-tests/parser-syntax-check.js:
2015-02-04 Brent Fulgham <bfulgham@apple.com>
[Win] Reactive (some) Media tests. Test results gardening.
* platform/win/TestExpectations:
2015-02-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Support for Symbol Objects
https://bugs.webkit.org/show_bug.cgi?id=141173
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update the RemoteObject test to include Symbols.
2015-02-04 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/detached-frame-console.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=141267
* TestExpectations: Mark it as such.
2015-02-04 Jer Noble <jer.noble@apple.com>
[Mac][EME] Support ClearKey encryption with AES128-encrypted HLS
https://bugs.webkit.org/show_bug.cgi?id=140825
Reviewed by Eric Carlson.
* http/tests/media/clearkey/clear-key-hls-aes128-expected.txt: Added.
* http/tests/media/clearkey/clear-key-hls-aes128.html: Added.
* http/tests/media/clearkey/support.js: Added.
(stringToUInt8Array):
(uInt8ArrayToString):
(base64EncodeUint8Array):
* http/tests/media/resources/hls/clearkey/crypt0.key: Added.
* http/tests/media/resources/hls/clearkey/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/clearkey/main0.ts: Added.
* http/tests/media/resources/hls/clearkey/prog_index.m3u8: Added.
* media/video-test.js:
(waitForEventOnceOn):
2015-02-04 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179618.
https://bugs.webkit.org/show_bug.cgi?id=141263
Off-by-one error causing flaky behavior in webaudio
/audiobuffersource-negative-playbackrate.html (Requested by
jernoble_ on #webkit).
Reverted changeset:
"[WebAudio] AudioBufferSourceNodes should accurately play
backwards if given a negative playbackRate."
https://bugs.webkit.org/show_bug.cgi?id=140955
http://trac.webkit.org/changeset/179618
2015-02-03 David Hyatt <hyatt@apple.com>
Tables don't repaginate properly when the pagination height changes or the pagination offset changes.
https://bugs.webkit.org/show_bug.cgi?id=141207
<rdar://problem/18387659>
Reviewed by Dean Jackson.
* fast/multicol/table-dynamic-movement-expected.html: Added.
* fast/multicol/table-dynamic-movement.html: Added.
2015-02-04 Said Abou-Hallawa <sabouhallawa@apple.com>
When using SVG as an image, we should load datauri images when these images are not in the image cache.
https://bugs.webkit.org/show_bug.cgi?id=99677.
Reviewed by Darin Adler.
* svg/as-image/resources/image-with-nested-data-uri-images.svg: Added.
This SVG has a tree of depth = 5 of nested data URI images. All the data URI images are
SVG images expect the innermost one which is a png data URI image.
* svg/as-image/resources/image-with-nested-rects.svg: Added.
This SVG produces the same drawing as image-with-nested-data-uri-images.svg does but
it uses <rect> SVG elements instead.
* svg/as-image/svg-image-with-data-uri-background-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-background.html: Added.
Test the data URI SVG as a css background image.
* svg/as-image/svg-image-with-data-uri-from-canvas-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-from-canvas.html: Added.
Test the data URI image when it is the result of drawing an SVG image on a canvas object.
* svg/as-image/svg-image-with-data-uri-images-disabled-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-images-disabled.html: Added.
Ensure the data uri images are not loaded if imagesEnabled is turned off.
* svg/as-image/svg-image-with-data-uri-reloading-expected.html: Added.
* svg/as-image/svg-image-with-data-uri-reloading.html: Added.
Test the data URI SVG when reloading the page.
* svg/as-image/svg-image-with-data-uri-use-data-uri-expected.svg: Added.
* svg/as-image/svg-image-with-data-uri-use-data-uri.svg: Added.
Test the data URI image when it is referenced from an SVG <use> tag.
* svg/as-image/svg-image-with-svg-data-uri-expected.html: Added.
* svg/as-image/svg-image-with-svg-data-uri.html: Added.
Test the data URI image when it is referenced from an HTML <img> tag.
2015-02-04 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Mark http/tests/media/video-preload.html flaky.
* platform/mac/TestExpectations:
2015-02-04 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate.
https://bugs.webkit.org/show_bug.cgi?id=140955
Reviewed by Eric Carlson.
* webaudio/audiobuffersource-negative-playbackrate-expected.wav: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated-expected.wav: Added.
* webaudio/audiobuffersource-negative-playbackrate-interpolated.html: Added.
* webaudio/audiobuffersource-negative-playbackrate.html: Added.
Get rid of extra HRTF padding as it's now unnecessary.
* webaudio/resources/note-grain-on-testing.js:
(createSignalBuffer):
(verifyStartAndEndFrames):
2015-02-04 Eric Carlson <eric.carlson@apple.com>
video.attribute should not return true just because of fullscreen
https://bugs.webkit.org/show_bug.cgi?id=141219
Reviewed by Dean Jackson.
* media/video-fullscreeen-only-controls-expected.txt: Update.
* media/video-fullscreeen-only-controls.html: Ditto.
2015-02-04 Alexey Proskuryakov <ap@apple.com>
inspector/css/selector-dynamic-specificity.html is very slow on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=141252
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-02-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
Unreviewed. Marking web-platform-tests as Skip to stop running wpt server.
* LayoutTests/TestExpectations:
2015-02-03 Youenn Fablet <youenn.fablet@crf.canon.fr>
Unreviewed. Marking web-platform-tests as failed until wpt server can be properly relaunched.
* LayoutTests/TestExpectations:
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] More test results gardening.
* platform/win/TestExpectations:
2015-02-03 Maciej Stachowiak <mjs@apple.com>
Crash when printing snapshotted plugins
https://bugs.webkit.org/show_bug.cgi?id=141212
Reviewed by Simon Fraser.
This test would crash without the fix due to a bad cast to RenderBox. <object>
is not prepared to have rendered inline children when rendering a plugin.
* plugins/snapshotting/print-snapshotted-plugin-expected.txt: Added.
* plugins/snapshotting/print-snapshotted-plugin.html: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed. Activate more tests.
* platform/win/TestExpectations: Unskip the DOM4 constructor and cursor visibility
tests (since they work).
2015-02-03 Ryosuke Niwa <rniwa@webkit.org>
Commit the forgotten expected result supposed to be added in r179569.
* editing/inserting/smart-quote-with-all-configurations-expected.txt: Added.
2015-02-03 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/event-listener-gc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33342
Reviewed by Zalan Bujtas.
This failure means that the GC timer fires after readystatechange event. As a
speculative fix, start the timer before starting the load, so that it's certain to
finish earlier.
* http/tests/xmlhttprequest/event-listener-gc.html:
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Mark some debug assertion failures to be skipped.
* platform/win/TestExpectations:
2015-02-03 Ryosuke Niwa <rniwa@webkit.org>
Smart quoting could move the caret backwards in some configurations
https://bugs.webkit.org/show_bug.cgi?id=141203
Reviewed by Enrica Casucci.
Added a regression test for smart quote under all combinations of
spellchecking and substitution configurations.
* editing/inserting/smart-quote-with-all-configurations-expected.txt: Added.
* editing/inserting/smart-quote-with-all-configurations.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/win/TestExpectations:
* platform/wk2/TestExpectations:
2015-02-02 Enrica Casucci <enrica@apple.com>
Additional emoji support.
https://bugs.webkit.org/show_bug.cgi?id=141047
rdar://problem/19045135
Reviewed by Darin Adler.
* editing/deleting/delete-emoji.html: Added.
* editing/deleting/delete-emoji-expected.txt: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[Win] Lint cleanup of Windows TestExpectations (Unreviewed)
* platform/win/TestExpectations:
2015-02-03 Jer Noble <jer.noble@apple.com>
Passing invalid values to OfflineAudioContext's constructor should not crash.
https://bugs.webkit.org/show_bug.cgi?id=141197
Reviewed by Darin Adler.
* webaudio/offlineaudiocontext-constructor-expected.txt: Added.
* webaudio/offlineaudiocontext-constructor.html: Added.
2015-02-03 Jer Noble <jer.noble@apple.com>
[MSE] Setting timestampOffset does not change the timestamps in the actual sample, leading to visual and audible errors.
https://bugs.webkit.org/show_bug.cgi?id=140929
Reviewed by Darin Adler.
* media/media-source/media-source-timeoffset-expected.txt: Added.
* media/media-source/media-source-timeoffset.html: Added.
2015-02-03 Brent Fulgham <bfulgham@apple.com>
[WIn] Unreviewed test updates.
* platform/win/TestExpectations:
2015-02-03 Jer Noble <jer.noble@apple.com>
[Mac] HLS audio is not correctly selected according to system language
https://bugs.webkit.org/show_bug.cgi?id=140398
rdar://problem/19218487
Reviewed by Darin Adler.
* http/tests/media/hls/hls-audio-tracks-locale-selection-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks-locale-selection.html: Added.
* http/tests/media/resources/hls/audio-tracks.m3u8:
2015-02-03 Piotr Krysiewicz <p.krysiewicz@samsung.com>
[EFL] fast/borders/mixed-border-style2.html fails due to missing -expected.txt
https://bugs.webkit.org/show_bug.cgi?id=141080
Unreviewed EFL gardening
Wrong: Test has no expected result
Right: Test has an expected result as well as an image showing
the correct page render
* platform/efl/fast/borders/mixed-border-style2-expected.png: Added.
* platform/efl/fast/borders/mixed-border-style2-expected.txt: Added.
2015-02-02 Brent Fulgham <bfulgham@apple.com>
[Win] Activate HTTP tests
* platform/win/TestExpectations:
* platform/win/fast/dom/adopt-node-crash-2-expected.txt:
2015-02-02 Benjamin Poulain <benjamin@webkit.org>
JIT Compile simple cases of :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=141053
Reviewed by Andreas Kling.
There was almost no test coverage for :nth-last-child(). I copied the main tests
from :nth-child() and updated the expected results.
This is not ideal because we should have style update tests targetting
backward invalidation... Still better than nothing :)
* fast/selectors/nth-last-child-as-first-simple-selector-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-as-first-simple-selector-style-update.html: Added.
* fast/selectors/nth-last-child-basics-expected.txt: Added.
* fast/selectors/nth-last-child-basics.html: Added.
* fast/selectors/nth-last-child-bounds-expected.txt: Added.
* fast/selectors/nth-last-child-bounds.html: Added.
* fast/selectors/nth-last-child-chained-expected.txt: Added.
* fast/selectors/nth-last-child-chained.html: Added.
* fast/selectors/nth-last-child-on-root-expected.txt: Added.
* fast/selectors/nth-last-child-on-root.html: Added.
* fast/selectors/nth-last-child-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-style-update.html: Added.
* fast/selectors/nth-last-child-with-backtracking-expected.txt: Added.
* fast/selectors/nth-last-child-with-backtracking.html: Added.
* fast/selectors/several-nth-last-child-expected.txt: Added.
* fast/selectors/several-nth-last-child.html: Added.
2015-02-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, EFL gardening. Update flakiness tests on W3C SVG 1.1 tests.
* platform/efl/TestExpectations:
2015-02-02 Benjamin Poulain <bpoulain@apple.com>
Clean up attribute handling: part 2 - attributeNode
https://bugs.webkit.org/show_bug.cgi?id=141109
Reviewed by Andreas Kling.
Improve the coverage a little.
Not everything is right yet: some getters return an empty string when they
should return null.
* fast/dom/Element/attribute-ascii-case-insensitive-1-expected.txt:
This is now fixed :)
* fast/dom/Element/attribute-ascii-case-insensitive-3-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-3.html: Added.
Test prefixed-like attribute defined through the parser.
* fast/dom/Element/attribute-setAttributeNode-multiple-times-expected.txt: Added.
* fast/dom/Element/attribute-setAttributeNode-multiple-times.html: Added.
Make sure we don't accumulate nodes.
* fast/dom/Element/attribute-setAttributeNodeNS-multiple-times-expected.txt: Added.
* fast/dom/Element/attribute-setAttributeNodeNS-multiple-times.html: Added.
Same without the crazy setter.
* fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js:
* fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt:
With the latest spec, getting a node with any uppercase character through
getAttributeNode() always fails. Update the test to use .getAttributeNodeNS()
were needed.
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug1075702.html: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug339494-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug339494.html: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug364092-expected.txt: Added.
* fast/dom/Element/mozilla-dom-base-tests/test_bug364092.xhtml: Added.
(testGetAttributeNodeMixedCase):
(testAttribNodeNamePreservesCaseGetNode):
(testAttribNodeNamePreservesCaseGetNode2):
Some related tests from Gecko, for completeness.
* fast/dom/Element/setAttributeNode-case-insensitivity-expected.txt:
* fast/dom/Element/setAttributeNode-case-insensitivity.html:
Test that the getAttribute part of setAttributeNode() do not ignore the prefix. The spec
says to use the name, not the localname.
* fast/dom/Element/setAttributeNode-for-existing-attribute-expected.txt:
* fast/dom/Element/setAttributeNode-for-existing-attribute.html:
This test was for legacy behavior that came from Firefox. Firefox does not do that anymore.
Keep the test around for regression catching, but add a sentence explaining the 'incorrect'
behavior.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-1-expected.txt: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-1.html: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-2-expected.txt: Added.
* fast/dom/Element/setAttributeNode-overriding-lowercase-values-2.html: Added.
Some coverage for the name overriding craziness.
2015-02-02 Joseph Pecoraro <pecoraro@apple.com>
Rebaseline test with new expected results.
* http/tests/inspector-protocol/access-inspected-object-expected.txt:
2015-02-02 Benjamin Poulain <benjamin@webkit.org>
Multiple CSS plus selector not working after checkbox:checked
https://bugs.webkit.org/show_bug.cgi?id=110594
Reviewed by Darin Adler.
I fixed the bug not so long ago.
This patch adds coverage for :checked since internal states
tend to have tricky update behaviors.
* fast/selectors/checked-direct-adjacent-style-update-1-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-1.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-2-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-2.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-3-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-3.html: Added.
* fast/selectors/checked-direct-adjacent-style-update-4-expected.txt: Added.
* fast/selectors/checked-direct-adjacent-style-update-4.html: Added.
2015-01-30 Roger Fong <roger_fong@apple.com>
WebGL2: Implement spec section 3.7.1 Setting and getting state (Part 1).
https://bugs.webkit.org/show_bug.cgi?id=141096
<rdar://problem/15002469>
Reviewed by Brent Fulgham.
Two read format parameters were moved from the WebGL2 spec to the WebGL1 spec. Update tests accordingly.
* fast/canvas/webgl/constants.html:
* fast/canvas/webgl/webgl-specific-expected.txt:
* fast/canvas/webgl/webgl-specific.html:
* webgl/1.0.2/resources/webgl_test_files/conformance/misc/webgl-specific.html:
2015-02-02 Daniel Bates <dabates@apple.com>
[iOS] ASSERTION FAILED: m_scriptExecutionContext->isContextThread() in ContextDestructionObserver::observeContext
https://bugs.webkit.org/show_bug.cgi?id=141057
<rdar://problem/19068790>
Reviewed by Alexey Proskuryakov.
Un-skip crypto tests. Also, group skip entries for tests crypto/subtle/{rsa-indexeddb, rsa-indexeddb-non-exportable}.html
with other skipped IndexedDB tests.
* platform/ios-simulator/TestExpectations:
2015-02-01 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179467 and r179470.
https://bugs.webkit.org/show_bug.cgi?id=141144
Broke svg/custom/use-events-crash.svg (Requested by ap on
#webkit).
Reverted changesets:
"Stop dispatching events with SVGElementInstance objects as
their targets"
https://bugs.webkit.org/show_bug.cgi?id=141108
http://trac.webkit.org/changeset/179467
"REGRESSION(r179467): svg/custom/use-events-crash.svg times
out"
http://trac.webkit.org/changeset/179470
2015-02-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION(r179467): svg/custom/use-events-crash.svg times out
Looks like the new test (svg/custom/use-event-retargeting.html) somehow breaks
subsequent one, let's try skipping it for now.
* TestExpectations:
2015-01-31 Darin Adler <darin@apple.com>
Stop dispatching events with SVGElementInstance objects as their targets
https://bugs.webkit.org/show_bug.cgi?id=141108
Reviewed by Anders Carlsson.
Many tests are no longer relevant once we aren't doing this any more.
* platform/gtk/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed.
* svg/custom/use-instanceRoot-with-use-removed-expected.txt: Removed.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Updated this test to expect
the events to be dispatched with the SVGUseElement as the target. I talked this over with
Sam Weinig and we decided this is good behavior for now, and it almost matches what the
spec says. Might be worth refining later.
* svg/custom/use-instanceRoot-event-bubbling-expected.txt: Updated expected results.
* svg/custom/use-instanceRoot-event-bubbling.xhtml: Tweaked the test a little. It still
could use improvement; it's like half a "repaint test", which is strange.
* svg/custom/use-event-retargeting-expected.txt: Added. Got this test from Blink.
* svg/custom/use-event-retargeting.html: Added. Ditto.
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewd EFL gardening. Add new failing tests related to W3C SVG 1.1.
* platform/efl/TestExpectations:
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update crash tests related to webgl because
webgl isn't supported by EFL port at the moment.
* platform/efl/TestExpectations:
2015-02-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update tests which don't have expectation result yet.
* platform/efl/TestExpectations:
2015-01-31 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL gardening. Update flaky tests regarding W3C SVG 1.1 tests.
* platform/efl/TestExpectations:
2015-01-31 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test machine configuration change.
* http/conf/apache2.4-httpd-win.conf: Provide reasonable default PidFile location for xampp-based install.
2015-01-31 Myles C. Maxfield <litherum@gmail.com>
REGRESSION (r177689): Emoji variation sequences rendered incorrectly (as characters from other non-emoji font)
https://bugs.webkit.org/show_bug.cgi?id=141112
Reviewed by Sam Weinig.
* platform/mac/fast/text/combining-mark-paint-expected.html: Added.
* platform/mac/fast/text/combining-mark-paint.html: Added.
2015-01-31 Michael Saboff <msaboff@apple.com>
Crash (DFG assertion) beneath AbstractInterpreter::verifyEdge() @ http://experilous.com/1/planet-generator/2014-09-28/version-1
https://bugs.webkit.org/show_bug.cgi?id=141111
Reviewed by Filip Pizlo.
New tests.
* js/regress-141111-expected.txt: Added.
* js/regress-141111.html: Added.
* js/script-tests/regress-141111.js: Added.
(MyObject):
(foo):
(.result):
(bar):
2015-01-31 Antti Koivisto <antti@apple.com>
Enable WebKit disk cache on OS X
https://bugs.webkit.org/show_bug.cgi?id=141022
Reviewed by Gavin Barraclough.
* TestExpectations: Enable the test for cache functionality.
2015-01-31 Youenn Fablet <youenn.fablet@crf.canon.fr>
Import W3C web platform tests infrastructure
https://bugs.webkit.org/show_bug.cgi?id=140934
Reviewed by Ryosuke Niwa.
* TestExpectations: added lines to skip web-platform-tests
infrastructure folders. Added one line for a partially passing test.
2015-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 Symbol
https://bugs.webkit.org/show_bug.cgi?id=140435
Reviewed by Geoffrey Garen.
* js/script-tests/symbol-abstract-equality-comparison.js: Added.
(Pair):
(relationalOperators.forEach):
* js/script-tests/symbol-abstract-relational-comparison.js: Added.
(relationalOperators.forEach):
* js/script-tests/symbol-in-map.js: Added.
(set shouldBe):
* js/script-tests/symbol-object.js: Added.
* js/script-tests/symbol-prototype-is-ordinary-object.js: Added.
* js/script-tests/symbol-strict-equality-comparison.js: Added.
(Pair):
(relationalOperators.forEach):
* js/script-tests/symbol-tostring.js: Added.
* js/script-tests/symbols.js: Renamed from LayoutTests/js/script-tests/names.js.
(forIn):
* js/symbol-abstract-equality-comparison-expected.txt: Added.
* js/symbol-abstract-equality-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-abstract-relational-comparison-expected.txt: Added.
* js/symbol-abstract-relational-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-in-map-expected.txt: Added.
* js/symbol-in-map.html: Copied from LayoutTests/js/names.html.
* js/symbol-object-expected.txt: Added.
* js/symbol-object.html: Copied from LayoutTests/js/names.html.
* js/symbol-prototype-is-ordinary-object-expected.txt: Added.
* js/symbol-prototype-is-ordinary-object.html: Copied from LayoutTests/js/names.html.
* js/symbol-strict-equality-comparison-expected.txt: Added.
* js/symbol-strict-equality-comparison.html: Copied from LayoutTests/js/names.html.
* js/symbol-tostring-expected.txt: Added.
* js/symbol-tostring.html: Copied from LayoutTests/js/names.html.
* js/symbols-expected.txt: Renamed from LayoutTests/js/names-expected.txt.
* js/symbols.html: Renamed from LayoutTests/js/names.html.
2015-01-30 Dariusz Frankiewicz <d.frankiewic@samsung.com>
[EFL] Gardening: update some accessibility tests as failed
https://bugs.webkit.org/show_bug.cgi?id=141034
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
* platform/efl/accessibility/roles-exposed-expected.txt:
update expectation after bumping ATK to 2.15.2
2015-01-30 Piotr Pajak <p.pajak@samsung.com>
[EFL] Mark test css3/masking/mask-repeat-space-padding.html as passing
https://bugs.webkit.org/show_bug.cgi?id=141077
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
2015-01-30 Karol Pawlowski <k.pawlowski@samsung.com>
[EFL] Rebaseline efl/js/dom/global-constructors-attributes-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=141029
Unreviewed EFL gardening
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
2015-01-30 Chris Dumez <cdumez@apple.com>
When no background-size is specified on the 2nd background layer, it takes the first instead of the initial value
https://bugs.webkit.org/show_bug.cgi?id=141059
Reviewed by Antti Koivisto.
Add layout test to cover the case where we have 2 background layers, with an explicit
size only for the first one.
* fast/css/background-layers-initial-size-expected.txt: Added.
* fast/css/background-layers-initial-size.html: Added.
2015-01-30 Matthew Mirman <mmirman@apple.com>
Added a test for JSON.stringify on ClientRect.
https://bugs.webkit.org/show_bug.cgi?id=141063
<rdar://problem/18437653>
Reviewed by Oliver Hunt.
* js/resources/JSON-stringify.js:
(createTests.var):
(createTests.result):
* js/resources/JSON-stringify-expected.txt:
2015-01-30 Brent Fulgham <bfulgham@apple.com>
[Win] Switch to Apache on Windows
https://bugs.webkit.org/show_bug.cgi?id=141060
Reviewed by Alexey Proskuryakov.
Add a new Windows XAMPP Apache configuration file for running
the http test suite on Windows.
Reviewed by Alexey Proskuryakov.
* http/conf/apache2.4-httpd-win.conf: Added.
2015-01-29 Chris Dumez <cdumez@apple.com>
Unreviewed. Further rebaselining after r179368.
* platform/mac-mavericks/fast/forms/select-visual-hebrew-expected.txt: Added.
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening on EFL port. some tests aren't flaky anymore.
Unskip those tests on EFL port.
* platform/efl/TestExpectations:
2015-01-29 Darin Adler <darin@apple.com>
Remove SVGUseElement.instanceRoot and all tests that depend on it
https://bugs.webkit.org/show_bug.cgi?id=141025
Reviewed by Anders Carlsson.
* platform/gtk/TestExpectations: Removed expected failure for now-removed test.
* platform/ios-simulator-wk2/TestExpectations: Ditto.
* platform/mac/TestExpectations: Ditto.
* platform/gtk/svg/custom/use-elementInstance-event-target-expected.png: Removed.
* platform/gtk/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/gtk/svg/custom/use-elementInstance-methods-expected.png: Removed.
* platform/gtk/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/ios-sim-deprecated/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/ios-simulator/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac-mountainlion/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* svg/custom/element-instance-held-by-js-crash-expected.txt: Removed.
* svg/custom/element-instance-held-by-js-crash.svg: Removed.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Find element by id instead
of using use.instanceRoot.correspondingElement.
* svg/custom/resources/use-instanceRoot-event-listeners.js: Removed.
* svg/custom/use-crash-using-children-before-destroy.svg: Removed a line of code that
got at the instanceRoot. It's possible this test no longer has value, and if so, then
we could later delete it, but it does no harm.
* svg/custom/use-elementInstance-event-target.svg: Removed.
* svg/custom/use-elementInstance-methods.svg: Removed.
* svg/custom/use-instanceRoot-as-event-target-expected.txt: Removed.
* svg/custom/use-instanceRoot-as-event-target.xhtml: Removed.
* svg/custom/use-instanceRoot-event-listener-liveness-expected.txt: Removed.
* svg/custom/use-instanceRoot-event-listener-liveness.xhtml: Removed.
* svg/custom/use-instanceRoot-event-listeners-expected.txt: Removed.
* svg/custom/use-instanceRoot-event-listeners.xhtml: Removed.
* svg/custom/use-instanceRoot-modifications.svg: Removed the part of this that involved
the instanceRoot property. It's possible this test now has reduced value, and if so, we
could later delete it but it does no harm.
* svg/custom/use-instanceRoot-with-use-removed.svg: Removed the use of instanceRoot
and correspondingUseElement. Not certain this remains a useful test. Also converted line
endings to LF instead of CRLF.
* svg/custom/use-listener-append-crash.html: Get elements by id instead of instanceRoot.
* svg/custom/use-modify-target-container.svg: Ditto.
* svg/custom/use-modify-target-symbol.svg: Ditto.
* svg/custom/use-on-use-with-child-expected.txt: Updated since we don't dump an instance
tree any more.
* svg/custom/use-on-use-with-child.svg: Removed the part about dumping the instance tree,
and added in the part about dragging to make sure it doesn't crash.
* svg/dom/use-transform.svg: Get element by id instead of instanceRoot.
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed EFL port gardening. Some tests have been passed since r172999 though,
those have marked with "Failure".
* platform/efl/TestExpectations:
2015-01-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening on EFL port. Unskip tests which don't come to crash or
timeout anymore.
* platform/efl/TestExpectations:
2015-01-29 Sam Weinig <sam@webkit.org>
More follow up to https://bugs.webkit.org/show_bug.cgi?id=141038
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
2015-01-29 Sam Weinig <sam@webkit.org>
Follow up to https://bugs.webkit.org/show_bug.cgi?id=141038
Update test results on Yosemite now that we don't use the screen font
in controls.
* platform/mac/fast/css/rtl-ordering-expected.png:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.png:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.png:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2015-01-29 Ryosuke Niwa <rniwa@webkit.org>
Skip these two tests in the stress testing since the feature isn't enabled.
* js/script-tests/class-syntax-declaration.js:
* js/script-tests/class-syntax-expression.js:
2015-01-29 Eric Carlson <eric.carlson@apple.com>
media/track/track-in-band-cues-added-once.html fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=138806
Reviewed by Brent Fulgham.
* media/track/track-in-band-cues-added-once-expected.txt: Update results.
* media/track/track-in-band-cues-added-once.html: Seek before beginning playback so
the media engine is more likely to buffer and process the initial cue.
* platform/mac/TestExpectations: Unskip track-in-band-cues-added-once.html.
2015-01-29 Eric Carlson <eric.carlson@apple.com>
REGRESSION (OS X 10.10.2): media/track/track-in-band-style.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140974
Reviewed by Brent Fulgham.
* media/track/track-in-band-style-expected.txt: Updated.
* media/track/track-in-band-style.html: Introduce a brief pause between receiving the 'seeked'
event and checking caption style to allow for media engine latency. Add additional logging
when the test fails to make future failure diagnosis easier.
* platform/mac/TestExpectations: Remove track-in-band-style.html.
2015-01-29 Ryosuke Niwa <rniwa@webkit.org>
Implement ES6 class syntax without inheritance support
https://bugs.webkit.org/show_bug.cgi?id=140918
Reviewed by Geoffrey Garen.
Added two tests for class declarations and class expressions.
* TestExpectations:
* js/class-syntax-declaration-expected.txt: Added.
* js/class-syntax-declaration.html: Added.
* js/class-syntax-expression-expected.txt: Added.
* js/class-syntax-expression.html: Added.
* js/script-tests/class-syntax-declaration.js: Added.
* js/script-tests/class-syntax-expression.js: Added.
2015-01-29 Simon Fraser <simon.fraser@apple.com>
Border-radius clipping on a stacking context causes descendants to not render
https://bugs.webkit.org/show_bug.cgi?id=140536
Reviewed by Zalan Bujtas.
Ref test that clips out the middle of a composited rounded-rect overflow element,
and also tests reflections.
* compositing/clipping/border-radius-stacking-context-clip-expected.html: Added.
* compositing/clipping/border-radius-stacking-context-clip.html: Added.
2015-01-29 Sam Weinig <sam@webkit.org>
Remove support for screen font substitution
https://bugs.webkit.org/show_bug.cgi?id=141038
Reviewed by Tim Horton.
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
Update results now that buttons always use printer fonts. We were accidentally
allowing buttons to use screen fonts, which usually didn't make a difference,
but does with some fallback fonts.
2015-01-20 David Hyatt <hyatt@apple.com>
Japanese line breaking rules need to be respected before and after Ruby.
https://bugs.webkit.org/show_bug.cgi?id=91588
<rdar://problem/17306535>
Reviewed by Dean Jackson.
* fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt:
* fast/ruby/ruby-block-style-not-updated-with-before-after-content.html:
* fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt:
* fast/ruby/ruby-inline-style-not-updated-with-before-after-content.html:
* fast/ruby/ruby-punctuation-avoid-breaking-expected.html: Added.
* fast/ruby/ruby-punctuation-avoid-breaking.html: Added.
2015-01-29 Alexey Proskuryakov <ap@apple.com>
Mark more tests as slow in debug.
* TestExpectations:
2015-01-29 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ES6: Improved Console Format for Set and Map Objects (like Arrays)
https://bugs.webkit.org/show_bug.cgi?id=122867
Reviewed by Timothy Hatcher.
* TestExpectations:
Inspector tests are still flakey on bots, so skip the test.
* inspector/model/remote-object-expected.txt:
* inspector/model/remote-object.html:
Update based on Runtime.ObjectPreview changes.
* inspector/model/remote-object-weak-collection-expected.txt: Added.
* inspector/model/remote-object-weak-collection.html: Added.
New test for weak collection handling.
2015-01-28 Michael Catanzaro <mcatanzaro@igalia.com>
security/mixedContent/redirect-https-to-http-iframe-in-main-frame test is the same as security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
https://bugs.webkit.org/show_bug.cgi?id=140876
Reviewed by Darin Adler.
Fix the test so it's not identical to the redirect-http-to-https-iframe-in-main-frame
test, and update the expected results.
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
* http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
2015-01-28 Benjamin Poulain <bpoulain@apple.com>
Start fixing the handling of Element's attributes when they contain non-ASCII characters
https://bugs.webkit.org/show_bug.cgi?id=141016
Reviewed by Ryosuke Niwa.
Start some basic testing.
Some tests are failing due to the more complicated case being handled incorrectly, this will
be fixed in follow ups.
* fast/css/attribute-ascii-case-insensitive-html-expected.html: Added.
* fast/css/attribute-ascii-case-insensitive-html.html: Added.
* fast/css/attribute-ascii-case-insensitive-xhtml-expected.xhtml: Added.
* fast/css/attribute-ascii-case-insensitive-xhtml.xhtml: Added.
* fast/css/attribute-ascii-case-insensitive-xml-in-html-expected.html: Added.
* fast/css/attribute-ascii-case-insensitive-xml-in-html.html: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-1-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-1.html: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-2-expected.txt: Added.
* fast/dom/Element/attribute-ascii-case-insensitive-2.html: Added.
* fast/selectors/attribute-ascii-case-insensitive-style-update-expected.txt: Added.
* fast/selectors/attribute-ascii-case-insensitive-style-update.html: Added.
* fast/selectors/element-matches-attribute-ascii-case-insensitive-html-expected.txt: Added.
* fast/selectors/element-matches-attribute-ascii-case-insensitive-html.html: Added.
* fast/selectors/querySelector-attribute-ascii-case-insensitive-html-expected.txt: Added.
* fast/selectors/querySelector-attribute-ascii-case-insensitive-html.html: Added.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Actually delete the file!
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Get rid of misspelled expected file.
Get rid of the 'ondrop-text-htmlt-expected.txt' file, and commit a new baseline
from the test system.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
2015-01-28 Chris Dumez <cdumez@apple.com>
Regression(r177494): Bad cast to WebKitCSSResourceValue in StyleBuilderConverter::convertMaskImageOperations()
https://bugs.webkit.org/show_bug.cgi?id=140991
<rdar://problem/19625305>
Reviewed by Antti Koivisto.
Add layout test to cover the case where a CSSValue is incorrectly casted to
a WebKitCSSResourceValue in StyleBuilderConverter::convertMaskImageOperations(),
thus hitting an assertion in downcast<>() on debug builds.
* css3/masking/mask-image-initial-value-crash-expected.txt: Added.
* css3/masking/mask-image-initial-value-crash.html: Added.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening to get the bot green.
* css3/scroll-snap/resources: Added.
* platform/win/TestExpectations:
* platform/win/fast/events/ondrop-text-html-expected.txt: Copied from platform/win/fast/events/ondrop-text-htmlt-expected.txt.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Removed.
* platform/win/fast/html/marquee-scrollamount-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
2015-01-28 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Reskip some region tests.
* platform/win/TestExpectations:
2015-01-28 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Implement support for new AtkRole types for MathML
https://bugs.webkit.org/show_bug.cgi?id=140916
Reviewed by Chris Fleizach.
* accessibility/math-multiscript-attributes.html: Added.
* accessibility/roles-exposed.html: New test cases added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/gtk/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac/accessibility/math-multiscript-attributes-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases.
2015-01-28 Brent Fulgham <bfulgham@apple.com>
REGRESSION: Re-skip media tests. (Unreviewed)
https://bugs.webkit.org/show_bug.cgi?id=140995
* platform/win/TestExpectations: Re-skip the tests.
2015-01-27 Alexey Proskuryakov <ap@apple.com>
REGRESSION (OS X 10.10.2): media/track/track-in-band-style.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140974
* platform/mac/TestExpectations: Added an expectation.
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Re-enable Sputnik.
* platform/win/TestExpectations:
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
2015-01-27 Roger Fong <roger_fong@apple.com>
WebGL2: Disable various extensions on WebGL2 context that have been promoted to core.
https://bugs.webkit.org/show_bug.cgi?id=140907.
<rdar://problem/19545857>
Reviewed by Brent Fulgham.
* fast/canvas/webgl/constants.html:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] More Windows rebaselines.
* platform/win/fast/events/ondrop-text-htmlt-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
2015-01-27 Eric Carlson <eric.carlson@apple.com>
Simplify http/tests/media/video-play-stall.html
https://bugs.webkit.org/show_bug.cgi?id=140630
Reviewed by Brent Fulgham.
* http/tests/media/video-play-stall-expected.txt:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-play-waiting-expected.txt: Added.
* http/tests/media/video-play-waiting.html: Added.
* media/content/long-test.mp4: Added. New media file with 30 second duration.
* media/content/long-test.ogv: Ditto.
* platform/mac/TestExpectations: Remove video-play-stall.html from the skip list. Mark
video-play-waiting.html as flakey as it sometimes times out.
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Another round of bug filing and expectation updates.
* platform/win/TestExpectations:
* platform/win/fast/selectors: Added.
* platform/win/fast/selectors/064-expected.txt: Added.
* platform/win/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/win/fast/text/backslash-to-yen-sign-expected.png: Added.
* platform/win/fast/text/drawBidiText-expected.txt: Added.
* platform/win/fast/text/fallback-traits-fixup-expected.txt:
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/win/fast/text/international/hindi-spacing-expected.txt: Added.
* platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Removed property svn:executable.
* platform/win/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
* platform/win/fast/text/unicode-variation-selector-expected.txt:
* platform/win/fast/text/whitespace: Added.
* platform/win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: Added.
* platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/win/fast/writing-mode/fieldsets-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Removed.
* platform/win/printing/iframe-print-expected.txt: Added.
* platform/win/transforms/2d/zoom-menulist-expected.txt: Added.
2015-01-27 Benjamin Poulain <benjamin@webkit.org>
Import the layout test style-sharing-type-and-readonly.html from blink
https://bugs.webkit.org/show_bug.cgi?id=125280
Reviewed by Sergio Villar Senin.
I fixed the bug a while ago but having one more test seems valuable.
This test is from blink: https://codereview.chromium.org/27033011
by Elliott Sprehn.
* fast/css/style-sharing-type-and-readonly-expected.txt: Added.
* fast/css/style-sharing-type-and-readonly.html: Added.
2015-01-27 Benjamin Poulain <benjamin@webkit.org>
Import some extra tests for r179132
https://bugs.webkit.org/show_bug.cgi?id=140930
Reviewed by Sam Weinig.
Add some tests that were done from previous attempts at fixing
the bug.
* fast/dom/SelectorAPI/tag-case-insensitive-expected.txt: Added.
* fast/dom/SelectorAPI/tag-case-insensitive.html: Added.
* fast/dom/SelectorAPI/tag-case-sensitive-expected.txt: Added.
* fast/dom/SelectorAPI/tag-case-sensitive.xhtml: Added.
* svg/css/case-sensitive-tags-expected.txt: Added.
* svg/css/case-sensitive-tags.html: Added.
* svg/dom/tag-case-sensitive-svg-in-html-expected.txt: Added.
* svg/dom/tag-case-sensitive-svg-in-html.html: Added.
Those tests were created by Alexandru Chiculita for
https://bugs.webkit.org/show_bug.cgi?id=83438
The patch was rejected at the time due to the perf impact.
That has been solved since then by the CSS JIT.
* svg/css/foreignObject-case-styling-expected.html: Added.
* svg/css/foreignObject-case-styling.html: Added.
This test is from Boris Zbarsky when he reported
https://bugs.webkit.org/show_bug.cgi?id=79444.
2015-01-27 Daniel Bates <dabates@apple.com>
[iOS] Update test results and test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/ios-simulator/css3/blending/blend-mode-simple-expected.txt:
2015-01-26 Sylvain Galineau <galineau@adobe.com>
CSSKeyframesRule::findRule() and deleteRule() should delete the last matching rule, not the first
https://bugs.webkit.org/show_bug.cgi?id=139732
Reviewed by Dean Jackson and Darin Adler.
Update existing keyframes OM tests to check for findRule/deleteRule matching order i.e. find/delete last specified rule.
* animations/keyframes-rule-expected.txt:
* animations/keyframes-rule.html:
* animations/unprefixed-keyframes-rule-expected.txt:
* animations/unprefixed-keyframes-rule.html:
2015-01-27 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline fast/css/css2-system-fonts.html on iOS.
Rebaseline fast/css/css2-system-fonts.html on iOS after r179168.
* platform/ios-sim-deprecated/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt:
* platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Removed.
2015-01-27 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/16801814> Media controls do not appear in 2 DRT tests
This doesn't appear to happen any more, although the tests are still flaky due to
flaky font metrics.
* platform/mac/TestExpectations:
* platform/mac/media/controls-without-preload-expected.txt:
2015-01-27 Chris Dumez <cdumez@apple.com>
Unreviewed. Rebaseline several editing tests on Mac after r179168.
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Unskip tests now that r179170 is in place.
* platform/win/TestExpectations:
2015-01-27 Brent Fulgham <bfulgham@apple.com>
[Win] Adjust some expectations based on test bot display metrics.
* platform/win/TestExpectations:
* platform/win/fast/dom/adopt-node-crash-2-expected.txt:
* platform/win/fast/ondrop-text-html-expected.txt: Added.
2015-01-27 Chris Dumez <cdumez@apple.com>
HTMLElement.dir should only return known values
https://bugs.webkit.org/show_bug.cgi?id=140925
Reviewed by Darin Adler.
Update fast/dom/document-dir-property.html to make sure HTMLDocument.dir
and HTMLElement.dir only return known values, as per the HTML
specification.
* fast/dom/document-dir-property-expected.txt:
* fast/dom/document-dir-property.html:
2015-01-27 Michal Poteralski <m.poteralski@samsung.com>
[EFL] AX: Update test expectations for test related with AXRole.
https://bugs.webkit.org/show_bug.cgi?id=140933
Unreviewed EFL gardening.
roles-exposed.html's test expectation changed: for specified elements
AXRole value should NOT be equal AXUnknown but AXStatic because for ATK
version 2.15.2 there is new ATK_ROLE_STATIC role which should be used
instead of ATK_ROLE_UNKNOWN.
* platform/efl/accessibility/roles-exposed-expected.txt:
2015-01-26 Chris Dumez <cdumez@apple.com>
Unreviewed, rebaseline several CSS tests after r179168.
Computed line-height is no longer 'normal' but the font's line
spacing.
* fast/css/font-shorthand-line-height-expected.txt:
* fast/css/font-shorthand-line-height.html:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] Unskipping more tests after correcting baselines for Windows widgets.
* platform/win/TestExpectations:
* platform/win/fast/events/context-no-deselect-expected.png: Added.
* platform/win/fast/events/context-no-deselect-expected.txt: Added.
* platform/win/fast/events/dropzone-005-expected.txt: Added.
* platform/win/fast/events/ime-composition-events-001-expected.txt:
* platform/win/fast/events/key-events-in-input-button-expected.txt: Added.
* platform/win/fast/events/mouseup-from-button2-expected.txt: Added.
* platform/win/fast/flexbox: Added.
* platform/win/fast/flexbox/clear-overflow-before-scroll-update-expected.txt: Added.
* platform/win/fast/frames/flattening: Added.
* platform/win/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
* platform/win/fast/multicol/client-rects-expected.png: Added.
* platform/win/fast/multicol/client-rects-expected.txt: Added.
* platform/win/fast/multicol/client-rects-spanners-complex-expected.png: Added.
* platform/win/fast/multicol/client-rects-spanners-complex-expected.txt: Added.
* platform/win/fast/multicol/client-rects-spanners-expected.png: Added.
* platform/win/fast/multicol/client-rects-spanners-expected.txt: Added.
* platform/win/fast/multicol/newmulticol: Added.
* platform/win/fast/multicol/newmulticol/client-rects-expected.png: Added.
* platform/win/fast/multicol/newmulticol/client-rects-expected.txt: Added.
* platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/win/fast/overflow/scrollRevealButton-expected.txt:
* platform/win/fast/parser/bad-xml-slash-expected.txt: Added.
* platform/win/fast/parser/document-write-option-expected.txt: Added.
* platform/win/fast/repaint/control-clip-expected.txt:
* platform/win/fast/replaced/object-with-embed-url-param-expected.txt: Added.
* platform/win/fast/replaced/replaced-breaking-expected.txt: Added.
* platform/win/fast/replaced/replaced-breaking-mixture-expected.txt: Added.
* platform/win/fast/replaced/width100percent-button-expected.txt:
* platform/win/fast/replaced/width100percent-checkbox-expected.txt: Added.
* platform/win/fast/replaced/width100percent-menulist-expected.txt: Added.
* platform/win/fast/replaced/width100percent-radio-expected.txt: Added.
2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
Apply feTurbulence spec change to fix zero length vector generation
https://bugs.webkit.org/show_bug.cgi?id=140812
Reviewed by Darin Adler.
Ref test that generates a turbulence image which is then coloured black
and alpha min/maxxed (>0 becomes 1, 0 stays zero). This allows holes
caused by zero length vectors to be easily identified.
* svg/filters/feTurbulence_bad_seeds-expected.html: Added.
* svg/filters/feTurbulence_bad_seeds.html: Added.
2015-01-26 Sylvain Galineau <galineau@adobe.com>
The computed value of line-height:normal is incorrect
https://bugs.webkit.org/show_bug.cgi?id=133744
Reviewed by Dean Jackson.
line-height:normal now computes to a length value.
This patch updates the tests to reflect the new computed value, as needed.
* css3/calc/line-height-expected.txt:
* editing/pasteboard/simplfiying-markup-should-not-strip-content-expected.txt:
* fast/css/font-calculated-value-expected.txt:
* fast/css/font-calculated-value.html:
* fast/css/font-shorthand-from-longhands-expected.txt:
* fast/css/font-shorthand-from-longhands.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-font-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/script-tests/computed-style-font.js:
* fast/css/line-height-text-autosizing-expected.txt:
* fast/css/line-height-text-autosizing.html:
* fast/ruby/ruby-line-height-expected.txt:
* fast/ruby/script-tests/ruby-line-height.js:
* media/track/track-cue-rendering-on-resize-expected.txt:
* media/track/track-cue-rendering-on-resize.html:
* platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt:
* platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] Windows gardening (removing more skips).
* platform/win/TestExpectations:
* platform/win/fast/block/basic/011-expected.png: Added.
* platform/win/fast/block/basic/011-expected.txt: Added.
* platform/win/fast/block/float/overhanging-tall-block-expected.png: Added.
* platform/win/fast/block/float/overhanging-tall-block-expected.txt: Added.
* platform/win/fast/borders/bidi-002-expected.png: Added.
* platform/win/fast/borders/bidi-002-expected.txt: Added.
* platform/win/fast/borders/bidi-009a-expected.png: Added.
* platform/win/fast/borders/bidi-009a-expected.txt: Added.
* platform/win/fast/borders/border-fit-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Added.
* platform/win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Removed property svn:executable.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Removed property svn:executable.
* platform/win/fast/dom/HTMLTableColElement: Added.
* platform/win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
* platform/win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Added.
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
2015-01-26 Chris Dumez <cdumez@apple.com>
Document.dir should reflect the 'dir' attribute of the root html element
https://bugs.webkit.org/show_bug.cgi?id=140922
Reviewed by Darin Adler.
Update fast/dom/document-dir-property.html to reflect the behavior
change.
* fast/dom/document-dir-property-expected.txt:
* fast/dom/document-dir-property.html:
2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
[Win] Enable JSC stress tests by default
https://bugs.webkit.org/show_bug.cgi?id=128307
Reviewed by Brent Fulgham.
* js/script-tests/date-constructor.js: Skipped on Windows.
* js/script-tests/sort-stability.js: Skipped on Windows.
2015-01-26 Brent Fulgham <bfulgham@apple.com>
[Win] More test gardening.
* platform/win/TestExpectations:
2015-01-26 Byungseon Shin <sun.shin@lge.com>
Fix Border-radius clipping issue on a composited descendants
https://bugs.webkit.org/show_bug.cgi?id=138551
Reviewed by Simon Fraser.
Ref test that clips composited descendant by stacking context with border-radius and overflow hidden element.
* compositing/clipping/border-radius-overflow-hidden-stacking-context-expected.txt: Added.
* compositing/clipping/border-radius-overflow-hidden-stacking-context.html: Added.
2015-01-26 Benjamin Poulain <benjamin@webkit.org>
Fix CSS Selector's tag name matching when mixing HTML and XML
https://bugs.webkit.org/show_bug.cgi?id=140878
Reviewed by Darin Adler.
We had very little coverage for XHTML and XML in HTML.
I added lots of new tests to cover the basics.
* fast/dom/css-dom-read-2-expected.txt:
* fast/dom/css-dom-read-expected.txt:
CSSOM now provide the tagname in the original case instead of lowercase,
which is actually what the spec defines:
"If the character is not handled by one of the above rules and is greater
than or equal to U+0080, is "-" (U+002D) or "_" (U+005F), or is in one
of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to U+005A),
or [a-z] (U+0061 to U+007A), then the character itself."
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-html-expected.html: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-html.html: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-and-namespace-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/css/tagname-case-sensitivity-svg-in-html-expected.html: Added.
* fast/css/tagname-case-sensitivity-svg-in-html.html: Added.
* fast/css/tagname-case-sensitivity-svg-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/css/tagname-case-sensitivity-xml-in-html-expected.html: Added.
* fast/css/tagname-case-sensitivity-xml-in-html.html: Added.
* fast/css/tagname-case-sensitivity-xml-in-xhtml-expected.xhtml: Added.
* fast/css/tagname-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/element-closest-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/element-matches-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-html-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-html.html: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-xhtml-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-svg-in-xhtml.xhtml: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-html-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-html.html: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-xhtml-expected.txt: Added.
* fast/selectors/querySelector-tagname-case-sensitivity-xml-in-xhtml.xhtml: Added.
* fast/selectors/tagname-adjacent-backtracking-case-sensitivity-html-expected.txt: Added.
* fast/selectors/tagname-adjacent-backtracking-case-sensitivity-html.html: Added.
* fast/selectors/tagname-descendant-backtracking-case-sensitivity-html-expected.txt: Added.
* fast/selectors/tagname-descendant-backtracking-case-sensitivity-html.html: Added.
2015-01-26 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. Remove references to removed tests from GTK+ TestExpectations.
Shared workers are no longer supported and the layout tests were
removed.
* platform/gtk/TestExpectations:
2015-01-26 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179107.
https://bugs.webkit.org/show_bug.cgi?id=140880
The GCC in the bots doesn't support the AsyncTask
implementation (Requested by KaL on #webkit).
Reverted changeset:
"[GTK] Enable IndexedDB"
https://bugs.webkit.org/show_bug.cgi?id=98932
http://trac.webkit.org/changeset/179107
2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
[GTK] Enable IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=98932
Reviewed by Žan Doberšek.
* platform/gtk/TestExpectations: Update IndexedDB test expectations.
2015-01-25 Daniel Bates <dabates@apple.com>
[iOS] Update expected results and test expectations
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2015-01-25 Alexey Proskuryakov <ap@apple.com>
fast/html/marquee-scrollamount.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140851
Reviewed by Darin Adler.
Updated the test to not have a zero delay timer race. Added many comments, because
what is being tested here is quite subtle.
* fast/html/marquee-scrollamount.html:
* platform/efl/fast/html/marquee-scrollamount-expected.txt:
* platform/gtk/fast/html/marquee-scrollamount-expected.txt:
* platform/ios-simulator-wk2/fast/html/marquee-scrollamount-expected.txt:
* platform/mac/fast/html/marquee-scrollamount-expected.txt:
The DOM changed slightly, because we now insert the marquee after load event.
2015-01-25 Alexey Proskuryakov <ap@apple.com>
Setting HTMLMarqueeElement.trueSpeed doesn't work
https://bugs.webkit.org/show_bug.cgi?id=140863
Reviewed by Darin Adler.
Verify that setting scrollDelay to a value under 60 actually works when trueSpeed is set.
* fast/html/marquee-set-truespeed-expected.html: Added.
* fast/html/marquee-set-truespeed.html: Added.
2015-01-25 Chris Dumez <cdumez@apple.com>
Remove 'font' shorthand property special casing
https://bugs.webkit.org/show_bug.cgi?id=140577
Reviewed by Darin Adler.
* fast/css/CSSPrimitiveValue-font-family-primitiveType-expected.txt: Added.
* fast/css/CSSPrimitiveValue-font-family-primitiveType.html: Added.
Add layout test to make sure that the font-family is still exposed to the
Web as a CSSValueList of CSSPrimitiveValues whose primitiveType is
CSS_STRING. This is useful because we now use a slightly different
representation internally.
* fast/css/font-shorthand-line-height-expected.txt:
* fast/css/font-shorthand-line-height.html:
Rebaseline the test. This is a progression. Setting the 'font' property
to a system font ID is supposed to reset the line-height property to
'normal'. It previously did not because system font IDs were not
expanded at parsing time. The new behavior is consistent with Chrome and
Firefox as well.
* fast/css/font-systemFontID-parsing-expected.txt: Added.
* fast/css/font-systemFontID-parsing.html: Added.
Add a layout test to make sure that the CSS parser is rejecting a 'font'
property with more than one system font id.
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Document a few more failures in the expectations file.
* platform/win/TestExpectations:
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Document some Debug crashes in Accessibility code.
* platform/win/TestExpectations:
2015-01-25 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Skip crashes and timeouts to speed up test runs.
* platform/win/TestExpectations:
2015-01-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Unreviewed, gardening for EFL port.
* platform/efl/TestExpectations: media/media-fullscreen-inline.html has been passed since r19100.
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] More rebaselines. (Tables)
* platform/win/tables/mozilla/bugs/bug1188-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/win/tables/mozilla/bugs/bug18359-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-3-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug29326-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug29326-expected.txt:
* platform/win/tables/mozilla/bugs/bug33855-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug33855-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug4382-expected.txt:
* platform/win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/win/tables/mozilla/bugs/bug96334-expected.png: Added.
* platform/win/tables/mozilla/bugs/bug96334-expected.txt:
* platform/win/tables/mozilla/core/margins-expected.png: Added.
* platform/win/tables/mozilla/core/margins-expected.txt:
* platform/win/tables/mozilla/dom/tableDom-expected.png: Added.
* platform/win/tables/mozilla/dom/tableDom-expected.txt:
* platform/win/tables/mozilla/other/move_row-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed rebaselining.
Second batch: Fast
* platform/win/fast/block/float/float-avoidance-expected.png: Added.
* platform/win/fast/block/margin-collapse/103-expected.png: Added.
* platform/win/fast/canvas/fallback-content-expected.txt:
* platform/win/fast/css/non-standard-checkbox-size-expected.png: Added.
* platform/win/fast/css/non-standard-checkbox-size-expected.txt:
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/win/fast/forms/001-expected.png:
* platform/win/fast/forms/001-expected.txt:
* platform/win/fast/forms/003-expected.png: Added.
* platform/win/fast/forms/003-expected.txt:
* platform/win/fast/forms/004-expected.png: Added.
* platform/win/fast/forms/004-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label01-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label02-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label03-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label04-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/win/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/win/fast/forms/basic-inputs-expected.png:
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/basic-selects-expected.png:
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.png:
* platform/win/fast/forms/box-shadow-override-expected.txt:
* platform/win/fast/forms/control-clip-overflow-expected.png: Added.
* platform/win/fast/forms/control-clip-overflow-expected.txt:
* platform/win/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/disabled-select-change-index-expected.png: Added.
* platform/win/fast/forms/disabled-select-change-index-expected.txt:
* platform/win/fast/forms/file/file-input-disabled-expected.png:
* platform/win/fast/forms/file/file-input-disabled-expected.txt:
* platform/win/fast/forms/form-element-geometry-expected.png: Added.
* platform/win/fast/forms/form-element-geometry-expected.txt:
* platform/win/fast/forms/formmove-expected.png: Added.
* platform/win/fast/forms/formmove-expected.txt:
* platform/win/fast/forms/indeterminate-expected.png: Added.
* platform/win/fast/forms/indeterminate-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.png: Added.
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-appearance-selection-expected.png: Added.
* platform/win/fast/forms/input-appearance-selection-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt:
* platform/win/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/win/fast/forms/menulist-no-overflow-expected.txt:
* platform/win/fast/forms/menulist-restrict-line-height-expected.png: Added.
* platform/win/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/win/fast/forms/menulist-separator-painting-expected.txt:
* platform/win/fast/forms/menulist-style-color-expected.png:
* platform/win/fast/forms/menulist-style-color-expected.txt:
* platform/win/fast/forms/menulist-width-change-expected.txt:
* platform/win/fast/forms/option-script-expected.txt:
* platform/win/fast/forms/option-strip-whitespace-expected.png: Added.
* platform/win/fast/forms/option-strip-whitespace-expected.txt:
* platform/win/fast/forms/option-text-clip-expected.png:
* platform/win/fast/forms/option-text-clip-expected.txt:
* platform/win/fast/forms/range/input-appearance-range-expected.png: Added.
* platform/win/fast/forms/range/input-appearance-range-expected.txt:
* platform/win/fast/forms/range/slider-delete-while-dragging-thumb-expected.txt: Added.
* platform/win/fast/forms/range/slider-mouse-events-expected.txt:
* platform/win/fast/forms/range/slider-onchange-event-expected.txt: Added.
* platform/win/fast/forms/range/slider-padding-expected.txt:
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.png: Added.
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/win/fast/forms/range/slider-zoomed-expected.txt: Added.
* platform/win/fast/forms/select-align-expected.png: Added.
* platform/win/fast/forms/select-align-expected.txt:
* platform/win/fast/forms/select-background-none-expected.txt:
* platform/win/fast/forms/select-baseline-expected.png: Added.
* platform/win/fast/forms/select-baseline-expected.txt:
* platform/win/fast/forms/select-change-listbox-to-popup-expected.png: Added.
* platform/win/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/win/fast/forms/select-change-popup-to-listbox-expected.png: Added.
* platform/win/fast/forms/select-change-popup-to-listbox-expected.txt: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.png: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.txt:
* platform/win/fast/forms/select-initial-position-expected.png: Added.
* platform/win/fast/forms/select-initial-position-expected.txt:
* platform/win/fast/forms/select-selected-expected.png: Added.
* platform/win/fast/forms/select-selected-expected.txt:
* platform/win/fast/forms/select-size-expected.txt:
* platform/win/fast/forms/select-style-expected.png: Added.
* platform/win/fast/forms/select-style-expected.txt:
* platform/win/fast/forms/select-visual-hebrew-expected.txt:
* platform/win/fast/forms/select-writing-direction-natural-expected.png:
* platform/win/fast/forms/select-writing-direction-natural-expected.txt:
* platform/win/fast/forms/select/optgroup-rendering-expected.png:
* platform/win/fast/forms/select/optgroup-rendering-expected.txt:
* platform/win/fast/forms/selectlist-minsize-expected.txt:
* platform/win/fast/forms/stuff-on-my-optgroup-expected.png: Added.
* platform/win/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/win/fast/invalid: Added.
* platform/win/fast/invalid/014-expected.txt: Added.
* platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
* platform/win/fast/parser: Added.
* platform/win/fast/parser/entity-comment-in-textarea-expected.txt: Added.
* platform/win/fast/parser/open-comment-in-textarea-expected.txt: Added.
* platform/win/fast/repaint/slider-thumb-drag-release-expected.txt:
* platform/win/fast/replaced/three-selects-break-expected.txt:
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed baseline update.
First batch: CSS updates.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/html/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.png:
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/win/fast/block/float/float-avoidance-expected.txt:
* platform/win/fast/block/margin-collapse/103-expected.txt:
2015-01-24 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Reactivating tests.
Re-enable a series of tests that work properly on Windows. New baselines will be needed.
* platform/win/TestExpectations:
* platform/win/css1/box_properties/acid_test-expected.png: Added.
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/win/fast/block/float/float-avoidance-expected.txt:
* platform/win/fast/block/margin-collapse/103-expected.txt:
* platform/win/fast/css/box-shadow-and-border-radius-expected.png:
* platform/win/fast/dynamic/008-expected.txt: Added.
* platform/win/fast/forms/001-expected.png: Added.
* platform/win/fast/forms/001-expected.txt:
* platform/win/fast/forms/003-expected.txt:
* platform/win/fast/forms/004-expected.txt:
* platform/win/fast/forms/006-expected.png: Added.
* platform/win/fast/forms/007-expected.png: Added.
* platform/win/fast/forms/HTMLOptionElement_label01-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label02-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label03-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label04-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label05-expected.txt: Added.
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Removed property svn:executable.
* platform/win/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
* platform/win/fast/forms/basic-buttons-expected.png: Added.
* platform/win/fast/forms/basic-buttons-expected.txt: Added.
* platform/win/fast/forms/basic-inputs-expected.png: Added.
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.png: Added.
* platform/win/fast/forms/box-shadow-override-expected.txt: Added.
* platform/win/fast/forms/button-positioned-expected.txt: Added.
* platform/win/fast/forms/button-sizes-expected.txt: Added.
* platform/win/fast/forms/button-style-color-expected.txt: Added.
* platform/win/fast/forms/button-text-transform-expected.txt: Added.
* platform/win/fast/forms/control-clip-overflow-expected.txt: Added.
* platform/win/fast/forms/control-restrict-line-height-expected.txt:
* platform/win/fast/forms/disabled-select-change-index-expected.txt: Added.
* platform/win/fast/forms/form-element-geometry-expected.txt: Added.
* platform/win/fast/forms/hidden-listbox-expected.txt: Added.
* platform/win/fast/forms/input-appearance-focus-expected.txt: Added.
* platform/win/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
* platform/win/fast/forms/input-readonly-autoscroll-expected.txt: Added.
* platform/win/fast/forms/input-text-double-click-expected.txt: Added.
* platform/win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
* platform/win/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
* platform/win/fast/forms/listbox-width-change-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt:
* platform/win/fast/forms/menulist-no-overflow-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-rtl-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Added.
* platform/win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Added.
* platform/win/fast/forms/option-strip-whitespace-expected.txt: Added.
* platform/win/fast/forms/plaintext-mode-2-expected.txt: Added.
* platform/win/fast/forms/search: Added.
* platform/win/fast/forms/search/search-size-with-decorations-expected.txt: Added.
* platform/win/fast/forms/select-align-expected.txt: Added.
* platform/win/fast/forms/select-baseline-expected.txt: Added.
* platform/win/fast/forms/select-block-background-expected.txt: Added.
* platform/win/fast/forms/select-change-listbox-size-expected.txt: Added.
* platform/win/fast/forms/select-change-listbox-to-popup-expected.txt: Added.
* platform/win/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
* platform/win/fast/forms/select-disabled-appearance-expected.txt: Added.
* platform/win/fast/forms/select-initial-position-expected.txt: Added.
* platform/win/fast/forms/select-item-background-clip-expected.txt: Added.
* platform/win/fast/forms/select-list-box-with-height-expected.txt: Added.
* platform/win/fast/forms/select-selected-expected.txt: Added.
* platform/win/fast/forms/select/optgroup-rendering-expected.txt:
* platform/win/fast/forms/tabbing-input-iframe-expected.txt: Added.
* platform/win/fast/frames: Added.
* platform/win/fast/frames/take-focus-from-iframe-expected.txt: Added.
* platform/win/fast/multicol/pagination: Added.
* platform/win/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: Added.
* platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: Added.
* platform/win/fast/overflow/entity-comment-in-textarea-expected.txt: Added.
* platform/win/fast/overflow/open-comment-in-textarea-expected.txt: Added.
* platform/win/fast/overflow/overflow-x-y-expected.txt: Added.
* platform/win/fast/table/003-expected.txt: Added.
* platform/win/fast/table/colspanMinWidth-expected.txt: Added.
* platform/win/fast/table/colspanMinWidth-vertical-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug103533-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug1188-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug12384-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug1318-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug26178-expected.txt:
* platform/win/tables/mozilla/bugs/bug28928-expected.txt:
* platform/win/tables/mozilla/bugs/bug29326-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug30559-expected.txt:
* platform/win/tables/mozilla/bugs/bug30692-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug33855-expected.txt:
* platform/win/tables/mozilla/bugs/bug4382-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug4429-expected.txt:
* platform/win/tables/mozilla/bugs/bug44505-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug51037-expected.txt:
* platform/win/tables/mozilla/bugs/bug55545-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug92647-2-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug96334-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug99948-expected.txt: Added.
* platform/win/tables/mozilla/core: Added.
* platform/win/tables/mozilla/core/bloomberg-expected.txt: Added.
* platform/win/tables/mozilla/core/margins-expected.txt: Added.
* platform/win/tables/mozilla/dom/tableDom-expected.txt:
* platform/win/tables/mozilla/marvin/x_col_align_justify-expected.png: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2015-01-24 Darin Adler <darin@apple.com>
Move height/width implementation for use element from RenderSVGViewportContainer to SVGUseElement
https://bugs.webkit.org/show_bug.cgi?id=140826
Reviewed by Anders Carlsson.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Old test
result was expecting failure. New one expects success.
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Ditto.
* svg/animations/use-animate-width-and-height-expected.txt: Added.
* svg/animations/use-animate-width-and-height.html: Added.
* svg/custom/use-attribute-invalidations-expected.html: Added.
* svg/custom/use-attribute-invalidations.html: Added.
* svg/custom/use-dynamic-attribute-setting-expected.html: Added.
* svg/custom/use-dynamic-attribute-setting.html: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening. Add Windows baseline for
mouse-cursor-image-set.
* platform/win/fast/events/mouse-cursor-image-set-expected.txt: Added.
2015-01-23 Benjamin Poulain <bpoulain@apple.com>
Add pointer/hover media queries
https://bugs.webkit.org/show_bug.cgi?id=134822
Reviewed by Antti Koivisto.
* fast/media/mq-any-hover-cssom-expected.txt: Added.
* fast/media/mq-any-hover-cssom.html: Added.
* fast/media/mq-any-hover-invalid-expected.txt: Added.
* fast/media/mq-any-hover-invalid.html: Added.
* fast/media/mq-any-hover-matchMedia-expected.txt: Added.
* fast/media/mq-any-hover-matchMedia.html: Added.
* fast/media/mq-any-hover-styling-expected.txt: Added.
* fast/media/mq-any-hover-styling.html: Added.
* fast/media/mq-any-pointer-cssom-expected.txt: Added.
* fast/media/mq-any-pointer-cssom.html: Added.
* fast/media/mq-any-pointer-invalid-expected.txt: Added.
* fast/media/mq-any-pointer-invalid.html: Added.
* fast/media/mq-any-pointer-matchMedia-expected.txt: Added.
* fast/media/mq-any-pointer-matchMedia.html: Added.
* fast/media/mq-any-pointer-styling-expected.txt: Added.
* fast/media/mq-any-pointer-styling.html: Added.
* fast/media/mq-hover-cssom-expected.txt: Added.
* fast/media/mq-hover-cssom.html: Added.
* fast/media/mq-hover-invalid-expected.txt: Added.
* fast/media/mq-hover-invalid.html: Added.
* fast/media/mq-hover-matchMedia-expected.txt: Added.
* fast/media/mq-hover-matchMedia.html: Added.
* fast/media/mq-hover-styling-expected.txt: Added.
* fast/media/mq-hover-styling.html: Added.
* fast/media/mq-pointer-cssom-expected.txt: Added.
* fast/media/mq-pointer-cssom.html: Added.
* fast/media/mq-pointer-expected.txt:
* fast/media/mq-pointer-invalid-expected.txt: Added.
* fast/media/mq-pointer-invalid.html: Added.
* fast/media/mq-pointer-matchMedia-expected.txt: Added.
* fast/media/mq-pointer-matchMedia.html: Added.
* fast/media/mq-pointer-styling-expected.txt: Added.
* fast/media/mq-pointer-styling.html: Added.
* fast/media/mq-pointer.html:
* platform/ios-simulator/fast/media/mq-any-hover-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-hover-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-pointer-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-any-pointer-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-hover-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-hover-styling-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-matchMedia-expected.txt: Added.
* platform/ios-simulator/fast/media/mq-pointer-styling-expected.txt: Added.
2015-01-23 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r179051.
https://bugs.webkit.org/show_bug.cgi?id=140850
broke the 32-bit build (Requested by thorton on #webkit).
Reverted changeset:
"[Mac][EME] Support ClearKey encryption with AES128-encrypted
HLS"
https://bugs.webkit.org/show_bug.cgi?id=140825
http://trac.webkit.org/changeset/179051
2015-01-23 Jer Noble <jer.noble@apple.com>
[Mac][EME] Support ClearKey encryption with AES128-encrypted HLS
https://bugs.webkit.org/show_bug.cgi?id=140825
Reviewed by Eric Carlson.
* http/tests/media/clearkey/clear-key-hls-aes128-expected.txt: Added.
* http/tests/media/clearkey/clear-key-hls-aes128.html: Added.
* http/tests/media/clearkey/support.js: Added.
(stringToUInt8Array):
(uInt8ArrayToString):
(base64EncodeUint8Array):
* http/tests/media/resources/hls/clearkey/crypt0.key: Added.
* http/tests/media/resources/hls/clearkey/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/clearkey/main0.ts: Added.
* http/tests/media/resources/hls/clearkey/prog_index.m3u8: Added.
* media/video-test.js:
(waitForEventOnceOn):
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Correct some typos in Failure entries.
* platform/win/TestExpectations:
2015-01-23 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Range Removal algorithm.
https://bugs.webkit.org/show_bug.cgi?id=140622.
Reviewed by Jer Noble.
Added short test to check whether endOfStream incorrectly switches back
to 'open' state.
* media/media-source/media-source-end-of-stream-readyState.html: Added.
* media/media-source/media-source-end-of-stream-readyState-expected.txt: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening. Mark a few failures after filing bugs.
Also rebaseline a few tests.
* platform/win/TestExpectations:
* platform/win/accessibility/parent-element-expected.txt:
* platform/win/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/win/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-01-23 Enrica Casucci <enrica@apple.com>
Hit test returns incorrect results when performed in paginated content over the page gaps.
https://bugs.webkit.org/show_bug.cgi?id=140837
rdar://problem/17494390
Reviewed by Dave Hyatt.
* fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt: Added.
* fast/multicol/pagination/LeftToRight-tb-hittest.html: Added.
* fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt: Added.
* fast/multicol/pagination/RightToLeft-rl-hittest.html: Added.
2015-01-23 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening after landing r179024.
Update Windows-specific accessibility tests and test expectations after making Windows AX output match Mac.
This allows us to share more Mac results.
* platform/win/TestExpectations:
* platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
* platform/win/accessibility/aria-checkbox-text-expected.txt: Removed.
* platform/win/accessibility/aria-combobox-expected.txt:
* platform/win/accessibility/aria-fallback-roles-expected.txt: Removed.
* platform/win/accessibility/aria-hidden-expected.txt: Removed.
* platform/win/accessibility/aria-labelledby-on-input-expected.txt: Removed.
* platform/win/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
* platform/win/accessibility/aria-labelledby-overrides-label-expected.txt: Removed.
* platform/win/accessibility/aria-list-and-listitem-expected.txt:
* platform/win/accessibility/aria-mappings-expected.txt: Added.
* platform/win/accessibility/aria-menubar-menuitems-expected.txt:
* platform/win/accessibility/aria-option-role-expected.txt:
* platform/win/accessibility/aria-presentational-role-expected.txt: Removed.
* platform/win/accessibility/aria-roles-expected.txt:
* platform/win/accessibility/aria-tab-role-on-buttons-expected.txt:
* platform/win/accessibility/aria-tab-roles-expected.txt:
* platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Removed.
* platform/win/accessibility/canvas-description-and-role-expected.txt:
* platform/win/accessibility/canvas-fallback-content-expected.txt:
* platform/win/accessibility/css-content-attribute-expected.txt: Added.
* platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt:
* platform/win/accessibility/div-within-anchors-causes-crash-expected.txt:
* platform/win/accessibility/document-enabled-state-expected.txt:
* platform/win/accessibility/document-enabled-state.html:
* platform/win/accessibility/document-role-expected.txt:
* platform/win/accessibility/heading-elements-expected.txt:
* platform/win/accessibility/heading-elements.html:
* platform/win/accessibility/image-map1-expected.txt: Added.
* platform/win/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/win/accessibility/img-alt-attribute-expected.txt:
* platform/win/accessibility/img-alt-attribute.html:
* platform/win/accessibility/img-alt-tag-only-whitespace-expected.txt: Removed.
* platform/win/accessibility/img-aria-button-alt-tag-expected.txt: Removed.
* platform/win/accessibility/img-fallsback-to-title-expected.txt: Removed.
* platform/win/accessibility/input-image-alt-expected.txt: Removed.
* platform/win/accessibility/linked-elements-expected.txt:
* platform/win/accessibility/linked-elements.html:
* platform/win/accessibility/list-item-role-expected.txt:
* platform/win/accessibility/list-item-role.html:
* platform/win/accessibility/list-marker-role-expected.txt:
* platform/win/accessibility/list-marker-role.html:
* platform/win/accessibility/list-role-expected.txt:
* platform/win/accessibility/list-role.html:
* platform/win/accessibility/multiple-select-element-role-expected.txt:
* platform/win/accessibility/multiple-select-element-role.html:
* platform/win/accessibility/parent-element-expected.txt:
* platform/win/accessibility/parent-element.html:
* platform/win/accessibility/select-element-role-expected.txt:
* platform/win/accessibility/select-element-role.html:
* platform/win/accessibility/selection-and-focus-expected.txt:
* platform/win/accessibility/selection-and-focus.html:
* platform/win/accessibility/single-select-children.html:
* platform/win/accessibility/svg-image-expected.txt: Removed.
* platform/win/accessibility/text-role-expected.txt:
* platform/win/aria-labelledby-overrides-aria-label-actual.txt: Added.
2015-01-23 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Object Previews in the Console
https://bugs.webkit.org/show_bug.cgi?id=129204
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-nested-catch.html:
* inspector/debugger/command-line-api-exception.html:
* inspector/model/remote-object-get-properties.html:
Update RuntimeManager callsites to not ask for previews when evaluating.
* inspector/model/remote-object-expected.txt: Added.
* inspector/model/remote-object.html: Added.
Add a test specifically for Remote Object. This test can also be
opened in a browser. It attempts to run the gamut of all different
types of objects and shows the RemoteObject constructed for it.
2015-01-23 Eric Carlson <eric.carlson@apple.com>
Create a "load and stall" cgi that support byte ranges.
https://bugs.webkit.org/show_bug.cgi?id=140628
Reviewed by Jer Noble.
* http/tests/media/resources/serve-video.php: Add support for "stallOffset", "stallDuration",
and "chunkSize" parameters.
2015-01-23 Alexey Proskuryakov <ap@apple.com>
svg-resource-fragment-identifier-img-src.html is a hidpi reftest, but its -expected.html
counterpart isn't hidpi
https://bugs.webkit.org/show_bug.cgi?id=140815
Reviewed by Simon Fraser.
* svg/css/svg-resource-fragment-identifier-img-src-expected.html: Make the expectation
match its test.
2015-01-23 Chris Dumez <cdumez@apple.com>
Rewrite the fast/css/css2-system-fonts.html test to be more useful on all platforms
https://bugs.webkit.org/show_bug.cgi?id=140810
Reviewed by Andreas Kling.
Make the fast/css/css2-system-fonts.html explicit about the font styles
expected on each platform instead of just Mac.
It also converts the test to be text only as the style information is
now displayed in text format.
This change is in preparation for a refactor of system font handling.
This change is based on the following Blink revision by
<alancutter@chromium.org>:
http://src.chromium.org/viewvc/blink?view=revision&revision=169612
* fast/css/css2-system-fonts.html:
* platform/efl/fast/css/css2-system-fonts-expected.png: Removed.
* platform/efl/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/gtk/fast/css/css2-system-fonts-expected.png: Removed.
* platform/gtk/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Removed.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Removed.
* platform/mac/fast/css/css2-system-fonts-expected.png: Removed.
* platform/mac/fast/css/css2-system-fonts-expected.txt:
2015-01-22 Chris Dumez <cdumez@apple.com>
Import fast/css/font-shorthand-line-height.html layout test from Blink
https://bugs.webkit.org/show_bug.cgi?id=140801
Reviewed by Andreas Kling.
Import fast/css/font-shorthand-line-height.html layout test from Blink
to get better test coverage for 'line-height' font shorthands cascades:
https://src.chromium.org/viewvc/blink?view=rev&revision=184346
I am working on expanding the font shorthand at parsing time (like
other shorthands) via Bug 140577 and I want to make sure I don't break
line-height in the process.
* fast/css/font-shorthand-line-height-expected.txt: Added.
* fast/css/font-shorthand-line-height.html: Added.
2015-01-22 Michael Saboff <msaboff@apple.com>
REGRESSION (174847): can't view NHK(Japan's national public broadcasting organization)’s news pages
https://bugs.webkit.org/show_bug.cgi?id=140794
Reviewed by Anders Carlsson.
* js/dom/document-overwrite-open-expected.txt: Added.
* js/dom/document-overwrite-open.html: Added.
2015-01-22 Roger Fong <roger_fong@apple.com>
[WebGL2] Create empty interface files for new WebGL2 objects.
https://bugs.webkit.org/show_bug.cgi?id=140779.
<rdar://problem/15002288>
Reviewed by Dean Jackson.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Skip another copy of oes-vertex-array-object test, because it has the same problems
as the old one.
* platform/mac/TestExpectations:
2015-01-22 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Clean up editing-related tests and rebaseline some output.
* platform/win/TestExpectations:
* platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/win/editing/inserting/4960120-1-expected.txt:
* platform/win/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/win/editing/inserting/insert-3907422-fix-expected.txt: Removed.
* platform/win/editing/pasteboard/4641033-expected.txt: Added.
* platform/win/editing/pasteboard/4944770-1-expected.txt: Added.
* platform/win/editing/pasteboard/4944770-2-expected.txt: Added.
* platform/win/editing/pasteboard/drop-text-without-selection-expected.txt: Added.
* platform/win/editing/selection/3690703-2-expected.txt:
* platform/win/editing/selection/3690703-expected.txt:
* platform/win/editing/selection/3690719-expected.txt:
* platform/win/editing/selection/4975120-expected.txt: Added.
* platform/win/editing/selection/5240265-expected.txt:
* platform/win/editing/selection/caret-before-select-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-2-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-2-left-expected.txt:
* platform/win/editing/selection/caret-rtl-expected.txt: Added.
* platform/win/editing/selection/caret-rtl-right-expected.txt:
* platform/win/editing/selection/drag-select-1-expected.txt: Added.
* platform/win/editing/selection/mixed-editability-10-expected.txt:
* platform/win/editing/selection/replaced-boundaries-3-expected.txt: Added.
* platform/win/editing/selection/select-box-expected.txt: Added.
* platform/win/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/win/editing/selection/selection-button-text-expected.txt:
* platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
2015-01-22 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed, skip flakey inspector test.
* TestExpectations:
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Crash in URL::protocol() after appcache load fails
https://bugs.webkit.org/show_bug.cgi?id=140755
rdar://problem/7881290
* http/tests/appcache/404-resource-with-slow-main-resource.php: Try updating the
tiemout, as it's not sufficient for appcache load to fail on some bots.
2015-01-22 Alexey Proskuryakov <ap@apple.com>
Crash in URL::protocol() after appcache load fails
https://bugs.webkit.org/show_bug.cgi?id=140755
rdar://problem/7881290
Reviewed by Dan Bates.
* http/tests/appcache/404-resource-with-slow-main-resource-expected.txt: Added.
* http/tests/appcache/404-resource-with-slow-main-resource.php: Added.
2015-01-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178894.
https://bugs.webkit.org/show_bug.cgi?id=140775
Broke JSC and bindings tests (Requested by ap_ on #webkit).
Reverted changeset:
"put_by_val_direct need to check the property is index or not
for using putDirect / putDirectIndex"
https://bugs.webkit.org/show_bug.cgi?id=140426
http://trac.webkit.org/changeset/178894
2015-01-22 Mark Lam <mark.lam@apple.com>
BytecodeGenerator::initializeCapturedVariable() sets a misleading value for the 5th operand of op_put_to_scope.
<https://webkit.org/b/140743>
Reviewed by Oliver Hunt.
* js/dfg-osr-exit-between-create-and-tearoff-arguments-expected.txt: Added.
* js/dfg-osr-exit-between-create-and-tearoff-arguments.html: Added.
* js/script-tests/dfg-osr-exit-between-create-and-tearoff-arguments.js: Added.
(foo):
2015-01-22 Brent Fulgham <bfulgham@apple.com>
[Win] More unskips and rebaselines.
* platform/win/TestExpectations:
* platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
* platform/win/inspector-protocol: Added.
* platform/win/inspector-protocol/debugger: Added.
* platform/win/inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt: Added.
* platform/win/inspector-protocol/debugger/setBreakpoint-actions-expected.txt: Added.
* platform/win/inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Added.
* platform/win/svg/text/kerning-expected.txt:
* platform/win/svg/text/multichar-glyph-expected.txt:
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.png:
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
2015-01-22 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/list-detection.html as a suitable test for EFL and GTK.
https://bugs.webkit.org/show_bug.cgi?id=140721
Reviewed by Chris Fleizach.
The test checks the heuristic to determine if a 'list' is really a list.
In the area of ATK a role for description list has been separated from the role AXList.
This made the test stopped giving positive results for ports EFL and GTK.
The proposed amendment restores test for these ports.
* accessibility/list-detection.html:
* platform/efl/TestExpectations:
* platform/efl/accessibility/list-detection-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/list-detection-expected.txt: Added.
2015-01-21 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Skip items spanning flex tracks when sizing content based tracks
https://bugs.webkit.org/show_bug.cgi?id=140720
Reviewed by David Hyatt.
* fast/css-grid-layout/flex-and-content-sized-resolution-columns-expected.txt: Added.
* fast/css-grid-layout/flex-and-content-sized-resolution-columns.html: Added.
2015-01-22 Yusuke Suzuki <utatane.tea@gmail.com>
put_by_val_direct need to check the property is index or not for using putDirect / putDirectIndex
https://bugs.webkit.org/show_bug.cgi?id=140426
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-with-edge-numbers-expected.txt: Added.
* js/dfg-put-by-val-direct-with-edge-numbers.html: Added.
* js/script-tests/dfg-put-by-val-direct-with-edge-numbers.js: Added.
(lookupWithKey):
(dfgShouldThrow):
(lookupWithKey2):
(toStringThrowsError.toString):
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Size tracks using a list of all items sorted by span
https://bugs.webkit.org/show_bug.cgi?id=140615
Reviewed by Andreas Kling.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
Added tons of new test cases.
* fast/css-grid-layout/grid-content-sized-columns-resolution.html: Ditto.
* fast/css-grid-layout/grid-preferred-logical-widths.html:
Adjusted results.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline SVG results from test machine.
* platform/win/css2.1/20110323/c543-txt-decor-000-expected.png: Added.
* platform/win/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
* platform/win/css2.1/20110323/replaced-elements-001-expected.png: Added.
* platform/win/css2.1/20110323/replaced-elements-001-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Update expectations file for failures on test machine.
* platform/win/TestExpectations:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Add more tests and baselines.
Stop skipping a number of tests that are fully functional. Add some
Windows baselines.
* platform/win/TestExpectations:
* platform/win/printing/setPrinting-expected.txt: Added.
* platform/win/printing/width-overflow-expected.txt: Added.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] More gardening.
Unskip the flexbox tests. These have been functional in Windows for YEARS!
* platform/win/TestExpectations:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Gardening pass over file.
Convert Skips to Failure wherever possible. Try to delete unnecessary skips/failures.
* platform/win/TestExpectations:
2015-01-21 Tim Horton <timothy_horton@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations:
Mark svg/custom/svg-fonts-without-missing-glyph.xhtml as flaky.
2015-01-21 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: ASSERT expanding objects in console PrimitiveBindingTraits<T>::assertValueHasExpectedType
https://bugs.webkit.org/show_bug.cgi?id=140746
Reviewed by Timothy Hatcher.
* TestExpectations:
Unskip the test now that is doesn't ASSERT in debug builds.
2015-01-21 Daniel Bates <dabates@apple.com>
Update iOS WebKit2 expected results for compositing tests
Following the patch for bug #140742, <https://bugs.webkit.org/show_bug.cgi?id=140742>, we can remove
all iOS WebKit2-specific expected results that are identical to the platform-independent results.
* platform/ios-simulator-wk2/TestExpectations: Add WebKit2-specific failures: compositing/reflections/nested-reflection-on-overflow.html
and compositing/repaint/invalidations-on-composited-layers.html.
* platform/ios-simulator-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Removed.
[...]
* platform/ios-simulator-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Removed.
* platform/ios-simulator-wk2/compositing/visibility/layer-visible-content-expected.txt: Removed.
* platform/ios-simulator-wk2/compositing/visible-rect/3d-transform-style-expected.txt: Removed.
* platform/ios-simulator/TestExpectations: Remove tests that now pass in both iOS WebKit1 and WebKit2.
2015-01-21 Daniel Bates <dabates@apple.com>
Update iOS WebKit test expectations for compositing tests
* platform/ios-simulator-wk1/TestExpectations:
* platform/ios-simulator/TestExpectations:
2015-01-21 Daniel Bates <dabates@apple.com>
[iOS] Many compositing tests fail in DumpRenderTree due to contentsOpaque difference
https://bugs.webkit.org/show_bug.cgi?id=140742
Reviewed by Simon Fraser.
Update test expectations and remove an unnecessary test result.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Removed.
2015-01-21 Daniel Bates <dabates@apple.com>
Add iOS WebKit1 TestExpectation file
https://bugs.webkit.org/show_bug.cgi?id=140739
Reviewed by David Kilzer.
iOS WebKit1 is different enough from iOS WebKit2 that it would benefit from having its
own TestExpectation file. We can work to reduce such differences over time.
* platform/ios-simulator-wk1/TestExpectations: Added.
* platform/ios-simulator/TestExpectations: Move iOS WebKit1-specific test expectation from here
to file LayoutTests/platform/ios-simulator-wk1/TestExpectations.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening based on TestBot runs.
Update a few failure cass with bug reports. Rebaseline a handful of tests.
* platform/win/TestExpectations: Update based on bug reports.
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] eventSender does not support scalePageBy
https://bugs.webkit.org/show_bug.cgi?id=140726
<rdar://problem/19549865>
Reviewed by Dean Jackson.
* platform/win/TestExpectations: Unskip test.
2015-01-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening after reactivating some tests.
* platform/win/TestExpectations: Add failure entries for a few tests with bug reports.
2015-01-21 Manuel Rego Casasnovas <rego@igalia.com>
first-letter pseudo-element from ancestors is not being ignored in grids and flexboxes
https://bugs.webkit.org/show_bug.cgi?id=138424
Reviewed by Benjamin Poulain.
Modified current tests to check that first-letter from ancestors is
ignored too.
Added 2 new tests to increase coverage.
* css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt:
* css3/flexbox/flexbox-ignore-container-firstLetter.html:
* fast/css-grid-layout/grid-container-ignore-first-letter-expected.txt:
* fast/css-grid-layout/grid-container-ignore-first-letter.html:
* fast/css/first-letter-from-ancestors-not-apply-inline-elements-expected.html: Added.
* fast/css/first-letter-from-ancestors-not-apply-inline-elements.html: Added.
* fast/css/first-letter-ignores-display-property-expected.html: Added.
* fast/css/first-letter-ignores-display-property.html: Added.
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Rebaseline and clean-up of skipped files.
* platform/win/TestExpectations:
* platform/win/css2.1/20110323: Added.
* platform/win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
* platform/win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
* platform/win/css2.1/20110323/border-conflict-style-079-expected.png: Added.
* platform/win/css2.1/20110323/border-conflict-style-088-expected.png: Added.
* platform/win/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
* platform/win/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
* platform/win/css2.1/20110323/floating-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
* platform/win/css2.1/20110323/height-width-table-001-expected.png: Added.
* platform/win/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-001-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-002a-expected.png: Added.
* platform/win/css2.1/20110323/inline-table-003-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-001-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-002-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-003-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-004-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-005-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-006-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-007-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-008-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-009-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-010-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-012-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-013-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-014-expected.png: Added.
* platform/win/css2.1/20110323/margin-applies-to-015-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-002-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-margins-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-optional-001-expected.png: Added.
* platform/win/css2.1/20110323/table-caption-optional-002-expected.png: Added.
* platform/win/css2.1/20110323/table-height-algorithm-023-expected.png: Added.
* platform/win/css2.1/20110323/table-height-algorithm-024-expected.png: Added.
* platform/win/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/win/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
* platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/win/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
* platform/win/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.png: Added.
* platform/win/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-01-b-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-01-b-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-02-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-02-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-03-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-03-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-04-c-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-04-c-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
* platform/win/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
* platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/win/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added.
* platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
* platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/win/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
* platform/win/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-01-b-expected.png: Added.
* platform/win/css2.1/t090501-c414-flt-01-b-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-03-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c414-flt-03-b-g-expected.txt: Added.
* platform/win/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Added.
* platform/win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Added.
* platform/win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
* platform/win/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Added.
* platform/win/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Added.
* platform/win/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Added.
* platform/win/css2.1/t1202-counter-03-b-expected.txt: Added.
* platform/win/css2.1/t1202-counter-04-b-expected.png: Added.
* platform/win/css2.1/t1202-counter-04-b-expected.txt:
* platform/win/css2.1/t1202-counters-03-b-expected.png: Added.
* platform/win/css2.1/t1202-counters-03-b-expected.txt: Added.
* platform/win/css2.1/t1202-counters-04-b-expected.png: Added.
* platform/win/css2.1/t1202-counters-04-b-expected.txt:
* platform/win/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
* platform/win/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
* platform/win/css3/selectors3: Added.
* platform/win/css3/selectors3/html: Added.
* platform/win/css3/selectors3/html/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/html/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/html/css3-modsel-70-expected.txt: Added.
* platform/win/css3/selectors3/xhtml: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/xhtml/css3-modsel-70-expected.txt: Added.
* platform/win/css3/selectors3/xml: Added.
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-161-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-19b-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-23-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-24-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-24-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-25-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-64-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-68-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-68-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-69-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
* platform/win/css3/selectors3/xml/css3-modsel-70-expected.txt: Added.
* platform/win/fast/block/float/016-expected.png: Added.
* platform/win/fast/block/float/016-expected.txt: Added.
* platform/win/fast/css/non-standard-checkbox-size-expected.txt: Added.
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
* platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
inspector/model/remote-object-get-properties.html asserts
* TestExpectations: Skip the test for now.
2015-01-20 Alexey Proskuryakov <ap@apple.com>
REGRESSION (Yosemite): HTTP tests time out waiting for subresources
https://bugs.webkit.org/show_bug.cgi?id=140715
Rubber-stamped by Mark Rowe.
Enable Apache performance logging to better isolate the issue.
* http/conf/apache2.4-httpd.conf:
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Unreviewed gardening. Remove variable objectId from output.
* inspector/model/remote-object-get-properties-expected.txt:
* inspector/model/remote-object-get-properties.html:
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline a test, unskip some working tests.
* platform/win/TestExpectations:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] More test gardening.
* platform/win/TestExpectations: Mark several tests as failing now that bug
reports have been filed for them.
2015-01-20 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Now that Mac has switched to new SVG font results, commit the old Mac output for
use with Windows tests until they are also cut over.
* platform/win/TestExpectations:
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
* platform/win/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
* platform/win/svg/custom/glyph-setting-d-attribute-expected.png: Added.
* platform/win/svg/custom/glyph-setting-d-attribute-expected.txt: Added.
* platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
* platform/win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
* platform/win/svg/foreignObject: Added.
* platform/win/svg/foreignObject/text-tref-02-b-expected.png: Added.
* platform/win/svg/foreignObject/text-tref-02-b-expected.txt: Added.
* platform/win/svg/text/kerning-expected.png: Added.
* platform/win/svg/text/kerning-expected.txt: Added.
* platform/win/svg/text/multichar-glyph-expected.png: Added.
* platform/win/svg/text/multichar-glyph-expected.txt: Added.
* platform/win/svg/transforms: Added.
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added.
* platform/win/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Expanding event objects in console shows undefined for most values, it should have real values
https://bugs.webkit.org/show_bug.cgi?id=137306
Reviewed by Timothy Hatcher.
* inspector/model/remote-object-get-properties-expected.txt: Added.
* inspector/model/remote-object-get-properties.html: Added.
2015-01-20 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Should show dynamic specificity values
https://bugs.webkit.org/show_bug.cgi?id=140647
Reviewed by Benjamin Poulain.
* inspector/css/selector-dynamic-specificity-expected.txt: Added.
* inspector/css/selector-dynamic-specificity.html: Added.
2015-01-20 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/xmlhttprequest-responseURL.html uses an incorrect resource path
https://bugs.webkit.org/show_bug.cgi?id=140689
Reviewed by Tim Horton.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
Noise about undefined $ENV{"HTTP_ORIGIN"} in Apache logs on several tests
https://bugs.webkit.org/show_bug.cgi?id=140690
Reviewed by Tim Horton.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
malformed header from script 'noContentLength.asis': Bad header
https://bugs.webkit.org/show_bug.cgi?id=140693
Reviewed by Tim Horton.
Changed the resource to actually have no Content-Length, and adjusted incorrect test
expectations.
* http/tests/xmlhttprequest/resources/noContentLength.asis: Removed.
* http/tests/xmlhttprequest/resources/noContentLength.cgi: Copied from LayoutTests/http/tests/xmlhttprequest/resources/noContentLength.asis.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html:
2015-01-20 Alexey Proskuryakov <ap@apple.com>
Apache logs a warning in http/tests/resources/post-and-verify-hybrid.cgi
https://bugs.webkit.org/show_bug.cgi?id=140680
Reviewed by Tim Horton.
* http/tests/resources/post-and-verify-hybrid.cgi: Fix a "useless use of a variable
in void context".
2015-01-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178751.
https://bugs.webkit.org/show_bug.cgi?id=140694
Caused 32-bit JSC test failures (Requested by JoePeck on
#webkit).
Reverted changeset:
"put_by_val_direct need to check the property is index or not
for using putDirect / putDirectIndex"
https://bugs.webkit.org/show_bug.cgi?id=140426
http://trac.webkit.org/changeset/178751
2015-01-20 Yusuke Suzuki <utatane.tea@gmail.com>
put_by_val_direct need to check the property is index or not for using putDirect / putDirectIndex
https://bugs.webkit.org/show_bug.cgi?id=140426
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-with-edge-numbers-expected.txt: Added.
* js/dfg-put-by-val-direct-with-edge-numbers.html: Added.
* js/script-tests/dfg-put-by-val-direct-with-edge-numbers.js: Added.
(lookupWithKey):
(lookupWithKey2):
(toStringThrowsError.toString):
* resources/js-test-pre.js:
2015-01-20 Jeremy Jones <jeremyj@apple.com>
[mac] Fix test expectations after r178188
https://bugs.webkit.org/show_bug.cgi?id=140641
Reviewed by Alexey Proskuryakov.
Remove references to removed tests.
* platform/mac/TestExpectations:
removed reference to fast/workers/storage/use-same-database-in-page-and-workers.html
2015-01-20 Alexey Proskuryakov <ap@apple.com>
fast/hidpi/image-srcset-change-dynamically-from-js-2x.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140649
fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html is failing on some bots
https://bugs.webkit.org/show_bug.cgi?id=134769
Reviewed by Darin Adler.
Streamline resources/srcset-helper.js and remove races.
* TestExpectations: Unskip fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html.
* fast/hidpi/resources/srcset-helper.js: Deleted. We aleady had a copy in /resources,
no need for two copies.
* resources/srcset-helper.js: This script used to depend on setBackingScaleFactor
invoke its callback really fast, which is not guaranteed. Also, it had broken logic
that used non-existent window.deviceScaleFactor.
* fast/dom/HTMLImageElement/sizes/image-sizes-2x.html:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml.html:
Updated to run the tests from runTest() function, not a load event handler.
Where appropriate, changed from testRunner.dumpResourceLoadCallbacks() to
testRunner.dumpResourceResponseMIMETypes(), because the latter doesn't unnecessarily
include reloaded scripts. It feels somewhat hacky, but the hack is already used in
fast/hidpi, and it improves output.
* fast/hidpi/image-srcset-change-dynamically-from-js-1x.html:
* fast/hidpi/image-srcset-change-dynamically-from-js-2x.html:
* fast/hidpi/image-srcset-fraction-1.5x.html:
* fast/hidpi/image-srcset-fraction.html:
* fast/hidpi/image-srcset-intrinsic-size.html:
* fast/hidpi/image-srcset-invalid-descriptor.html:
* fast/hidpi/image-srcset-invalid-inputs-except-one.html:
* fast/hidpi/image-srcset-nomodifier.html:
* fast/hidpi/image-srcset-only-src-attribute.html:
* fast/hidpi/image-srcset-remove-dynamically-from-js.html:
* fast/hidpi/image-srcset-same-alternative-for-both-attributes.html:
* fast/hidpi/image-srcset-simple-1x.html:
* fast/hidpi/image-srcset-simple-2x.html:
* fast/hidpi/image-srcset-space-left-nomodifier.html:
* fast/hidpi/image-srcset-space-prefix-nomodifier.html:
* fast/hidpi/image-srcset-space-suffix-nomodifier.html:
* fast/hidpi/image-srcset-space-surrounded-nomodifier.html:
* fast/hidpi/image-srcset-src-selection-1x-both.html:
* fast/hidpi/image-srcset-src-selection-1x.html:
* fast/hidpi/image-srcset-src-selection-2x.html:
* fast/hidpi/image-srcset-viewport-modifiers.html:
Updated to run the tests from runTest() function, not a load event handler.
* http/tests/loading/sizes/preload-image-sizes-2x-expected.txt: Updated results
for srcset-helper.js now always starting the redirect after the load is fully finished.
* svg/css/svg-resource-fragment-identifier-img-src.html: Updated for the unified
location of the script.
2015-01-20 Darin Adler <darin@apple.com>
Remove SVGElementInstanceList, m_instanceUnderMouse, DUMP_INSTANCE_TREE, DUMP_SHADOW_TREE
https://bugs.webkit.org/show_bug.cgi?id=140679
Reviewed by Anders Carlsson.
* fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* svg/custom/global-constructors-expected.txt:
* svg/custom/script-tests/global-constructors.js:
* svg/dom/svg2-inheritance-expected.txt:
* svg/dom/svg2-inheritance.html:
Removed all tests and results referencing SVGElementInstanceList.
2015-01-19 Dean Jackson <dino@apple.com>
Support "plus-darker" in mix-blend mode
https://bugs.webkit.org/show_bug.cgi?id=140646
<rdar://problem/19523370>
Reviewed by Simon Fraser.
Add tests and new expected results for plus-darker.
* css3/blending/blend-mode-property-parsing-expected.txt:
* css3/blending/blend-mode-simple-composited.html:
* css3/blending/blend-mode-simple.html:
* css3/blending/script-tests/blend-mode-property-parsing.js:
* css3/blending/svg-blend-plus-darker.html: Added.
* platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
* platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
* platform/mac/css3/blending/blend-mode-simple-expected.png:
* platform/mac/css3/blending/blend-mode-simple-expected.txt:
* platform/mac/css3/blending/svg-blend-plus-darker-expected.txt: Added.
2015-01-20 Andrzej Badowski <a.badowski@samsung.com>
[EFL] [GTK] Change/supplement expectations for two accessibility layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140620
Unreviewed EFL gardening.
* platform/efl/TestExpectations:
* platform/efl/accessibility/media-element-expected.txt:
Currently, accessibility/media-element.html is positive for EFL with a new, richer description.
* platform/efl/accessibility/render-counter-text-expected.txt: Added.
Omitted file by r178508.
* platform/gtk/accessibility/render-counter-text-expected.txt: Added.
Omitted file by r178508.
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Wrong arguments passed to computeNormalizedFractionBreadth
https://bugs.webkit.org/show_bug.cgi?id=139058
Reviewed by Andreas Kling.
* TestExpectations: Removed the test added in r148643 (missing
from r148642) as the test works as expected now.
* fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html:
2015-01-19 Michael Saboff <msaboff@apple.com>
Re-enable js/dom/string-replace-exception-crash.html as root problem is fixed.
https://bugs.webkit.org/show_bug.cgi?id=140666
Rubber Stamped by Filip Pizlo.
* platform/mac/TestExpectations:
Re-enabled js/dom/string-replace-exception-crash.html.
2015-01-19 Michael Saboff <msaboff@apple.com>
A "cached" null setter should throw a TypeException when called in strict mode and doesn't
https://bugs.webkit.org/show_bug.cgi?id=139418
Reviewed by Filip Pizlo.
New regression test.
* js/regress-139418-expected.txt: Added.
* js/regress-139418.html: Added.
* js/script-tests/regress-139418.js: Added.
(InnerObjectNoSetter):
(InnerObjectNoSetter.prototype.get enabled):
(StrictOuterObject):
(StrictOuterObject.prototype.get enabled):
(StrictOuterObject.prototype.set enabled):
2015-01-19 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Flip the switch on
https://bugs.webkit.org/show_bug.cgi?id=140592
Updating test expected results.
svg/W3C-SVG-1.1/fonts-glyph-04-t.svg tests something which isn't spec'ed
and is impossible to perform with the converter, so I have deleted that
test.
svg/custom/skip-underline-missing-glyph-expected.html was testing
incorrect behavior, so I have updated the test.
The getStartPositionOfChar() calls in svg/text/kerning.svg and
svg/text/multichar-glyph.svg are currently impossible to be implemented
correctly with the converter, so I have updated the expected results to
test for the updated results of those calls.
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-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-glyph-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-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/text-align-08-b-expected.txt:
* platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac-mountainlion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac-mountainlion/svg/text/kerning-expected.txt:
* platform/mac-mountainlion/svg/text/multichar-glyph-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t-w3c.png: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t.svg: Removed.
* svg/custom/skip-underline-missing-glyph-expected.html: Removed.
* svg/custom/skip-underline-missing-glyph-expected.txt: Added.
* svg/custom/skip-underline-missing-glyph.html:
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Windows gardening.
Rebaseline a few tests based on current bot output.
* platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/win/fast/regions/region-dynamic-after-before-expected.txt:
* platform/win/fast/regions/region-generated-content-before-after-expected.txt:
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/win/fast/text/international/thai-baht-space-expected.txt:
2015-01-19 Roger Fong <roger_fong@apple.com>
[Mac] Test fix after r178674.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
2015-01-19 Dhi Aurrahman <diorahman@rockybars.com>
Canonicalization of :lang() should preserve the :lang()'s arguments representations
https://bugs.webkit.org/show_bug.cgi?id=139928
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
* fast/css/css-lang-selector-with-string-arguments-text.html:
2015-01-16 Roger Fong <roger_fong@apple.com>
WebGL2: Support webgl2 context creation.
https://bugs.webkit.org/show_bug.cgi?id=126408
<rdar://problem/15002170>
Reviewed by Dean Jackson.
* fast/canvas/webgl/bad-arguments-test-expected.txt:
* fast/canvas/webgl/null-object-behaviour-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
2015-01-19 Alexey Proskuryakov <ap@apple.com>
Update expectations for media/track/track-forced-subtitles-in-band.html.
This test was marked as flaky on Yosemite, but the bug that tracked that was already
fixed. The test is flaky on Mavericks and above for some other reason.
* platform/mac/TestExpectations:
2015-01-19 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178653.
https://bugs.webkit.org/show_bug.cgi?id=140634
Broke multiple SVG tests on Mountain Lion (Requested by ap on
#webkit).
Reverted changeset:
"[SVG -> OTF Converter] Flip the switch on"
https://bugs.webkit.org/show_bug.cgi?id=140592
http://trac.webkit.org/changeset/178653
2015-01-18 Dean Jackson <dino@apple.com>
ES6: Support Array.of construction
https://bugs.webkit.org/show_bug.cgi?id=140605
<rdar://problem/19513655>
Reviewed by Geoffrey Garen.
Add 'of' to the Array properties, and a
test for Array.of().
* js/Object-getOwnPropertyNames-expected.txt:
* js/array-of-expected.txt: Added.
* js/array-of.html: Added.
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/array-of.js: Added.
2015-01-16 Ada Chan <adachan@apple.com>
HTMLMediaElement::isPlayingAudio() should return false if the element is explicitly muted by script.
https://bugs.webkit.org/show_bug.cgi?id=140524
Reviewed by Andreas Kling.
The test contains a looping video. It makes sure initially Page::isPlayingAudio() returns true.
It should return false after the video is muted, and true again after the video is unmuted.
* media/muted-video-is-playing-audio-expected.txt: Added.
* media/muted-video-is-playing-audio.html: Added.
2015-01-19 Myles C. Maxfield <mmaxfield@apple.com>
[SVG -> OTF Converter] Flip the switch on
https://bugs.webkit.org/show_bug.cgi?id=140592
Updating test expected results.
svg/W3C-SVG-1.1/fonts-glyph-04-t.svg tests something which isn't spec'ed
and is impossible to perform with the converter, so I have deleted that
test.
svg/custom/skip-underline-missing-glyph-expected.html was testing
incorrect behavior, so I have updated the test.
The getStartPositionOfChar() calls in svg/text/kerning.svg and
svg/text/multichar-glyph.svg are currently impossible to be implemented
correctly with the converter, so I have updated the expected results to
test for the updated results of those calls.
Reviewed by Antti Koivisto.
* platform/mac/TestExpectations:
* platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-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-glyph-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-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/text-align-08-b-expected.txt:
* platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t-w3c.png: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-04-t.svg: Removed.
* svg/custom/skip-underline-missing-glyph-expected.html: Removed.
* svg/custom/skip-underline-missing-glyph-expected.txt: Added.
* svg/custom/skip-underline-missing-glyph.html:
2015-01-19 Alexey Proskuryakov <ap@apple.com>
Mark a couple slow tests as such.
* TestExpectations:
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Remove unneeded win-specific result.
At one point, Windows error messages did not include line numbers and needed its own results.
This is no longer the case, and any such results should be removed
* platform/win/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Removed.
2015-01-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening: Mark some passing tests appropriately.
* platform/win/TestExpectations:
2015-01-16 Alexey Proskuryakov <ap@apple.com>
Console log sometimes prefixed with line number
https://bugs.webkit.org/show_bug.cgi?id=105280
Reviewed by Darin Adler.
Some messages lost line numbers now. Some of these were definitely wrong, others
were roughly right. Unfortunately, it is not currently possible to figure out whether
ScriptController actually executes a script after passing control to it. So the cases
where it refuses to execute the script and logs a message are handled like those
where it does.
I think that it shouldn't be a big obstacle in practice, it is easy enough to find
a script in a page when Web Inspector tells you that scripts were not allowed.
* fast/frames/sandboxed-iframe-attribute-parsing-06-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-07-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-08-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-09-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-10-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-11-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-12-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-13-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-14-expected.txt:
* fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
* fast/frames/sandboxed-iframe-scripting-04-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-empty-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-empty-subframe-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt:
* http/tests/security/isolatedWorld/sandboxed-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
* http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
* http/tests/security/no-javascript-refresh-expected.txt:
* http/tests/security/no-javascript-refresh-spaces-expected.txt:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
Unmark tests that were broken by this.
2015-01-19 Csaba Osztrogonác <ossy@webkit.org>
[Win] REGRESSION(r177542 or r177613): svg/W3C tests are broken
https://bugs.webkit.org/show_bug.cgi?id=139972
Unreviewed gardening, unskip now passing tests after r178139.
* platform/win/TestExpectations:
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, when committing r178642 I forgot to add the
TestExpectations change.
* TestExpectations: Added
fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html.
2015-01-19 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks shrink sometimes with indefinite remaining space
https://bugs.webkit.org/show_bug.cgi?id=139059
Reviewed by David Hyatt.
The third step of the grid track sizing algorithm (method
ComputeUsedBreadthOfGridTracks in the old specs version of the
algorithm) tries to grow all grid tracks until the remaining space
is exhausted. Should the remaining space is undefined we should fill
the tracks up to their limits. This is specified in pseudocode like
this:
For each Grid track t in GridTracks
t.UsedBreadth = t.MaxBreadth
That's correct for most of the cases, but it becomes
wrong whenever t.UsedBreadth > t.MaxBreadth something that is not
incorrect. What we actually want to do is to grow the track to its
maximum if and only if the used breadth is smaller than the maximum.
* TestExpectations: Added a test which is correct but starts to fail
due to another bug (wkb.ug/139058).
* fast/css-grid-layout/grid-auto-columns-rows-update.html:
* fast/css-grid-layout/grid-grow-tracks-to-their-max-expected.txt: Added.
* fast/css-grid-layout/grid-grow-tracks-to-their-max.html: Added.
* fast/css-grid-layout/grid-item-removal-track-breadth-update.html:
* fast/css-grid-layout/minmax-max-content-resolution-rows.html:
* fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
* fast/css-grid-layout/percent-of-indefinite-track-size-in-auto.html:
* fast/css-grid-layout/percent-of-indefinite-track-size.html:
2015-01-18 Alexey Proskuryakov <ap@apple.com>
http/tests/navigation/navigation-interrupted-by-fragment.html frequently times out
https://bugs.webkit.org/show_bug.cgi?id=140607
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-01-18 Dean Jackson <dino@apple.com>
Out of bounds write in canvas.toDataURL
https://bugs.webkit.org/show_bug.cgi?id=140594
<rdar://problem/19449135>
Reviewed by Alexey Proskuryakov.
Creates a WebGL context that does not have
premultiplied alpha, fills it with 50% transparent white,
and attempts to convert the canvas to a JPEG data URL. This
exercises the code path that was not accurately
allocating data (to flatten the alpha).
* fast/canvas/webgl/toDataURL-unpremultipliedAlpha-expected.txt: Added.
* fast/canvas/webgl/toDataURL-unpremultipliedAlpha.html: Added.
2015-01-17 Michael Saboff <msaboff@apple.com>
Crash in JSScope::resolve() on tools.ups.com
https://bugs.webkit.org/show_bug.cgi?id=140579
Reviewed by Geoffrey Garen.
New regression test.
* js/regress-140579-expected.txt: Added.
* js/regress-140579.html: Added.
* js/script-tests/regress-140579.js: Added.
(Test.this.isString):
(Test.this.test):
(Test):
2015-01-17 Chris Dumez <cdumez@apple.com>
Converting time, angle and frequency units in CSS calc() function
https://bugs.webkit.org/show_bug.cgi?id=138356
Reviewed by Darin Adler.
Update fast/css/calc-with-angle-time-frequency.html to include more
test cases and actually validate the result of the calculation,
instead of merely setting the CSS property and being happy if we don't
crash.
* fast/css/calc-with-angle-time-frequency-expected.txt:
* fast/css/calc-with-angle-time-frequency.html:
2015-01-16 Daniel Bates <dabates@apple.com>
Update some expected results for iOS
* platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/ios-simulator/TestExpectations:
[...]
2015-01-16 Michael Saboff <msaboff@apple.com>
REGRESSION(178591): js/slow-stress/call-spread.html & js/slow-stress/new-spread.html
https://bugs.webkit.org/show_bug.cgi?id=140574
Rubber stamped by Oliver Hunt.
Changed the loop counts in the test to lower values to speed up the tests.
* js/slow-stress/script-tests/call-spread.js:
(test2):
(test3):
* js/slow-stress/script-tests/new-spread.js:
(test2):
(test3):
2015-01-16 Zalan Bujtas <zalan@apple.com>
When border-radius is present, inset/outset/groove/ridge border color changes.
https://bugs.webkit.org/show_bug.cgi?id=140551
Reviewed by Simon Fraser.
This patch applies the same color lighten/darken adjustment on the radius borders
that we use for non-radius border.
* fast/borders/wrong-border-color-when-radius-is-present-expected.html: Added.
* fast/borders/wrong-border-color-when-radius-is-present.html: Added.
2015-01-16 Benjamin Poulain <bpoulain@apple.com>
Add the alternative syntax for CSS Selector's descendant combinator (">>")
https://bugs.webkit.org/show_bug.cgi?id=140525
Reviewed by Antti Koivisto.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/css/descendant-combinator-doubled-child-syntax-styling-expected.html: Added.
* fast/css/descendant-combinator-doubled-child-syntax-styling.html: Added.
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/css/parsing-css-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/element-closest-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/element-closest-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/element-matches-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/element-matches-descendant-combinator-doubled-child-syntax.html: Added.
* fast/selectors/querySelector-descendant-combinator-doubled-child-syntax-expected.txt: Added.
* fast/selectors/querySelector-descendant-combinator-doubled-child-syntax.html: Added.
2015-01-16 Michael Saboff <msaboff@apple.com>
REGRESSION (r174226): Header on huffingtonpost.com is too large
https://bugs.webkit.org/show_bug.cgi?id=140306
Reviewed by Filip Pizlo.
Updated js/arguments-iterator to test changing argument to array values.
Removed tests that changed arguments to a string and an object as they were
bogus and didn't test what the appeared to test.
for .. of works on iterable objects only.
Added new regression test, js/regress-140306.
* js/arguments-iterator-expected.txt:
* js/regress-140306-expected.txt: Added.
* js/regress-140306.html: Added.
* js/script-tests/arguments-iterator.js:
(testEmptyArrayArguments):
(testArrayArguments):
(testOverwrittenArguments): Deleted.
(testNullArguments): Deleted.
(testNonArrayLikeArguments): Deleted.
* js/script-tests/regress-140306.js: Added.
(checkArgs):
(applyToArgs):
2015-01-16 Jeremy Jones <jeremyj@apple.com>
[mac] Fix test expectations after r178310.
https://bugs.webkit.org/show_bug.cgi?id=140503
Reviewed by Alexey Proskuryakov.
Remove references to removed tests.
* platform/mac-wk2/TestExpectations:
removed reference to storage/indexeddb/basics-shared-workers.html
removed reference to js/dom/global-constructors-attributes-shared-worker.html
* platform/mac/TestExpectations:
removed reference to fast/workers/shared-worker-storagequota-query-usage.html
2015-01-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178532.
https://bugs.webkit.org/show_bug.cgi?id=140548
Broke fast/css/parsing-css-lang.html on some bots (Requested
by ap on #webkit).
Reverted changeset:
"Canonicalization of :lang() should preserve the :lang()'s
arguments representations"
https://bugs.webkit.org/show_bug.cgi?id=139928
http://trac.webkit.org/changeset/178532
2015-01-16 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178577.
https://bugs.webkit.org/show_bug.cgi?id=140546
Broke fast/css-grid-layout/grid-content-sized-columns-
resolution.html (Requested by ap on #webkit).
Reverted changeset:
"[CSS Grid Layout] Tracks shrink sometimes with indefinite
remaining space"
https://bugs.webkit.org/show_bug.cgi?id=139059
http://trac.webkit.org/changeset/178577
2014-11-26 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Tracks shrink sometimes with indefinite remaining space
https://bugs.webkit.org/show_bug.cgi?id=139059
Reviewed by David Hyatt.
The third step of the grid track sizing algorithm (method
ComputeUsedBreadthOfGridTracks in the old specs version of the
algorithm) tries to grow all grid tracks until the remaining space
is exhausted. Should the remaining space is undefined we should fill
the tracks up to their limits. This is specified in pseudocode like
this:
For each Grid track t in GridTracks
t.UsedBreadth = t.MaxBreadth
That's correct for most of the cases, but it becomes
wrong whenever t.UsedBreadth > t.MaxBreadth something that is not
incorrect. What we actually want to do is to grow the track to its
maximum if and only if the used breadth is smaller than the maximum.
* TestExpectations: Added a test which is correct but starts to fail
due to another bug (wkb.ug/139058).
* fast/css-grid-layout/grid-auto-columns-rows-update.html:
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
* fast/css-grid-layout/grid-grow-tracks-to-their-max-expected.txt: Added.
* fast/css-grid-layout/grid-grow-tracks-to-their-max.html: Added.
* fast/css-grid-layout/grid-item-removal-track-breadth-update.html:
* fast/css-grid-layout/minmax-max-content-resolution-rows.html:
* fast/css-grid-layout/minmax-min-content-column-resolution-rows.html:
* fast/css-grid-layout/percent-of-indefinite-track-size-in-auto.html:
* fast/css-grid-layout/percent-of-indefinite-track-size.html:
2015-01-15 Zalan Bujtas <zalan@apple.com>
Element appears correctly but does not receive event with a large translation.
https://bugs.webkit.org/show_bug.cgi?id=139815
Reviewed by Simon Fraser.
When the hit point gets translated beyond the min/max value of LayoutRect (infiniteRect()),
we fail to find the corresponding layer.
When there's no clipping on a layer, we use min/max values to represent infiniteness.
However it does not work well across types. With IntPoint(hittest) we can address a point that's outside
of LayoutRect's boundary(clipping).
This patch addresses the immediate issue of not being able to hittest transformed layers properly.
Fixing the representation of infiniteness is tracked here: webkit.org/b/140533
* transforms/hittest-translated-content-off-to-infinity-and-back-expected.html: Added.
* transforms/hittest-translated-content-off-to-infinity-and-back.html: Added.
2015-01-15 Myles C. Maxfield <mmaxfield@apple.com>
tables/mozilla/bugs/bug10633.html is flakey on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=140487
Reviewed by Simon Fraser.
Mark tests as not flakey any more.
* platform/mac/TestExpectations:
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Windows gardening.
Remove a bunch of out-of-date entries, and try to properly mark tests so we get
proper coverage.
* platform/win-xp/TestExpectations:
* platform/win/TestExpectations:
2015-01-15 Alexey Proskuryakov <ap@apple.com>
Update Mountain Lion results for fast/canvas/webgl/angle-instanced-arrays.html
after r178527.
* platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-expected.txt:
2015-01-15 Dhi Aurrahman <diorahman@rockybars.com>
Canonicalization of :lang() should preserve the :lang()'s arguments representations
https://bugs.webkit.org/show_bug.cgi?id=139928
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt: Updated.
* fast/css/css-lang-selector-with-string-arguments-text.html: Updated.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
Web Inspector and regular console use different source code locations for messages
https://bugs.webkit.org/show_bug.cgi?id=140478
Reviewed by Brian Burg.
A lot of tests now get line numbers in console messages. These lines are calculated
by Inspector::ConsoleMessage based on JavaScript call stack.
One note of interest is that DumpRenderTree only dumps the line, which can be
confusing if it is a line in a subresource. We can change the format in a separate
patch one day.
* http/tests/security/drag-drop-local-file-expected.txt:
* platform/wk2/http/tests/security/drag-drop-local-file-expected.txt:
With WebKit1, a console message is logged when EventSender releases the mouse button,
and with WebKit2, it is logged on hover. This is not quite expected, but probably
not too harmful. In any case, it's not a new problem introduced by this patch.
* http/tests/security/xss-DENIED-iframe-src-alias.html:
* http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
Run the subtests sequentially to ensure consistent order of results.
* animations/change-keyframes-expected.txt:
* crypto/subtle/unwrapKey-check-usage-expected.txt:
* crypto/subtle/wrapKey-check-usage-expected.txt:
* fast/canvas/webgl/angle-instanced-arrays-expected.txt:
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt:
* fast/dom/Window/open-invalid-url-expected.txt:
* fast/dom/assign-to-prototype-accessor-on-prototype-should-be-silent-expected.txt:
* fast/forms/interactive-validation-prevented-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-01-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-02-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-03-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-04-expected.txt:
* fast/frames/sandboxed-iframe-attribute-parsing-05-expected.txt:
* fast/frames/sandboxed-iframe-close-top-noclose-expected.txt:
* fast/frames/sandboxed-iframe-forms-dynamic-expected.txt:
* fast/frames/sandboxed-iframe-forms-expected.txt:
* fast/frames/sandboxed-iframe-history-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt:
* fast/frames/sandboxed-iframe-navigation-top-by-name-denied-expected.txt:
* fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt:
* fast/frames/sandboxed-iframe-parsing-space-characters-expected.txt:
* fast/loader/page-dismissal-modal-dialogs-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
* fast/xpath/nsresolver-bad-object-expected.txt:
* html5lib/generated/run-tests11-write-expected.txt:
* http/tests/appcache/abort-cache-onchecking-expected.txt:
* http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt:
* http/tests/appcache/abort-cache-onchecking-resource-404-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-expected.txt:
* http/tests/appcache/abort-cache-ondownloading-resource-404-expected.txt:
* http/tests/appcache/abort-cache-onprogress-expected.txt:
* http/tests/appcache/local-content-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.canvas-expected.txt:
* http/tests/canvas/philip/tests/security.drawImage.image-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.cross-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt:
* http/tests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt:
* http/tests/history/cross-origin-replace-history-object-child-expected.txt:
* http/tests/history/cross-origin-replace-history-object-expected.txt:
* http/tests/inspector-protocol/access-inspected-object-expected.txt:
* http/tests/misc/image-blocked-src-no-change-expected.txt:
* http/tests/misc/unloadable-script-expected.txt:
* http/tests/plugins/cross-frame-object-access-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
* http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/canvas-remote-read-redirect-to-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-blocked-then-allowed-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt:
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt:
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
* http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-delete-expected.txt:
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-first-time-expected.txt:
* http/tests/security/cross-frame-access-frameelement-expected.txt:
* http/tests/security/cross-frame-access-get-custom-property-cached-expected.txt:
* http/tests/security/cross-frame-access-get-expected.txt:
* http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
* http/tests/security/cross-frame-access-history-get-expected.txt:
* http/tests/security/cross-frame-access-history-put-expected.txt:
* http/tests/security/cross-frame-access-location-get-expected.txt:
* http/tests/security/cross-frame-access-location-put-expected.txt:
* http/tests/security/cross-frame-access-name-getter-expected.txt:
* http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
* http/tests/security/cross-frame-access-object-prototype-expected.txt:
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-port-expected.txt:
* http/tests/security/cross-frame-access-protocol-expected.txt:
* http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-frame-access-selection-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* http/tests/security/document-all-expected.txt:
* http/tests/security/frameNavigation/not-opener-expected.txt:
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
* http/tests/security/local-CSS-from-remote-expected.txt:
* http/tests/security/local-JavaScript-from-remote-expected.txt:
* http/tests/security/local-iFrame-from-remote-expected.txt:
* http/tests/security/local-image-from-remote-expected.txt:
* http/tests/security/local-video-poster-from-remote-expected.txt:
* http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
* http/tests/security/no-popup-from-sandbox-expected.txt:
* http/tests/security/no-popup-from-sandbox-top-expected.txt:
* http/tests/security/popup-allowed-by-sandbox-is-sandboxed-expected.txt:
* http/tests/security/referrer-policy-invalid-expected.txt:
* http/tests/security/sandbox-inherit-to-initial-document-2-expected.txt:
* http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt:
* http/tests/security/sandboxed-iframe-form-top-expected.txt:
* http/tests/security/sandboxed-iframe-modify-self-expected.txt:
* http/tests/security/sandboxed-iframe-origin-add-expected.txt:
* http/tests/security/sandboxed-iframe-origin-remove-expected.txt:
* http/tests/security/srcdoc-in-sandbox-cannot-access-parent-expected.txt:
* http/tests/security/window-named-proto-expected.txt:
* http/tests/security/window-named-valueOf-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
* http/tests/security/xss-DENIED-assign-location-host-expected.txt:
* http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
* http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
* http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
* http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
* http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
* http/tests/security/xss-DENIED-assign-location-search-expected.txt:
* http/tests/security/xss-DENIED-defineProperty-expected.txt:
* http/tests/security/xss-DENIED-frame-name-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
* http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
* http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt:
* http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
* http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
* http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt:
* http/tests/security/xss-DENIED-synchronous-form-expected.txt:
* http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-name-navigator-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
* http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
* http/tests/security/xss-DENIED-window-open-parent-expected.txt:
* http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
* http/tests/security/xss-eval-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt:
* http/tests/security/xssAuditor/dom-write-URL-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
* http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
* http/tests/security/xssAuditor/full-block-base-href-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
* http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
* http/tests/websocket/tests/hybi/binary-type-expected.txt:
* http/tests/websocket/tests/hybi/close-before-open-expected.txt:
* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/close-expected.txt:
* http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
* http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
* http/tests/websocket/tests/hybi/url-parsing-expected.txt:
* http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-response-with-expose-headers-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
* http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt:
* http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt:
* http/tests/xmlhttprequest/get-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/getResponseHeader-expected.txt:
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
* http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
* http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt:
* http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt:
* http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
* js/dom/dom-as-prototype-assignment-exception-expected.txt:
* js/dom/dom-attributes-on-mismatch-type-expected.txt:
* js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt:
* plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt:
* plugins/netscape-plugin-map-data-to-src-expected.txt:
* plugins/no-mime-with-valid-extension-expected.txt:
* storage/websql/open-database-creation-callback-expected.txt:
* storage/websql/open-database-set-empty-version-expected.txt:
* svg/as-image/svg-canvas-xhtml-tainted-expected.txt:
* svg/css/parse-calc-length-expected.txt:
* svg/css/parse-height-expected.txt:
* svg/css/parse-length-expected.txt:
* svg/custom/invalid-length-units-expected.txt:
* svg/custom/poly-parsing-error-expected.txt:
* svg/custom/polyline-setattribute-points-null-expected.txt:
* svg/dom/fuzz-path-parser-expected.txt:
* svg/dom/path-parser-expected.txt:
* svg/dom/points-parser-expected.txt:
* webaudio/audionode-expected.txt:
2015-01-15 Mark Lam <mark.lam@apple.com>
[Part 2] Argument object created by "Function dot arguments" should use a clone of argument values.
<https://webkit.org/b/140093>
Reviewed by Geoffrey Garen.
* js/function-dot-arguments-expected.txt:
* js/script-tests/function-dot-arguments.js:
(arrayify):
(indirectCall):
(.inner):
(tearOffTest3):
(tearOffTest3b):
(tearOffTest3c):
(tearOffTest4External):
(tearOffTest4):
(tearOffTest4aExternal):
(tearOffTest4bExternal):
(tearOffTest4b):
(tearOffTest4cExternal):
(tearOffTest4c):
(tearOffTest5):
(tearOffTest5b):
(tearOffTest5c):
(tearOffTest6External):
(tearOffTest6):
(tearOffTest6aExternal):
(tearOffTest6bExternal):
(tearOffTest6b):
(tearOffTest6cExternal):
(tearOffTest6c):
(tearOffTest7):
(tearOffTest7b):
(tearOffTest7c):
(tearOffTest8External):
(tearOffTest8):
(tearOffTest8aExternal):
(tearOffTest8bExternal):
(tearOffTest8b):
(tearOffTest8cExternal):
(tearOffTest8c):
(tearOffTest9b):
(tearOffTest9c):
(tearOffTest10External):
(tearOffTest10):
(tearOffTest10aExternal):
(tearOffTest10bExternal):
(tearOffTest10b):
(tearOffTest10cExternal):
(tearOffTest10c):
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Mark some debug crashes as being caused by Bug 135514.
* platform/win/TestExpectations:
2015-01-15 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Mark fast/dynamic/layer-no-longer-paginated.html as crashing on Windows
now that https://bugs.webkit.org/show_bug.cgi?id=140455 has been filed.
* platform/win/TestExpectations:
2015-01-15 Myles C. Maxfield <mmaxfield@apple.com>
http/tests/misc/acid3.html is flakey on Mavericks
https://bugs.webkit.org/show_bug.cgi?id=140253
Reviewed by Alexey Proskuryakov.
Remove flakey mark.
* platform/mac/TestExpectations:
2015-01-15 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/render-counter-text.html as a suitable test for EFL and GTK.
https://bugs.webkit.org/show_bug.cgi?id=140438
Reviewed by Chris Fleizach.
The test shows the text contents of the <li> element with the counter inside <ol> using three childAtIndex().stringValue methods.
In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT,
so the stringValue produces an empty string.
To avoid this, the text content is obtained by direct reading of stringValue of <li> AccessibilityUIElement which is ATK_TEXT.
* accessibility/render-counter-text.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2015-01-14 Simon Fraser <simon.fraser@apple.com>
Graphics corruption after Find on some pages
https://bugs.webkit.org/show_bug.cgi?id=140489
Reviewed by Zalan Bujtas.
Two new tests. The first one just reports that we have an opaque compositing
layer. The second one tests the the user-visible symptom of the missing
background.
* compositing/contents-opaque/opaque-with-scrolled-expected.txt: Added.
* compositing/contents-opaque/opaque-with-scrolled.html: Added.
* fast/backgrounds/opaque-scrolled-paint-background-expected.html: Added.
* fast/backgrounds/opaque-scrolled-paint-background.html: Added.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/17748495> Multiple compositing tests fail to repaint on WK1
* platform/mac/TestExpectations: These tests pass now, unmarking.
2015-01-14 Alexey Proskuryakov <ap@apple.com>
Update expectations for what we see on upgraded EWS machines.
* platform/mac/TestExpectations:
2015-01-14 Jer Noble <jer.noble@apple.com>
[Mac][MSE] Stalled YouTube playback does not allow display to sleep.
https://bugs.webkit.org/show_bug.cgi?id=140468
rdar://problem/19171162
Reviewed by Eric Carlson.
* media/media-source/content/test-fragmented-manifest.json: Added.
* media/media-source/content/test-fragmented.mp4: Added.
* media/media-source/media-source-loader.js: Added.
(MediaSourceLoader):
(MediaSourceLoader.prototype.loadManifest):
(MediaSourceLoader.prototype.loadManifestSucceeded):
(MediaSourceLoader.prototype.loadManifestFailed):
(MediaSourceLoader.prototype.loadMediaData):
(MediaSourceLoader.prototype.loadMediaDataSucceeded):
(MediaSourceLoader.prototype.loadMediaDataFailed):
(MediaSourceLoader.prototype.type):
(MediaSourceLoader.prototype.duration):
(MediaSourceLoader.prototype.initSegment):
(MediaSourceLoader.prototype.mediaSegmentsLength):
(MediaSourceLoader.prototype.mediaSegment):
* media/media-source/media-source-stalled-holds-sleep-assertion-expected.txt: Added.
* media/media-source/media-source-stalled-holds-sleep-assertion.html: Added.
2015-01-14 Andrzej Badowski <a.badowski@samsung.com>
[EFL] Change expectations for two layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140391
Reviewed by Chris Fleizach.
Currently, two layout tests produce positive results for EFL:
- accessibility/fieldset-element-expected.html
- accessibility/negative-tabindex-does-not-expose-label.html.
* accessibility/fieldset-element-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/fieldset-element-expected.txt.
* accessibility/negative-tabindex-does-not-expose-label-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/negative-tabindex-does-not-expose-label-expected.txt.
* platform/efl/TestExpectations:
Missing markings removed.
2015-01-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178438.
https://bugs.webkit.org/show_bug.cgi?id=140484
Broke a few MediaSource tests (Requested by JoePeck on
#webkit).
Reverted changeset:
"[MSE] Implement per TrackBuffer buffered."
https://bugs.webkit.org/show_bug.cgi?id=139813
http://trac.webkit.org/changeset/178438
2015-01-14 Enrica Casucci <enrica@apple.com>
REGRESSION (r165385): Crash when applying autocorrection exceeds maximum text area length.
https://bugs.webkit.org/show_bug.cgi?id=137902
rdar://problem/18568864
Reviewed by Darin Adler.
* editing/text-iterator/invalid-subrange-expected.txt: Added.
* editing/text-iterator/invalid-subrange.html: Added.
2015-01-14 Said Abou-Hallawa <sabouhallawa@apple.com>
REGRESSION (r154769): Wrong <title> taken as a tooltip for SVG element.
https://bugs.webkit.org/show_bug.cgi?id=139690.
Reviewed by Daniel Bates.
* svg/hittest/resources: Added.
* svg/hittest/resources/svg-tooltip.svg: Added.
Shared resources to be used by the tests.
* svg/hittest/resources/svg-tooltip.js: Added.
This code mimics the C++ tooltip calculation and compares its result with what the C++
code returns.
* svg/hittest/svg-embedded-tooltip-expected.txt: Added.
* svg/hittest/svg-embedded-tooltip.html: Added.
This test ensures that the tooltip text for SVG elements is calculated correctly when
the SVG is embedded in an HTML either through inline <svg> tag or through an <embed>
tag. In both cases, the rootmost SVG element should return the SVG document title.
* svg/hittest/svg-standalone-tooltip-expected.txt: Added.
* svg/hittest/svg-standalone-tooltip.svg: Added.
This test ensures that for stand-alone SVG documents, the tooltip text for SVG elements
is calculated correctly. In this case, the rootmost SVG element should not return a
title since the SVG document title will be displayed in the browser chrome.
2015-01-14 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement per TrackBuffer buffered.
https://bugs.webkit.org/show_bug.cgi?id=139813.
Reviewed by Jer Noble.
Added tests which checks how buffered behaves for two trackBuffers in single SourceBuffer
after appends, and with MediaSource readyState switching to ended and back to open.
* media/media-source/media-source-multiple-trackBuffers-buffered-expected.txt: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered-in-ended-state-expected.txt: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered-in-ended-state.html: Added.
* media/media-source/media-source-multiple-trackBuffers-buffered.html: Added.
2015-01-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178432.
https://bugs.webkit.org/show_bug.cgi?id=140460
Caused 20 JSC Test Failures (Requested by JoePeck on #webkit).
Reverted changeset:
"REGRESSION (r174226): Header on huffingtonpost.com is too
large"
https://bugs.webkit.org/show_bug.cgi?id=140306
http://trac.webkit.org/changeset/178432
2015-01-14 Michael Saboff <msaboff@apple.com>
REGRESSION (r174226): Header on huffingtonpost.com is too large
https://bugs.webkit.org/show_bug.cgi?id=140306
Reviewed by Geoffrey Garen.
Updated js/arguments-iterator to test changing argument to array values.
Removed tests that changed arguments to a string and an object as they were
bogus and didn't test what the appeared to test.
for .. of works on iterable objects only.
Added new regression test, js/regress-140306.
* js/arguments-iterator-expected.txt:
* js/regress-140306-expected.txt: Added.
* js/regress-140306.html: Added.
* js/script-tests/arguments-iterator.js:
(testEmptyArrayArguments):
(testArrayArguments):
(testOverwrittenArguments): Deleted.
(testNullArguments): Deleted.
(testNonArrayLikeArguments): Deleted.
* js/script-tests/regress-140306.js: Added.
(checkArgs):
(applyToArgs):
2015-01-14 Michael Saboff <msaboff@apple.com>
JavaScript identifier incorrectly parsed if the prefix before an escape sequence is a keyword
https://bugs.webkit.org/show_bug.cgi?id=140420
Reviewed by Oliver Hunt.
New regression test.
* js/regress-140420-expected.txt: Added.
* js/regress-140420.html: Added.
* js/script-tests/regress-140420.js: Added.
(with):
(this):
2015-01-14 Jer Noble <jer.noble@apple.com>
Null-deref crash when seeking immediately before looping.
https://bugs.webkit.org/show_bug.cgi?id=140394
Reviewed by Eric Carlson.
* media/video-ended-seek-crash-expected.txt: Added.
* media/video-ended-seek-crash.html: Added.
2015-01-14 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
* platform/win/TestExpectations: Add a Crash expectation now that
https://bugs.webkit.org/show_bug.cgi?id=140444 has been filed.
2015-01-13 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178390, r178392, r178398, r178400,
r178402, and r178410.
https://bugs.webkit.org/show_bug.cgi?id=140431
Way too many failures to skip (Requested by ap_ on #webkit).
Reverted changesets:
"WebGL2: Support webgl2 context creation."
https://bugs.webkit.org/show_bug.cgi?id=126408
http://trac.webkit.org/changeset/178390
"Unreviewed iOS build fix after r178390."
http://trac.webkit.org/changeset/178392
"[Unreviewed] Windows build fix after r178390."
http://trac.webkit.org/changeset/178398
"[Unreviewed] Speculative test fix after r178390."
http://trac.webkit.org/changeset/178400
"[Unreviewed] Skip webgl tests for temporarily."
https://bugs.webkit.org/show_bug.cgi?id=140423
http://trac.webkit.org/changeset/178402
"[EFL] Fix build after r178390"
https://bugs.webkit.org/show_bug.cgi?id=140424
http://trac.webkit.org/changeset/178410
2015-01-13 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations: Add Debug Crash documentation now that Bug 140425 has been filed.
2015-01-13 Chris Dumez <cdumez@apple.com>
Only throttle DOM timers if they change CSS properties that cannot cause non-descendant elements to become visible
https://bugs.webkit.org/show_bug.cgi?id=140142
Reviewed by Daniel Bates.
Fix layout test introduced in r178014. I forgot to remove a
setTimeout() call.
* fast/dom/timer-height-change-no-throttling.html:
2015-01-13 Roger Fong <roger_fong@apple.com>
[Unreviewed] Skip webgl tests for temporarily.
https://bugs.webkit.org/show_bug.cgi?id=140423
* platform/mac/TestExpectations:
2015-01-13 Said Abou-Hallawa <sabouhallawa@apple.com>
Missed images and missed new lines in the expected results of the imported w3c canvas layout tests.
https://bugs.webkit.org/show_bug.cgi?id=140409.
Reviewed by Dean Jackson.
Fix some failures in the imported W3C canvas tests. These failures were happening because
of missing images or missing new lines at the end of the expected results.
* TestExpectations:
2015-01-13 Dean Jackson <dino@apple.com>
Filters aren't applied to elements in columns after the first
https://bugs.webkit.org/show_bug.cgi?id=140331
<rdar://problem/19313858>
Unreviewed followup after discussion with Simon Fraser.
Add a new test that exercises nested blocks inside columns. Also
use valid properties in my existing tests :)
* fast/multicol/clip-in-columns-expected.html:
* fast/multicol/clip-in-columns.html:
* fast/multicol/filter-in-columns-expected.html:
* fast/multicol/filter-in-columns.html:
* fast/multicol/nested-filter-in-columns-expected.html: Copied from LayoutTests/fast/multicol/filter-in-columns-expected.html.
* fast/multicol/nested-filter-in-columns.html: Copied from LayoutTests/fast/multicol/filter-in-columns.html.
2015-01-13 Dean Jackson <dino@apple.com>
Filters aren't applied to elements in columns after the first
https://bugs.webkit.org/show_bug.cgi?id=140331
<rdar://problem/19313858>
Reviewed by Simon Fraser.
Tests for filters and clipping on a column other
than the first.
* fast/multicol/clip-in-columns-expected.html: Added.
* fast/multicol/clip-in-columns.html: Added.
* fast/multicol/filter-in-columns-expected.html: Added.
* fast/multicol/filter-in-columns.html: Added.
2015-01-13 Yusuke Suzuki <utatane.tea@gmail.com>
DFG can call PutByValDirect for generic arrays
https://bugs.webkit.org/show_bug.cgi?id=140389
Reviewed by Geoffrey Garen.
* js/dfg-put-by-val-direct-to-generic-array-expected.txt: Added.
* js/dfg-put-by-val-direct-to-generic-array.html: Added.
* js/script-tests/dfg-put-by-val-direct-to-generic-array.js: Added.
(foo1):
(foo2):
2015-01-13 Jer Noble <jer.noble@apple.com>
defaultPlaybackRate not respected when set before source is loaded
https://bugs.webkit.org/show_bug.cgi?id=140282
Reviewed by Eric Carlson.
* media/video-defaultplaybackrate-before-load-expected.txt: Added.
* media/video-defaultplaybackrate-before-load.html: Added.
2015-01-13 Andreas Kling <akling@apple.com>
Element::normalizeAttributes() needs to handle arbitrary JS executing between loop iterations.
<https://webkit.org/b/140379>
<rdar://problem/19446901>
Reviewed by Benjamin Poulain.
* fast/dom/Element/normalize-crash2-expected.txt: Added.
* fast/dom/Element/normalize-crash2.html: Added.
2015-01-13 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Mark accessibility/table-with-footer-section-above-body.html as a suitable test for EFL and GTK
https://bugs.webkit.org/show_bug.cgi?id=140355
Reviewed by Chris Fleizach.
The test shows the text contents of an AccessibilityTableCell object using tableCell.childAtIndex(0).stringValue.
In the case of ATK childAtIndex(0) returns a non-empty object, but it is not the ATK_OBJECT,
so the stringValue produces an empty string.
To avoid this, the cell text content is obtained by direct reading of stringValue of TableCell.
* accessibility/table-with-footer-section-above-body.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2015-01-13 Bartlomiej Gajda <b.gajda@samsung.com>
[EFL] Fix test expectations after r178310.
https://bugs.webkit.org/show_bug.cgi?id=140387.
Reviewed by Gyuyoung Kim.
Clean reference to SharedWorkers in test expecations since they were removed.
* platform/efl/TestExpectations:
2015-01-11 Sam Weinig <sam@webkit.org>
Remove support for SharedWorkers
https://bugs.webkit.org/show_bug.cgi?id=140344
Reviewed by Anders Carlsson.
Remove shared worker specific tests and update others to remove references to shared workers.
* fast/constructors/constructor-as-function-crash-expected.txt:
* fast/constructors/constructor-as-function-crash.html:
* fast/dom/call-a-constructor-as-a-function-expected.txt:
* fast/dom/call-a-constructor-as-a-function.html:
* fast/workers/resources/create-shared-worker-frame.html: Removed.
* fast/workers/resources/shared-worker-common.js: Removed.
* fast/workers/resources/shared-worker-count-connections.js: Removed.
* fast/workers/resources/shared-worker-create-common.js: Removed.
* fast/workers/resources/shared-worker-exception.js: Removed.
* fast/workers/resources/shared-worker-iframe.html: Removed.
* fast/workers/resources/shared-worker-lifecycle.js: Removed.
* fast/workers/resources/shared-worker-name.js: Removed.
* fast/workers/resources/shared-worker-script-error.js: Removed.
* fast/workers/shared-worker-constructor-expected.txt: Removed.
* fast/workers/shared-worker-constructor.html: Removed.
* fast/workers/shared-worker-context-gc-expected.txt: Removed.
* fast/workers/shared-worker-context-gc.html: Removed.
* fast/workers/shared-worker-event-listener-expected.txt: Removed.
* fast/workers/shared-worker-event-listener.html: Removed.
* fast/workers/shared-worker-exception-expected.txt: Removed.
* fast/workers/shared-worker-exception.html: Removed.
* fast/workers/shared-worker-frame-lifecycle-expected.txt: Removed.
* fast/workers/shared-worker-frame-lifecycle.html: Removed.
* fast/workers/shared-worker-gc-expected.txt: Removed.
* fast/workers/shared-worker-gc.html: Removed.
* fast/workers/shared-worker-in-iframe-expected.txt: Removed.
* fast/workers/shared-worker-in-iframe.html: Removed.
* fast/workers/shared-worker-lifecycle-expected.txt: Removed.
* fast/workers/shared-worker-lifecycle.html: Removed.
* fast/workers/shared-worker-load-error-expected.txt: Removed.
* fast/workers/shared-worker-load-error.html: Removed.
* fast/workers/shared-worker-location-expected.txt: Removed.
* fast/workers/shared-worker-location.html: Removed.
* fast/workers/shared-worker-messageevent-source-expected.txt: Removed.
* fast/workers/shared-worker-messageevent-source.html: Removed.
* fast/workers/shared-worker-name-expected.txt: Removed.
* fast/workers/shared-worker-name.html: Removed.
* fast/workers/shared-worker-navigator-expected.txt: Removed.
* fast/workers/shared-worker-navigator.html: Removed.
* fast/workers/shared-worker-replace-global-constructor-expected.txt: Removed.
* fast/workers/shared-worker-replace-global-constructor.html: Removed.
* fast/workers/shared-worker-replace-self-expected.txt: Removed.
* fast/workers/shared-worker-replace-self.html: Removed.
* fast/workers/shared-worker-script-error-expected.txt: Removed.
* fast/workers/shared-worker-script-error.html: Removed.
* fast/workers/shared-worker-shared-expected.txt: Removed.
* fast/workers/shared-worker-shared.html: Removed.
* fast/workers/shared-worker-simple-expected.txt: Removed.
* fast/workers/shared-worker-simple.html: Removed.
* fast/workers/shared-worker-storagequota-query-usage-expected.txt: Removed.
* fast/workers/shared-worker-storagequota-query-usage.html: Removed.
* fast/workers/worker-crash-with-invalid-location-expected.txt:
* fast/workers/worker-crash-with-invalid-location.html:
* http/tests/resources/js-test-pre.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* http/tests/security/contentSecurityPolicy/resources/shared-worker-make-xhr.js: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html: Removed.
* http/tests/security/cross-origin-shared-worker-allowed-expected.txt: Removed.
* http/tests/security/cross-origin-shared-worker-allowed.html: Removed.
* http/tests/security/cross-origin-shared-worker-expected.txt: Removed.
* http/tests/security/cross-origin-shared-worker.html: Removed.
* http/tests/security/resources/cross-origin-iframe-for-shared-worker.html: Removed.
* http/tests/security/resources/iframe-for-storage-blocking-changed-shared-worker.html: Removed.
* http/tests/security/resources/shared-worker.js: Removed.
* http/tests/security/same-origin-shared-worker-blocked-expected.txt: Removed.
* http/tests/security/same-origin-shared-worker-blocked.html: Removed.
* http/tests/security/storage-blocking-loosened-shared-worker-expected.txt: Removed.
* http/tests/security/storage-blocking-loosened-shared-worker.html: Removed.
* http/tests/security/storage-blocking-strengthened-shared-worker-expected.txt: Removed.
* http/tests/security/storage-blocking-strengthened-shared-worker.html: Removed.
* http/tests/websocket/tests/hybi/workers/close-in-shared-worker-expected.txt: Removed.
* http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html: Removed.
* http/tests/websocket/tests/hybi/workers/shared-worker-simple-expected.txt: Removed.
* http/tests/websocket/tests/hybi/workers/shared-worker-simple.html: Removed.
* http/tests/workers/shared-worker-importScripts-expected.txt: Removed.
* http/tests/workers/shared-worker-importScripts.html: Removed.
* http/tests/workers/shared-worker-invalid-url-expected.txt: Removed.
* http/tests/workers/shared-worker-invalid-url.html: Removed.
* http/tests/workers/shared-worker-redirect-expected.txt: Removed.
* http/tests/workers/shared-worker-redirect.html: Removed.
* http/tests/xmlhttprequest/workers/resources/shared-worker-create.js: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-close-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-close.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-async.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-methods.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-referer.html: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found-expected.txt: Removed.
* http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html: Removed.
* js/dom/constructor-length.html:
* js/dom/global-constructors-attributes-expected.txt:
* js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* js/dom/global-constructors-attributes-shared-worker.html: Removed.
* platform/efl/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* platform/efl/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* platform/efl/js/dom/constructor-length-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Removed.
* platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Removed.
* platform/gtk/js/dom/constructor-length-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/ios-sim-deprecated/fast/js/constructor-length-expected.txt:
* platform/ios-sim-deprecated/fast/js/global-constructors-expected.txt:
* platform/ios-sim-deprecated/fast/workers/shared-worker-storagequota-query-usage-expected.txt: Removed.
* platform/ios-sim-deprecated/http/tests/security/cross-origin-shared-worker-allowed-expected.txt: Removed.
* platform/ios-sim-deprecated/http/tests/security/cross-origin-shared-worker-expected.txt: Removed.
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/storage/indexeddb/basics-shared-workers-expected.txt: Removed.
* platform/ios-simulator/js/dom/constructor-length-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-wk2/TestExpectations:
* platform/mac/js/dom/constructor-length-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed.
* resources/js-test-pre.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* resources/js-test.js:
(startWorker):
(.worker.port.onmessage): Deleted.
(.self.onconnect.workerPort.onmessage): Deleted.
(.self.onconnect): Deleted.
* storage/indexeddb/basics-shared-workers-expected.txt: Removed.
* storage/indexeddb/basics-shared-workers.html: Removed.
2015-01-12 Andreas Kling <akling@apple.com>
Geolocation objects shouldn't prevent page caching.
<https://webkit.org/b/140369>
Reviewed by Joseph Pecoraro.
Take the existing test for this and make it not-specific-to-iOS.
Also remove a test whose only purpose was confirming that we don't cache these pages.
* fast/dom/Geolocation/no-page-cache-expected.txt: Removed.
* fast/dom/Geolocation/no-page-cache.html: Removed.
* fast/dom/Geolocation/script-tests/no-page-cache.js: Removed.
* fast/history/page-cache-geolocation-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios/fast/history/page-cache-geolocation-expected.txt.
* fast/history/page-cache-geolocation.html: Renamed from LayoutTests/platform/ios-simulator/ios/fast/history/script-tests/page-cache-geolocation.js.
* fast/history/resources/page-cache-helper.html: Added.
* platform/ios-sim-deprecated/iphone/fast/history/page-cache-geolocation-expected.txt: Removed.
* platform/ios-sim-deprecated/iphone/fast/history/page-cache-geolocation.html: Removed.
* platform/ios-sim-deprecated/iphone/fast/history/script-tests/page-cache-geolocation.js: Removed.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/ios/fast/history/page-cache-geolocation.html: Removed.
2015-01-12 Manuel Rego Casasnovas <rego@igalia.com>
Make fast/css/first-letter-skip-out-of-flow.html a ref-test
https://bugs.webkit.org/show_bug.cgi?id=140324
Reviewed by Andreas Kling.
* fast/css/first-letter-skip-out-of-flow-expected.html: Added.
* platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/efl/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/gtk/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/gtk/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/ios-sim-deprecated/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/ios-simulator-wk2/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/mac-mountainlion/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.png: Removed.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Removed.
2015-01-12 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r178281.
https://bugs.webkit.org/show_bug.cgi?id=140366
Broke many media tests (Requested by ap on #webkit).
Reverted changeset:
"defaultPlaybackRate not respected when set before source is
loaded"
https://bugs.webkit.org/show_bug.cgi?id=140282
http://trac.webkit.org/changeset/178281
2015-01-12 Jer Noble <jer.noble@apple.com>
defaultPlaybackRate not respected when set before source is loaded
https://bugs.webkit.org/show_bug.cgi?id=140282
Reviewed by Eric Carlson.
* media/video-defaultplaybackrate-before-load-expected.txt: Added.
* media/video-defaultplaybackrate-before-load.html: Added.
2015-01-12 Andrzej Badowski <a.badowski@samsung.com>
AX: [ATK] Whether to show the title attribute, if there is a label with the attribute for?
https://bugs.webkit.org/show_bug.cgi?id=139986
Reviewed by Chris Fleizach.
* accessibility/radio-button-title-label.html:
This test is also suitable for EFL and GTK port.
* platform/efl/TestExpectations:
* platform/efl/accessibility/radio-button-title-label-expected.txt: Added.
* platform/gtk/TestExpectations:
* platform/gtk/accessibility/radio-button-title-label-expected.txt: Added.
2015-01-12 Shivakumar JM <shiva.jm@samsung.com>
Fix lint-test-files warnings in TestExpectations files.
https://bugs.webkit.org/show_bug.cgi?id=140351
Unreviewed gardening.
Removed the test cases from TestExpectations files.
* platform/efl/TestExpectations:
* platform/wk2/TestExpectations:
2015-01-11 Alexey Proskuryakov <ap@apple.com>
editing/spelling/grammar-paste.html is flaky in debug after r177682
https://bugs.webkit.org/show_bug.cgi?id=139903
* TestExpectations: The test if flaky on release bots too, updating expectations.
2015-01-09 Michael Saboff <msaboff@apple.com>
Breakpoint doesn't fire in this HTML5 game
https://bugs.webkit.org/show_bug.cgi?id=140269
Reviewed by Mark Lam.
New tests that set breakpoints in functions with various line split
combinations.
* inspector/debugger/breakpoint-columns-expected.txt: Added.
* inspector/debugger/breakpoint-columns.html: Added.
* inspector/debugger/resources/column-breakpoints-1.js: Added.
(columnTest1.x):
(columnTest1):
(columnTest2.x):
(columnTest2.f):
(columnTest3.x):
(columnTest3.f):
(runColumnTest1):
(runColumnTest2):
(runColumnTest3):
* inspector/debugger/resources/column-breakpoints-2.js: Added.
(columnTest4.x):
(columnTest4.f):
(columnTest5.x):
(columnTest5):
(runColumnTest4):
(runColumnTest5):
2015-01-09 Zalan Bujtas <zalan@apple.com>
Calling clearSelection on a detached RenderObject leads to segfault.
https://bugs.webkit.org/show_bug.cgi?id=140275
Reviewed by Simon Fraser.
We collect selection rects and compute selection gaps in order to
paint/clear selection. With certain content, we need to be able
to walk the tree up to a particular container to compute the selection rect.
However this container might not be available when the selection is part of a detached tree.
This is a null-check fix to ensure we don't crash in such cases, but in the long run
selection gaps and rect should be cached between two layouts so that we don't need to
keep collecting/recomputing them. Tracked here: webkit.org/b/140321
* editing/selection/clearselection-on-detached-subtree-crash-expected.txt: Added.
* editing/selection/clearselection-on-detached-subtree-crash.html: Added.
2015-01-09 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Uncaught Exception in ProbeManager deleting breakpoint
https://bugs.webkit.org/show_bug.cgi?id=140279
rdar://problem/19422299
Reviewed by Oliver Hunt.
* js/map-repack-with-object-keys-expected.txt: Added.
* js/map-repack-with-object-keys.html: Added.
* js/script-tests/map-repack-with-object-keys.js: Added.
2015-01-09 Chris Dumez <cdumez@apple.com>
plugins/crash-restoring-plugin-page-from-page-cache.html and plugins/netscape-plugin-page-cache-works.html timing out on Intel Debug WebKit2 testers
https://bugs.webkit.org/show_bug.cgi?id=81392
Reviewed by Alexey Proskuryakov.
Unskip those 2 plugins / page cache tests as they seem to be passing on
WK2 nowadays.
* platform/wk2/TestExpectations:
2015-01-09 Enrica Casucci <enrica@apple.com>
[iOS] Support additional text styles.
https://bugs.webkit.org/show_bug.cgi?id=140310
rdar://problem/18568864
Reviewed by Joseph Pecoraro.
Updates the existing test to include the new text styles.
* platform/ios-simulator/ios/fast/text/opticalFontWithTextStyle-expected.txt:
* platform/ios-simulator/ios/fast/text/opticalFontWithTextStyle.html:
2015-01-09 Eric Carlson <eric.carlson@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Add more flaky tests.
2015-01-09 Daniel Bates <dabates@apple.com>
[iOS] Add iOS-specific tests and consolidate iOS-specific accessibility tests
Copied iOS-specific tests from directory LayoutTests/platform/ios-sim-deprecated/iphone
to LayoutTests/platform/ios-simulator/ios and fixed references to external JavaScript
scripts and external style sheets. Moved iOS-specific tests in directories LayoutTests/platform/ios-sim/accessibility
and LayoutTests/platform/ios-simulator/ios-accessibility into LayoutTests/platform/ios-simulator/ios/accessibility.
I will remove directory LayoutTests/platform/ios-sim-deprecated, including
LayoutTests/platform/ios-sim-deprecated/iphone, in a subsequent commit.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/ios/accessibility/press-fires-touch-events-expected.txt: Renamed from LayoutTests/platform/ios-simulator/ios-accessibility/press-fires-touch-events-expected.txt.
* platform/ios-simulator/ios/accessibility/press-fires-touch-events.html: Renamed from LayoutTests/platform/ios-simulator/ios-accessibility/press-fires-touch-events.html.
* platform/ios-simulator/ios/accessibility/set-value-expected.txt: Copied from LayoutTests/platform/ios-sim/accessibility/set-value-expected.txt.
* platform/ios-simulator/ios/accessibility/set-value.html: Renamed from LayoutTests/platform/ios-sim/accessibility/set-value.html.
* platform/ios-simulator/ios/compositing/overlap-page-scale-expected.txt: Added.
[...]
2015-01-09 Andreas Kling <akling@apple.com>
Mark css3/background/background-repeat-space-content.html as ImgaeOnlyFailure
This test is failing with a subtle pixel difference, need to figure out what's
going on, but results are not visually wrong.
* TestExpectations:
2015-01-09 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] content inside second shape area when two floats interact
https://bugs.webkit.org/show_bug.cgi?id=137702
Reviewed by Zalan Bujtas.
* fast/shapes/shape-outside-floats/shape-outside-text-overlap-float-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-outside-text-overlap-float.html: Added.
2015-01-09 Chris Dumez <cdumez@apple.com>
Allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache
https://bugs.webkit.org/show_bug.cgi?id=140302
Reviewed by Andreas Kling.
Add a layout test to make sure a page is restored from the page cache
on history navigation, even though its has an HTTPS sub-frame with
"cache-control: no-cache".
* http/tests/navigation/https-no-store-subframe-in-page-cache-expected.txt: Added.
* http/tests/navigation/https-no-store-subframe-in-page-cache.html: Added.
* http/tests/navigation/resources/https-no-store-subframe-in-page-cache.html: Added.
* http/tests/navigation/resources/no-store-frame.php: Added.
2015-01-08 Anders Carlsson <andersca@apple.com>
Start removing Web Database support from workers
https://bugs.webkit.org/show_bug.cgi?id=140271
Reviewed by Sam Weinig.
Remove Web Database worker tests.
* fast/workers/storage/change-version-handle-reuse-sync-expected.txt: Removed.
* fast/workers/storage/change-version-handle-reuse-sync.html: Removed.
* fast/workers/storage/change-version-handle-reuse-worker-expected.txt: Removed.
* fast/workers/storage/change-version-handle-reuse-worker.html: Removed.
* fast/workers/storage/change-version-sync-expected.txt: Removed.
* fast/workers/storage/change-version-sync.html: Removed.
* fast/workers/storage/empty-statement-sync-expected.txt: Removed.
* fast/workers/storage/empty-statement-sync.html: Removed.
* fast/workers/storage/execute-sql-args-sync-expected.txt: Removed.
* fast/workers/storage/execute-sql-args-sync.html: Removed.
* fast/workers/storage/execute-sql-args-worker-expected.txt: Removed.
* fast/workers/storage/execute-sql-args-worker.html: Removed.
* fast/workers/storage/executesql-accepts-only-one-statement-sync-expected.txt: Removed.
* fast/workers/storage/executesql-accepts-only-one-statement-sync.html: Removed.
* fast/workers/storage/interrupt-database-expected.txt: Removed.
* fast/workers/storage/interrupt-database-sync-expected.txt: Removed.
* fast/workers/storage/interrupt-database-sync.html-disabled: Removed.
* fast/workers/storage/interrupt-database.html: Removed.
* fast/workers/storage/multiple-databases-garbage-collection-expected.txt: Removed.
* fast/workers/storage/multiple-databases-garbage-collection.html: Removed.
* fast/workers/storage/multiple-transactions-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-sync-expected.txt: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles-sync.html: Removed.
* fast/workers/storage/multiple-transactions-on-different-handles.html: Removed.
* fast/workers/storage/multiple-transactions.html: Removed.
* fast/workers/storage/open-database-creation-callback-sync-expected.txt: Removed.
* fast/workers/storage/open-database-creation-callback-sync.html: Removed.
* fast/workers/storage/open-database-empty-version-sync-expected.txt: Removed.
* fast/workers/storage/open-database-empty-version-sync.html: Removed.
* fast/workers/storage/open-database-inputs-sync-expected.txt: Removed.
* fast/workers/storage/open-database-inputs-sync.html: Removed.
* fast/workers/storage/open-database-set-empty-version-sync-expected.txt: Removed.
* fast/workers/storage/open-database-set-empty-version-sync.html: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-expected.txt: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-sync-expected.txt: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress-sync.html: Removed.
* fast/workers/storage/open-database-while-transaction-in-progress.html: Removed.
* fast/workers/storage/read-and-write-transactions-dont-run-together-expected.txt: Removed.
* fast/workers/storage/read-and-write-transactions-dont-run-together.html: Removed.
* fast/workers/storage/resources/change-version-handle-reuse-sync.js: Removed.
* fast/workers/storage/resources/change-version-sync-1.js: Removed.
* fast/workers/storage/resources/change-version-sync-2.js: Removed.
* fast/workers/storage/resources/database-worker-controller.js: Removed.
* fast/workers/storage/resources/database-worker.js: Removed.
* fast/workers/storage/resources/empty-statement-sync.js: Removed.
* fast/workers/storage/resources/execute-sql-args-sync.js: Removed.
* fast/workers/storage/resources/executesql-accepts-only-one-statement-sync.js: Removed.
* fast/workers/storage/resources/interrupt-database-sync.js: Removed.
* fast/workers/storage/resources/interrupt-database.js: Removed.
* fast/workers/storage/resources/multiple-transactions-on-different-handles-sync.js: Removed.
* fast/workers/storage/resources/multiple-transactions-sync.js: Removed.
* fast/workers/storage/resources/open-database-creation-callback-sync.js: Removed.
* fast/workers/storage/resources/open-database-empty-version-sync.js: Removed.
* fast/workers/storage/resources/open-database-inputs-sync.js: Removed.
* fast/workers/storage/resources/open-database-set-empty-version-sync.js: Removed.
* fast/workers/storage/resources/open-database-while-transaction-in-progress-sync.js: Removed.
* fast/workers/storage/resources/sql-data-types-sync.js: Removed.
* fast/workers/storage/resources/sql-exception-codes-sync.js: Removed.
* fast/workers/storage/resources/test-authorizer-sync.js: Removed.
* fast/workers/storage/resources/test-inputs-common.js: Removed.
* fast/workers/storage/resources/transaction-in-transaction-sync.js: Removed.
* fast/workers/storage/resources/use-same-database-in-page-and-workers.js: Removed.
* fast/workers/storage/sql-data-types-sync-expected.txt: Removed.
* fast/workers/storage/sql-data-types-sync.html: Removed.
* fast/workers/storage/sql-exception-codes-sync-expected.txt: Removed.
* fast/workers/storage/sql-exception-codes-sync.html: Removed.
* fast/workers/storage/test-authorizer-expected.txt: Removed.
* fast/workers/storage/test-authorizer-sync-expected.txt: Removed.
* fast/workers/storage/test-authorizer-sync.html: Removed.
* fast/workers/storage/test-authorizer.html: Removed.
* fast/workers/storage/transaction-in-transaction-sync-expected.txt: Removed.
* fast/workers/storage/transaction-in-transaction-sync.html: Removed.
* fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Removed.
* fast/workers/storage/use-same-database-in-page-and-workers.html: Removed.
* http/tests/security/cross-origin-worker-websql-allowed-expected.txt: Removed.
* http/tests/security/cross-origin-worker-websql-allowed.html: Removed.
* http/tests/security/cross-origin-worker-websql-expected.txt: Removed.
* http/tests/security/cross-origin-worker-websql.html: Removed.
2015-01-09 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
* platform/win/TestExpectations: Unskip fast/canvas/canvas-path-addPath.html now
that it doesn't crash anymore.
2015-01-09 Brent Fulgham <bfulgham@apple.com>
[Win] Temporarily disable all media tests.
* platform/win/TestExpectations:
2015-01-09 Alexey Proskuryakov <ap@apple.com>
Update expectations for fast/text/atsui-rtl-override-selection.html, which also
fails on Mountain Lion after enabling kerning and ligatures.
* platform/mac/TestExpectations:
2015-01-09 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Implement Append Window support.
https://bugs.webkit.org/show_bug.cgi?id=139861
Reviewed by Jer Noble.
Added test which checks whether correct samples from contiguous range of samples are added
when manipulating appendWindow.
* media/media-source/media-source-append-buffer-with-append-window-expected.txt: Added.
* media/media-source/media-source-append-buffer-with-append-window.html: Added.
2015-01-08 Chris Dumez <cdumez@apple.com>
ASSERTION FAILED: !valueWithCalculation.calculation() in WebCore::CSSParser::validateCalculationUnit
https://bugs.webkit.org/show_bug.cgi?id=140251
Reviewed by Darin Adler.
Add a layout test to check that using calculated values for
'text-shadow' CSS doesn't crash and works as intended. Also check
that the CSS parser is correctly validating the blur-radius, which
is supposed to be non-negative, as per the specification:
- http://dev.w3.org/csswg/css-text-decor-3/#text-shadow-property
- http://dev.w3.org/csswg/css-backgrounds-3/#shadow
* fast/css/text-shadow-calc-value-expected.txt: Added.
* fast/css/text-shadow-calc-value.html: Added.
2015-01-08 Benjamin Poulain <bpoulain@apple.com>
Make better use of the stack when compiling selectors
https://bugs.webkit.org/show_bug.cgi?id=139615
rdar://problem/19226482
Reviewed by Andreas Kling.
Those tests are checking the tail behavior of the various loop, just in case.
* fast/selectors/matches-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/matches-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/not-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/not-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/nth-child-of-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/nth-child-of-selector-list-ending-with-never-matching-selectors.html: Added.
* fast/selectors/nth-last-child-of-selector-list-ending-with-never-matching-selectors-expected.txt: Added.
* fast/selectors/nth-last-child-of-selector-list-ending-with-never-matching-selectors.html: Added.
2015-01-08 Alexey Proskuryakov <ap@apple.com>
Further twek the results for kerning and ligature related failures:
1. Added Mavericks+ to all expectations, because Mountain Kion is fine.
2. Changed some expectations from [ Failure ] to [ Pass Failure ] to silence annoying
"unexpectedly passed" output. We need to do more of this.
3. Added a few tests that failed locally.
* platform/mac/TestExpectations:
2015-01-08 Brent Fulgham <bfulgham@apple.com>
[Win] DumpRenderTree always using 800x600 size even if test needs other size
https://bugs.webkit.org/show_bug.cgi?id=140256
Reviewed by Anders Carlsson.
* platform/win/TestExpectations: Take out the skips now that this works properly.
2015-01-08 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Pause Reason Improvements (Breakpoint, Debugger Statement, Pause on Next Statement)
https://bugs.webkit.org/show_bug.cgi?id=138991
Reviewed by Timothy Hatcher.
Test that the frontend receives expected pause reasons for different kinds of pauses.
* inspector/debugger/pause-reason-expected.txt: Added.
* inspector/debugger/pause-reason.html: Added.
* inspector/debugger/resources/pause-reasons.js: Added.
(triggerBreakpoint):
(triggerException):
(triggerDebuggerStatement):
(triggerAssert):
2015-01-08 Darin Adler <darin@apple.com>
ASSERTION FAILED: character != kEndOfFileMarker in WebCore::HTMLTokenizer::bufferCharacter
https://bugs.webkit.org/show_bug.cgi?id=140179
Reviewed by Anders Carlsson.
* fast/parser/numeric-entities-expected.txt: Added.
* fast/parser/numeric-entities.html: Added.
2015-01-08 Eric Carlson <eric.carlson@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Mark Mavericks-only failures as Mavericks+ because some of them
also fail Yosemite. Add more tests that are sometimes flaky after r177774.
2015-01-08 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed Win gardening to get bots green.
Provide new baselines for a number of tests, and add new expectations for a number of bugs I've filed
documenting failures on the Windows platform.
* platform/win/TestExpectations:
* platform/win/fast/forms/search-vertical-alignment-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
* platform/win/fast/regions: Added.
* platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
* platform/win/fast/regions/region-dynamic-after-before-expected.txt: Added.
* platform/win/fast/regions/region-generated-content-before-after-expected.txt: Added.
* platform/win/fast/regions/repaint: Added.
* platform/win/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
* platform/win/fast/regions/text-region-split-small-pagination-expected.txt: Added.
* platform/win/fast/text/international/danda-space-expected.txt:
* platform/win/fast/text/international/thai-baht-space-expected.txt:
* platform/win/media/audio-constructor-preload-expected.txt: Added.
* platform/win/media/encrypted-media: Added.
* platform/win/media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added.
2015-01-08 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening after r178115.
* platform/gtk/TestExpectations: Update expected failures.
* platform/gtk/fast/ruby/bopomofo-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/ruby/bopomofo-letter-spacing-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/ruby/bopomofo-rl-expected.png: Added. Add image baseline as expected (generated before r177637).
* platform/gtk/fast/text/khmer-lao-font-expected.png: Added. Add image baseline as expected (generated before r177637).
2015-01-08 Alexey Proskuryakov <ap@apple.com>
Two tests, which include data uri images, need to be changed and rebaselined since the expected results are incorrect
https://bugs.webkit.org/show_bug.cgi?id=140199
Revert unneeded changes landed in this patch, and update results on Mavericks
to make bots green
* fast/forms/basic-buttons.html:
2015-01-08 Carlos Garcia Campos <cgarcia@igalia.com>
REGRESSION(r177637) [HarfBuzz][GTK][EFL] It made 3 performance tests crash and +24 layout tests crashes/failures
https://bugs.webkit.org/show_bug.cgi?id=139905
Reviewed by Antti Koivisto.
* platform/gtk/TestExpectations: Remove crashing/failing tests
that should pass now.
2015-01-08 Myles C. Maxfield <mmaxfield@apple.com>
Borders inside box-decoration-break: clone after a br do not contribute to line breaking
https://bugs.webkit.org/show_bug.cgi?id=140238
Reviewed by Darin Adler.
* fast/box-decoration-break/box-decoration-break-clone-line-break-expected.html: Added.
* fast/box-decoration-break/box-decoration-break-clone-line-break.html: Added.
* platform/mac/TestExpectations:
2015-01-08 Bartlomiej Gajda <b.gajda@samsung.com>
[EFL] Clean typos in tests expectations after r177492.
https://bugs.webkit.org/show_bug.cgi?id=140242.
Reviewed by Csaba Osztrogonác.
There were few missing spaces, which made expectations not correctly recognized as tokens.
* platform/efl/TestExpectations:
2015-01-07 Chris Dumez <cdumez@apple.com>
Assert should never be reached hit in WebCore::CSSCalcPrimitiveValue::doubleValue
https://bugs.webkit.org/show_bug.cgi?id=140180
Reviewed by Darin Adler.
Add a layout test to make sure that using float-point angles with 'turn' unit
does not crash and behaves as intended. Also cover the case where calc() is
used.
* fast/css/turn-angle-double-expected.txt: Added.
* fast/css/turn-angle-double.html: Added.
2015-01-07 Said Abou-Hallawa <sabouhallawa@apple.com>
The ASCII decoding for non ASCII character is incorrect if this character comes after going through the fast decoding code path and before the end of the text by less than a machine word size of characters.
https://bugs.webkit.org/show_bug.cgi?id=140173.
Reviewed by Darin Adler.
* fast/encoding/char-after-fast-path-ascii-decoding-expected.txt: Added.
* fast/encoding/char-after-fast-path-ascii-decoding.html: Added.
Ensures when an non ASCII character comes after a machine word, whose bytes are all
ASCII characters, is decoded correctly.
2015-01-07 Shivakumar JM <shiva.jm@samsung.com>
HTMLSelectElement and HTMLOptionsCollection add() method should support index as second argument.
https://bugs.webkit.org/show_bug.cgi?id=139179
Reviewed by Darin Adler.
* fast/dom/HTMLSelectElement/add-expected.txt: Added.
* fast/dom/HTMLSelectElement/add.html: Added.
* fast/dom/HTMLSelectElement/options-collection-add-expected.txt: Added.
* fast/dom/HTMLSelectElement/options-collection-add.html: Added.
* fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt:
* fast/dom/HTMLSelectElement/select-add-optgroup.html:
* fast/dom/incompatible-operations-expected.txt:
* fast/dom/incompatible-operations.html:
* js/dom/script-tests/select-options-add.js:
* js/dom/select-options-add-expected.txt:
2015-01-07 Said Abou-Hallawa <sabouhallawa@apple.com>
Two tests, which include data uri images, need to be changed and rebaselined since the expected results are incorrect.
https://bugs.webkit.org/show_bug.cgi?id=140199.
Reviewed by Simon Fraser.
* compositing/tiling/huge-layer-img-expected.txt:
* compositing/tiling/huge-layer-img.html:
* platform/mac/compositing/tiling/huge-layer-img-expected.txt:
This test draws a huge image on a canvas and then gets the data uri from the canvas and
set it as the source of an <img> tag. We need to rebaseline the expected results since
the original ones were incorrect. The test was getting the layer tree too early. Before
the image data was loaded, a tiled layer was created. After the image data is loaded, we
could have figured out that the image is a simple one and we could have removed the tiling.
The fix is to change the test to delay capturing the layer tree only after making sure
that the image data is loaded.
* fast/forms/basic-buttons.html:
* platform/mac-mountainlion/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.png:
* platform/mac/fast/forms/basic-buttons-expected.txt:
This test includes a data uri image just to not include a file for the image by itself.
We need to rebaseline the expected results since the original ones were incorrect. The
test was assuming that after the <img> tag is added to the HTML body, the image size can
be retrieved immediately. Because this assumption is incorrect in general, we were getting
empty sizes for all the the data uri images. The fix is to change the test such that it
prints the sizes of the images only after making sure that all the images are loaded.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline windows fast/text tests.
Most of these work properly, but have different DRT output because the font rendering
on Windows is different than Mac.
* platform/win/TestExpectations:
* platform/win/fast/text/atsui-pointoffset-calls-cg-expected.txt: Added.
* platform/win/fast/text/bidi-embedding-pop-and-push-same-expected.txt: Added.
* platform/win/fast/text/cg-vs-atsui-expected.txt: Added.
* platform/win/fast/text/complex-text-opacity-expected.txt: Added.
* platform/win/fast/text/international/001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-001-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-002-expected.txt: Added.
* platform/win/fast/text/international/bidi-linebreak-003-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-atsui-expected.txt: Added.
* platform/win/fast/text/international/bidi-listbox-expected.txt: Added.
* platform/win/fast/text/international/bidi-menulist-expected.txt:
* platform/win/fast/text/international/danda-space-expected.txt: Added.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed.
* platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
* platform/win/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Added.
* platform/win/fast/text/international/thai-baht-space-expected.txt: Added.
* platform/win/fast/text/shaping: Added.
* platform/win/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/win/fast/text/updateNewFont-expected.txt: Added.
* platform/win/fast/text/vertical-rl-rtl-linebreak-expected.txt: Added.
2015-01-07 Jaehun Lim <ljaehun.lim@samsung.com>
ASSERTION FAILED: !lengthOrPercentageValue.isUndefined() in WebCore::ApplyPropertyTextIndent::applyValue
https://bugs.webkit.org/show_bug.cgi?id=130341
Reviewed by Chris Dumez.
Replace ASSERT() with 'if' statement because 'ex' unit length in <title> is not defined.
* fast/css3-text/css3-text-indent/text-indent-crash-in-title-expected.txt: Added.
* fast/css3-text/css3-text-indent/text-indent-crash-in-title.html: Added.
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Add a vertical-rl test for shapes affecting a box that shrinks to avoid the float
https://bugs.webkit.org/show_bug.cgi?id=140189
Reviewed by David Hyatt.
These are just straightforward vertical writing mode versions of the
existing tests.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-vertical.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-vertical-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-vertical.html: Added.
2015-01-07 Myles C. Maxfield <litherum@gmail.com>
Update css3/flexbox/auto-margins.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=139975
Reviewed by Darin Adler.
This is a subpixel problem. Flexbox uses SimpleLineLayout for the entire
box and therefore does all its math in floating point, while the
-expected uses the regular renderer hierarchy and therefore fixed-point
math. This patch updates the test to use Ahem so that the character
widths divide the same way in both cases.
* css3/flexbox/auto-margins-expected.html:
* css3/flexbox/auto-margins.html:
* platform/mac/TestExpectations:
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening (writing-mode).
Rebaseline some of the writing-mode tests based on current WebKit behavior.
* platform/win/TestExpectations:
* platform/win/fast/writing-mode/fallback-orientation-expected.txt:
* platform/win/fast/writing-mode/vertical-font-fallback-expected.txt:
2015-01-07 Eric Carlson <eric.carlson@apple.com>
Layout Test http/tests/navigation/forward-and-cancel.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140217
* platform/mac-wk2/TestExpectations: Mark it as flaky.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening.
Provide a correct baseline for the one failing XSL test.
* platform/win/TestExpectations: Clean up the XSL declarations.
* platform/win/fast/xsl: Added.
* platform/win/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Added.
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Negative raster shape height leads to crash
https://bugs.webkit.org/show_bug.cgi?id=136087
Reviewed by Zoltan Horvath.
* fast/shapes/shape-outside-floats/shape-outside-negative-height-crash-expected.txt: Added.
* fast/shapes/shape-outside-floats/shape-outside-negative-height-crash.html: Added.
2015-01-07 Chris Dumez <cdumez@apple.com>
Add layout test for animated GIFs in iframes moved in and out of the viewport using -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=139701
Reviewed by Simon Fraser.
Add layout test for animated GIFs in iframes moved in and out of the
viewport using '-webkit-transform' CSS property.
* fast/images/animated-gif-iframe-webkit-transform-expected.txt: Added.
* fast/images/animated-gif-iframe-webkit-transform.html: Added.
* fast/images/resources/iframe-with-animated-gif.html: Added.
* fast/images/resources/iframe-with-animated-gif2.html: Added.
2015-01-07 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening. Clean up lint errors on Windows file.
* platform/win/TestExpectations:
2015-01-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Content does not wrap with overflow: hidden and reference box different from margin-box
https://bugs.webkit.org/show_bug.cgi?id=138139
Reviewed by David Hyatt.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin-expected.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html: Added.
* fast/shapes/shape-outside-floats/shape-overflow-hidden.html: Added.
2015-01-07 Eric Carlson <eric.carlson@apple.com>
mathml/mathml-in-dashboard.html results are different on mac-mountainlion.
* platform/mac-mountainlion/mathml/mathml-in-dashboard-expected.png: Added.
* platform/mac-mountainlion/mathml/mathml-in-dashboard-expected.txt: Added.
2015-01-07 Chris Fleizach <cfleizach@apple.com>
AX: Crash: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::AXObjectCache::clearTextMarkerNodesInUse + 149
https://bugs.webkit.org/show_bug.cgi?id=139929
Reviewed by Darin Adler.
* accessibility/frame-disconnect-textmarker-cache-crash-expected.txt: Added.
* accessibility/frame-disconnect-textmarker-cache-crash.html: Added.
* accessibility/resources/frameset.html: Added.
* accessibility/resources/inform-parent-of-load.html: Added.
* accessibility/resources/text.html: Added.
2015-01-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening after r177637.
* platform/gtk/TestExpectations: Mark new crashing/failing tests after r177637.
2015-01-07 Mihnea Ovidenie <mihnea@adobe.com>
ASSERTION FAILED: rareData->m_flowThreadContainingBlock.value() == RenderBox::locateFlowThreadContainingBlock() in WebCore::RenderBlock::locateFlowThreadContainingBlock
https://bugs.webkit.org/show_bug.cgi?id=139390
Reviewed by Andrei Bucur.
* fast/multicol/newmulticol/block-split-inline-in-multicol-expected.txt: Added.
* fast/multicol/newmulticol/block-split-inline-in-multicol.html: Added.
2015-01-06 Alexey Proskuryakov <ap@apple.com>
mathml/mathml-in-dashboard.html fails on WebKit2 testers.
* platform/wk2/TestExpectations: Skip the test, setUseDashboardCompatibilityMode
is not implemented in WebKitTestRunner.
2015-01-06 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Masking][CSS Shapes] Large corner radii use with inset() clip-path are not properly constrained
https://bugs.webkit.org/show_bug.cgi?id=140127
Reviewed by Darin Adler.
* fast/masking/clip-path-inset-large-radii-expected.html: Added.
* fast/masking/clip-path-inset-large-radii.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Only throttle DOM timers if they change CSS properties that cannot cause non-descendant elements to become visible
https://bugs.webkit.org/show_bug.cgi?id=140142
Reviewed by Darin Adler.
Add a layout test to make sure that a DOM timer changing the 'height'
property of an element outside the viewport does not get throttled.
* fast/dom/timer-height-change-no-throttling-expected.txt: Added.
* fast/dom/timer-height-change-no-throttling.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Do not attempt to revalidate cached main resource on back/forward navigation
https://bugs.webkit.org/show_bug.cgi?id=139263
Reviewed by Darin Adler.
Add layout test to make sure we don't attempt to revalidate a cached
main resource on back/forward navigation.
* http/tests/cache/history-navigation-no-resource-revalidation-expected.txt: Added.
* http/tests/cache/history-navigation-no-resource-revalidation.html: Added.
* http/tests/cache/resources/history-back.html: Renamed from LayoutTests/http/tests/cache/resources/no-store-resource-forward.html.
* http/tests/cache/resources/max-age-resource-forward.html: Removed.
* http/tests/cache/resources/max-age-resource.html:
* http/tests/cache/resources/no-cache-main-resource-next.php: Added.
* http/tests/cache/resources/no-cache-main-resource.php: Copied from LayoutTests/http/tests/cache/resources/no-store-resource.html.
2015-01-06 Chris Dumez <cdumez@apple.com>
Setting '-webkit-filter' to 'brightness(calc(10% * 2))' does not work
https://bugs.webkit.org/show_bug.cgi?id=140149
Reviewed by Darin Adler.
Update the -webkit-filter calculated value test to cover brightness()
function as well.
* fast/css/webkit-filter-calc-expected.txt:
* fast/css/webkit-filter-calc.html:
2015-01-06 Zalan Bujtas <zalan@apple.com>
Assertion in RenderGeometryMap::mapToContainer with LayoutUnit overflow.
https://bugs.webkit.org/show_bug.cgi?id=108619
rdar://problem/19391214
Use only FloatQuad in RenderGeometryMap::mapToContainer.
Due to the difference in the internal representation of FloatRect and FloatQuad,
with certain float values, converting FloatRect to FloatQuad and back
to FloatRect could produce a slightly different rect.
Reviewed by Simon Fraser.
* fast/block/geometry-map-assertion-with-tall-content-expected.txt: Added.
* fast/block/geometry-map-assertion-with-tall-content.html: Added.
2015-01-06 Sam Weinig <sam@webkit.org>
Allow MathML in dashboard compatibility mode
https://bugs.webkit.org/show_bug.cgi?id=140153
Reviewed by Alexey Proskuryakov.
* mathml/mathml-in-dashboard-expected.txt: Added.
* mathml/mathml-in-dashboard.html: Added.
* platform/mac/mathml/mathml-in-dashboard-expected.png: Added.
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Fix this test to wait for the load event before dumping. Expected image
changes.
* compositing/images/content-image-change.html:
* platform/mac/compositing/images/content-image-change-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Some composting reflections tests are broken
https://bugs.webkit.org/show_bug.cgi?id=139889
Reviewed by Tim Horton.
New image baselines.
* platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
* platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
* platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
* platform/mac/compositing/reflections/reflection-opacity-expected.png:
* platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Replace some pixel results that were generated on Linux with no alpha with images
having alpha, generated on Mac, since the canonical expected image format should have alpha.
* compositing/absolute-position-changed-in-composited-layer-expected.png:
* compositing/absolute-position-changed-with-composited-parent-layer-expected.png:
* compositing/backface-visibility/backface-visibility-image-expected.png:
* compositing/backface-visibility/backface-visibility-simple-expected.png:
* compositing/backface-visibility/backface-visibility-webgl-expected.png:
* compositing/checkerboard-expected.png:
* compositing/clip-change-expected.png: Removed.
* compositing/culling/clear-fixed-iframe-expected.png:
* compositing/culling/filter-occlusion-alpha-expected.png:
* compositing/culling/filter-occlusion-alpha-large-expected.png:
* compositing/culling/scrolled-within-boxshadow-expected.png:
* compositing/culling/tile-occlusion-boundaries-expected.png:
* compositing/culling/translated-boxshadow-expected.png:
* compositing/culling/unscrolled-within-boxshadow-expected.png:
* compositing/fixed-position-changed-in-composited-layer-expected.png:
* compositing/fixed-position-changed-within-composited-parent-layer-expected.png:
* compositing/geometry/foreground-offset-change-expected.png: Removed.
* compositing/iframes/fixed-position-iframe-expected.png: Removed.
* compositing/iframes/invisible-iframe-expected.png:
* compositing/iframes/invisible-nested-iframe-expected.png:
* compositing/iframes/nested-composited-iframe-expected.png:
* compositing/iframes/scroll-grandchild-iframe-expected.png: Removed.
* compositing/layer-creation/overlap-child-layer-expected.png:
* compositing/layer-creation/overlap-transformed-layer-expected.png:
* compositing/overflow/image-load-overflow-scrollbars-expected.png:
* compositing/overflow/scrollbars-with-clipped-owner-expected.png:
* compositing/overflow/transform-in-empty-container-expected.png:
* compositing/preserve-3d-toggle-expected.png:
* compositing/repaint/page-scale-repaint-expected.png: Removed.
* compositing/repaint/shrink-layer-expected.png: Removed.
* compositing/repaint/transform-style-change-expected.png: Removed.
* compositing/rtl/rtl-absolute-expected.png:
* compositing/rtl/rtl-absolute-overflow-expected.png:
* compositing/rtl/rtl-absolute-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-fixed-expected.png:
* compositing/rtl/rtl-fixed-overflow-expected.png:
* compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-absolute-expected.png:
* compositing/rtl/rtl-iframe-absolute-overflow-expected.png:
* compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Removed.
* compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Removed.
* compositing/rtl/rtl-iframe-relative-expected.png: Removed.
* compositing/rtl/rtl-overflow-invalidation-expected.png: Removed.
* compositing/rtl/rtl-overflow-scrolling-expected.png: Removed.
* compositing/rtl/rtl-relative-expected.png: Removed.
* compositing/scrollbar-painting-expected.png:
* compositing/tiling/huge-layer-img-expected.png:
* compositing/video-page-visibility-expected.png: Removed.
* compositing/video/video-reflection-expected.png:
* compositing/visibility/visibility-composited-animation-expected.png:
* compositing/webgl/webgl-repaint-expected.png:
* platform/mac/compositing/video/video-controls-layer-creation-expected.png:
2015-01-06 Simon Fraser <simon.fraser@apple.com>
Update pixel results for some compositing tests.
* compositing/images/direct-pdf-image-expected.png:
* compositing/layer-creation/fixed-position-and-transform-expected.png:
* compositing/layer-creation/fixed-position-under-transform-expected.png:
* compositing/overflow/clip-content-under-overflow-controls-expected.png:
* platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png:
* platform/mac/compositing/color-matching/image-color-matching-expected.png:
* platform/mac/compositing/color-matching/pdf-image-match-expected.png:
* platform/mac/compositing/compositing-visible-descendant-expected.png:
* platform/mac/compositing/culling/filter-occlusion-blur-expected.png: Added.
* platform/mac/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
* platform/mac/compositing/direct-image-compositing-expected.png:
* platform/mac/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
* platform/mac/compositing/generated-content-expected.png:
* platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png:
* platform/mac/compositing/geometry/clipping-foreground-expected.png:
* platform/mac/compositing/geometry/composited-html-size-expected.png:
* platform/mac/compositing/geometry/fixed-in-composited-expected.png:
* platform/mac/compositing/geometry/fixed-position-expected.png:
* platform/mac/compositing/geometry/foreground-layer-expected.png:
* platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
* platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
* platform/mac/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.png: Added.
* platform/mac/compositing/geometry/outline-change-expected.png:
* platform/mac/compositing/geometry/partial-layout-update-expected.png:
* platform/mac/compositing/geometry/root-layer-update-expected.png:
* platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
* platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
* platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
* platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
* platform/mac/compositing/images/direct-image-background-color-expected.png:
* platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
* platform/mac/compositing/masks/direct-image-mask-expected.png:
* platform/mac/compositing/masks/masked-ancestor-expected.png:
* platform/mac/compositing/masks/multiple-masks-expected.png:
* platform/mac/compositing/masks/simple-composited-mask-expected.png:
* platform/mac/compositing/overflow/ancestor-overflow-expected.png:
* platform/mac/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
* platform/mac/compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.png: Added.
* platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/mac/compositing/overflow/nested-scrolling-expected.png: Added.
* platform/mac/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
* platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
* platform/mac/compositing/overflow/overflow-positioning-expected.png:
* platform/mac/compositing/overflow/overflow-scroll-expected.png:
* platform/mac/compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.png: Added.
* platform/mac/compositing/overflow/parent-overflow-expected.png:
* platform/mac/compositing/overflow/remove-overflow-crash2-expected.png: Added.
* platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/mac/compositing/overflow/scrollbar-painting-expected.png:
* platform/mac/compositing/plugins/composited-plugin-expected.png:
* platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
* platform/mac/compositing/reflections/nested-reflection-expected.png:
* platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
* platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
* platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
* platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
* platform/mac/compositing/reflections/reflection-in-composited-expected.png:
* platform/mac/compositing/reflections/reflection-on-composited-expected.png:
* platform/mac/compositing/reflections/reflection-ordering-expected.png:
* platform/mac/compositing/reflections/reflection-positioning-expected.png:
* platform/mac/compositing/reflections/reflection-positioning2-expected.png:
* platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
* platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
* platform/mac/compositing/repaint/composited-document-element-expected.png:
* platform/mac/compositing/repaint/layer-repaint-expected.png:
* platform/mac/compositing/repaint/layer-repaint-rects-expected.png:
* platform/mac/compositing/repaint/opacity-between-absolute-expected.png:
* platform/mac/compositing/repaint/opacity-between-absolute2-expected.png:
* platform/mac/compositing/repaint/repaint-on-layer-grouping-change-expected.png: Added.
* platform/mac/compositing/self-painting-layers-expected.png:
* platform/mac/compositing/shadows/shadow-drawing-expected.png:
* platform/mac/compositing/sibling-positioning-expected.png:
* platform/mac/compositing/text-on-large-layer-expected.png:
* platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
* platform/mac/compositing/transitions/singular-scale-transition-expected.png:
* platform/mac/compositing/webgl/webgl-background-color-expected.png:
* platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
2015-01-06 Yusuke Suzuki <utatane.tea@gmail.com>
Implement ES6 String.prototype.repeat(count)
https://bugs.webkit.org/show_bug.cgi?id=140047
Reviewed by Darin Adler.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/string-repeat.js: Added.
(stringRepeated.toString):
(count.valueOf):
* js/string-repeat-expected.txt: Added.
* js/string-repeat.html: Added.
2015-01-06 Chris Dumez <cdumez@apple.com>
Regression(r176212): Carousel on mbusa.com is choppy
https://bugs.webkit.org/show_bug.cgi?id=139543
<rdar://problem/19209406>
Reviewed by Antti Koivisto.
Add a layout test to cover the case where a repeating DOM timer is
changing the style of an element which has overflowing content that
is visible and has its own layer. In such case, the DOM timer should
not be throttled. Also add a layout test to make sure we still throttle
if the element clips its overflow.
* fast/dom/repeating-timer-element-overflow-hidden-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflow-hidden-throttling.html: Added.
* fast/dom/repeating-timer-element-overflowing-child-own-layer-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflowing-child-own-layer-throttling.html: Added.
New tests.
* fast/dom/timer-unthrottle-on-layout-expected.txt:
* fast/dom/timer-unthrottle-on-layout.html:
* fast/dom/timer-unthrottle-on-scroll-expected.txt:
* fast/dom/timer-unthrottle-on-scroll.html:
Stop using <input> test elements as it appears one of the descendants
in its shadow tree has its own layer.
2015-01-06 Alexey Proskuryakov <ap@apple.com>
fast/events/before-unload-adopt-subframe-to-outside.html is flaky with ASan
https://bugs.webkit.org/show_bug.cgi?id=140061
Reviewed by Darin Adler.
Hide frames before dumping results. Something was making layout timing dependent,
hopefully this will make results consistent.
* fast/events/before-unload-adopt-subframe-to-outside-expected.txt:
* fast/events/before-unload-adopt-subframe-to-outside.html:
2015-01-05 Darin Adler <darin@apple.com>
Modernize and streamline HTMLToken and AtomicHTMLToken
https://bugs.webkit.org/show_bug.cgi?id=140046
Reviewed by Andreas Kling.
* resources/dump-as-markup.js:
(Markup._get): Add code to handle null systemId and publicId,
dumping them as empty strings for now.
2015-01-05 Darin Adler <darin@apple.com>
* TestExpectations: Re-enabled the test I broke yesterday,
editing/pasteboard/drag-and-drop-objectimage-contenteditable.html,
now that it's fixed.
2015-01-05 Chris Dumez <cdumez@apple.com>
Using calc() for -webkit-filter does not work
https://bugs.webkit.org/show_bug.cgi?id=140106
Reviewed by Darin Adler.
Add a layout test to make sure using calc() for -webkit-filter CSS
property is working as intended.
* fast/css/webkit-filter-calc-expected.txt: Added.
* fast/css/webkit-filter-calc.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
Allow HTTPS + 'Cache-control: no-cache' pages into the page cache
https://bugs.webkit.org/show_bug.cgi?id=139251
Reviewed by Darin Adler.
Update http/tests/navigation/https-in-page-cache.html layout test so that it
expects HTTPS + 'Cache-control: no-cache' pages to go into the page cache.
* http/tests/navigation/https-in-page-cache-expected.txt:
* http/tests/navigation/resources/https-in-page-cache-2.php:
2015-01-05 Chris Dumez <cdumez@apple.com>
Using calc() in repeat() for -webkit-grid-template-rows does not work
https://bugs.webkit.org/show_bug.cgi?id=140094
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-repeat-calc-expected.txt: Added.
* fast/css-grid-layout/grid-repeat-calc.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
calc() cannot be used in steps() for -webkit-animation-timing-function
https://bugs.webkit.org/show_bug.cgi?id=140091
Reviewed by Darin Adler.
Add a layout test to make sure that calc() can be used in steps() for
-webkit-animation-timing-function CSS property.
* fast/css/animation-steps-calculated-value-expected.txt: Added.
* fast/css/animation-steps-calculated-value.html: Added.
2015-01-05 Chris Dumez <cdumez@apple.com>
Regression(r163928): Animated images are not resumed on window resizing
https://bugs.webkit.org/show_bug.cgi?id=139714
<rdar://problem/18855285>
Reviewed by Darin Adler.
Add a layout test to make sure animated images are correctly paused /
resumed when resizing the window.
Also add another test to make sure animated images are correctly paused
/ resumed when zooming in and out.
* fast/images/animated-gif-window-resizing-expected.txt: Added.
* fast/images/animated-gif-window-resizing.html: Added.
* fast/images/animated-gif-zooming-expected.txt: Added.
* fast/images/animated-gif-zooming.html: Added.
* fast/images/resources/animated-gif-window-resize.html: Added.
* platform/mac-wk1/TestExpectations:
2015-01-05 Alexey Proskuryakov <ap@apple.com>
After updating tests to use kerning, ligatures, and printer fonts, some tests fail
https://bugs.webkit.org/show_bug.cgi?id=139968
* platform/mac/TestExpectations: Adding more flaky tests.
2015-01-05 Alexey Proskuryakov <ap@apple.com>
js/dom/dfg-inline-resolve.html flakily times out
https://bugs.webkit.org/show_bug.cgi?id=140084
* platform/mac-wk2/TestExpectations: Added an expectation.
2015-01-05 Alexey Proskuryakov <ap@apple.com>
editing/pasteboard/drag-and-drop-objectimage-contenteditable.html times out after r177883.
* TestExpectations: Skip the test while Darin is working on a fix.
2014-12-23 Brent Fulgham <bfulgham@apple.com>
[Mac] Cannot scroll when a non-scrollable iframe is contained inside a scrollable iframe
https://bugs.webkit.org/show_bug.cgi?id=139914
<rdar://problem/18750910>
Reviewed by Darin Adler.
* platform/mac/fast/scrolling/scroll-nested-iframe-expected.txt: Added.
* platform/mac/fast/scrolling/scroll-nested-iframe.html: Added.
* platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_inner.html: Added.
* platform/mac/fast/scrolling/resources/scroll_nested_iframe_test_outer.html: Added.
2015-01-05 peavo@outlook.com <peavo@outlook.com>
[WinCairo] Crash when font data pointer is null.
https://bugs.webkit.org/show_bug.cgi?id=139969
Reviewed by Darin Adler.
* fonts/unicode-character-font-crash-expected.txt: Added.
* fonts/unicode-character-font-crash.html: Added.
2015-01-04 Alexey Proskuryakov <ap@apple.com>
fast/events/autoscroll-should-not-stop-on-keypress.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=140060
Reviewed by Darin Adler.
* fast/events/autoscroll-should-not-stop-on-keypress.html: Instead of waiting a
fixed amount of time, check if the test succeeded every 100ms. In addition to making
the test more reliable on slow builds, it makes the test faster in release mode.
2015-01-04 Alexey Proskuryakov <ap@apple.com>
http/tests/security/cross-frame-access-put.html is racy
https://bugs.webkit.org/show_bug.cgi?id=140059
Reviewed by Darin Adler.
This test used to run some code in a subframe on a zero delay timer, and some more
code in a main frame in onload. The order was undefined.
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
2015-01-04 Alexey Proskuryakov <ap@apple.com>
REGRESSION: plugins/plugin-remove-readystatechange.html is failing on debug bots
https://bugs.webkit.org/show_bug.cgi?id=126169
Reviewed by Antti Koivisto.
* plugins/plugin-remove-readystatechange.html: Move the embed so that it's not the
last rendered element in the test. It's only a workaround, not a real fix - if
anyone is interested in fixing the issue for real, please file a new bug.
Also, demystified the test by using readyState instead of counting readystatechange
events.
2015-01-03 Michael Saboff <msaboff@apple.com>
Crash in operationNewFunction when scrolling on Google+
https://bugs.webkit.org/show_bug.cgi?id=140033
Reviewed by Oliver Hunt.
New regerssion test.
* js/regress-140033-expected.txt: Added.
* js/regress-140033.html: Added.
* js/script-tests/regress-140033.js: Added.
(.unused):
(defineADeadFunction):
2015-01-02 Anders Carlsson <andersca@apple.com>
Get rid of storage tracker layout tests
https://bugs.webkit.org/show_bug.cgi?id=140044
Reviewed by Darin Adler.
These tests are very flaky since they expect to be run in order. Furthermore, they were testing a WebKit Mac SPI
that is pretty hard to test reliably, due to its "design". It's not worth trying to make these tests work
or to rewrite them in Objective-C (which would be the right thing to do), so just get rid of them.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
* storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-6-create-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt: Removed.
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html: Removed.
2015-01-02 Alexey Proskuryakov <ap@apple.com>
js/dom/Promise.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140043
* TestExpectations: Mark it as such.
2015-01-02 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Remove stack from grid-auto-flow syntax
https://bugs.webkit.org/show_bug.cgi?id=134842
Reviewed by Sergio Villar Senin.
Update layout tests in order to adapt the results to the new behavior.
* fast/css-grid-layout/grid-auto-flow-get-set-expected.txt:
* fast/css-grid-layout/grid-auto-flow-get-set.html:
* fast/css-grid-layout/grid-auto-flow-update.html:
* fast/css-grid-layout/grid-item-named-grid-area-resolution.html:
* fast/css-grid-layout/grid-item-z-index-change-repaint.html:
* fast/css-grid-layout/grid-item-z-index-stacking-context.html:
* fast/css-grid-layout/grid-shorthand-get-set-expected.txt:
* fast/css-grid-layout/grid-shorthand-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-dynamic-get-set.html:
* fast/css-grid-layout/named-grid-lines-with-named-grid-areas-resolution.html:
* ietestcenter/css3/grid/grid-column-001.htm:
* ietestcenter/css3/grid/grid-column-002.htm:
* ietestcenter/css3/grid/grid-column-003.htm:
2015-01-01 Yusuke Suzuki <utatane.tea@gmail.com>
String includes methods perform toString on searchString before toInteger on a offset
https://bugs.webkit.org/show_bug.cgi?id=140031
Reviewed by Darin Adler.
As per the latest ES6 draft, String.prototype.{startsWith, endsWith, includes}
perform toString on searchString (argument 0) before performing toInteger on offset (argument 1).
* js/script-tests/string-includes.js:
(searchString.toString):
(startOffset.valueOf):
(endOffset.valueOf):
(matchString.toString): Deleted.
* js/string-includes-expected.txt:
2015-01-01 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/send-on-abort.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=140020
Reviewed by Darin Adler.
1. XHR loads are aborted when a page load starts, not when it's committed (which
is a known bug in WebKit). This gave the failure timer an opportunity to fire between
these events. Fixed by extending the delay.
2. Starting the test while parsing had a potential for a race with loading - we
could run it before all data was loaded. While this probably didn't happen in
practice here, it's better to run navigation tests under 100% reproducible conditions,
like during onload.
* http/tests/xmlhttprequest/send-on-abort.html:
2014-12-31 Alexey Proskuryakov <ap@apple.com>
http/tests/notifications/legacy/show.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=140023
http/tests/notifications/window-show-on-click.html is failing
https://bugs.webkit.org/show_bug.cgi?id=112499
Reviewed by Darin Adler.
Remove 100 ms timeouts from notification tests. If they become broken, it will
be detected as timeout.
* http/tests/notifications/events-in-dictionary.html:
* http/tests/notifications/events.html:
* http/tests/notifications/legacy/double-show.html:
* http/tests/notifications/legacy/events.html:
* http/tests/notifications/legacy/request-no-callback.html:
* http/tests/notifications/legacy/request.html:
* http/tests/notifications/legacy/show.html:
* http/tests/notifications/legacy/window-show-on-click.html:
* http/tests/notifications/request.html:
* http/tests/notifications/window-show-on-click.html:
* platform/mac/TestExpectations: window-show-on-click.html should pass now.
2014-12-31 Alexey Proskuryakov <ap@apple.com>
fast/ruby/ruby-svg-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=135610
Reviewed by Darin Adler.
* fast/ruby/ruby-svg-crash.html: Streamline the test to avoid timer races. I
verified that it still crashes without the original fix (it gets an
ASSERT_WITH_SECURITY_IMPILICATIONS).
* platform/mac/TestExpectations: Removed the expectation.
2014-12-31 Alexey Proskuryakov <ap@apple.com>
execDeleteCommand() does not update spellchecker sometimes
https://bugs.webkit.org/show_bug.cgi?id=139862
Updated test expectation for a test that always crashes on WK1 (it was already
skipped on mac-wk2, efl and gtk).
* TestExpectations:
* platform/mac-wk1/TestExpectations:
2014-12-31 Alexey Proskuryakov <ap@apple.com>
Test expectation gardening.
Add expectations for test that became flaky after enabling kerning and ligatures,
plus a few more that were mis-characterized.
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
2014-12-31 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177824 and r177826.
https://bugs.webkit.org/show_bug.cgi?id=140011
The new test crashes (Requested by ap on #webkit).
Reverted changesets:
"Too large plugins are crashing."
https://bugs.webkit.org/show_bug.cgi?id=139856
http://trac.webkit.org/changeset/177824
"Fix bug number typo in the previous commit."
http://trac.webkit.org/changeset/177826
2014-12-31 Alexey Proskuryakov <ap@apple.com>
Update storage tracker test expectations after r177814.
* platform/mac/TestExpectations:
2014-12-31 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-30 Gabor Rapcsanyi <rgabor@webkit.org>
Fix bug number typo in the previous commit.
* plugins/large-plugin-crash-expected.txt:
* plugins/large-plugin-crash.html:
2014-12-30 Gabor Rapcsanyi <rgabor@webkit.org>
Too large plugins are crashing.
https://bugs.webkit.org/show_bug.cgi?id=139868
Reviewed by Darin Adler.
Add layout test to cover this crash.
* plugins/large-plugin-crash-expected.txt: Added.
* plugins/large-plugin-crash.html: Added.
2014-12-29 Sebastian Dröge <sebastian@centricular.com>
Enable MediaSource tests for the GTK port
https://bugs.webkit.org/show_bug.cgi?id=139441
Reviewed by Philippe Normand.
* platform/gtk/TestExpectations:
Enable MediaSource tests that are actually succeeding for
the GTK port.
2014-12-28 Alexey Proskuryakov <ap@apple.com>
fast/regions/layers/region-removed-during-animation.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139979
* platform/mac-wk2/TestExpectations: Marking as such.
2014-12-28 Alexey Proskuryakov <ap@apple.com>
Update Mac test results after r177770.
Line numbers in error messages changed.
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt:
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more failing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting and crashing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark failing tests.
* platform/win/TestExpectations:
2014-12-28 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, typo fix.
* platform/win/TestExpectations:
2014-12-27 Myles C. Maxfield <mmaxfield@apple.com>
[Mac] Enable kerning, ligatures, and printer fonts
https://bugs.webkit.org/show_bug.cgi?id=139970
Rubber stamped by Simon Fraser.
Update test results.
* css2.1/20110323/c543-txt-decor-000-expected.txt:
* css2.1/t1508-c527-font-00-b-expected.txt:
* css2.1/t1508-c527-font-06-b-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer1-expected.txt:
* css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
* css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
* editing/deleting/delete-3608445-fix-expected.txt:
* editing/deleting/delete-3800834-fix-expected.txt:
* editing/deleting/delete-br-002-expected.txt:
* editing/deleting/delete-br-004-expected.txt:
* editing/deleting/delete-br-005-expected.txt:
* editing/deleting/delete-br-006-expected.txt:
* editing/deleting/delete-br-009-expected.txt:
* editing/deleting/delete-leading-ws-001-expected.txt:
* editing/deleting/delete-line-011-expected.txt:
* editing/deleting/smart-delete-002-expected.txt:
* editing/execCommand/selectAll-expected.txt:
* editing/inserting/insert-3800346-fix-expected.txt:
* editing/inserting/insert-br-001-expected.txt:
* editing/inserting/insert-br-002-expected.txt:
* editing/inserting/insert-br-003-expected.txt:
* editing/inserting/insert-br-004-expected.txt:
* editing/inserting/insert-br-005-expected.txt:
* editing/inserting/insert-br-007-expected.txt:
* editing/inserting/insert-tab-002-expected.txt:
* editing/inserting/typing-001-expected.txt:
* editing/inserting/typing-around-br-001-expected.txt:
* editing/selection/doubleclick-crash-expected.txt:
* editing/selection/extend-by-sentence-001-expected.txt:
* editing/selection/extend-by-word-001-expected.txt:
* editing/selection/extend-inside-transforms-backward-expected.txt:
* editing/selection/extend-inside-transforms-forward-expected.txt:
* editing/selection/extend-selection-bidi-expected.txt:
* editing/spelling/centering-misspelling-dots-expected.txt:
* editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt:
* editing/style/smoosh-styles-003-expected.txt:
* editing/style/style-3681552-fix-001-expected.txt:
* editing/style/style-boundary-002-expected.txt:
* editing/style/style-boundary-003-expected.txt:
* editing/style/typing-style-001-expected.txt:
* editing/style/typing-style-002-expected.txt:
* editing/undo/redo-typing-001-expected.txt:
* editing/undo/undo-typing-001-expected.txt:
* fast/borders/border-image-outset-split-inline-expected.txt:
* fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* fast/borders/inline-mask-overlay-image-outset-expected.txt:
* fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* fast/css/empty-generated-content-expected.txt:
* fast/css/font-face-default-font-expected.txt:
* fast/css/font-face-in-media-rule-expected.txt:
* fast/css/font-face-woff-expected.txt:
* fast/css/image-rendering-expected.txt:
* fast/css/outline-auto-empty-rects-expected.txt:
* fast/forms/button-inner-block-reuse-expected.txt:
* fast/forms/range/slider-padding-expected.txt:
* fast/invalid/017-expected.txt:
* fast/invalid/018-expected.txt:
* fast/multicol/single-line-expected.txt:
* fast/repaint/caret-with-transformation-expected.txt:
* fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* fast/table/022-expected.txt:
* fast/table/025-expected.txt:
* fast/table/giantRowspan2-expected.txt:
* fast/text/wbr-pre-expected.txt:
* fast/text/whitespace/019-expected.txt:
* fast/text/whitespace/023-expected.txt:
* http/tests/security/dataTransfer-set-data-file-url-expected.txt:
* media/video-frame-accurate-seek-expected.txt:
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac-mavericks/editing/inserting/4960120-1-expected.txt:
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt:
* platform/mac-mavericks/editing/pasteboard/4806874-expected.txt:
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt:
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac-mavericks/editing/selection/3690703-2-expected.txt:
* platform/mac-mavericks/editing/selection/3690703-expected.txt:
* platform/mac-mavericks/editing/selection/3690719-expected.txt:
* platform/mac-mavericks/editing/selection/4397952-expected.txt:
* platform/mac-mavericks/editing/selection/4895428-3-expected.txt:
* platform/mac-mavericks/editing/selection/4975120-expected.txt:
* platform/mac-mavericks/editing/selection/drag-select-1-expected.txt:
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac-mavericks/editing/selection/selection-button-text-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt:
* platform/mac-mavericks/fast/css/continuationCrash-expected.txt:
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt:
* platform/mac-mavericks/fast/css/line-height-expected.txt:
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac-mavericks/fast/css/rtl-ordering-expected.txt:
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
* platform/mac-mavericks/fast/css/text-transform-select-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac-mavericks/fast/dom/isindex-001-expected.txt:
* platform/mac-mavericks/fast/dom/isindex-002-expected.txt:
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac-mavericks/fast/forms/001-expected.txt:
* platform/mac-mavericks/fast/forms/003-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac-mavericks/fast/forms/basic-buttons-expected.txt:
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
* platform/mac-mavericks/fast/forms/basic-selects-expected.txt:
* platform/mac-mavericks/fast/forms/basic-textareas-expected.txt:
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt:
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac-mavericks/fast/forms/button-default-title-expected.txt:
* platform/mac-mavericks/fast/forms/button-generated-content-expected.txt:
* platform/mac-mavericks/fast/forms/button-sizes-expected.txt:
* platform/mac-mavericks/fast/forms/button-style-color-expected.txt:
* platform/mac-mavericks/fast/forms/button-table-styles-expected.txt:
* platform/mac-mavericks/fast/forms/button-text-transform-expected.txt:
* platform/mac-mavericks/fast/forms/button-white-space-expected.txt:
* platform/mac-mavericks/fast/forms/control-clip-expected.txt:
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt:
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac-mavericks/fast/forms/encoding-test-expected.txt:
* platform/mac-mavericks/fast/forms/fieldset-align-expected.txt:
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt:
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt:
* platform/mac-mavericks/fast/forms/formmove3-expected.txt:
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt:
* platform/mac-mavericks/fast/forms/input-align-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt:
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt:
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt:
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt:
* platform/mac-mavericks/fast/forms/input-spaces-expected.txt:
* platform/mac-mavericks/fast/forms/input-table-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac-mavericks/fast/forms/input-value-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-clip-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt:
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac-mavericks/fast/forms/option-script-expected.txt:
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac-mavericks/fast/forms/option-text-clip-expected.txt:
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac-mavericks/fast/forms/search-rtl-expected.txt:
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt:
* platform/mac-mavericks/fast/forms/select-align-expected.txt:
* platform/mac-mavericks/fast/forms/select-baseline-expected.txt:
* platform/mac-mavericks/fast/forms/select-block-background-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt:
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac-mavericks/fast/forms/text-style-color-expected.txt:
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-align-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac-mavericks/fast/forms/textfield-outline-expected.txt:
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac-mavericks/fast/html/details-no-summary4-expected.txt:
* platform/mac-mavericks/fast/html/details-open-javascript-expected.txt:
* platform/mac-mavericks/fast/html/details-open2-expected.txt:
* platform/mac-mavericks/fast/html/details-open4-expected.txt:
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt:
* platform/mac-mavericks/fast/html/details-replace-text-expected.txt:
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt:
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac-mavericks/fast/repaint/control-clip-expected.txt:
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt:
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt:
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac-mavericks/fast/selectors/064-expected.txt:
* platform/mac-mavericks/fast/table/003-expected.txt:
* platform/mac-mavericks/fast/table/append-cells2-expected.txt:
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt:
* platform/mac-mavericks/fast/table/text-field-baseline-expected.txt:
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt:
* platform/mac-mavericks/fast/text/drawBidiText-expected.txt:
* platform/mac-mavericks/fast/text/emphasis-expected.txt:
* platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac-mavericks/fast/text/indic-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt:
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt:
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac-mavericks/fast/text/international/danda-space-expected.txt:
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt:
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt:
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac-mavericks/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt:
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt:
* platform/mac-mavericks/media/controls-after-reload-expected.txt:
* platform/mac-mavericks/media/controls-strict-expected.txt:
* platform/mac-mavericks/media/controls-styling-expected.txt:
* platform/mac-mavericks/media/controls-without-preload-expected.txt:
* platform/mac-mavericks/media/video-controls-rendering-expected.txt:
* platform/mac-mavericks/media/video-display-toggle-expected.txt:
* platform/mac-mavericks/media/video-empty-source-expected.txt:
* platform/mac-mavericks/media/video-no-audio-expected.txt:
* platform/mac-mavericks/media/video-volume-slider-expected.txt:
* platform/mac-mavericks/media/video-zoom-controls-expected.txt:
* platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac-mavericks/svg/hixie/mixed/003-expected.txt:
* platform/mac-mavericks/svg/text/bidi-text-query-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac-mavericks/tables/mozilla/core/margins-expected.txt:
* platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac-mavericks/transforms/2d/hindi-rotated-expected.txt:
* platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt:
* platform/mac-mountainlion/animations/3d/change-transform-in-end-event-expected.txt:
* platform/mac-mountainlion/animations/3d/matrix-transform-type-animation-expected.txt:
* platform/mac-mountainlion/animations/3d/state-at-end-event-transform-expected.txt:
* platform/mac-mountainlion/animations/additive-transform-animations-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-border-image-source-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-list-style-image-expected.txt:
* platform/mac-mountainlion/animations/cross-fade-webkit-mask-box-image-expected.txt:
* platform/mac-mountainlion/animations/missing-values-first-keyframe-expected.txt:
* platform/mac-mountainlion/animations/missing-values-last-keyframe-expected.txt:
* platform/mac-mountainlion/animations/state-at-end-event-expected.txt:
* platform/mac-mountainlion/compositing/animation/state-at-end-event-transform-layer-expected.txt:
* platform/mac-mountainlion/compositing/color-matching/image-color-matching-expected.txt:
* platform/mac-mountainlion/compositing/color-matching/pdf-image-match-expected.txt:
* platform/mac-mountainlion/compositing/direct-image-compositing-expected.txt:
* platform/mac-mountainlion/compositing/generated-content-expected.txt:
* platform/mac-mountainlion/compositing/geometry/clipping-foreground-expected.txt:
* platform/mac-mountainlion/compositing/geometry/composited-html-size-expected.txt:
* platform/mac-mountainlion/compositing/geometry/fixed-position-expected.txt:
* platform/mac-mountainlion/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
* platform/mac-mountainlion/compositing/geometry/layer-due-to-layer-children-expected.txt:
* platform/mac-mountainlion/compositing/geometry/outline-change-expected.txt:
* platform/mac-mountainlion/compositing/geometry/partial-layout-update-expected.txt:
* platform/mac-mountainlion/compositing/geometry/root-layer-update-expected.txt:
* platform/mac-mountainlion/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/mac-mountainlion/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/mac-mountainlion/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/mac-mountainlion/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/mac-mountainlion/compositing/iframes/iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/compositing/images/direct-image-background-color-expected.txt:
* platform/mac-mountainlion/compositing/layers-inside-overflow-scroll-expected.txt:
* platform/mac-mountainlion/compositing/masks/direct-image-mask-expected.txt:
* platform/mac-mountainlion/compositing/masks/masked-ancestor-expected.txt:
* platform/mac-mountainlion/compositing/masks/multiple-masks-expected.txt:
* platform/mac-mountainlion/compositing/masks/simple-composited-mask-expected.txt:
* platform/mac-mountainlion/compositing/overflow/ancestor-overflow-expected.txt:
* platform/mac-mountainlion/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/mac-mountainlion/compositing/overflow/nested-scrolling-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-compositing-descendant-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-positioning-expected.txt:
* platform/mac-mountainlion/compositing/overflow/overflow-scroll-expected.txt:
* platform/mac-mountainlion/compositing/overflow/parent-overflow-expected.txt:
* platform/mac-mountainlion/compositing/overflow/remove-overflow-crash2-expected.txt:
* platform/mac-mountainlion/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/mac-mountainlion/compositing/overflow/scrollbar-painting-expected.txt:
* platform/mac-mountainlion/compositing/reflections/animation-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/compositing-change-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/mac-mountainlion/compositing/reflections/masked-reflection-on-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-anchor-point-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-animated-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-mask-change-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-on-overflow-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-opacity-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-size-change-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transformed-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transformed2-expected.txt:
* platform/mac-mountainlion/compositing/reflections/nested-reflection-transition-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-in-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-on-composited-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-opacity-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-ordering-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-positioning-expected.txt:
* platform/mac-mountainlion/compositing/reflections/reflection-positioning2-expected.txt:
* platform/mac-mountainlion/compositing/reflections/simple-composited-reflections-expected.txt:
* platform/mac-mountainlion/compositing/reflections/transform-inside-reflection-expected.txt:
* platform/mac-mountainlion/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/mac-mountainlion/compositing/repaint/composited-document-element-expected.txt:
* platform/mac-mountainlion/compositing/repaint/layer-repaint-expected.txt:
* platform/mac-mountainlion/compositing/repaint/layer-repaint-rects-expected.txt:
* platform/mac-mountainlion/compositing/repaint/opacity-between-absolute-expected.txt:
* platform/mac-mountainlion/compositing/repaint/opacity-between-absolute2-expected.txt:
* platform/mac-mountainlion/compositing/self-painting-layers-expected.txt:
* platform/mac-mountainlion/compositing/shadows/shadow-drawing-expected.txt:
* platform/mac-mountainlion/compositing/sibling-positioning-expected.txt:
* platform/mac-mountainlion/compositing/text-on-large-layer-expected.txt:
* platform/mac-mountainlion/compositing/transitions/scale-transition-no-start-expected.txt:
* platform/mac-mountainlion/compositing/transitions/singular-scale-transition-expected.txt:
* platform/mac-mountainlion/compositing/webgl/webgl-background-color-expected.txt:
* platform/mac-mountainlion/compositing/webgl/webgl-reflection-expected.txt:
* platform/mac-mountainlion/css1/basic/containment-expected.txt:
* platform/mac-mountainlion/css1/basic/contextual_selectors-expected.txt:
* platform/mac-mountainlion/css1/basic/grouping-expected.txt:
* platform/mac-mountainlion/css1/basic/id_as_selector-expected.txt:
* platform/mac-mountainlion/css1/basic/inheritance-expected.txt:
* platform/mac-mountainlion/css1/box_properties/acid_test-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_color-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_color_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_style-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_style_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_width-expected.txt:
* platform/mac-mountainlion/css1/box_properties/border_width_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/clear-expected.txt:
* platform/mac-mountainlion/css1/box_properties/clear_float-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_margin-expected.txt:
* platform/mac-mountainlion/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac-mountainlion/css1/box_properties/height-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_bottom-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_left-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_right-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_top-expected.txt:
* platform/mac-mountainlion/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac-mountainlion/css1/box_properties/width-expected.txt:
* platform/mac-mountainlion/css1/cascade/cascade_order-expected.txt:
* platform/mac-mountainlion/css1/cascade/important-expected.txt:
* platform/mac-mountainlion/css1/classification/display-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_image-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_position-expected.txt:
* platform/mac-mountainlion/css1/classification/list_style_type-expected.txt:
* platform/mac-mountainlion/css1/classification/white_space-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_attachment-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_color-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_image-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_position-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/background_repeat-expected.txt:
* platform/mac-mountainlion/css1/color_and_background/color-expected.txt:
* platform/mac-mountainlion/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_family-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_size-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_style-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_variant-expected.txt:
* platform/mac-mountainlion/css1/font_properties/font_weight-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/canvas-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/floating_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/inline_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac-mountainlion/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac-mountainlion/css1/pseudo/anchor-expected.txt:
* platform/mac-mountainlion/css1/pseudo/firstletter-expected.txt:
* platform/mac-mountainlion/css1/pseudo/firstline-expected.txt:
* platform/mac-mountainlion/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac-mountainlion/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac-mountainlion/css1/text_properties/letter_spacing-expected.txt:
* platform/mac-mountainlion/css1/text_properties/line_height-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_align-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_decoration-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_indent-expected.txt:
* platform/mac-mountainlion/css1/text_properties/text_transform-expected.txt:
* platform/mac-mountainlion/css1/text_properties/vertical_align-expected.txt:
* platform/mac-mountainlion/css1/text_properties/word_spacing-expected.txt:
* platform/mac-mountainlion/css1/units/color_units-expected.txt:
* platform/mac-mountainlion/css1/units/length_units-expected.txt:
* platform/mac-mountainlion/css1/units/percentage_units-expected.txt:
* platform/mac-mountainlion/css1/units/urls-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-017-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-018-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-019-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-021-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-025-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-026-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-028-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-029-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-030-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-031-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-032-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-033-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-035-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-height-036-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-020-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-022-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-027-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-029-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-034-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-036-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-041-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-043-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-048-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-050-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-055-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-057-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-062-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-064-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-069-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-071-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/absolute-replaced-width-076-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/background-intrinsic-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-height-016-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/block-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/c543-txt-decor-000-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/dynamic-top-change-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/empty-inline-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-non-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/float-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/floating-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/height-width-inline-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/height-width-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-height-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-011-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-replaced-width-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-002a-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/inline-table-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-009-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-010-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-012-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/outline-color-applies-to-008-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-003-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-004-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-005-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/replaced-min-max-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-margins-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
* platform/mac-mountainlion/css2.1/20110323/width-replaced-element-001-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-border-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040102-keywords-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040102-keywords-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-case-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-case-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-05-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-escapes-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-04-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-05-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-06-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-07-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-08-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-09-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-10-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-11-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-12-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040103-ident-13-c-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atkeyw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-atrule-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040105-import-10-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040109-c17-comments-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040109-c17-comments-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-04-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0402-syntax-06-f-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-phys-len-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/mac-mountainlion/css2.1/t040306-c63-color-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t040306-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t040307-syntax-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t050201-c12-grouping-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0505-c16-descendant-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-c15-ids-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-dom-hover-01-c-io-expected.txt:
* platform/mac-mountainlion/css2.1/t051103-dom-hover-02-c-io-expected.txt:
* platform/mac-mountainlion/css2.1/t051201-c23-first-line-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-c13-inheritance-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
* platform/mac-mountainlion/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060401-c32-cascading-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060402-c31-important-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
* platform/mac-mountainlion/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0804-c5510-padn-02-f-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t090204-display-change-01-b-ao-expected.txt:
* platform/mac-mountainlion/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1002-c5523-width-02-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1004-c5524-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1005-c5524-width-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1005-c5524-width-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-11-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-12-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-13-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-14-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-15-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counter-16-f-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-11-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-12-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-13-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-14-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-15-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-16-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-17-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1202-counters-18-f-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-implied-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-multiple-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-multiple-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-order-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-order-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1204-root-e-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-01-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-02-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-03-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120401-scope-04-d-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-content-none-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-display-none-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t120403-visibility-00-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c561-list-displ-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c563-list-type-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c563-list-type-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c565-list-pos-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
* platform/mac-mountainlion/css2.1/t1401-c531-color-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c533-bgimage-00-a-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1504-c523-font-style-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1505-c524-font-var-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1506-c525-font-wt-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-02-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-03-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-04-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-05-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-06-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-07-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-08-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-09-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1508-c527-font-10-c-expected.txt:
* platform/mac-mountainlion/css2.1/t1601-c547-indent-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/mac-mountainlion/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
* platform/mac-mountainlion/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/mac-mountainlion/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer1-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
* platform/mac-mountainlion/css3/blending/blend-mode-overflow-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-blend-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-clip-path-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-filter-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-mask-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-opacity-expected.txt:
* platform/mac-mountainlion/css3/blending/svg-blend-layer-shadow-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/flexbox/button-expected.txt:
* platform/mac-mountainlion/css3/flexbox/flexbox-baseline-expected.txt:
* platform/mac-mountainlion/css3/flexbox/flexbox-baseline-margins-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/html/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-10-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-100-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-100b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-101-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-101b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-102-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-102b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-103-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-103b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-104-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-104b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-105-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-105b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-106-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-106b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-107-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-107b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-108-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-108b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-109-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-109b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-11-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-110-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-110b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-111-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-111b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-112-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-112b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-113-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-113b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-114-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-114b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-115-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-115b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-116-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-116b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-117-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-117b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-118-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-119-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-120-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-121-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-122-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-123-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-123b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-124-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-124b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-125-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-125b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-126-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-126b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-127-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-127b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-128-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-128b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-129-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-129b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-13-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-130-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-130b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-131-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-131b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-132-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-132b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-133-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-133b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-134-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-134b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-135-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-135b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-136-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-136b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-137-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-137b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-138-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-138b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-139-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-139b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-140-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-140b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-141-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-141b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-142-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-142b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-143-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-143b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-144-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-145a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-145b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-146a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-146b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-147a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-147b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-148-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-149-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-149b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-14e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-150-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-151-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-152-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-153-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-154-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-155d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-156c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-157-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-158-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-159-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-16-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-160-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-166-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-166a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-167-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-167a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-168-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-168a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-169-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-169a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-17-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-170d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-171-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-172a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-172b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-173a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-173b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-174a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-174b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-175c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-176-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-177a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-177b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-178-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-179-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-179a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-180a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-181-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-182-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-183-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184e-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-184f-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-18c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-20-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-21c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-27b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-30-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-31-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-34-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-35-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-36-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-37-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-38-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-39c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-3a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-4-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-41-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-41a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-42-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-42a-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-44d-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-45c-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-46-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-46b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-47-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-48-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-49-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-5-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-50-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-51-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-52-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-53-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-54-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-55-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-56-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-57-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-57b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-59-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-6-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-60-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-62-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-63-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-65-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-66-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-66b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-67-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-7-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-72-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-72b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-75-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-75b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-76-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-76b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-79-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-7b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-8-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-80-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-81-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-81b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-82-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-82b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-86-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-87-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-87b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-88-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-88b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-89-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-9-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-90-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-90b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-91-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-92-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-93-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-94-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-94b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-95-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-96-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-96b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-97-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-97b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-98-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-98b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-99-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-99b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d1-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d2-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d3-expected.txt:
* platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-d4-expected.txt:
* platform/mac-mountainlion/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/mac-mountainlion/editing/caret/caret-color-expected.txt:
* platform/mac-mountainlion/editing/deleting/4922367-expected.txt:
* platform/mac-mountainlion/editing/deleting/5099303-expected.txt:
* platform/mac-mountainlion/editing/deleting/5126166-expected.txt:
* platform/mac-mountainlion/editing/deleting/5144139-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/5206311-1-expected.txt:
* platform/mac-mountainlion/editing/deleting/5272440-expected.txt:
* platform/mac-mountainlion/editing/deleting/5369009-expected.txt:
* platform/mac-mountainlion/editing/deleting/5433862-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/5483370-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3608445-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3800834-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3865854-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-and-undo-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-contents-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-br-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-character-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-first-list-item-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-hr-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-image-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-005-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-006-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-007-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-008-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-009-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-010-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-011-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-012-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-013-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-014-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-015-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-016-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-017-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-selection-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-tab-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-tab-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/forward-delete-expected.txt:
* platform/mac-mountainlion/editing/deleting/list-item-1-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-different-styles-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-no-br-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-unrendered-space-expected.txt:
* platform/mac-mountainlion/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/mac-mountainlion/editing/deleting/move-nodes-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/non-smart-delete-expected.txt:
* platform/mac-mountainlion/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-001-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-002-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-003-expected.txt:
* platform/mac-mountainlion/editing/deleting/smart-delete-004-expected.txt:
* platform/mac-mountainlion/editing/deleting/table-cells-expected.txt:
* platform/mac-mountainlion/editing/deleting/type-delete-after-quote-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4580583-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4580583-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4641880-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4641880-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4747450-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4916402-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4916541-expected.txt:
* platform/mac-mountainlion/editing/execCommand/4924441-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5080333-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5080333-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5136770-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5138441-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5142012-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5142012-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5190926-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5481523-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5482023-expected.txt:
* platform/mac-mountainlion/editing/execCommand/5569741-expected.txt:
* platform/mac-mountainlion/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac-mountainlion/editing/execCommand/find-after-replace-expected.txt:
* platform/mac-mountainlion/editing/execCommand/findString-2-expected.txt:
* platform/mac-mountainlion/editing/execCommand/findString-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-empty-root-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-list-item-expected.txt:
* platform/mac-mountainlion/editing/execCommand/indent-selection-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac-mountainlion/editing/execCommand/insertImage-expected.txt:
* platform/mac-mountainlion/editing/execCommand/nsresponder-indent-expected.txt:
* platform/mac-mountainlion/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/mac-mountainlion/editing/execCommand/paste-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/print-expected.txt:
* platform/mac-mountainlion/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac-mountainlion/editing/execCommand/remove-list-item-1-expected.txt:
* platform/mac-mountainlion/editing/execCommand/selectAll-expected.txt:
* platform/mac-mountainlion/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac-mountainlion/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac-mountainlion/editing/inserting/12882-expected.txt:
* platform/mac-mountainlion/editing/inserting/4278698-expected.txt:
* platform/mac-mountainlion/editing/inserting/4840662-expected.txt:
* platform/mac-mountainlion/editing/inserting/4875189-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/4875189-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/4959067-expected.txt:
* platform/mac-mountainlion/editing/inserting/4960120-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/4960120-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5002441-expected.txt:
* platform/mac-mountainlion/editing/inserting/5058163-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/5058163-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5156401-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5418891-expected.txt:
* platform/mac-mountainlion/editing/inserting/5510537-expected.txt:
* platform/mac-mountainlion/editing/inserting/5549929-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/5549929-3-expected.txt:
* platform/mac-mountainlion/editing/inserting/6703873-expected.txt:
* platform/mac-mountainlion/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/mac-mountainlion/editing/inserting/editable-html-element-expected.txt:
* platform/mac-mountainlion/editing/inserting/editable-inline-element-expected.txt:
* platform/mac-mountainlion/editing/inserting/edited-whitespace-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-3778059-fix-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-3800346-fix-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-at-end-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-at-end-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-004-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-005-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-007-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-009-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-009-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-011-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-012-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-013-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-014-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-015-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-016-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-017-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-018-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-019-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-020-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-022-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-023-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-024-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-025-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-026-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-div-027-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-03-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-04-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-paragraph-05-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-tab-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-tab-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac-mountainlion/editing/inserting/line-break-expected.txt:
* platform/mac-mountainlion/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-01-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-02-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac-mountainlion/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac-mountainlion/editing/inserting/redo-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-002-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-around-br-001-expected.txt:
* platform/mac-mountainlion/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/3976872-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-3-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4076267-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4242293-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4631972-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4641033-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4944770-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4944770-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4947130-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/4989774-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5006779-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5028447-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5032095-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5071074-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5071074-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5075944-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5134759-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5156401-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5387578-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/5601583-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/7955-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/8145-3-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/copy-standalone-image-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-drop-dead-frame-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/merge-start-list-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-2-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-009-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-013-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-014-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/pasting-object-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/styled-element-markup-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/mac-mountainlion/editing/pasteboard/unrendered-br-expected.txt:
* platform/mac-mountainlion/editing/selection/14971-expected.txt:
* platform/mac-mountainlion/editing/selection/4397952-expected.txt:
* platform/mac-mountainlion/editing/selection/4402375-expected.txt:
* platform/mac-mountainlion/editing/selection/4776665-expected.txt:
* platform/mac-mountainlion/editing/selection/4818145-expected.txt:
* platform/mac-mountainlion/editing/selection/4866671-expected.txt:
* platform/mac-mountainlion/editing/selection/4889598-expected.txt:
* platform/mac-mountainlion/editing/selection/4895428-2-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-1-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-2-expected.txt:
* platform/mac-mountainlion/editing/selection/4932260-3-expected.txt:
* platform/mac-mountainlion/editing/selection/4947387-expected.txt:
* platform/mac-mountainlion/editing/selection/4960116-expected.txt:
* platform/mac-mountainlion/editing/selection/4960137-expected.txt:
* platform/mac-mountainlion/editing/selection/4983858-expected.txt:
* platform/mac-mountainlion/editing/selection/5007143-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5007143-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5076323-3-expected.txt:
* platform/mac-mountainlion/editing/selection/5081257-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5081257-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5099303-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-3-expected.txt:
* platform/mac-mountainlion/editing/selection/5131716-4-expected.txt:
* platform/mac-mountainlion/editing/selection/5195166-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5232159-expected.txt:
* platform/mac-mountainlion/editing/selection/5234383-1-expected.txt:
* platform/mac-mountainlion/editing/selection/5234383-2-expected.txt:
* platform/mac-mountainlion/editing/selection/5240265-expected.txt:
* platform/mac-mountainlion/editing/selection/5354455-2-expected.txt:
* platform/mac-mountainlion/editing/selection/6476-expected.txt:
* platform/mac-mountainlion/editing/selection/7152-1-expected.txt:
* platform/mac-mountainlion/editing/selection/7152-2-expected.txt:
* platform/mac-mountainlion/editing/selection/addRange-expected.txt:
* platform/mac-mountainlion/editing/selection/after-line-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-and-focus-ring-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-before-select-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-2-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-2-left-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-ltr-right-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-2-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-2-left-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-expected.txt:
* platform/mac-mountainlion/editing/selection/caret-rtl-right-expected.txt:
* platform/mac-mountainlion/editing/selection/clear-selection-expected.txt:
* platform/mac-mountainlion/editing/selection/click-start-of-line-expected.txt:
* platform/mac-mountainlion/editing/selection/contains-boundaries-expected.txt:
* platform/mac-mountainlion/editing/selection/contenteditable-click-inside-expected.txt:
* platform/mac-mountainlion/editing/selection/designmode-no-caret-expected.txt:
* platform/mac-mountainlion/editing/selection/display-table-text-expected.txt:
* platform/mac-mountainlion/editing/selection/doubleclick-crash-expected.txt:
* platform/mac-mountainlion/editing/selection/drag-in-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/drag-to-contenteditable-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-html-element-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-links-expected.txt:
* platform/mac-mountainlion/editing/selection/editable-non-editable-crash-expected.txt:
* platform/mac-mountainlion/editing/selection/end-of-document-expected.txt:
* platform/mac-mountainlion/editing/selection/expanding-selections-expected.txt:
* platform/mac-mountainlion/editing/selection/expanding-selections2-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-002-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-003-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-004-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-character-005-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-sentence-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-word-001-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-by-word-002-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-inside-transforms-backward-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-inside-transforms-forward-expected.txt:
* platform/mac-mountainlion/editing/selection/extend-selection-bidi-expected.txt:
* platform/mac-mountainlion/editing/selection/fake-doubleclick-expected.txt:
* platform/mac-mountainlion/editing/selection/focus-body-expected.txt:
* platform/mac-mountainlion/editing/selection/focus_editable_html-expected.txt:
* platform/mac-mountainlion/editing/selection/iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/image-before-linebreak-expected.txt:
* platform/mac-mountainlion/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/mac-mountainlion/editing/selection/inline-table-expected.txt:
* platform/mac-mountainlion/editing/selection/leave-requested-block-expected.txt:
* platform/mac-mountainlion/editing/selection/line-wrap-1-expected.txt:
* platform/mac-mountainlion/editing/selection/line-wrap-2-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-1-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-2-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-3-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-4-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-5-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-6-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-7-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-8-expected.txt:
* platform/mac-mountainlion/editing/selection/mixed-editability-9-expected.txt:
* platform/mac-mountainlion/editing/selection/move-3875618-fix-expected.txt:
* platform/mac-mountainlion/editing/selection/move-3875641-fix-expected.txt:
* platform/mac-mountainlion/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-between-blocks-yes-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-002-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-003-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-004-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-005-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-character-6-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-line-002-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-sentence-001-expected.txt:
* platform/mac-mountainlion/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac-mountainlion/editing/selection/node-removal-1-expected.txt:
* platform/mac-mountainlion/editing/selection/node-removal-2-expected.txt:
* platform/mac-mountainlion/editing/selection/paragraph-granularity-expected.txt:
* platform/mac-mountainlion/editing/selection/previous-line-position-expected.txt:
* platform/mac-mountainlion/editing/selection/range-between-block-and-inline-expected.txt:
* platform/mac-mountainlion/editing/selection/replace-selection-1-expected.txt:
* platform/mac-mountainlion/editing/selection/replaced-boundaries-1-expected.txt:
* platform/mac-mountainlion/editing/selection/replaced-boundaries-2-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac-mountainlion/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-001-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-002-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-003-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-005-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-006-expected.txt:
* platform/mac-mountainlion/editing/selection/select-all-iframe-expected.txt:
* platform/mac-mountainlion/editing/selection/select-box-expected.txt:
* platform/mac-mountainlion/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/mac-mountainlion/editing/selection/select-text-overflow-ellipsis-expected.txt:
* platform/mac-mountainlion/editing/selection/selectNode-expected.txt:
* platform/mac-mountainlion/editing/selection/selectNodeContents-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-actions-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-background-expected.txt:
* platform/mac-mountainlion/editing/selection/selection-button-text-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-1-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-2-expected.txt:
* platform/mac-mountainlion/editing/selection/table-caret-3-expected.txt:
* platform/mac-mountainlion/editing/selection/transformed-selection-rects-expected.txt:
* platform/mac-mountainlion/editing/selection/triple-click-in-pre-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-001-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-002-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-003-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-004-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-005-expected.txt:
* platform/mac-mountainlion/editing/selection/unrendered-space-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/mac-mountainlion/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/mac-mountainlion/editing/selection/word-granularity-expected.txt:
* platform/mac-mountainlion/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/mac-mountainlion/editing/selection/wrapped-line-caret-2-expected.txt:
* platform/mac-mountainlion/editing/spelling/centering-misspelling-dots-expected.txt:
* platform/mac-mountainlion/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt:
* platform/mac-mountainlion/editing/spelling/spelling-expected.txt:
* platform/mac-mountainlion/editing/style/4916887-expected.txt:
* platform/mac-mountainlion/editing/style/5017613-1-expected.txt:
* platform/mac-mountainlion/editing/style/5017613-2-expected.txt:
* platform/mac-mountainlion/editing/style/5046875-1-expected.txt:
* platform/mac-mountainlion/editing/style/5046875-2-expected.txt:
* platform/mac-mountainlion/editing/style/5065910-expected.txt:
* platform/mac-mountainlion/editing/style/5084241-expected.txt:
* platform/mac-mountainlion/editing/style/5228141-expected.txt:
* platform/mac-mountainlion/editing/style/5279521-expected.txt:
* platform/mac-mountainlion/editing/style/apple-style-editable-mix-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-002-expected.txt:
* platform/mac-mountainlion/editing/style/block-style-003-expected.txt:
* platform/mac-mountainlion/editing/style/block-styles-007-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-002-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-003-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-004-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-005-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-006-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-007-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-008-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-009-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-010-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-011-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-012-expected.txt:
* platform/mac-mountainlion/editing/style/create-block-for-style-013-expected.txt:
* platform/mac-mountainlion/editing/style/designmode-expected.txt:
* platform/mac-mountainlion/editing/style/font-family-with-space-expected.txt:
* platform/mac-mountainlion/editing/style/highlight-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-001-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-003-expected.txt:
* platform/mac-mountainlion/editing/style/relative-font-size-change-004-expected.txt:
* platform/mac-mountainlion/editing/style/smoosh-styles-001-expected.txt:
* platform/mac-mountainlion/editing/style/smoosh-styles-003-expected.txt:
* platform/mac-mountainlion/editing/style/style-3681552-fix-001-expected.txt:
* platform/mac-mountainlion/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac-mountainlion/editing/style/style-3998892-fix-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-001-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-002-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-003-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-004-expected.txt:
* platform/mac-mountainlion/editing/style/style-boundary-005-expected.txt:
* platform/mac-mountainlion/editing/style/table-selection-expected.txt:
* platform/mac-mountainlion/editing/style/typing-style-001-expected.txt:
* platform/mac-mountainlion/editing/style/typing-style-002-expected.txt:
* platform/mac-mountainlion/editing/undo/4063751-expected.txt:
* platform/mac-mountainlion/editing/undo/redo-typing-001-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-combined-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-forward-delete-expected.txt:
* platform/mac-mountainlion/editing/undo/undo-typing-001-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac-mountainlion/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/001-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/animated-gif-as-background-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-clip-text-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-origin-root-element-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-1-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-parsing-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/background-position-rounding-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/mask-composite-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/opacity-on-document-element-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/size/backgroundSize16-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/size/zero-expected.txt:
* platform/mac-mountainlion/fast/backgrounds/solid-color-context-restore-expected.txt:
* platform/mac-mountainlion/fast/block/basic/001-expected.txt:
* platform/mac-mountainlion/fast/block/basic/002-expected.txt:
* platform/mac-mountainlion/fast/block/basic/003-expected.txt:
* platform/mac-mountainlion/fast/block/basic/004-expected.txt:
* platform/mac-mountainlion/fast/block/basic/005-expected.txt:
* platform/mac-mountainlion/fast/block/basic/006-expected.txt:
* platform/mac-mountainlion/fast/block/basic/007-expected.txt:
* platform/mac-mountainlion/fast/block/basic/008-expected.txt:
* platform/mac-mountainlion/fast/block/basic/009-expected.txt:
* platform/mac-mountainlion/fast/block/basic/011-expected.txt:
* platform/mac-mountainlion/fast/block/basic/012-expected.txt:
* platform/mac-mountainlion/fast/block/basic/013-expected.txt:
* platform/mac-mountainlion/fast/block/basic/014-expected.txt:
* platform/mac-mountainlion/fast/block/basic/015-expected.txt:
* platform/mac-mountainlion/fast/block/basic/016-expected.txt:
* platform/mac-mountainlion/fast/block/basic/018-expected.txt:
* platform/mac-mountainlion/fast/block/basic/019-expected.txt:
* platform/mac-mountainlion/fast/block/basic/020-expected.txt:
* platform/mac-mountainlion/fast/block/basic/021-expected.txt:
* platform/mac-mountainlion/fast/block/basic/adding-near-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/block/basic/minheight-expected.txt:
* platform/mac-mountainlion/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/block/basic/quirk-height-expected.txt:
* platform/mac-mountainlion/fast/block/basic/text-indent-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/basic/truncation-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/basic/white-space-pre-wraps-expected.txt:
* platform/mac-mountainlion/fast/block/float/001-expected.txt:
* platform/mac-mountainlion/fast/block/float/002-expected.txt:
* platform/mac-mountainlion/fast/block/float/003-expected.txt:
* platform/mac-mountainlion/fast/block/float/004-expected.txt:
* platform/mac-mountainlion/fast/block/float/005-expected.txt:
* platform/mac-mountainlion/fast/block/float/006-expected.txt:
* platform/mac-mountainlion/fast/block/float/007-expected.txt:
* platform/mac-mountainlion/fast/block/float/010-expected.txt:
* platform/mac-mountainlion/fast/block/float/011-expected.txt:
* platform/mac-mountainlion/fast/block/float/012-expected.txt:
* platform/mac-mountainlion/fast/block/float/013-expected.txt:
* platform/mac-mountainlion/fast/block/float/014-expected.txt:
* platform/mac-mountainlion/fast/block/float/015-expected.txt:
* platform/mac-mountainlion/fast/block/float/017-expected.txt:
* platform/mac-mountainlion/fast/block/float/018-expected.txt:
* platform/mac-mountainlion/fast/block/float/020-expected.txt:
* platform/mac-mountainlion/fast/block/float/021-expected.txt:
* platform/mac-mountainlion/fast/block/float/022-expected.txt:
* platform/mac-mountainlion/fast/block/float/023-expected.txt:
* platform/mac-mountainlion/fast/block/float/024-expected.txt:
* platform/mac-mountainlion/fast/block/float/025-expected.txt:
* platform/mac-mountainlion/fast/block/float/026-expected.txt:
* platform/mac-mountainlion/fast/block/float/027-expected.txt:
* platform/mac-mountainlion/fast/block/float/028-expected.txt:
* platform/mac-mountainlion/fast/block/float/029-expected.txt:
* platform/mac-mountainlion/fast/block/float/030-expected.txt:
* platform/mac-mountainlion/fast/block/float/031-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoidance-percent-width-compat-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/mac-mountainlion/fast/block/float/avoiding-float-centered-expected.txt:
* platform/mac-mountainlion/fast/block/float/centered-float-avoidance-complexity-expected.txt:
* platform/mac-mountainlion/fast/block/float/clamped-right-float-expected.txt:
* platform/mac-mountainlion/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
* platform/mac-mountainlion/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
* platform/mac-mountainlion/fast/block/float/editable-text-overlapping-float-expected.txt:
* platform/mac-mountainlion/fast/block/float/fit_line_below_floats-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/mac-mountainlion/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac-mountainlion/fast/block/float/floats-and-text-indent-expected.txt:
* platform/mac-mountainlion/fast/block/float/floats-and-text-indent-rl-expected.txt:
* platform/mac-mountainlion/fast/block/float/independent-align-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/float/intruding-painted-twice-expected.txt:
* platform/mac-mountainlion/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
* platform/mac-mountainlion/fast/block/float/multiple-float-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/float/nestedAnonymousBlocks-expected.txt:
* platform/mac-mountainlion/fast/block/float/nestedAnonymousBlocks2-expected.txt:
* platform/mac-mountainlion/fast/block/float/nopaint-after-layer-destruction-expected.txt:
* platform/mac-mountainlion/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-after-height-decrease-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
* platform/mac-mountainlion/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
* platform/mac-mountainlion/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/mac-mountainlion/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/mac-mountainlion/fast/block/float/shrink-to-fit-width-expected.txt:
* platform/mac-mountainlion/fast/block/float/table-relayout-expected.txt:
* platform/mac-mountainlion/fast/block/float/vertical-move-relayout-expected.txt:
* platform/mac-mountainlion/fast/block/float/width-update-after-clear-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-font-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-glyphs-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/block-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/font-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/font-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/glyphs-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/none-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/mac-mountainlion/fast/block/lineboxcontain/replaced-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/001-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/002-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/003-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/004-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/005-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/006-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/010-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/011-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/012-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/015-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/016-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/017-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/018-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/019-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/020-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/021-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/022-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/025-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/026-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/027-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/028-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/029-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/030-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/031-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/032-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/033-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/034-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/035-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/037-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/038-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/039-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/040-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/041-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/042-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/043-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/044-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/045-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/055-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/056-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/057-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/058-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/059-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/062-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/063-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/100-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/101-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/102-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/104-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
* platform/mac-mountainlion/fast/block/margin-collapse/negative-margins-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/047-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/051-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/052-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/053-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/054-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/055-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/056-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/057-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/058-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/059-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/060-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/abs-inside-inline-rel-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-position-direction-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-lr/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/002-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/003-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/004-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/005-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/006-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/auto/vertical-rl/007-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/height-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/leftmargin-topmargin-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/negative-right-pos-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/padding-percent-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/pref-width-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-block-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-replaced-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/relayout-on-position-change-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/rtl-static-positioning-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/trailing-space-test-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/vertical-lr/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/mac-mountainlion/fast/block/positioning/window-height-change-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/008-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-color/008-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/008-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/008-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/009-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/009-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/010-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/background-image/010-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/001-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/002-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/002-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/003-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/004-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/006-xhtml-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-declarative-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-expected.txt:
* platform/mac-mountainlion/fast/body-propagation/overflow/007-xhtml-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-002-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-009a-expected.txt:
* platform/mac-mountainlion/fast/borders/bidi-012-expected.txt:
* platform/mac-mountainlion/fast/borders/block-mask-overlay-image-expected.txt:
* platform/mac-mountainlion/fast/borders/block-mask-overlay-image-outset-expected.txt:
* platform/mac-mountainlion/fast/borders/border-antialiasing-expected.txt:
* platform/mac-mountainlion/fast/borders/border-color-inherit-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-border-radius-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-outset-split-inline-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/borders/border-image-scaled-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-constraints-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-huge-assert-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-inline-flow-expected.txt:
* platform/mac-mountainlion/fast/borders/border-radius-split-inline-expected.txt:
* platform/mac-mountainlion/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
* platform/mac-mountainlion/fast/borders/borderRadiusInvalidColor-expected.txt:
* platform/mac-mountainlion/fast/borders/different-color-borders-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-outset-expected.txt:
* platform/mac-mountainlion/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-01-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-02-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-03-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-04-expected.txt:
* platform/mac-mountainlion/fast/borders/rtl-border-05-expected.txt:
* platform/mac-mountainlion/fast/borders/scaled-border-image-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/border-radius-big-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/box-shadow-transformed-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/inset-expected.txt:
* platform/mac-mountainlion/fast/box-shadow/transform-fringing-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/box-sizing-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/panels-one-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/panels-two-expected.txt:
* platform/mac-mountainlion/fast/box-sizing/percentage-height-expected.txt:
* platform/mac-mountainlion/fast/canvas/canvas-size-change-after-layout-expected.txt:
* platform/mac-mountainlion/fast/canvas/canvas-zoom-expected.txt:
* platform/mac-mountainlion/fast/clip/001-expected.txt:
* platform/mac-mountainlion/fast/clip/002-expected.txt:
* platform/mac-mountainlion/fast/clip/003-expected.txt:
* platform/mac-mountainlion/fast/clip/004-expected.txt:
* platform/mac-mountainlion/fast/clip/005-expected.txt:
* platform/mac-mountainlion/fast/clip/006-expected.txt:
* platform/mac-mountainlion/fast/clip/007-expected.txt:
* platform/mac-mountainlion/fast/clip/008-expected.txt:
* platform/mac-mountainlion/fast/clip/009-expected.txt:
* platform/mac-mountainlion/fast/clip/010-expected.txt:
* platform/mac-mountainlion/fast/clip/011-expected.txt:
* platform/mac-mountainlion/fast/clip/012-expected.txt:
* platform/mac-mountainlion/fast/clip/013-expected.txt:
* platform/mac-mountainlion/fast/clip/014-expected.txt:
* platform/mac-mountainlion/fast/clip/015-expected.txt:
* platform/mac-mountainlion/fast/clip/nestedTransparencyClip-expected.txt:
* platform/mac-mountainlion/fast/clip/outline-overflowClip-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-clip-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-fixed-position-expected.txt:
* platform/mac-mountainlion/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac-mountainlion/fast/compact/001-expected.txt:
* platform/mac-mountainlion/fast/compact/002-expected.txt:
* platform/mac-mountainlion/fast/compact/003-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/001-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/002-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/003-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/004-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/005-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/007-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/008-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/009-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/010-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/011-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/012-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/013-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/014-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/015-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/016-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/after-duplicated-after-split-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/after-order-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/before-with-first-letter-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/hover-style-change-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-basic-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-border-padding-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-clearance-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-descender-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-raised-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/initial-letter-sunken-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/inline-display-types-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
* platform/mac-mountainlion/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/mac-mountainlion/fast/css/001-expected.txt:
* platform/mac-mountainlion/fast/css/002-expected.txt:
* platform/mac-mountainlion/fast/css/003-expected.txt:
* platform/mac-mountainlion/fast/css/004-expected.txt:
* platform/mac-mountainlion/fast/css/005-expected.txt:
* platform/mac-mountainlion/fast/css/007-expected.txt:
* platform/mac-mountainlion/fast/css/008-expected.txt:
* platform/mac-mountainlion/fast/css/ZeroOpacityLayers-expected.txt:
* platform/mac-mountainlion/fast/css/ZeroOpacityLayers2-expected.txt:
* platform/mac-mountainlion/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/mac-mountainlion/fast/css/acid2-expected.txt:
* platform/mac-mountainlion/fast/css/acid2-pixel-expected.txt:
* platform/mac-mountainlion/fast/css/attribute-selector-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/attribute-selector-empty-value-expected.txt:
* platform/mac-mountainlion/fast/css/background-image-with-baseurl-expected.txt:
* platform/mac-mountainlion/fast/css/background-shorthand-invalid-url-expected.txt:
* platform/mac-mountainlion/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/mac-mountainlion/fast/css/begin-end-contain-selector-empty-value-expected.txt:
* platform/mac-mountainlion/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac-mountainlion/fast/css/border-height-expected.txt:
* platform/mac-mountainlion/fast/css/border-radius-outline-offset-expected.txt:
* platform/mac-mountainlion/fast/css/child-style-can-override-visited-style-expected.txt:
* platform/mac-mountainlion/fast/css/clip-text-in-scaled-div-expected.txt:
* platform/mac-mountainlion/fast/css/clip-zooming-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-backgrounds-and-text-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-background-image-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-backgrounds-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-box-shadow-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-text-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-on-text-shadow-expected.txt:
* platform/mac-mountainlion/fast/css/color-correction-untagged-images-expected.txt:
* platform/mac-mountainlion/fast/css/color-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/color-strict-expected.txt:
* platform/mac-mountainlion/fast/css/compare-content-style-expected.txt:
* platform/mac-mountainlion/fast/css/counters/counter-text-security-expected.txt:
* platform/mac-mountainlion/fast/css/counters/counter-text-transform-expected.txt:
* platform/mac-mountainlion/fast/css/create_element_align-expected.txt:
* platform/mac-mountainlion/fast/css/css-imports-expected.txt:
* platform/mac-mountainlion/fast/css/css1_forward_compatible_parsing-expected.txt:
* platform/mac-mountainlion/fast/css/css3-modsel-22-expected.txt:
* platform/mac-mountainlion/fast/css/css3-nth-child-expected.txt:
* platform/mac-mountainlion/fast/css/css3-space-in-nth-and-lang-expected.txt:
* platform/mac-mountainlion/fast/css/disabled-author-styles-expected.txt:
* platform/mac-mountainlion/fast/css/dynamic-sibling-selector-expected.txt:
* platform/mac-mountainlion/fast/css/empty-body-test-expected.txt:
* platform/mac-mountainlion/fast/css/empty-generated-content-expected.txt:
* platform/mac-mountainlion/fast/css/empty-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/error-in-last-decl-expected.txt:
* platform/mac-mountainlion/fast/css/ex-after-font-variant-expected.txt:
* platform/mac-mountainlion/fast/css/fieldset-display-row-expected.txt:
* platform/mac-mountainlion/fast/css/find-next-layer-expected.txt:
* platform/mac-mountainlion/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-capitalized-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-detach-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-first-line-hover-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-float-after-float-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-float-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-hover-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-punctuation-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-recalculation-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-skip-out-of-flow-expected.txt:
* platform/mac-mountainlion/fast/css/first-letter-visibility-expected.txt:
* platform/mac-mountainlion/fast/css/first-line-text-decoration-expected.txt:
* platform/mac-mountainlion/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac-mountainlion/fast/css/first-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-detached-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-multiline-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-color-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-offset-expected.txt:
* platform/mac-mountainlion/fast/css/focus-ring-outline-width-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-default-font-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-implicit-local-font-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-in-media-rule-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-locally-installed-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-multiple-faces-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-opentype-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-unicode-range-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-weight-matching-expected.txt:
* platform/mac-mountainlion/fast/css/font-face-woff-expected.txt:
* platform/mac-mountainlion/fast/css/font-shorthand-weight-only-expected.txt:
* platform/mac-mountainlion/fast/css/font-size-negative-expected.txt:
* platform/mac-mountainlion/fast/css/font-smoothing-expected.txt:
* platform/mac-mountainlion/fast/css/font-weight-1-expected.txt:
* platform/mac-mountainlion/fast/css/font_property_normal-expected.txt:
* platform/mac-mountainlion/fast/css/h1-in-section-elements-expected.txt:
* platform/mac-mountainlion/fast/css/hover-subselector-expected.txt:
* platform/mac-mountainlion/fast/css/hsl-color-expected.txt:
* platform/mac-mountainlion/fast/css/image-rendering-expected.txt:
* platform/mac-mountainlion/fast/css/import-rule-regression-11590-expected.txt:
* platform/mac-mountainlion/fast/css/import_with_baseurl-expected.txt:
* platform/mac-mountainlion/fast/css/inline-element-line-break-expected.txt:
* platform/mac-mountainlion/fast/css/inline-properties-important-expected.txt:
* platform/mac-mountainlion/fast/css/invalid-percentage-property-expected.txt:
* platform/mac-mountainlion/fast/css/invalid-pseudo-classes-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-2-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-3-expected.txt:
* platform/mac-mountainlion/fast/css/invalidation-errors-expected.txt:
* platform/mac-mountainlion/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/last-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/layerZOrderCrash-expected.txt:
* platform/mac-mountainlion/fast/css/line-after-floating-div-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-determined-by-primary-font-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-font-order-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-negative-expected.txt:
* platform/mac-mountainlion/fast/css/line-height-overflow-expected.txt:
* platform/mac-mountainlion/fast/css/link-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/list-outline-expected.txt:
* platform/mac-mountainlion/fast/css/live-cssrules-expected.txt:
* platform/mac-mountainlion/fast/css/margin-bottom-form-element-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/margin-bottom-form-element-strict-expected.txt:
* platform/mac-mountainlion/fast/css/max-height-none-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/001-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/002-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/003-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/004-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/005-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/006-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/007-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-comments-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-empty-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-escapes-expected.txt:
* platform/mac-mountainlion/fast/css/namespaces/namespaces-invalid-at-expected.txt:
* platform/mac-mountainlion/fast/css/negative-leading-expected.txt:
* platform/mac-mountainlion/fast/css/negative-nth-child-expected.txt:
* platform/mac-mountainlion/fast/css/nested-floating-relative-position-percentages-expected.txt:
* platform/mac-mountainlion/fast/css/non-empty-span-expected.txt:
* platform/mac-mountainlion/fast/css/non-standard-checkbox-size-expected.txt:
* platform/mac-mountainlion/fast/css/nth-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/only-of-type-pseudo-class-expected.txt:
* platform/mac-mountainlion/fast/css/outline-auto-empty-rects-expected.txt:
* platform/mac-mountainlion/fast/css/outline-auto-location-expected.txt:
* platform/mac-mountainlion/fast/css/pendingStylesheetFontSize-expected.txt:
* platform/mac-mountainlion/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
* platform/mac-mountainlion/fast/css/percent-top-value-with-relative-position-expected.txt:
* platform/mac-mountainlion/fast/css/position-negative-top-margin-expected.txt:
* platform/mac-mountainlion/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
* platform/mac-mountainlion/fast/css/pseudo-element-line-break-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac-mountainlion/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
* platform/mac-mountainlion/fast/css/rem-dynamic-scaling-expected.txt:
* platform/mac-mountainlion/fast/css/rem-units-on-root-expected.txt:
* platform/mac-mountainlion/fast/css/resize-corner-tracking-transformed-expected.txt:
* platform/mac-mountainlion/fast/css/resize-corner-tracking-transformed-iframe-expected.txt:
* platform/mac-mountainlion/fast/css/rtl-ordering-expected.txt:
* platform/mac-mountainlion/fast/css/rtl-to-viewport-expected.txt:
* platform/mac-mountainlion/fast/css/selector-set-attribute-expected.txt:
* platform/mac-mountainlion/fast/css/simple-selector-chain-parsing-expected.txt:
* platform/mac-mountainlion/fast/css/style-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/style-parsed-outside-head-expected.txt:
* platform/mac-mountainlion/fast/css/table-text-align-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/table-text-align-strict-expected.txt:
* platform/mac-mountainlion/fast/css/target-fragment-match-expected.txt:
* platform/mac-mountainlion/fast/css/text-align-expected.txt:
* platform/mac-mountainlion/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac-mountainlion/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac-mountainlion/fast/css/text-rendering-expected.txt:
* platform/mac-mountainlion/fast/css/text-security-expected.txt:
* platform/mac-mountainlion/fast/css/text-transform-select-expected.txt:
* platform/mac-mountainlion/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/mac-mountainlion/fast/css/transform-default-parameter-expected.txt:
* platform/mac-mountainlion/fast/css/transformed-mask-expected.txt:
* platform/mac-mountainlion/fast/css/universal-hover-quirk-expected.txt:
* platform/mac-mountainlion/fast/css/value-list-out-of-bounds-crash-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac-mountainlion/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac-mountainlion/fast/css/viewport-units-dynamic-expected.txt:
* platform/mac-mountainlion/fast/css/visibility-hit-test-expected.txt:
* platform/mac-mountainlion/fast/css/word-space-extra-expected.txt:
* platform/mac-mountainlion/fast/css/zoom-font-size-expected.txt:
* platform/mac-mountainlion/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
* platform/mac-mountainlion/fast/doctypes/001-expected.txt:
* platform/mac-mountainlion/fast/doctypes/002-expected.txt:
* platform/mac-mountainlion/fast/doctypes/003-expected.txt:
* platform/mac-mountainlion/fast/doctypes/004-expected.txt:
* platform/mac-mountainlion/fast/dom/34176-expected.txt:
* platform/mac-mountainlion/fast/dom/52776-expected.txt:
* platform/mac-mountainlion/fast/dom/Element/class-attribute-whitespace-expected.txt:
* platform/mac-mountainlion/fast/dom/Element/null-offset-parent-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLElement/bdo-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac-mountainlion/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac-mountainlion/fast/dom/Range/create-contextual-fragment-expected.txt:
* platform/mac-mountainlion/fast/dom/Range/surroundContents-1-expected.txt:
* platform/mac-mountainlion/fast/dom/Window/btoa-pnglet-expected.txt:
* platform/mac-mountainlion/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
* platform/mac-mountainlion/fast/dom/anchor-text-expected.txt:
* platform/mac-mountainlion/fast/dom/blur-contenteditable-expected.txt:
* platform/mac-mountainlion/fast/dom/children-nodes-expected.txt:
* platform/mac-mountainlion/fast/dom/clone-contents-0-end-offset-expected.txt:
* platform/mac-mountainlion/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/mac-mountainlion/fast/dom/comment-not-documentElement-expected.txt:
* platform/mac-mountainlion/fast/dom/createDocumentType-expected.txt:
* platform/mac-mountainlion/fast/dom/css-mediarule-deleteRule-update-expected.txt:
* platform/mac-mountainlion/fast/dom/css-mediarule-insertRule-update-expected.txt:
* platform/mac-mountainlion/fast/dom/css-rule-functions-expected.txt:
* platform/mac-mountainlion/fast/dom/focus-contenteditable-expected.txt:
* platform/mac-mountainlion/fast/dom/importNodeHTML-expected.txt:
* platform/mac-mountainlion/fast/dom/importNodeXML-expected.txt:
* platform/mac-mountainlion/fast/dom/inner-text-expected.txt:
* platform/mac-mountainlion/fast/dom/outerText-expected.txt:
* platform/mac-mountainlion/fast/dom/row-inner-text-expected.txt:
* platform/mac-mountainlion/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/mac-mountainlion/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/mac-mountainlion/fast/dynamic/002-expected.txt:
* platform/mac-mountainlion/fast/dynamic/004-expected.txt:
* platform/mac-mountainlion/fast/dynamic/006-expected.txt:
* platform/mac-mountainlion/fast/dynamic/007-expected.txt:
* platform/mac-mountainlion/fast/dynamic/009-expected.txt:
* platform/mac-mountainlion/fast/dynamic/011-expected.txt:
* platform/mac-mountainlion/fast/dynamic/012-expected.txt:
* platform/mac-mountainlion/fast/dynamic/013-expected.txt:
* platform/mac-mountainlion/fast/dynamic/014-expected.txt:
* platform/mac-mountainlion/fast/dynamic/015-expected.txt:
* platform/mac-mountainlion/fast/dynamic/anchor-lock-expected.txt:
* platform/mac-mountainlion/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
* platform/mac-mountainlion/fast/dynamic/containing-block-change-expected.txt:
* platform/mac-mountainlion/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/mac-mountainlion/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/mac-mountainlion/fast/dynamic/float-withdrawal-expected.txt:
* platform/mac-mountainlion/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac-mountainlion/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac-mountainlion/fast/dynamic/link-href-change-expected.txt:
* platform/mac-mountainlion/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac-mountainlion/fast/dynamic/noninlinebadness-expected.txt:
* platform/mac-mountainlion/fast/dynamic/outerHTML-doc-expected.txt:
* platform/mac-mountainlion/fast/dynamic/outerHTML-img-expected.txt:
* platform/mac-mountainlion/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac-mountainlion/fast/dynamic/selection-highlight-adjust-expected.txt:
* platform/mac-mountainlion/fast/dynamic/staticY-marking-parents-regression-expected.txt:
* platform/mac-mountainlion/fast/dynamic/view-overflow-expected.txt:
* platform/mac-mountainlion/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/mac-mountainlion/fast/dynamic/window-scrollbars-test-expected.txt:
* platform/mac-mountainlion/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac-mountainlion/fast/encoding/invalid-UTF-8-expected.txt:
* platform/mac-mountainlion/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac-mountainlion/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac-mountainlion/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/mac-mountainlion/fast/events/event-listener-on-link-expected.txt:
* platform/mac-mountainlion/fast/events/pointer-events-2-expected.txt:
* platform/mac-mountainlion/fast/events/resize-events-expected.txt:
* platform/mac-mountainlion/fast/events/reveal-link-when-focused-expected.txt:
* platform/mac-mountainlion/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/mac-mountainlion/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac-mountainlion/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
* platform/mac-mountainlion/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
* platform/mac-mountainlion/fast/flexbox/001-expected.txt:
* platform/mac-mountainlion/fast/flexbox/002-expected.txt:
* platform/mac-mountainlion/fast/flexbox/003-expected.txt:
* platform/mac-mountainlion/fast/flexbox/004-expected.txt:
* platform/mac-mountainlion/fast/flexbox/005-expected.txt:
* platform/mac-mountainlion/fast/flexbox/006-expected.txt:
* platform/mac-mountainlion/fast/flexbox/007-expected.txt:
* platform/mac-mountainlion/fast/flexbox/008-expected.txt:
* platform/mac-mountainlion/fast/flexbox/009-expected.txt:
* platform/mac-mountainlion/fast/flexbox/010-expected.txt:
* platform/mac-mountainlion/fast/flexbox/011-expected.txt:
* platform/mac-mountainlion/fast/flexbox/012-expected.txt:
* platform/mac-mountainlion/fast/flexbox/013-expected.txt:
* platform/mac-mountainlion/fast/flexbox/014-expected.txt:
* platform/mac-mountainlion/fast/flexbox/015-expected.txt:
* platform/mac-mountainlion/fast/flexbox/016-expected.txt:
* platform/mac-mountainlion/fast/flexbox/017-expected.txt:
* platform/mac-mountainlion/fast/flexbox/018-expected.txt:
* platform/mac-mountainlion/fast/flexbox/019-expected.txt:
* platform/mac-mountainlion/fast/flexbox/020-expected.txt:
* platform/mac-mountainlion/fast/flexbox/021-expected.txt:
* platform/mac-mountainlion/fast/flexbox/022-expected.txt:
* platform/mac-mountainlion/fast/flexbox/023-expected.txt:
* platform/mac-mountainlion/fast/flexbox/024-expected.txt:
* platform/mac-mountainlion/fast/flexbox/025-expected.txt:
* platform/mac-mountainlion/fast/flexbox/026-expected.txt:
* platform/mac-mountainlion/fast/forms/001-expected.txt:
* platform/mac-mountainlion/fast/forms/003-expected.txt:
* platform/mac-mountainlion/fast/forms/006-expected.txt:
* platform/mac-mountainlion/fast/forms/007-expected.txt:
* platform/mac-mountainlion/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/mac-mountainlion/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/mac-mountainlion/fast/forms/basic-buttons-expected.txt:
* platform/mac-mountainlion/fast/forms/button-default-title-expected.txt:
* platform/mac-mountainlion/fast/forms/button-generated-content-expected.txt:
* platform/mac-mountainlion/fast/forms/button-inner-block-reuse-expected.txt:
* platform/mac-mountainlion/fast/forms/button-submit-expected.txt:
* platform/mac-mountainlion/fast/forms/caret-rtl-expected.txt:
* platform/mac-mountainlion/fast/forms/color/input-appearance-color-expected.txt:
* platform/mac-mountainlion/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac-mountainlion/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/mac-mountainlion/fast/forms/fieldset-with-float-expected.txt:
* platform/mac-mountainlion/fast/forms/file/file-input-direction-expected.txt:
* platform/mac-mountainlion/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac-mountainlion/fast/forms/float-before-fieldset-expected.txt:
* platform/mac-mountainlion/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac-mountainlion/fast/forms/form-added-to-table-expected.txt:
* platform/mac-mountainlion/fast/forms/form-hides-table-expected.txt:
* platform/mac-mountainlion/fast/forms/form-in-malformed-markup-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove2-expected.txt:
* platform/mac-mountainlion/fast/forms/formmove3-expected.txt:
* platform/mac-mountainlion/fast/forms/image-border-expected.txt:
* platform/mac-mountainlion/fast/forms/indeterminate-expected.txt:
* platform/mac-mountainlion/fast/forms/input-align-image-expected.txt:
* platform/mac-mountainlion/fast/forms/input-first-letter-expected.txt:
* platform/mac-mountainlion/fast/forms/input-no-renderer-expected.txt:
* platform/mac-mountainlion/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
* platform/mac-mountainlion/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-narrow-width-expected.txt:
* platform/mac-mountainlion/fast/forms/menulist-width-change-expected.txt:
* platform/mac-mountainlion/fast/forms/negativeLineHeight-expected.txt:
* platform/mac-mountainlion/fast/forms/option-index-expected.txt:
* platform/mac-mountainlion/fast/forms/option-script-expected.txt:
* platform/mac-mountainlion/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac-mountainlion/fast/forms/option-text-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/mac-mountainlion/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/mac-mountainlion/fast/forms/range/slider-padding-expected.txt:
* platform/mac-mountainlion/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/mac-mountainlion/fast/forms/select-block-background-expected.txt:
* platform/mac-mountainlion/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac-mountainlion/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac-mountainlion/fast/forms/select-display-none-style-resolve-expected.txt:
* platform/mac-mountainlion/fast/forms/select-item-background-clip-expected.txt:
* platform/mac-mountainlion/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac-mountainlion/fast/forms/select-size-expected.txt:
* platform/mac-mountainlion/fast/forms/select-style-expected.txt:
* platform/mac-mountainlion/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac-mountainlion/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac-mountainlion/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/forms/textarea-width-expected.txt:
* platform/mac-mountainlion/fast/frames/001-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-nested-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/mac-mountainlion/fast/frames/flattening/iframe-flattening-simple-expected.txt:
* platform/mac-mountainlion/fast/frames/frame-navigation-expected.txt:
* platform/mac-mountainlion/fast/frames/frameElement-frame-expected.txt:
* platform/mac-mountainlion/fast/frames/frameElement-iframe-expected.txt:
* platform/mac-mountainlion/fast/frames/frameset-style-recalc-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-option-crash-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/mac-mountainlion/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac-mountainlion/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/mac-mountainlion/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac-mountainlion/fast/gradients/crash-on-zero-radius-expected.txt:
* platform/mac-mountainlion/fast/gradients/generated-gradients-expected.txt:
* platform/mac-mountainlion/fast/gradients/list-item-gradient-expected.txt:
* platform/mac-mountainlion/fast/gradients/radial-centered-expected.txt:
* platform/mac-mountainlion/fast/hidpi/broken-image-icon-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/broken-image-with-size-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-as-background-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-repeat-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-background-repeat-without-size-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-border-image-simple-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-in-content-dynamic-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-out-of-order-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-simple-expected.txt:
* platform/mac-mountainlion/fast/hidpi/image-set-without-specified-width-expected.txt:
* platform/mac-mountainlion/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac-mountainlion/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-details-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-details-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-10-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-4-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-9-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-add-summary-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-marker-style-expected.txt:
* platform/mac-mountainlion/fast/html/details-nested-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-nested-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary1-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary2-expected.txt:
* platform/mac-mountainlion/fast/html/details-no-summary3-expected.txt:
* platform/mac-mountainlion/fast/html/details-open1-expected.txt:
* platform/mac-mountainlion/fast/html/details-open3-expected.txt:
* platform/mac-mountainlion/fast/html/details-open5-expected.txt:
* platform/mac-mountainlion/fast/html/details-open6-expected.txt:
* platform/mac-mountainlion/fast/html/details-position-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-3-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-4-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-5-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-6-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-child-1-expected.txt:
* platform/mac-mountainlion/fast/html/details-remove-summary-child-2-expected.txt:
* platform/mac-mountainlion/fast/html/details-writing-mode-expected.txt:
* platform/mac-mountainlion/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
* platform/mac-mountainlion/fast/html/link-rel-stylesheet-expected.txt:
* platform/mac-mountainlion/fast/html/listing-expected.txt:
* platform/mac-mountainlion/fast/html/marquee-scroll-expected.txt:
* platform/mac-mountainlion/fast/html/marquee-scrollamount-expected.txt:
* platform/mac-mountainlion/fast/images/animated-gif-with-offsets-expected.txt:
* platform/mac-mountainlion/fast/images/favicon-as-image-expected.txt:
* platform/mac-mountainlion/fast/images/image-map-anchor-children-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-case-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-circle-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-focus-ring-zoom-expected.txt:
* platform/mac-mountainlion/fast/images/imagemap-polygon-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/images/pdf-as-image-landscape-expected.txt:
* platform/mac-mountainlion/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
* platform/mac-mountainlion/fast/inline-block/001-expected.txt:
* platform/mac-mountainlion/fast/inline-block/002-expected.txt:
* platform/mac-mountainlion/fast/inline-block/003-expected.txt:
* platform/mac-mountainlion/fast/inline-block/006-expected.txt:
* platform/mac-mountainlion/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/mac-mountainlion/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac-mountainlion/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/mac-mountainlion/fast/inline-block/overflow-clip-expected.txt:
* platform/mac-mountainlion/fast/inline-block/tricky-baseline-expected.txt:
* platform/mac-mountainlion/fast/inline/001-expected.txt:
* platform/mac-mountainlion/fast/inline/002-expected.txt:
* platform/mac-mountainlion/fast/inline/25277-2-expected.txt:
* platform/mac-mountainlion/fast/inline/25277-expected.txt:
* platform/mac-mountainlion/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
* platform/mac-mountainlion/fast/inline/br-text-decoration-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-with-layers-2-expected.txt:
* platform/mac-mountainlion/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac-mountainlion/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac-mountainlion/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
* platform/mac-mountainlion/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-borders-with-bidi-override-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-long-image-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-repeat-x-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-box-background-repeat-y-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-continuation-borders-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-padding-disables-text-quirk-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-text-quirk-bpm-expected.txt:
* platform/mac-mountainlion/fast/inline/inline-wrap-with-parent-padding-expected.txt:
* platform/mac-mountainlion/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
* platform/mac-mountainlion/fast/inline/long-wrapped-line-expected.txt:
* platform/mac-mountainlion/fast/inline/nested-top-alignment-expected.txt:
* platform/mac-mountainlion/fast/inline/outline-continuations-expected.txt:
* platform/mac-mountainlion/fast/inline/percentage-margins-expected.txt:
* platform/mac-mountainlion/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
* platform/mac-mountainlion/fast/inline/vertical-align-text-bottom-expected.txt:
* platform/mac-mountainlion/fast/inspector-support/matchedrules-expected.txt:
* platform/mac-mountainlion/fast/invalid/001-expected.txt:
* platform/mac-mountainlion/fast/invalid/002-expected.txt:
* platform/mac-mountainlion/fast/invalid/003-expected.txt:
* platform/mac-mountainlion/fast/invalid/004-expected.txt:
* platform/mac-mountainlion/fast/invalid/005-expected.txt:
* platform/mac-mountainlion/fast/invalid/006-expected.txt:
* platform/mac-mountainlion/fast/invalid/007-expected.txt:
* platform/mac-mountainlion/fast/invalid/008-expected.txt:
* platform/mac-mountainlion/fast/invalid/009-expected.txt:
* platform/mac-mountainlion/fast/invalid/010-expected.txt:
* platform/mac-mountainlion/fast/invalid/011-expected.txt:
* platform/mac-mountainlion/fast/invalid/013-expected.txt:
* platform/mac-mountainlion/fast/invalid/014-expected.txt:
* platform/mac-mountainlion/fast/invalid/016-expected.txt:
* platform/mac-mountainlion/fast/invalid/017-expected.txt:
* platform/mac-mountainlion/fast/invalid/018-expected.txt:
* platform/mac-mountainlion/fast/invalid/019-expected.txt:
* platform/mac-mountainlion/fast/invalid/021-expected.txt:
* platform/mac-mountainlion/fast/invalid/junk-data-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-address-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-dt-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/missing-font-end-tag-expected.txt:
* platform/mac-mountainlion/fast/invalid/nestedh3s-expected.txt:
* platform/mac-mountainlion/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/mac-mountainlion/fast/invalid/td-inside-object-expected.txt:
* platform/mac-mountainlion/fast/layers/inline-dirty-z-order-lists-expected.txt:
* platform/mac-mountainlion/fast/layers/layer-visibility-expected.txt:
* platform/mac-mountainlion/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac-mountainlion/fast/layers/normal-flow-hit-test-expected.txt:
* platform/mac-mountainlion/fast/layers/opacity-outline-expected.txt:
* platform/mac-mountainlion/fast/layers/opacity-transforms-expected.txt:
* platform/mac-mountainlion/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/mac-mountainlion/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/mac-mountainlion/fast/layers/remove-only-this-layer-update-expected.txt:
* platform/mac-mountainlion/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/mac-mountainlion/fast/layers/video-layer-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-floating-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/mac-mountainlion/fast/line-grid/line-grid-positioned-expected.txt:
* platform/mac-mountainlion/fast/lists/001-expected.txt:
* platform/mac-mountainlion/fast/lists/001-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/002-expected.txt:
* platform/mac-mountainlion/fast/lists/002-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/003-expected.txt:
* platform/mac-mountainlion/fast/lists/003-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/004-expected.txt:
* platform/mac-mountainlion/fast/lists/005-expected.txt:
* platform/mac-mountainlion/fast/lists/005-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/006-expected.txt:
* platform/mac-mountainlion/fast/lists/006-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/007-expected.txt:
* platform/mac-mountainlion/fast/lists/007-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/008-expected.txt:
* platform/mac-mountainlion/fast/lists/008-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/009-expected.txt:
* platform/mac-mountainlion/fast/lists/009-vertical-expected.txt:
* platform/mac-mountainlion/fast/lists/anonymous-items-expected.txt:
* platform/mac-mountainlion/fast/lists/big-list-marker-expected.txt:
* platform/mac-mountainlion/fast/lists/drag-into-marker-expected.txt:
* platform/mac-mountainlion/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/mac-mountainlion/fast/lists/li-br-expected.txt:
* platform/mac-mountainlion/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
* platform/mac-mountainlion/fast/lists/list-item-line-height-expected.txt:
* platform/mac-mountainlion/fast/lists/list-marker-with-line-height-expected.txt:
* platform/mac-mountainlion/fast/lists/list-style-none-crash-expected.txt:
* platform/mac-mountainlion/fast/lists/marker-before-empty-inline-expected.txt:
* platform/mac-mountainlion/fast/lists/marker-image-error-expected.txt:
* platform/mac-mountainlion/fast/lists/markers-in-selection-expected.txt:
* platform/mac-mountainlion/fast/lists/numeric-markers-outside-list-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-display-types-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-start-dynamic-expected.txt:
* platform/mac-mountainlion/fast/lists/ol-start-parsing-expected.txt:
* platform/mac-mountainlion/fast/lists/olstart-expected.txt:
* platform/mac-mountainlion/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/mac-mountainlion/fast/lists/scrolled-marker-paint-expected.txt:
* platform/mac-mountainlion/fast/loader/text-document-wrapping-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-horizontal-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/block-axis-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/column-rules-stacking-expected.txt:
* platform/mac-mountainlion/fast/multicol/columns-shorthand-parsing-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/mac-mountainlion/fast/multicol/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/margin-collapse-expected.txt:
* platform/mac-mountainlion/fast/multicol/max-height-columns-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-across-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/mac-mountainlion/fast/multicol/overflow-unsplittable-expected.txt:
* platform/mac-mountainlion/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/LeftToRight-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-max-width-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-bt-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/pagination/TopToBottom-tb-expected.txt:
* platform/mac-mountainlion/fast/multicol/positioned-split-expected.txt:
* platform/mac-mountainlion/fast/multicol/positive-leading-expected.txt:
* platform/mac-mountainlion/fast/multicol/scrolling-column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/scrolling-overflow-expected.txt:
* platform/mac-mountainlion/fast/multicol/shadow-breaking-expected.txt:
* platform/mac-mountainlion/fast/multicol/single-line-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-split-block-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-columns-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
* platform/mac-mountainlion/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/mac-mountainlion/fast/multicol/table-margin-collapse-expected.txt:
* platform/mac-mountainlion/fast/multicol/table-vertical-align-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-lr-expected.txt:
* platform/mac-mountainlion/fast/multicol/tall-image-behavior-rl-expected.txt:
* platform/mac-mountainlion/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/mac-mountainlion/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/mac-mountainlion/fast/overflow/001-expected.txt:
* platform/mac-mountainlion/fast/overflow/002-expected.txt:
* platform/mac-mountainlion/fast/overflow/003-expected.txt:
* platform/mac-mountainlion/fast/overflow/004-expected.txt:
* platform/mac-mountainlion/fast/overflow/005-expected.txt:
* platform/mac-mountainlion/fast/overflow/006-expected.txt:
* platform/mac-mountainlion/fast/overflow/007-expected.txt:
* platform/mac-mountainlion/fast/overflow/008-expected.txt:
* platform/mac-mountainlion/fast/overflow/border-radius-clipping-expected.txt:
* platform/mac-mountainlion/fast/overflow/childFocusRingClip-expected.txt:
* platform/mac-mountainlion/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac-mountainlion/fast/overflow/dynamic-hidden-expected.txt:
* platform/mac-mountainlion/fast/overflow/float-in-relpositioned-expected.txt:
* platform/mac-mountainlion/fast/overflow/hidden-scrollbar-resize-expected.txt:
* platform/mac-mountainlion/fast/overflow/hit-test-overflow-controls-expected.txt:
* platform/mac-mountainlion/fast/overflow/image-selection-highlight-expected.txt:
* platform/mac-mountainlion/fast/overflow/infiniteRecursionGuard-expected.txt:
* platform/mac-mountainlion/fast/overflow/line-clamp-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-auto-position-absolute-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-auto-table-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-float-stacking-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-focus-ring-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-stacking-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-text-hit-testing-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/mac-mountainlion/fast/overflow/overflow_hidden-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-div-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-div-with-column-gap-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-on-root-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-x-with-column-gap-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-y-div-expected.txt:
* platform/mac-mountainlion/fast/overflow/paged-y-on-root-expected.txt:
* platform/mac-mountainlion/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/mac-mountainlion/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac-mountainlion/fast/overflow/scrollbar-position-update-expected.txt:
* platform/mac-mountainlion/fast/overflow/table-overflow-float-expected.txt:
* platform/mac-mountainlion/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/mac-mountainlion/fast/parser/001-expected.txt:
* platform/mac-mountainlion/fast/parser/bad-xml-slash-expected.txt:
* platform/mac-mountainlion/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
* platform/mac-mountainlion/fast/parser/entity-comment-in-style-expected.txt:
* platform/mac-mountainlion/fast/parser/fonts-expected.txt:
* platform/mac-mountainlion/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
* platform/mac-mountainlion/fast/parser/open-comment-in-style-expected.txt:
* platform/mac-mountainlion/fast/parser/title-error-test-expected.txt:
* platform/mac-mountainlion/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac-mountainlion/fast/reflections/abs-position-in-reflection-expected.txt:
* platform/mac-mountainlion/fast/reflections/inline-crash-expected.txt:
* platform/mac-mountainlion/fast/reflections/opacity-reflection-transform-expected.txt:
* platform/mac-mountainlion/fast/reflections/reflection-nesting-expected.txt:
* platform/mac-mountainlion/fast/reflections/reflection-overflow-hidden-expected.txt:
* platform/mac-mountainlion/fast/reflections/transparent-reflected-sublayers-expected.txt:
* platform/mac-mountainlion/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/mac-mountainlion/fast/regions/region-dynamic-after-before-expected.txt:
* platform/mac-mountainlion/fast/regions/region-generated-content-before-after-expected.txt:
* platform/mac-mountainlion/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
* platform/mac-mountainlion/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/mac-mountainlion/fast/repaint/4774354-expected.txt:
* platform/mac-mountainlion/fast/repaint/4776765-expected.txt:
* platform/mac-mountainlion/fast/repaint/backgroundSizeRepaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-layout-inline-children-replaced-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-no-inflow-children-expected.txt:
* platform/mac-mountainlion/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
* platform/mac-mountainlion/fast/repaint/body-background-image-expected.txt:
* platform/mac-mountainlion/fast/repaint/border-radius-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/border-repaint-glitch-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-dynamic-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-h-expected.txt:
* platform/mac-mountainlion/fast/repaint/box-shadow-v-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-3509-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-5699-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6278-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6388-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-6473-expected.txt:
* platform/mac-mountainlion/fast/repaint/bugzilla-7235-expected.txt:
* platform/mac-mountainlion/fast/repaint/caret-outside-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/caret-with-transformation-expected.txt:
* platform/mac-mountainlion/fast/repaint/change-transform-expected.txt:
* platform/mac-mountainlion/fast/repaint/clipped-relative-expected.txt:
* platform/mac-mountainlion/fast/repaint/containing-block-position-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/control-clip-expected.txt:
* platform/mac-mountainlion/fast/repaint/create-layer-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/delete-into-nested-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-expected.txt:
* platform/mac-mountainlion/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/flexible-box-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/float-move-during-layout-expected.txt:
* platform/mac-mountainlion/fast/repaint/focus-layers-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-block-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-color-change-expected.txt:
* platform/mac-mountainlion/fast/repaint/inline-outline-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-child-outline-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-outline-expected.txt:
* platform/mac-mountainlion/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-relative-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset2-expected.txt:
* platform/mac-mountainlion/fast/repaint/layout-state-scrolloffset3-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
* platform/mac-mountainlion/fast/repaint/line-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/mac-mountainlion/fast/repaint/list-marker-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/list-marker-expected.txt:
* platform/mac-mountainlion/fast/repaint/make-children-non-inline-expected.txt:
* platform/mac-mountainlion/fast/repaint/multicol-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
* platform/mac-mountainlion/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-child-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-repaint-glitch-expected.txt:
* platform/mac-mountainlion/fast/repaint/outline-shrinking-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-delete-line-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-outline-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/mac-mountainlion/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/mac-mountainlion/fast/repaint/positioned-document-element-expected.txt:
* platform/mac-mountainlion/fast/repaint/reflection-redraw-expected.txt:
* platform/mac-mountainlion/fast/repaint/reflection-repaint-test-expected.txt:
* platform/mac-mountainlion/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac-mountainlion/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/scale-page-shrink-expected.txt:
* platform/mac-mountainlion/fast/repaint/select-option-background-color-expected.txt:
* platform/mac-mountainlion/fast/repaint/selected-replaced-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-after-delete-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-after-remove-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/mac-mountainlion/fast/repaint/stacked-diacritics-expected.txt:
* platform/mac-mountainlion/fast/repaint/static-to-positioned-expected.txt:
* platform/mac-mountainlion/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-cell-move-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-collapsed-border-expected.txt:
* platform/mac-mountainlion/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-append-dirty-lines-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-selection-rect-in-overflow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-shadow-expected.txt:
* platform/mac-mountainlion/fast/repaint/text-shadow-horizontal-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-layout-repaint-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-relative-position-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-repaint-descendants-expected.txt:
* platform/mac-mountainlion/fast/repaint/transform-translate-expected.txt:
* platform/mac-mountainlion/fast/replaced/001-expected.txt:
* platform/mac-mountainlion/fast/replaced/002-expected.txt:
* platform/mac-mountainlion/fast/replaced/003-expected.txt:
* platform/mac-mountainlion/fast/replaced/004-expected.txt:
* platform/mac-mountainlion/fast/replaced/006-expected.txt:
* platform/mac-mountainlion/fast/replaced/007-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-image-sizing-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-percentage-height-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-disabled-positioned-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/applet-rendering-java-disabled-expected.txt:
* platform/mac-mountainlion/fast/replaced/embed-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-onload-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-resize-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-sizing-expected.txt:
* platform/mac-mountainlion/fast/replaced/image-solid-color-with-alpha-expected.txt:
* platform/mac-mountainlion/fast/replaced/inline-box-wrapper-handover-expected.txt:
* platform/mac-mountainlion/fast/replaced/max-width-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxheight-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxheight-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxwidth-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/maxwidth-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/minheight-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/minheight-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/minwidth-percent-expected.txt:
* platform/mac-mountainlion/fast/replaced/minwidth-pxs-expected.txt:
* platform/mac-mountainlion/fast/replaced/object-align-hspace-vspace-expected.txt:
* platform/mac-mountainlion/fast/replaced/object-display-none-expected.txt:
* platform/mac-mountainlion/fast/replaced/pdf-as-image-expected.txt:
* platform/mac-mountainlion/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/mac-mountainlion/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
* platform/mac-mountainlion/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
* platform/mac-mountainlion/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/mac-mountainlion/fast/replaced/selection-rect-transform-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac-mountainlion/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-button-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-image-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-radio-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-searchfield-expected.txt:
* platform/mac-mountainlion/fast/replaced/width100percent-textfield-expected.txt:
* platform/mac-mountainlion/fast/ruby/nested-ruby-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-empty-rt-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-length-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-run-break-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-runs-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-simple-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/mac-mountainlion/fast/ruby/ruby-trailing-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac-mountainlion/fast/ruby/rubyDOM-remove-text2-expected.txt:
* platform/mac-mountainlion/fast/selectors/001-expected.txt:
* platform/mac-mountainlion/fast/selectors/002-expected.txt:
* platform/mac-mountainlion/fast/selectors/003-expected.txt:
* platform/mac-mountainlion/fast/selectors/004-expected.txt:
* platform/mac-mountainlion/fast/selectors/005-expected.txt:
* platform/mac-mountainlion/fast/selectors/006-expected.txt:
* platform/mac-mountainlion/fast/selectors/007a-expected.txt:
* platform/mac-mountainlion/fast/selectors/007b-expected.txt:
* platform/mac-mountainlion/fast/selectors/008-expected.txt:
* platform/mac-mountainlion/fast/selectors/009-expected.txt:
* platform/mac-mountainlion/fast/selectors/010-expected.txt:
* platform/mac-mountainlion/fast/selectors/011-expected.txt:
* platform/mac-mountainlion/fast/selectors/012-expected.txt:
* platform/mac-mountainlion/fast/selectors/013-expected.txt:
* platform/mac-mountainlion/fast/selectors/014-expected.txt:
* platform/mac-mountainlion/fast/selectors/015-expected.txt:
* platform/mac-mountainlion/fast/selectors/016-expected.txt:
* platform/mac-mountainlion/fast/selectors/017-expected.txt:
* platform/mac-mountainlion/fast/selectors/018-expected.txt:
* platform/mac-mountainlion/fast/selectors/018b-expected.txt:
* platform/mac-mountainlion/fast/selectors/019-expected.txt:
* platform/mac-mountainlion/fast/selectors/020-expected.txt:
* platform/mac-mountainlion/fast/selectors/021-expected.txt:
* platform/mac-mountainlion/fast/selectors/021b-expected.txt:
* platform/mac-mountainlion/fast/selectors/027-expected.txt:
* platform/mac-mountainlion/fast/selectors/032-expected.txt:
* platform/mac-mountainlion/fast/selectors/034-expected.txt:
* platform/mac-mountainlion/fast/selectors/038-expected.txt:
* platform/mac-mountainlion/fast/selectors/039-expected.txt:
* platform/mac-mountainlion/fast/selectors/039b-expected.txt:
* platform/mac-mountainlion/fast/selectors/040-expected.txt:
* platform/mac-mountainlion/fast/selectors/041-expected.txt:
* platform/mac-mountainlion/fast/selectors/042-expected.txt:
* platform/mac-mountainlion/fast/selectors/043-expected.txt:
* platform/mac-mountainlion/fast/selectors/043b-expected.txt:
* platform/mac-mountainlion/fast/selectors/044-expected.txt:
* platform/mac-mountainlion/fast/selectors/044b-expected.txt:
* platform/mac-mountainlion/fast/selectors/044c-expected.txt:
* platform/mac-mountainlion/fast/selectors/044d-expected.txt:
* platform/mac-mountainlion/fast/selectors/045-expected.txt:
* platform/mac-mountainlion/fast/selectors/045b-expected.txt:
* platform/mac-mountainlion/fast/selectors/045c-expected.txt:
* platform/mac-mountainlion/fast/selectors/046-expected.txt:
* platform/mac-mountainlion/fast/selectors/054-expected.txt:
* platform/mac-mountainlion/fast/selectors/056-expected.txt:
* platform/mac-mountainlion/fast/selectors/058-expected.txt:
* platform/mac-mountainlion/fast/selectors/059-expected.txt:
* platform/mac-mountainlion/fast/selectors/060-expected.txt:
* platform/mac-mountainlion/fast/selectors/061-expected.txt:
* platform/mac-mountainlion/fast/selectors/062-expected.txt:
* platform/mac-mountainlion/fast/selectors/063-expected.txt:
* platform/mac-mountainlion/fast/selectors/065-expected.txt:
* platform/mac-mountainlion/fast/selectors/066-expected.txt:
* platform/mac-mountainlion/fast/selectors/066b-expected.txt:
* platform/mac-mountainlion/fast/selectors/072-expected.txt:
* platform/mac-mountainlion/fast/selectors/072b-expected.txt:
* platform/mac-mountainlion/fast/selectors/077-expected.txt:
* platform/mac-mountainlion/fast/selectors/077b-expected.txt:
* platform/mac-mountainlion/fast/selectors/078b-expected.txt:
* platform/mac-mountainlion/fast/selectors/083-expected.txt:
* platform/mac-mountainlion/fast/selectors/087b-expected.txt:
* platform/mac-mountainlion/fast/selectors/088b-expected.txt:
* platform/mac-mountainlion/fast/selectors/089-expected.txt:
* platform/mac-mountainlion/fast/selectors/090b-expected.txt:
* platform/mac-mountainlion/fast/selectors/154-expected.txt:
* platform/mac-mountainlion/fast/selectors/155-expected.txt:
* platform/mac-mountainlion/fast/selectors/155a-expected.txt:
* platform/mac-mountainlion/fast/selectors/155b-expected.txt:
* platform/mac-mountainlion/fast/selectors/155c-expected.txt:
* platform/mac-mountainlion/fast/selectors/155d-expected.txt:
* platform/mac-mountainlion/fast/selectors/156b-expected.txt:
* platform/mac-mountainlion/fast/selectors/157-expected.txt:
* platform/mac-mountainlion/fast/selectors/158-expected.txt:
* platform/mac-mountainlion/fast/selectors/159-expected.txt:
* platform/mac-mountainlion/fast/selectors/160-expected.txt:
* platform/mac-mountainlion/fast/selectors/166-expected.txt:
* platform/mac-mountainlion/fast/selectors/166a-expected.txt:
* platform/mac-mountainlion/fast/selectors/167-expected.txt:
* platform/mac-mountainlion/fast/selectors/167a-expected.txt:
* platform/mac-mountainlion/fast/selectors/168-expected.txt:
* platform/mac-mountainlion/fast/selectors/168a-expected.txt:
* platform/mac-mountainlion/fast/selectors/169-expected.txt:
* platform/mac-mountainlion/fast/selectors/169a-expected.txt:
* platform/mac-mountainlion/fast/selectors/170-expected.txt:
* platform/mac-mountainlion/fast/selectors/170a-expected.txt:
* platform/mac-mountainlion/fast/selectors/170b-expected.txt:
* platform/mac-mountainlion/fast/selectors/170c-expected.txt:
* platform/mac-mountainlion/fast/selectors/170d-expected.txt:
* platform/mac-mountainlion/fast/selectors/175a-expected.txt:
* platform/mac-mountainlion/fast/selectors/175b-expected.txt:
* platform/mac-mountainlion/fast/selectors/175c-expected.txt:
* platform/mac-mountainlion/fast/selectors/177a-expected.txt:
* platform/mac-mountainlion/fast/selectors/177b-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-inheritance-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-inheritance2-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-vs-xml-lang-expected.txt:
* platform/mac-mountainlion/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
* platform/mac-mountainlion/fast/selectors/nondeterministic-combinators-expected.txt:
* platform/mac-mountainlion/fast/selectors/unqualified-hover-quirks-expected.txt:
* platform/mac-mountainlion/fast/selectors/unqualified-hover-strict-expected.txt:
* platform/mac-mountainlion/fast/selectors/visited-descendant-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
* platform/mac-mountainlion/fast/table/001-expected.txt:
* platform/mac-mountainlion/fast/table/002-expected.txt:
* platform/mac-mountainlion/fast/table/004-expected.txt:
* platform/mac-mountainlion/fast/table/007-expected.txt:
* platform/mac-mountainlion/fast/table/009-expected.txt:
* platform/mac-mountainlion/fast/table/010-expected.txt:
* platform/mac-mountainlion/fast/table/011-expected.txt:
* platform/mac-mountainlion/fast/table/012-expected.txt:
* platform/mac-mountainlion/fast/table/014-expected.txt:
* platform/mac-mountainlion/fast/table/015-expected.txt:
* platform/mac-mountainlion/fast/table/016-expected.txt:
* platform/mac-mountainlion/fast/table/017-expected.txt:
* platform/mac-mountainlion/fast/table/018-expected.txt:
* platform/mac-mountainlion/fast/table/020-expected.txt:
* platform/mac-mountainlion/fast/table/021-expected.txt:
* platform/mac-mountainlion/fast/table/022-expected.txt:
* platform/mac-mountainlion/fast/table/023-expected.txt:
* platform/mac-mountainlion/fast/table/025-expected.txt:
* platform/mac-mountainlion/fast/table/026-expected.txt:
* platform/mac-mountainlion/fast/table/027-expected.txt:
* platform/mac-mountainlion/fast/table/027-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/028-expected.txt:
* platform/mac-mountainlion/fast/table/028-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/029-expected.txt:
* platform/mac-mountainlion/fast/table/030-expected.txt:
* platform/mac-mountainlion/fast/table/033-expected.txt:
* platform/mac-mountainlion/fast/table/034-expected.txt:
* platform/mac-mountainlion/fast/table/035-expected.txt:
* platform/mac-mountainlion/fast/table/035-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/036-expected.txt:
* platform/mac-mountainlion/fast/table/037-expected.txt:
* platform/mac-mountainlion/fast/table/038-expected.txt:
* platform/mac-mountainlion/fast/table/038-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/039-expected.txt:
* platform/mac-mountainlion/fast/table/040-expected.txt:
* platform/mac-mountainlion/fast/table/040-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/041-expected.txt:
* platform/mac-mountainlion/fast/table/100-percent-cell-width-expected.txt:
* platform/mac-mountainlion/fast/table/absolute-table-at-bottom-expected.txt:
* platform/mac-mountainlion/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac-mountainlion/fast/table/align-right-within-left-aligned-div-expected.txt:
* platform/mac-mountainlion/fast/table/append-cells-expected.txt:
* platform/mac-mountainlion/fast/table/append-cells2-expected.txt:
* platform/mac-mountainlion/fast/table/auto-with-percent-height-expected.txt:
* platform/mac-mountainlion/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/001-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/003-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/004-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/mac-mountainlion/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/cell-absolute-child-expected.txt:
* platform/mac-mountainlion/fast/table/cell-coalescing-expected.txt:
* platform/mac-mountainlion/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/mac-mountainlion/fast/table/cell-width-auto-expected.txt:
* platform/mac-mountainlion/fast/table/cellindex-expected.txt:
* platform/mac-mountainlion/fast/table/click-near-anonymous-table-expected.txt:
* platform/mac-mountainlion/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/mac-mountainlion/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
* platform/mac-mountainlion/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/mac-mountainlion/fast/table/early-table-layout-expected.txt:
* platform/mac-mountainlion/fast/table/edge-offsets-expected.txt:
* platform/mac-mountainlion/fast/table/empty-cells-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-nested-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-non-cell-in-row-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
* platform/mac-mountainlion/fast/table/fixed-table-with-small-percent-width-expected.txt:
* platform/mac-mountainlion/fast/table/floating-th-expected.txt:
* platform/mac-mountainlion/fast/table/floatingTablePaintBackground-expected.txt:
* platform/mac-mountainlion/fast/table/frame-and-rules-expected.txt:
* platform/mac-mountainlion/fast/table/generated-caption-expected.txt:
* platform/mac-mountainlion/fast/table/giantRowspan2-expected.txt:
* platform/mac-mountainlion/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/mac-mountainlion/fast/table/insert-cell-before-form-expected.txt:
* platform/mac-mountainlion/fast/table/insert-row-before-form-expected.txt:
* platform/mac-mountainlion/fast/table/invisible-cell-background-expected.txt:
* platform/mac-mountainlion/fast/table/large-width-expected.txt:
* platform/mac-mountainlion/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/mac-mountainlion/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/mac-mountainlion/fast/table/multiple-captions-display-expected.txt:
* platform/mac-mountainlion/fast/table/nested-percent-height-table-expected.txt:
* platform/mac-mountainlion/fast/table/nobr-expected.txt:
* platform/mac-mountainlion/fast/table/overflowHidden-expected.txt:
* platform/mac-mountainlion/fast/table/percent-heights-expected.txt:
* platform/mac-mountainlion/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac-mountainlion/fast/table/quote-text-around-iframe-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-containment-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-offsets-expected.txt:
* platform/mac-mountainlion/fast/table/relative-position-stacking-expected.txt:
* platform/mac-mountainlion/fast/table/remove-td-display-none-expected.txt:
* platform/mac-mountainlion/fast/table/replaced-percent-height-expected.txt:
* platform/mac-mountainlion/fast/table/row-height-recalc-expected.txt:
* platform/mac-mountainlion/fast/table/rowindex-expected.txt:
* platform/mac-mountainlion/fast/table/rowspan-paint-order-expected.txt:
* platform/mac-mountainlion/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/mac-mountainlion/fast/table/rules-attr-dynchange1-expected.txt:
* platform/mac-mountainlion/fast/table/rules-attr-dynchange2-expected.txt:
* platform/mac-mountainlion/fast/table/stale-grid-crash-expected.txt:
* platform/mac-mountainlion/fast/table/table-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-and-parts-outline-expected.txt:
* platform/mac-mountainlion/fast/table/table-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-strict-expected.txt:
* platform/mac-mountainlion/fast/table/table-display-types-vertical-expected.txt:
* platform/mac-mountainlion/fast/table/table-hspace-align-center-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-after-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-after-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-before-child-in-block-expected.txt:
* platform/mac-mountainlion/fast/table/table-row-before-child-in-table-expected.txt:
* platform/mac-mountainlion/fast/table/tableInsideCaption-expected.txt:
* platform/mac-mountainlion/fast/table/unbreakable-images-quirk-expected.txt:
* platform/mac-mountainlion/fast/table/unused-percent-heights-expected.txt:
* platform/mac-mountainlion/fast/table/vertical-align-baseline-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-multiple-renderers-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-partial-selection-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/mac-mountainlion/fast/text/atsui-spacing-features-expected.txt:
* platform/mac-mountainlion/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
* platform/mac-mountainlion/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac-mountainlion/fast/text/basic/001-expected.txt:
* platform/mac-mountainlion/fast/text/basic/002-expected.txt:
* platform/mac-mountainlion/fast/text/basic/003-expected.txt:
* platform/mac-mountainlion/fast/text/basic/004-expected.txt:
* platform/mac-mountainlion/fast/text/basic/005-expected.txt:
* platform/mac-mountainlion/fast/text/basic/006-expected.txt:
* platform/mac-mountainlion/fast/text/basic/007-expected.txt:
* platform/mac-mountainlion/fast/text/basic/008-expected.txt:
* platform/mac-mountainlion/fast/text/basic/009-expected.txt:
* platform/mac-mountainlion/fast/text/basic/011-expected.txt:
* platform/mac-mountainlion/fast/text/basic/012-expected.txt:
* platform/mac-mountainlion/fast/text/basic/013-expected.txt:
* platform/mac-mountainlion/fast/text/basic/014-expected.txt:
* platform/mac-mountainlion/fast/text/basic/015-expected.txt:
* platform/mac-mountainlion/fast/text/basic/generic-family-changes-expected.txt:
* platform/mac-mountainlion/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac-mountainlion/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
* platform/mac-mountainlion/fast/text/break-word-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-boundaries-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-empty-generated-string-expected.txt:
* platform/mac-mountainlion/fast/text/capitalize-preserve-nbsp-expected.txt:
* platform/mac-mountainlion/fast/text/cg-fallback-bolding-expected.txt:
* platform/mac-mountainlion/fast/text/cg-vs-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/mac-mountainlion/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/mac-mountainlion/fast/text/complex-text-opacity-expected.txt:
* platform/mac-mountainlion/fast/text/delete-hard-break-character-expected.txt:
* platform/mac-mountainlion/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/mac-mountainlion/fast/text/emphasis-expected.txt:
* platform/mac-mountainlion/fast/text/fake-italic-expected.txt:
* platform/mac-mountainlion/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/001-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/002-expected.txt:
* platform/mac-mountainlion/fast/text/firstline/003-expected.txt:
* platform/mac-mountainlion/fast/text/font-initial-expected.txt:
* platform/mac-mountainlion/fast/text/format-control-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-character-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-first-word-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac-mountainlion/fast/text/hyphenate-limit-lines-expected.txt:
* platform/mac-mountainlion/fast/text/hyphens-expected.txt:
* platform/mac-mountainlion/fast/text/in-rendered-text-rtl-expected.txt:
* platform/mac-mountainlion/fast/text/indic-expected.txt:
* platform/mac-mountainlion/fast/text/international/001-expected.txt:
* platform/mac-mountainlion/fast/text/international/002-expected.txt:
* platform/mac-mountainlion/fast/text/international/arabic-justify-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-L2-run-reordering-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-european-terminators-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-innertext-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-001-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-002-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-linebreak-003-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-listbox-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-menulist-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac-mountainlion/fast/text/international/bidi-override-expected.txt:
* platform/mac-mountainlion/fast/text/international/bold-bengali-expected.txt:
* platform/mac-mountainlion/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac-mountainlion/fast/text/international/danda-space-expected.txt:
* platform/mac-mountainlion/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac-mountainlion/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac-mountainlion/fast/text/international/khmer-selection-expected.txt:
* platform/mac-mountainlion/fast/text/international/plane2-expected.txt:
* platform/mac-mountainlion/fast/text/international/rtl-caret-expected.txt:
* platform/mac-mountainlion/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac-mountainlion/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac-mountainlion/fast/text/international/thai-baht-space-expected.txt:
* platform/mac-mountainlion/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac-mountainlion/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac-mountainlion/fast/text/justified-selection-at-edge-expected.txt:
* platform/mac-mountainlion/fast/text/justified-selection-expected.txt:
* platform/mac-mountainlion/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/mac-mountainlion/fast/text/khmer-lao-font-expected.txt:
* platform/mac-mountainlion/fast/text/large-text-composed-char-expected.txt:
* platform/mac-mountainlion/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/mac-mountainlion/fast/text/line-breaks-after-white-space-expected.txt:
* platform/mac-mountainlion/fast/text/line-breaks-expected.txt:
* platform/mac-mountainlion/fast/text/line-initial-and-final-swashes-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-before-surrogate-pair-expected.txt:
* platform/mac-mountainlion/fast/text/midword-break-hang-expected.txt:
* platform/mac-mountainlion/fast/text/monospace-width-cache-expected.txt:
* platform/mac-mountainlion/fast/text/orientation-sideways-expected.txt:
* platform/mac-mountainlion/fast/text/reset-emptyRun-expected.txt:
* platform/mac-mountainlion/fast/text/selection-hard-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/shadow-translucent-fill-expected.txt:
* platform/mac-mountainlion/fast/text/should-use-atsui-expected.txt:
* platform/mac-mountainlion/fast/text/softHyphen-expected.txt:
* platform/mac-mountainlion/fast/text/stroking-decorations-expected.txt:
* platform/mac-mountainlion/fast/text/stroking-expected.txt:
* platform/mac-mountainlion/fast/text/text-combine-different-fonts-expected.txt:
* platform/mac-mountainlion/fast/text/text-letter-spacing-expected.txt:
* platform/mac-mountainlion/fast/text/text-shadow-no-default-color-expected.txt:
* platform/mac-mountainlion/fast/text/unicode-variation-selector-expected.txt:
* platform/mac-mountainlion/fast/text/vertical-rl-rtl-linebreak-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-in-pre-crash-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-pre-expected.txt:
* platform/mac-mountainlion/fast/text/wbr-styled-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/001-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/002-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/003-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/004-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/005-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/006-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/007-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/008-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/009-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/010-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/011-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/012-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/015-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/016-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/018-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/019-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/020-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/021-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/022-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/023-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/024-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/025-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/026-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/027-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/028-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/029-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/030-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/nowrap-clear-float-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-break-word-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-line-test-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:
* platform/mac-mountainlion/fast/text/whitespace/tab-character-basics-expected.txt:
* platform/mac-mountainlion/fast/text/wide-zero-width-space-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-run-rounding-expected.txt:
* platform/mac-mountainlion/fast/text/word-break-soft-hyphen-expected.txt:
* platform/mac-mountainlion/fast/text/word-space-expected.txt:
* platform/mac-mountainlion/fast/text/zero-font-size-expected.txt:
* platform/mac-mountainlion/fast/tokenizer/001-expected.txt:
* platform/mac-mountainlion/fast/tokenizer/003-expected.txt:
* platform/mac-mountainlion/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac-mountainlion/fast/transforms/diamond-expected.txt:
* platform/mac-mountainlion/fast/transforms/identity-matrix-expected.txt:
* platform/mac-mountainlion/fast/transforms/overflow-with-transform-expected.txt:
* platform/mac-mountainlion/fast/transforms/skew-with-unitless-zero-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-on-inline-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-overflow-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-positioned-ancestor-expected.txt:
* platform/mac-mountainlion/fast/transforms/transform-table-row-expected.txt:
* platform/mac-mountainlion/fast/transforms/transformed-caret-expected.txt:
* platform/mac-mountainlion/fast/transforms/transformed-document-element-expected.txt:
* platform/mac-mountainlion/fast/transforms/transforms-with-opacity-expected.txt:
* platform/mac-mountainlion/fast/transforms/transforms-with-zoom-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-bt-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-lr-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/english-rl-text-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/fieldsets-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
* platform/mac-mountainlion/fast/xsl/document-function-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc16-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-entity-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-import-depth-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt-relative-path-expected.txt:
* platform/mac-mountainlion/fast/xsl/xslt_unicode-expected.txt:
* platform/mac-mountainlion/fonts/cursive-expected.txt:
* platform/mac-mountainlion/fonts/default-expected.txt:
* platform/mac-mountainlion/fonts/fantasy-expected.txt:
* platform/mac-mountainlion/fonts/monospace-expected.txt:
* platform/mac-mountainlion/fonts/sans-serif-expected.txt:
* platform/mac-mountainlion/fonts/serif-expected.txt:
* platform/mac-mountainlion/http/tests/loading/simple-subframe-expected.txt:
* platform/mac-mountainlion/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid2-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac-mountainlion/http/tests/misc/acid3-expected.txt:
* platform/mac-mountainlion/http/tests/misc/error404-expected.txt:
* platform/mac-mountainlion/http/tests/misc/favicon-as-image-expected.txt:
* platform/mac-mountainlion/http/tests/misc/frame-access-during-load-expected.txt:
* platform/mac-mountainlion/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/mac-mountainlion/http/tests/misc/iframe404-expected.txt:
* platform/mac-mountainlion/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/mac-mountainlion/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac-mountainlion/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
* platform/mac-mountainlion/http/tests/misc/slow-loading-mask-expected.txt:
* platform/mac-mountainlion/http/tests/multipart/invalid-image-data-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-basic-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-goback-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/error404-subframeload-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac-mountainlion/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac-mountainlion/http/tests/security/dataTransfer-set-data-file-url-expected.txt:
* platform/mac-mountainlion/http/tests/uri/css-href-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-001-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-002-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-003-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-004-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-005-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-006-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-007-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-008-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-009-expected.txt:
* platform/mac-mountainlion/ietestcenter/css3/text/textshadow-010-expected.txt:
* platform/mac-mountainlion/mathml/presentation/mspace-children-expected.txt:
* platform/mac-mountainlion/media/audio-controls-rendering-expected.txt:
* platform/mac-mountainlion/media/controls-strict-expected.txt:
* platform/mac-mountainlion/media/controls-without-preload-expected.txt:
* platform/mac-mountainlion/media/track/track-cue-rendering-horizontal-expected.txt:
* platform/mac-mountainlion/media/video-aspect-ratio-expected.txt:
* platform/mac-mountainlion/media/video-controls-rendering-expected.txt:
* platform/mac-mountainlion/media/video-display-toggle-expected.txt:
* platform/mac-mountainlion/media/video-empty-source-expected.txt:
* platform/mac-mountainlion/media/video-frame-accurate-seek-expected.txt:
* platform/mac-mountainlion/media/video-no-audio-expected.txt:
* platform/mac-mountainlion/media/video-transformed-expected.txt:
* platform/mac-mountainlion/media/video-volume-slider-expected.txt:
* platform/mac-mountainlion/media/video-zoom-controls-expected.txt:
* platform/mac-mountainlion/media/video-zoom-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/input/5576619-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/pasteboard/5583362-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/selection/25228-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac-mountainlion/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/family-for-font-matched-by-name-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/justified-text-rect-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/line-break-locale-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/line-breaking-with-kerning-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/sticky-typesetting-features-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/vertical-surrogate-pair-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt:
* platform/mac-mountainlion/platform/mac/fast/text/x-height-expected.txt:
* platform/mac-mountainlion/platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac-mountainlion/plugins/embed-attributes-style-expected.txt:
* platform/mac-mountainlion/plugins/netscape-dom-access-expected.txt:
* platform/mac-mountainlion/printing/compositing-layer-printing-expected.txt:
* platform/mac-mountainlion/printing/iframe-print-expected.txt:
* platform/mac-mountainlion/printing/media-queries-print-expected.txt:
* platform/mac-mountainlion/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac-mountainlion/printing/width-overflow-expected.txt:
* platform/mac-mountainlion/scrollbars/basic-scrollbar-expected.txt:
* platform/mac-mountainlion/scrollbars/disabled-scrollbar-expected.txt:
* platform/mac-mountainlion/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-buttons-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-orientation-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbar-selectors-expected.txt:
* platform/mac-mountainlion/scrollbars/scrollbars-on-positioned-content-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
* platform/mac-mountainlion/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/painting-marker-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/painting-marker-06-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
* platform/mac-mountainlion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
* platform/mac-mountainlion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/mac-mountainlion/svg/as-background-image/svg-background-partial-redraw-expected.txt:
* platform/mac-mountainlion/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/mac-mountainlion/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/mac-mountainlion/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt:
* platform/mac-mountainlion/svg/as-image/image-respects-deviceScaleFactor-expected.txt:
* platform/mac-mountainlion/svg/as-image/image-respects-pageScaleFactor-expected.txt:
* platform/mac-mountainlion/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/mac-mountainlion/svg/as-image/svg-image-change-content-size-expected.txt:
* platform/mac-mountainlion/svg/batik/filters/filterRegions-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac-mountainlion/svg/batik/paints/patternRegions-expected.txt:
* platform/mac-mountainlion/svg/batik/text/smallFonts-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textAnchor3-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textDecoration2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textFeatures-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textLayout-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textLayout2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPath2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPath3-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textOnPathSpaces-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textPCDATA-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textPosition2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textProperties2-expected.txt:
* platform/mac-mountainlion/svg/batik/text/textStyles-expected.txt:
* platform/mac-mountainlion/svg/batik/text/xmlSpace-expected.txt:
* platform/mac-mountainlion/svg/carto.net/button-expected.txt:
* platform/mac-mountainlion/svg/carto.net/colourpicker-expected.txt:
* platform/mac-mountainlion/svg/carto.net/combobox-expected.txt:
* platform/mac-mountainlion/svg/carto.net/scrollbar-expected.txt:
* platform/mac-mountainlion/svg/carto.net/selectionlist-expected.txt:
* platform/mac-mountainlion/svg/carto.net/slider-expected.txt:
* platform/mac-mountainlion/svg/carto.net/tabgroup-expected.txt:
* platform/mac-mountainlion/svg/carto.net/textbox-expected.txt:
* platform/mac-mountainlion/svg/carto.net/window-expected.txt:
* platform/mac-mountainlion/svg/css/composite-shadow-text-expected.txt:
* platform/mac-mountainlion/svg/css/css-box-min-width-expected.txt:
* platform/mac-mountainlion/svg/css/group-with-shadow-expected.txt:
* platform/mac-mountainlion/svg/css/shadow-changes-expected.txt:
* platform/mac-mountainlion/svg/css/text-gradient-shadow-expected.txt:
* platform/mac-mountainlion/svg/css/text-shadow-multiple-expected.txt:
* platform/mac-mountainlion/svg/custom/SVGMatrix-interface-expected.txt:
* platform/mac-mountainlion/svg/custom/SVGPoint-matrixTransform-expected.txt:
* platform/mac-mountainlion/svg/custom/absolute-sized-content-with-resources-expected.txt:
* platform/mac-mountainlion/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/mac-mountainlion/svg/custom/alignment-baseline-modes-expected.txt:
* platform/mac-mountainlion/svg/custom/altglyph-expected.txt:
* platform/mac-mountainlion/svg/custom/broken-internal-references-expected.txt:
* platform/mac-mountainlion/svg/custom/bug45331-expected.txt:
* platform/mac-mountainlion/svg/custom/circle-move-invalidation-expected.txt:
* platform/mac-mountainlion/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
* platform/mac-mountainlion/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac-mountainlion/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac-mountainlion/svg/custom/createImageElement2-expected.txt:
* platform/mac-mountainlion/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac-mountainlion/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac-mountainlion/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/embedding-external-svgs-expected.txt:
* platform/mac-mountainlion/svg/custom/empty-mask-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac-mountainlion/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac-mountainlion/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac-mountainlion/svg/custom/fill-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/focus-ring-expected.txt:
* platform/mac-mountainlion/svg/custom/font-face-cascade-order-expected.txt:
* platform/mac-mountainlion/svg/custom/font-face-simple-expected.txt:
* platform/mac-mountainlion/svg/custom/foreign-object-skew-expected.txt:
* platform/mac-mountainlion/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac-mountainlion/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac-mountainlion/svg/custom/getTransformToElement-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/mac-mountainlion/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/mac-mountainlion/svg/custom/getsvgdocument-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-arabic-forms-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-bidi-mirror-expected.txt:
* platform/mac-mountainlion/svg/custom/glyph-selection-non-bmp-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac-mountainlion/svg/custom/gradient-with-1d-boundingbox-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-path-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-path-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/mac-mountainlion/svg/custom/hit-test-with-br-expected.txt:
* platform/mac-mountainlion/svg/custom/image-parent-translation-expected.txt:
* platform/mac-mountainlion/svg/custom/image-rescale-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/image-rescale-scroll-expected.txt:
* platform/mac-mountainlion/svg/custom/image-small-width-height-expected.txt:
* platform/mac-mountainlion/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-css-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-fill-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-stroke-hex-expected.txt:
* platform/mac-mountainlion/svg/custom/invalid-uri-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-gradient-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-gradient-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac-mountainlion/svg/custom/js-update-stop-linked-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/junk-data-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac-mountainlion/svg/custom/linking-uri-01-b-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-default-width-height-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-orient-auto-expected.txt:
* platform/mac-mountainlion/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/missing-xlink-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-container-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-root-expected.txt:
* platform/mac-mountainlion/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
* platform/mac-mountainlion/svg/custom/no-inherited-dashed-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/non-opaque-filters-expected.txt:
* platform/mac-mountainlion/svg/custom/object-sizing-expected.txt:
* platform/mac-mountainlion/svg/custom/path-bad-data-expected.txt:
* platform/mac-mountainlion/svg/custom/path-textPath-simulation-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-incorrect-tiling-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-rotate-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-rotate-gaps-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
* platform/mac-mountainlion/svg/custom/pattern-with-transformation-expected.txt:
* platform/mac-mountainlion/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-image-css-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-image-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-path-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-text-css-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/pointer-events-text-expected.txt:
* platform/mac-mountainlion/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-filter-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-mask-expected.txt:
* platform/mac-mountainlion/svg/custom/recursive-pattern-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-content-with-resources-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-image-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-inner-svg-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-use-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac-mountainlion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac-mountainlion/svg/custom/second-inline-text-expected.txt:
* platform/mac-mountainlion/svg/custom/shape-rendering-expected.txt:
* platform/mac-mountainlion/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac-mountainlion/svg/custom/simple-text-double-shadow-expected.txt:
* platform/mac-mountainlion/svg/custom/simpleCDF-expected.txt:
* platform/mac-mountainlion/svg/custom/stroke-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/stroke-width-large-expected.txt:
* platform/mac-mountainlion/svg/custom/stroked-pattern-expected.txt:
* platform/mac-mountainlion/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-segmented-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/mac-mountainlion/svg/custom/svg-overflow-types-expected.txt:
* platform/mac-mountainlion/svg/custom/text-clip-expected.txt:
* platform/mac-mountainlion/svg/custom/text-ctm-expected.txt:
* platform/mac-mountainlion/svg/custom/text-decoration-visibility-expected.txt:
* platform/mac-mountainlion/svg/custom/text-dom-01-f-expected.txt:
* platform/mac-mountainlion/svg/custom/text-hit-test-expected.txt:
* platform/mac-mountainlion/svg/custom/text-image-opacity-expected.txt:
* platform/mac-mountainlion/svg/custom/text-letter-spacing-expected.txt:
* platform/mac-mountainlion/svg/custom/text-linking-expected.txt:
* platform/mac-mountainlion/svg/custom/text-repaint-including-stroke-expected.txt:
* platform/mac-mountainlion/svg/custom/text-rotated-gradient-expected.txt:
* platform/mac-mountainlion/svg/custom/text-rotation-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-change-href-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/text-tref-03-b-tref-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/text-whitespace-handling-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-dx-lists-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-dy-lists-expected.txt:
* platform/mac-mountainlion/svg/custom/text-x-override-in-tspan-child-expected.txt:
* platform/mac-mountainlion/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/mac-mountainlion/svg/custom/text-xy-updates-expected.txt:
* platform/mac-mountainlion/svg/custom/tref-own-content-removal-expected.txt:
* platform/mac-mountainlion/svg/custom/tref-update-expected.txt:
* platform/mac-mountainlion/svg/custom/use-clipped-hit-expected.txt:
* platform/mac-mountainlion/svg/custom/use-detach-expected.txt:
* platform/mac-mountainlion/svg/custom/use-dynamic-append-expected.txt:
* platform/mac-mountainlion/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/mac-mountainlion/svg/custom/use-elementInstance-methods-expected.txt:
* platform/mac-mountainlion/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-events-crash-expected.txt:
* platform/mac-mountainlion/svg/custom/use-font-face-crash-expected.txt:
* platform/mac-mountainlion/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-target-container-expected.txt:
* platform/mac-mountainlion/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-g-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-rect-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-text-expected.txt:
* platform/mac-mountainlion/svg/custom/use-on-use-expected.txt:
* platform/mac-mountainlion/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-1-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-2-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-3-expected.txt:
* platform/mac-mountainlion/svg/custom/use-recursion-4-expected.txt:
* platform/mac-mountainlion/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac-mountainlion/svg/custom/use-transform-expected.txt:
* platform/mac-mountainlion/svg/custom/viewbox-syntax-expected.txt:
* platform/mac-mountainlion/svg/custom/viewport-em-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-cloning-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-segment-modification-expected.txt:
* platform/mac-mountainlion/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
* platform/mac-mountainlion/svg/filters/feComposite-expected.txt:
* platform/mac-mountainlion/svg/filters/filter-width-update-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/fO-parent-display-changes-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/svg-document-as-direct-child-expected.txt:
* platform/mac-mountainlion/svg/foreignObject/svg-document-in-html-document-expected.txt:
* platform/mac-mountainlion/svg/hixie/data-types/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/dynamic/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/010-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/011-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/012-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/013-expected.txt:
* platform/mac-mountainlion/svg/hixie/error/017-expected.txt:
* platform/mac-mountainlion/svg/hixie/intrinsic/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/links/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/006-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/007-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/008-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/009-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/010-expected.txt:
* platform/mac-mountainlion/svg/hixie/mixed/011-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/001-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/005-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/006-expected.txt:
* platform/mac-mountainlion/svg/hixie/perf/007-expected.txt:
* platform/mac-mountainlion/svg/hixie/processing-model/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/processing-model/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/rendering-model/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/rendering-model/004-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/002-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003a-expected.txt:
* platform/mac-mountainlion/svg/hixie/text/003b-expected.txt:
* platform/mac-mountainlion/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-mountainlion/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-mountainlion/svg/in-html/circle-expected.txt:
* platform/mac-mountainlion/svg/repaint/filter-repaint-expected.txt:
* platform/mac-mountainlion/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
* platform/mac-mountainlion/svg/text/append-text-node-to-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-embedded-direction-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-reorder-value-lists-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-text-anchor-direction-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-text-query-expected.txt:
* platform/mac-mountainlion/svg/text/bidi-tspans-expected.txt:
* platform/mac-mountainlion/svg/text/ems-display-none-expected.txt:
* platform/mac-mountainlion/svg/text/exs-display-none-expected.txt:
* platform/mac-mountainlion/svg/text/font-size-below-point-five-2-expected.txt:
* platform/mac-mountainlion/svg/text/font-size-below-point-five-expected.txt:
* platform/mac-mountainlion/svg/text/foreignObject-repaint-expected.txt:
* platform/mac-mountainlion/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/mac-mountainlion/svg/text/kerning-expected.txt:
* platform/mac-mountainlion/svg/text/modify-text-node-in-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/multichar-glyph-expected.txt:
* platform/mac-mountainlion/svg/text/non-bmp-positioning-lists-expected.txt:
* platform/mac-mountainlion/svg/text/remove-text-node-from-tspan-expected.txt:
* platform/mac-mountainlion/svg/text/remove-tspan-from-text-expected.txt:
* platform/mac-mountainlion/svg/text/scaled-font-expected.txt:
* platform/mac-mountainlion/svg/text/scaling-font-with-geometric-precision-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacing-stretch-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-4-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-1-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-2-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-3-expected.txt:
* platform/mac-mountainlion/svg/text/select-x-list-with-tspans-4-expected.txt:
* platform/mac-mountainlion/svg/text/selection-background-color-expected.txt:
* platform/mac-mountainlion/svg/text/selection-doubleclick-expected.txt:
* platform/mac-mountainlion/svg/text/selection-styles-expected.txt:
* platform/mac-mountainlion/svg/text/selection-tripleclick-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-2-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-3-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-expected.txt:
* platform/mac-mountainlion/svg/text/small-fonts-in-html5-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-02-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-03-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-04-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-05-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-align-06-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-deco-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-fill-opacity-expected.txt:
* platform/mac-mountainlion/svg/text/text-fonts-01-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-fonts-02-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-gradient-positioning-expected.txt:
* platform/mac-mountainlion/svg/text/text-intro-05-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-midpoint-split-bug-expected.txt:
* platform/mac-mountainlion/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac-mountainlion/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/mac-mountainlion/svg/text/text-path-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-path-middle-align-expected.txt:
* platform/mac-mountainlion/svg/text/text-repaint-rects-expected.txt:
* platform/mac-mountainlion/svg/text/text-rescale-expected.txt:
* platform/mac-mountainlion/svg/text/text-spacing-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-03-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-04-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-05-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-06-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-07-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-text-08-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tref-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tselect-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-tselect-02-f-expected.txt:
* platform/mac-mountainlion/svg/text/text-tspan-01-b-expected.txt:
* platform/mac-mountainlion/svg/text/text-viewbox-rescale-expected.txt:
* platform/mac-mountainlion/svg/text/text-ws-01-t-expected.txt:
* platform/mac-mountainlion/svg/text/text-ws-02-t-expected.txt:
* platform/mac-mountainlion/svg/text/textPathBoundsBug-expected.txt:
* platform/mac-mountainlion/svg/text/tspan-dynamic-positioning-expected.txt:
* platform/mac-mountainlion/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/mac-mountainlion/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac-mountainlion/svg/transforms/svg-css-transforms-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/mac-mountainlion/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
* platform/mac-mountainlion/svg/wicd/rightsizing-grid-expected.txt:
* platform/mac-mountainlion/svg/wicd/sizing-flakiness-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-rightsizing-a-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-scalable-background-image1-expected.txt:
* platform/mac-mountainlion/svg/wicd/test-scalable-background-image2-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-background-images-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-foreignObject-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-foreignObject-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac-mountainlion/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
* platform/mac-mountainlion/tables/layering/paint-test-layering-1-expected.txt:
* platform/mac-mountainlion/tables/layering/paint-test-layering-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/45621-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10009-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug100334-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10036-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug101201-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug103533-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10565-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug106816-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug108340-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug109043-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug110566-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11321-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug11944-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug119786-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12008-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12268-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug123862-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug126742-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12709-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug127267-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug128229-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug12910-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1296-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13105-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13118-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13196-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug133756-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug133756-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13484-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug13526-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14159-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14323-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug145572-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1474-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug14929-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug15247-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug154780-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug15544-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug157890-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug159108-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17130-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17168-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17548-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug17587-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1800-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1802-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1809-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug1828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18558-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18664-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug18955-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19356-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2050-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2065-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug21299-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug215629-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug21918-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22019-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug220536-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug222846-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2267-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug227123-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2296-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23072-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23299-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug23994-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24503-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24627-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24661-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2469-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug24880-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25004-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25074-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25086-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2509-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2516-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2684-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug275625-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2757-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2763-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2773-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug278266-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug278385-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2886-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29058-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29157-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug29429-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2947-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2962-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2973-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug2997-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30273-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30332-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30418-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug30985-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3103-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3191-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3260-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3263-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug32841-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug33137-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug34176-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3454-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug35662-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3718-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug39209-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug3977-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug40828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug41890-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug42187-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug42443-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43039-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43204-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4385-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4429-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug44523-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4501-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45055-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4520-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4523-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45350-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug45486-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4576-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46268-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug46924-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4739-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug47432-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4803-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug4849-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug48827-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug51140-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5188-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug53891-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug55527-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug56405-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug56563-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57300-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57378-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug57828-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5798-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5799-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5835-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug5838-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60013-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60804-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60807-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6184-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug625-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6304-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug63785-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug647-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug650-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug6674-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug67864-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug68998-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69187-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug709-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug727-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug73321-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7471-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug75250-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug7714-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug78162-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug80762-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug81934-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug83786-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8381-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8411-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug86220-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug86708-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8858-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9072-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9271-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug93363-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug96343-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug965-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug97138-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug98196-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/bugs/bug99923-expected.txt:
* platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/borders-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/box_sizing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/captions-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/cell_heights-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/misc-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/nested1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/one_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/row_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_frame-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_heights-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_rules-expected.txt:
* platform/mac-mountainlion/tables/mozilla/core/table_widths-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendCol2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols4-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertCols5-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_col-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/body_thead-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_default-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/body_col-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/cell_widths-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/cellspacing-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/ms-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/nested2-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/padding-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/test3-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/test6-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac-mountainlion/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac-mountainlion/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/mac-mountainlion/transforms/2d/compound-transforms-vs-containers-expected.txt:
* platform/mac-mountainlion/transforms/2d/hindi-rotated-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-borderbox-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-fixed-container-expected.txt:
* platform/mac-mountainlion/transforms/2d/transform-origin-borderbox-expected.txt:
* platform/mac-mountainlion/transforms/3d/general/perspective-units-expected.txt:
* platform/mac-mountainlion/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/mac-mountainlion/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/mac-mountainlion/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/mac-mountainlion/transforms/svg-vs-css-expected.txt:
* platform/mac-mountainlion/transitions/default-timing-function-expected.txt:
* platform/mac-mountainlion/webarchive/loading/cache-expired-subresource-expected.txt:
* platform/mac-wk1/media/controls-styling-expected.txt:
* platform/mac-wk2/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac-wk2/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac-wk2/fast/block/basic/020-expected.txt:
* platform/mac-wk2/fast/dynamic/012-expected.txt:
* platform/mac-wk2/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac-wk2/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac-wk2/fast/layers/layer-visibility-expected.txt:
* platform/mac-wk2/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac-wk2/fast/repaint/invisible-objects-expected.txt:
* platform/mac-wk2/fast/text/whitespace/028-expected.txt:
* platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/animations/3d/change-transform-in-end-event-expected.txt:
* platform/mac/animations/3d/matrix-transform-type-animation-expected.txt:
* platform/mac/animations/3d/state-at-end-event-transform-expected.txt:
* platform/mac/animations/additive-transform-animations-expected.txt:
* platform/mac/animations/cross-fade-border-image-source-expected.txt:
* platform/mac/animations/cross-fade-list-style-image-expected.txt:
* platform/mac/animations/cross-fade-webkit-mask-box-image-expected.txt:
* platform/mac/animations/missing-values-first-keyframe-expected.txt:
* platform/mac/animations/missing-values-last-keyframe-expected.txt:
* platform/mac/animations/state-at-end-event-expected.txt:
* platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.txt:
* platform/mac/compositing/color-matching/image-color-matching-expected.txt:
* platform/mac/compositing/color-matching/pdf-image-match-expected.txt:
* platform/mac/compositing/direct-image-compositing-expected.txt:
* platform/mac/compositing/generated-content-expected.txt:
* platform/mac/compositing/geometry/clipping-foreground-expected.txt:
* platform/mac/compositing/geometry/composited-html-size-expected.txt:
* platform/mac/compositing/geometry/fixed-position-expected.txt:
* platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
* platform/mac/compositing/geometry/layer-due-to-layer-children-expected.txt:
* platform/mac/compositing/geometry/outline-change-expected.txt:
* platform/mac/compositing/geometry/partial-layout-update-expected.txt:
* platform/mac/compositing/geometry/root-layer-update-expected.txt:
* platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/mac/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/mac/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/mac/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.txt:
* platform/mac/compositing/images/direct-image-background-color-expected.txt:
* platform/mac/compositing/layers-inside-overflow-scroll-expected.txt:
* platform/mac/compositing/masks/direct-image-mask-expected.txt:
* platform/mac/compositing/masks/masked-ancestor-expected.txt:
* platform/mac/compositing/masks/multiple-masks-expected.txt:
* platform/mac/compositing/masks/simple-composited-mask-expected.txt:
* platform/mac/compositing/overflow/ancestor-overflow-expected.txt:
* platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/mac/compositing/overflow/nested-scrolling-expected.txt:
* platform/mac/compositing/overflow/overflow-compositing-descendant-expected.txt:
* platform/mac/compositing/overflow/overflow-positioning-expected.txt:
* platform/mac/compositing/overflow/overflow-scroll-expected.txt:
* platform/mac/compositing/overflow/parent-overflow-expected.txt:
* platform/mac/compositing/overflow/remove-overflow-crash2-expected.txt:
* platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/mac/compositing/overflow/scrollbar-painting-expected.txt:
* platform/mac/compositing/reflections/animation-inside-reflection-expected.txt:
* platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.txt:
* platform/mac/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/mac/compositing/reflections/masked-reflection-on-composited-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-animated-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-mask-change-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-opacity-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-size-change-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transformed-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transformed2-expected.txt:
* platform/mac/compositing/reflections/nested-reflection-transition-expected.txt:
* platform/mac/compositing/reflections/reflection-in-composited-expected.txt:
* platform/mac/compositing/reflections/reflection-on-composited-expected.txt:
* platform/mac/compositing/reflections/reflection-opacity-expected.txt:
* platform/mac/compositing/reflections/reflection-ordering-expected.txt:
* platform/mac/compositing/reflections/reflection-positioning-expected.txt:
* platform/mac/compositing/reflections/reflection-positioning2-expected.txt:
* platform/mac/compositing/reflections/simple-composited-reflections-expected.txt:
* platform/mac/compositing/reflections/transform-inside-reflection-expected.txt:
* platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/mac/compositing/repaint/composited-document-element-expected.txt:
* platform/mac/compositing/repaint/layer-repaint-expected.txt:
* platform/mac/compositing/repaint/layer-repaint-rects-expected.txt:
* platform/mac/compositing/repaint/opacity-between-absolute-expected.txt:
* platform/mac/compositing/repaint/opacity-between-absolute2-expected.txt:
* platform/mac/compositing/self-painting-layers-expected.txt:
* platform/mac/compositing/shadows/shadow-drawing-expected.txt:
* platform/mac/compositing/sibling-positioning-expected.txt:
* platform/mac/compositing/text-on-large-layer-expected.txt:
* platform/mac/compositing/transitions/scale-transition-no-start-expected.txt:
* platform/mac/compositing/transitions/singular-scale-transition-expected.txt:
* platform/mac/compositing/webgl/webgl-background-color-expected.txt:
* platform/mac/compositing/webgl/webgl-reflection-expected.txt:
* platform/mac/css1/basic/containment-expected.txt:
* platform/mac/css1/basic/contextual_selectors-expected.txt:
* platform/mac/css1/basic/grouping-expected.txt:
* platform/mac/css1/basic/id_as_selector-expected.txt:
* platform/mac/css1/basic/inheritance-expected.txt:
* platform/mac/css1/box_properties/acid_test-expected.txt:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/box_properties/border_bottom-expected.txt:
* platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_color-expected.txt:
* platform/mac/css1/box_properties/border_color_inline-expected.txt:
* platform/mac/css1/box_properties/border_inline-expected.txt:
* platform/mac/css1/box_properties/border_left-expected.txt:
* platform/mac/css1/box_properties/border_left_inline-expected.txt:
* platform/mac/css1/box_properties/border_left_width-expected.txt:
* platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_right-expected.txt:
* platform/mac/css1/box_properties/border_right_inline-expected.txt:
* platform/mac/css1/box_properties/border_right_width-expected.txt:
* platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_style-expected.txt:
* platform/mac/css1/box_properties/border_style_inline-expected.txt:
* platform/mac/css1/box_properties/border_top-expected.txt:
* platform/mac/css1/box_properties/border_top_inline-expected.txt:
* platform/mac/css1/box_properties/border_top_width-expected.txt:
* platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_width-expected.txt:
* platform/mac/css1/box_properties/border_width_inline-expected.txt:
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/css1/box_properties/clear_float-expected.txt:
* platform/mac/css1/box_properties/float-expected.txt:
* platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac/css1/box_properties/float_margin-expected.txt:
* platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
* platform/mac/css1/box_properties/height-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_bottom-expected.txt:
* platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/margin_inline-expected.txt:
* platform/mac/css1/box_properties/margin_left-expected.txt:
* platform/mac/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac/css1/box_properties/margin_top-expected.txt:
* platform/mac/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac/css1/box_properties/padding-expected.txt:
* platform/mac/css1/box_properties/padding_bottom-expected.txt:
* platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/padding_inline-expected.txt:
* platform/mac/css1/box_properties/padding_left-expected.txt:
* platform/mac/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac/css1/box_properties/padding_right-expected.txt:
* platform/mac/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac/css1/box_properties/padding_top-expected.txt:
* platform/mac/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac/css1/box_properties/width-expected.txt:
* platform/mac/css1/cascade/cascade_order-expected.txt:
* platform/mac/css1/cascade/important-expected.txt:
* platform/mac/css1/classification/display-expected.txt:
* platform/mac/css1/classification/list_style-expected.txt:
* platform/mac/css1/classification/list_style_image-expected.txt:
* platform/mac/css1/classification/list_style_position-expected.txt:
* platform/mac/css1/classification/list_style_type-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_color-expected.txt:
* platform/mac/css1/color_and_background/background_image-expected.txt:
* platform/mac/css1/color_and_background/background_position-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css1/color_and_background/color-expected.txt:
* platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac/css1/font_properties/font-expected.txt:
* platform/mac/css1/font_properties/font_family-expected.txt:
* platform/mac/css1/font_properties/font_size-expected.txt:
* platform/mac/css1/font_properties/font_style-expected.txt:
* platform/mac/css1/font_properties/font_variant-expected.txt:
* platform/mac/css1/font_properties/font_weight-expected.txt:
* platform/mac/css1/formatting_model/canvas-expected.txt:
* platform/mac/css1/formatting_model/floating_elements-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/mac/css1/formatting_model/inline_elements-expected.txt:
* platform/mac/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac/css1/pseudo/anchor-expected.txt:
* platform/mac/css1/pseudo/firstletter-expected.txt:
* platform/mac/css1/pseudo/firstline-expected.txt:
* platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac/css1/text_properties/letter_spacing-expected.txt:
* platform/mac/css1/text_properties/line_height-expected.txt:
* platform/mac/css1/text_properties/text_align-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/css1/text_properties/text_transform-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/css1/units/color_units-expected.txt:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/css1/units/percentage_units-expected.txt:
* platform/mac/css1/units/urls-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
* platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.txt:
* platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt:
* platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/block-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/mac/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/mac/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-001-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/mac/css2.1/20110323/dynamic-top-change-004-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-001-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-002-expected.txt:
* platform/mac/css2.1/20110323/empty-inline-003-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-005-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/float-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/height-width-inline-table-001-expected.txt:
* platform/mac/css2.1/20110323/height-width-table-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
* platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-001-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-002-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-003-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-004-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-005-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-007-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-001-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-006-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-011-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-012-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-013-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-014-expected.txt:
* platform/mac/css2.1/20110323/inline-replaced-width-015-expected.txt:
* platform/mac/css2.1/20110323/inline-table-001-expected.txt:
* platform/mac/css2.1/20110323/inline-table-002a-expected.txt:
* platform/mac/css2.1/20110323/inline-table-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-008-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-009-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-010-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-012-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/mac/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.txt:
* platform/mac/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.txt:
* platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/css2.1/20110323/replaced-min-max-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-002-expected.txt:
* platform/mac/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-margins-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/mac/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/mac/css2.1/20110323/table-height-algorithm-023-expected.txt:
* platform/mac/css2.1/20110323/table-height-algorithm-024-expected.txt:
* platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
* platform/mac/css2.1/20110323/width-replaced-element-001-expected.txt:
* platform/mac/css2.1/t010403-shand-border-00-c-expected.txt:
* platform/mac/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/mac/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/mac/css2.1/t040102-keywords-00-b-expected.txt:
* platform/mac/css2.1/t040102-keywords-01-b-expected.txt:
* platform/mac/css2.1/t040103-case-00-b-expected.txt:
* platform/mac/css2.1/t040103-case-01-c-expected.txt:
* platform/mac/css2.1/t040103-escapes-00-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-01-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-02-d-expected.txt:
* platform/mac/css2.1/t040103-escapes-03-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-04-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-05-c-expected.txt:
* platform/mac/css2.1/t040103-escapes-06-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-07-b-expected.txt:
* platform/mac/css2.1/t040103-escapes-08-b-expected.txt:
* platform/mac/css2.1/t040103-ident-00-c-expected.txt:
* platform/mac/css2.1/t040103-ident-01-c-expected.txt:
* platform/mac/css2.1/t040103-ident-02-c-expected.txt:
* platform/mac/css2.1/t040103-ident-03-c-expected.txt:
* platform/mac/css2.1/t040103-ident-04-c-expected.txt:
* platform/mac/css2.1/t040103-ident-05-c-expected.txt:
* platform/mac/css2.1/t040103-ident-06-c-expected.txt:
* platform/mac/css2.1/t040103-ident-07-c-expected.txt:
* platform/mac/css2.1/t040103-ident-08-c-expected.txt:
* platform/mac/css2.1/t040103-ident-09-c-expected.txt:
* platform/mac/css2.1/t040103-ident-10-c-expected.txt:
* platform/mac/css2.1/t040103-ident-11-c-expected.txt:
* platform/mac/css2.1/t040103-ident-12-c-expected.txt:
* platform/mac/css2.1/t040103-ident-13-c-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-01-b-expected.txt:
* platform/mac/css2.1/t040105-atkeyw-02-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-00-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-01-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-02-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-03-b-expected.txt:
* platform/mac/css2.1/t040105-atrule-04-b-expected.txt:
* platform/mac/css2.1/t040105-import-00-b-expected.txt:
* platform/mac/css2.1/t040105-import-01-b-expected.txt:
* platform/mac/css2.1/t040105-import-10-b-expected.txt:
* platform/mac/css2.1/t040109-c17-comments-00-b-expected.txt:
* platform/mac/css2.1/t040109-c17-comments-01-b-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
* platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-01-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-02-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-03-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-04-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
* platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/mac/css2.1/t040302-c61-phys-len-00-b-expected.txt:
* platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
* platform/mac/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
* platform/mac/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/mac/css2.1/t040306-c63-color-00-b-ag-expected.txt:
* platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
* platform/mac/css2.1/t040307-syntax-01-b-expected.txt:
* platform/mac/css2.1/t050201-c12-grouping-00-b-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-00-e-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-01-e-expected.txt:
* platform/mac/css2.1/t0505-c16-descendant-02-e-expected.txt:
* platform/mac/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/mac/css2.1/t0509-c15-ids-00-a-expected.txt:
* platform/mac/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
* platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
* platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
* platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
* platform/mac/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
* platform/mac/css2.1/t051103-dom-hover-01-c-io-expected.txt:
* platform/mac/css2.1/t051103-dom-hover-02-c-io-expected.txt:
* platform/mac/css2.1/t051201-c23-first-line-00-b-expected.txt:
* platform/mac/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
* platform/mac/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
* platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.txt:
* platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
* platform/mac/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/mac/css2.1/t060401-c32-cascading-00-b-expected.txt:
* platform/mac/css2.1/t060402-c31-important-00-b-expected.txt:
* platform/mac/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
* platform/mac/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
* platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
* platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
* platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
* platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
* platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
* platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
* platform/mac/css2.1/t0804-c5510-padn-02-f-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
* platform/mac/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
* platform/mac/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
* platform/mac/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-00-b-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
* platform/mac/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/mac/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/mac/css2.1/t090204-display-change-01-b-ao-expected.txt:
* platform/mac/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
* platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-00-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/mac/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
* platform/mac/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-01-b-g-expected.txt:
* platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
* platform/mac/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
* platform/mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
* platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
* platform/mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt:
* platform/mac/css2.1/t1004-c5524-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1005-c5524-width-00-b-g-expected.txt:
* platform/mac/css2.1/t1005-c5524-width-01-b-g-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
* platform/mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
* platform/mac/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
* platform/mac/css2.1/t1202-counter-00-b-expected.txt:
* platform/mac/css2.1/t1202-counter-01-b-expected.txt:
* platform/mac/css2.1/t1202-counter-02-b-expected.txt:
* platform/mac/css2.1/t1202-counter-03-b-expected.txt:
* platform/mac/css2.1/t1202-counter-04-b-expected.txt:
* platform/mac/css2.1/t1202-counter-05-b-expected.txt:
* platform/mac/css2.1/t1202-counter-06-b-expected.txt:
* platform/mac/css2.1/t1202-counter-07-b-expected.txt:
* platform/mac/css2.1/t1202-counter-08-b-expected.txt:
* platform/mac/css2.1/t1202-counter-09-b-expected.txt:
* platform/mac/css2.1/t1202-counter-11-b-expected.txt:
* platform/mac/css2.1/t1202-counter-12-b-expected.txt:
* platform/mac/css2.1/t1202-counter-13-b-expected.txt:
* platform/mac/css2.1/t1202-counter-14-b-expected.txt:
* platform/mac/css2.1/t1202-counter-15-b-expected.txt:
* platform/mac/css2.1/t1202-counter-16-f-expected.txt:
* platform/mac/css2.1/t1202-counters-00-b-expected.txt:
* platform/mac/css2.1/t1202-counters-01-b-expected.txt:
* platform/mac/css2.1/t1202-counters-02-b-expected.txt:
* platform/mac/css2.1/t1202-counters-03-b-expected.txt:
* platform/mac/css2.1/t1202-counters-04-b-expected.txt:
* platform/mac/css2.1/t1202-counters-05-b-expected.txt:
* platform/mac/css2.1/t1202-counters-06-b-expected.txt:
* platform/mac/css2.1/t1202-counters-07-b-expected.txt:
* platform/mac/css2.1/t1202-counters-08-b-expected.txt:
* platform/mac/css2.1/t1202-counters-09-b-expected.txt:
* platform/mac/css2.1/t1202-counters-11-b-expected.txt:
* platform/mac/css2.1/t1202-counters-12-b-expected.txt:
* platform/mac/css2.1/t1202-counters-13-b-expected.txt:
* platform/mac/css2.1/t1202-counters-14-b-expected.txt:
* platform/mac/css2.1/t1202-counters-15-b-expected.txt:
* platform/mac/css2.1/t1202-counters-16-c-expected.txt:
* platform/mac/css2.1/t1202-counters-17-d-expected.txt:
* platform/mac/css2.1/t1202-counters-18-f-expected.txt:
* platform/mac/css2.1/t1204-implied-00-b-expected.txt:
* platform/mac/css2.1/t1204-implied-01-c-expected.txt:
* platform/mac/css2.1/t1204-implied-02-d-expected.txt:
* platform/mac/css2.1/t1204-multiple-00-c-expected.txt:
* platform/mac/css2.1/t1204-multiple-01-c-expected.txt:
* platform/mac/css2.1/t1204-order-00-c-expected.txt:
* platform/mac/css2.1/t1204-order-01-d-expected.txt:
* platform/mac/css2.1/t1204-root-e-expected.txt:
* platform/mac/css2.1/t120401-scope-00-b-expected.txt:
* platform/mac/css2.1/t120401-scope-01-c-expected.txt:
* platform/mac/css2.1/t120401-scope-02-c-expected.txt:
* platform/mac/css2.1/t120401-scope-03-c-expected.txt:
* platform/mac/css2.1/t120401-scope-04-d-expected.txt:
* platform/mac/css2.1/t120403-content-none-00-c-expected.txt:
* platform/mac/css2.1/t120403-display-none-00-c-expected.txt:
* platform/mac/css2.1/t120403-visibility-00-c-expected.txt:
* platform/mac/css2.1/t1205-c561-list-displ-00-b-expected.txt:
* platform/mac/css2.1/t1205-c563-list-type-00-b-expected.txt:
* platform/mac/css2.1/t1205-c563-list-type-01-b-expected.txt:
* platform/mac/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
* platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
* platform/mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
* platform/mac/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
* platform/mac/css2.1/t1401-c531-color-00-a-expected.txt:
* platform/mac/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
* platform/mac/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
* platform/mac/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
* platform/mac/css2.1/t140201-c533-bgimage-00-a-expected.txt:
* platform/mac/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
* platform/mac/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt:
* platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
* platform/mac/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
* platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
* platform/mac/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/mac/css2.1/t1504-c523-font-style-00-b-expected.txt:
* platform/mac/css2.1/t1505-c524-font-var-00-b-expected.txt:
* platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-00-b-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
* platform/mac/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
* platform/mac/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-02-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-03-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-04-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-05-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-07-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-08-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
* platform/mac/css2.1/t1508-c527-font-10-c-expected.txt:
* platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
* platform/mac/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
* platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
* platform/mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt:
* platform/mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
* platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/mac/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
* platform/mac/css3/blending/blend-mode-overflow-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-blend-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-clip-path-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-filter-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-mask-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-opacity-expected.txt:
* platform/mac/css3/blending/svg-blend-layer-shadow-expected.txt:
* platform/mac/css3/css3-modsel-33-expected.txt:
* platform/mac/css3/css3-modsel-35-expected.txt:
* platform/mac/css3/css3-modsel-36-expected.txt:
* platform/mac/css3/css3-modsel-37-expected.txt:
* platform/mac/css3/flexbox/button-expected.txt:
* platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
* platform/mac/css3/flexbox/flexbox-baseline-margins-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-d4-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-1-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-10-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-100-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-100b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-101-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-101b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-102-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-102b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-103-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-103b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-104-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-104b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-105-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-105b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-106-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-106b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-107-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-107b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-108-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-108b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-109-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-109b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-11-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-110-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-110b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-111-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-111b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-112-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-112b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-113-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-113b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-114-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-114b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-115-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-115b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-116-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-116b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-117-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-117b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-118-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-119-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-120-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-121-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-122-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-123-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-123b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-124-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-124b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-125-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-125b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-126-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-126b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-127-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-127b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-128-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-128b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-129-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-129b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-13-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-130-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-130b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-131-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-131b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-132-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-132b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-133-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-133b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-134-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-134b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-135-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-135b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-136-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-136b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-137-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-137b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-138-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-138b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-139-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-139b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-140-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-140b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-141-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-141b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-142-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-142b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-143-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-143b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-144-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-145a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-145b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-146a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-146b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-147a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-147b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-148-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-149-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-149b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-14e-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-150-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-151-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-152-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-153-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-154-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-155d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-156c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-157-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-158-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-159-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-16-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-160-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-166-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-166a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-167-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-167a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-168-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-168a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-169-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-169a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-17-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-170d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-171-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-172a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-172b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-173a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-173b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-174a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-174b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-175c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-176-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-177a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-177b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-178-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-179-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-179a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-180a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-181-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-182-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-183-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184e-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-184f-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-18c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-19-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-2-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-20-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-21c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-22-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-27b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-3-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-30-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-31-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-34-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-35-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-36-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-37-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-38-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-39c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-3a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-4-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-41-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-41a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-42-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-42a-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-44d-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-45c-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-46-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-46b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-47-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-48-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-49-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-5-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-50-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-51-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-52-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-53-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-54-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-55-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-56-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-57-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-57b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-59-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-6-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-60-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-62-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-63-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-65-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-66-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-66b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-67-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-7-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-72-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-72b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-75-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-75b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-76-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-76b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-79-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-7b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-8-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-80-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-81-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-81b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-82-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-82b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-86-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-87-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-87b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-88-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-88b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-89-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-9-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-90-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-90b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-91-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-92-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-93-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-94-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-94b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-95-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-96-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-96b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-97-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-97b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-98-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-98b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-99-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-99b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d1-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d2-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d3-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-d4-expected.txt:
* platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/mac/editing/caret/caret-color-expected.txt:
* platform/mac/editing/deleting/4922367-expected.txt:
* platform/mac/editing/deleting/5099303-expected.txt:
* platform/mac/editing/deleting/5126166-expected.txt:
* platform/mac/editing/deleting/5144139-2-expected.txt:
* platform/mac/editing/deleting/5206311-1-expected.txt:
* platform/mac/editing/deleting/5272440-expected.txt:
* platform/mac/editing/deleting/5369009-expected.txt:
* platform/mac/editing/deleting/5433862-2-expected.txt:
* platform/mac/editing/deleting/5483370-expected.txt:
* platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac/editing/deleting/delete-3865854-fix-expected.txt:
* platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac/editing/deleting/delete-and-undo-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac/editing/deleting/delete-block-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/mac/editing/deleting/delete-br-001-expected.txt:
* platform/mac/editing/deleting/delete-br-003-expected.txt:
* platform/mac/editing/deleting/delete-br-007-expected.txt:
* platform/mac/editing/deleting/delete-br-008-expected.txt:
* platform/mac/editing/deleting/delete-br-010-expected.txt:
* platform/mac/editing/deleting/delete-br-013-expected.txt:
* platform/mac/editing/deleting/delete-character-001-expected.txt:
* platform/mac/editing/deleting/delete-first-list-item-expected.txt:
* platform/mac/editing/deleting/delete-hr-expected.txt:
* platform/mac/editing/deleting/delete-image-001-expected.txt:
* platform/mac/editing/deleting/delete-image-002-expected.txt:
* platform/mac/editing/deleting/delete-image-003-expected.txt:
* platform/mac/editing/deleting/delete-line-001-expected.txt:
* platform/mac/editing/deleting/delete-line-002-expected.txt:
* platform/mac/editing/deleting/delete-line-003-expected.txt:
* platform/mac/editing/deleting/delete-line-004-expected.txt:
* platform/mac/editing/deleting/delete-line-005-expected.txt:
* platform/mac/editing/deleting/delete-line-006-expected.txt:
* platform/mac/editing/deleting/delete-line-007-expected.txt:
* platform/mac/editing/deleting/delete-line-008-expected.txt:
* platform/mac/editing/deleting/delete-line-009-expected.txt:
* platform/mac/editing/deleting/delete-line-010-expected.txt:
* platform/mac/editing/deleting/delete-line-012-expected.txt:
* platform/mac/editing/deleting/delete-line-013-expected.txt:
* platform/mac/editing/deleting/delete-line-014-expected.txt:
* platform/mac/editing/deleting/delete-line-015-expected.txt:
* platform/mac/editing/deleting/delete-line-016-expected.txt:
* platform/mac/editing/deleting/delete-line-017-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac/editing/deleting/delete-selection-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-002-expected.txt:
* platform/mac/editing/deleting/delete-tab-003-expected.txt:
* platform/mac/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/mac/editing/deleting/forward-delete-expected.txt:
* platform/mac/editing/deleting/list-item-1-expected.txt:
* platform/mac/editing/deleting/merge-different-styles-expected.txt:
* platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac/editing/deleting/merge-no-br-expected.txt:
* platform/mac/editing/deleting/merge-unrendered-space-expected.txt:
* platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/mac/editing/deleting/move-nodes-001-expected.txt:
* platform/mac/editing/deleting/non-smart-delete-expected.txt:
* platform/mac/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/mac/editing/deleting/smart-delete-001-expected.txt:
* platform/mac/editing/deleting/smart-delete-003-expected.txt:
* platform/mac/editing/deleting/smart-delete-004-expected.txt:
* platform/mac/editing/deleting/table-cells-expected.txt:
* platform/mac/editing/deleting/type-delete-after-quote-expected.txt:
* platform/mac/editing/execCommand/4580583-1-expected.txt:
* platform/mac/editing/execCommand/4580583-2-expected.txt:
* platform/mac/editing/execCommand/4641880-1-expected.txt:
* platform/mac/editing/execCommand/4641880-2-expected.txt:
* platform/mac/editing/execCommand/4747450-expected.txt:
* platform/mac/editing/execCommand/4916402-expected.txt:
* platform/mac/editing/execCommand/4916541-expected.txt:
* platform/mac/editing/execCommand/4924441-expected.txt:
* platform/mac/editing/execCommand/5080333-1-expected.txt:
* platform/mac/editing/execCommand/5080333-2-expected.txt:
* platform/mac/editing/execCommand/5136770-expected.txt:
* platform/mac/editing/execCommand/5138441-expected.txt:
* platform/mac/editing/execCommand/5142012-1-expected.txt:
* platform/mac/editing/execCommand/5142012-2-expected.txt:
* platform/mac/editing/execCommand/5190926-expected.txt:
* platform/mac/editing/execCommand/5481523-expected.txt:
* platform/mac/editing/execCommand/5482023-expected.txt:
* platform/mac/editing/execCommand/5569741-expected.txt:
* platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/execCommand/findString-2-expected.txt:
* platform/mac/editing/execCommand/findString-expected.txt:
* platform/mac/editing/execCommand/indent-empty-root-expected.txt:
* platform/mac/editing/execCommand/indent-list-item-expected.txt:
* platform/mac/editing/execCommand/indent-selection-expected.txt:
* platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac/editing/execCommand/insertImage-expected.txt:
* platform/mac/editing/execCommand/nsresponder-indent-expected.txt:
* platform/mac/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/print-expected.txt:
* platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac/editing/execCommand/remove-list-item-1-expected.txt:
* platform/mac/editing/input/5576619-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac/editing/inserting/12882-expected.txt:
* platform/mac/editing/inserting/4278698-expected.txt:
* platform/mac/editing/inserting/4840662-expected.txt:
* platform/mac/editing/inserting/4875189-1-expected.txt:
* platform/mac/editing/inserting/4875189-2-expected.txt:
* platform/mac/editing/inserting/4959067-expected.txt:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/4960120-2-expected.txt:
* platform/mac/editing/inserting/5002441-expected.txt:
* platform/mac/editing/inserting/5058163-1-expected.txt:
* platform/mac/editing/inserting/5058163-2-expected.txt:
* platform/mac/editing/inserting/5156401-2-expected.txt:
* platform/mac/editing/inserting/5418891-expected.txt:
* platform/mac/editing/inserting/5510537-expected.txt:
* platform/mac/editing/inserting/5549929-2-expected.txt:
* platform/mac/editing/inserting/5549929-3-expected.txt:
* platform/mac/editing/inserting/6703873-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/mac/editing/inserting/editable-html-element-expected.txt:
* platform/mac/editing/inserting/editable-inline-element-expected.txt:
* platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/inserting/insert-3778059-fix-expected.txt:
* platform/mac/editing/inserting/insert-at-end-01-expected.txt:
* platform/mac/editing/inserting/insert-at-end-02-expected.txt:
* platform/mac/editing/inserting/insert-br-009-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/mac/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/mac/editing/inserting/insert-div-009-expected.txt:
* platform/mac/editing/inserting/insert-div-011-expected.txt:
* platform/mac/editing/inserting/insert-div-012-expected.txt:
* platform/mac/editing/inserting/insert-div-013-expected.txt:
* platform/mac/editing/inserting/insert-div-014-expected.txt:
* platform/mac/editing/inserting/insert-div-015-expected.txt:
* platform/mac/editing/inserting/insert-div-016-expected.txt:
* platform/mac/editing/inserting/insert-div-017-expected.txt:
* platform/mac/editing/inserting/insert-div-018-expected.txt:
* platform/mac/editing/inserting/insert-div-019-expected.txt:
* platform/mac/editing/inserting/insert-div-020-expected.txt:
* platform/mac/editing/inserting/insert-div-022-expected.txt:
* platform/mac/editing/inserting/insert-div-023-expected.txt:
* platform/mac/editing/inserting/insert-div-024-expected.txt:
* platform/mac/editing/inserting/insert-div-025-expected.txt:
* platform/mac/editing/inserting/insert-div-026-expected.txt:
* platform/mac/editing/inserting/insert-div-027-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-01-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-02-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-03-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-04-expected.txt:
* platform/mac/editing/inserting/insert-paragraph-05-expected.txt:
* platform/mac/editing/inserting/insert-tab-003-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac/editing/inserting/line-break-expected.txt:
* platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-01-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-02-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac/editing/inserting/redo-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac/editing/inserting/typing-002-expected.txt:
* platform/mac/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/mac/editing/pasteboard/3976872-expected.txt:
* platform/mac/editing/pasteboard/4076267-2-expected.txt:
* platform/mac/editing/pasteboard/4076267-3-expected.txt:
* platform/mac/editing/pasteboard/4076267-expected.txt:
* platform/mac/editing/pasteboard/4242293-expected.txt:
* platform/mac/editing/pasteboard/4631972-expected.txt:
* platform/mac/editing/pasteboard/4641033-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.txt:
* platform/mac/editing/pasteboard/4944770-2-expected.txt:
* platform/mac/editing/pasteboard/4947130-expected.txt:
* platform/mac/editing/pasteboard/4989774-expected.txt:
* platform/mac/editing/pasteboard/5006779-expected.txt:
* platform/mac/editing/pasteboard/5028447-expected.txt:
* platform/mac/editing/pasteboard/5032095-expected.txt:
* platform/mac/editing/pasteboard/5071074-2-expected.txt:
* platform/mac/editing/pasteboard/5071074-expected.txt:
* platform/mac/editing/pasteboard/5075944-expected.txt:
* platform/mac/editing/pasteboard/5134759-expected.txt:
* platform/mac/editing/pasteboard/5156401-1-expected.txt:
* platform/mac/editing/pasteboard/5387578-expected.txt:
* platform/mac/editing/pasteboard/5583362-expected.txt:
* platform/mac/editing/pasteboard/5601583-1-expected.txt:
* platform/mac/editing/pasteboard/7955-expected.txt:
* platform/mac/editing/pasteboard/8145-1-expected.txt:
* platform/mac/editing/pasteboard/8145-2-expected.txt:
* platform/mac/editing/pasteboard/8145-3-expected.txt:
* platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac/editing/pasteboard/copy-standalone-image-expected.txt:
* platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/mac/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/mac/editing/pasteboard/drag-drop-dead-frame-expected.txt:
* platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
* platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-start-list-expected.txt:
* platform/mac/editing/pasteboard/paste-2-expected.txt:
* platform/mac/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac/editing/pasteboard/paste-text-009-expected.txt:
* platform/mac/editing/pasteboard/paste-text-013-expected.txt:
* platform/mac/editing/pasteboard/paste-text-014-expected.txt:
* platform/mac/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac/editing/pasteboard/pasting-object-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac/editing/pasteboard/styled-element-markup-expected.txt:
* platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/mac/editing/pasteboard/unrendered-br-expected.txt:
* platform/mac/editing/selection/14971-expected.txt:
* platform/mac/editing/selection/25228-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4397952-expected.txt:
* platform/mac/editing/selection/4402375-expected.txt:
* platform/mac/editing/selection/4776665-expected.txt:
* platform/mac/editing/selection/4818145-expected.txt:
* platform/mac/editing/selection/4866671-expected.txt:
* platform/mac/editing/selection/4889598-expected.txt:
* platform/mac/editing/selection/4895428-2-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4932260-1-expected.txt:
* platform/mac/editing/selection/4932260-2-expected.txt:
* platform/mac/editing/selection/4932260-3-expected.txt:
* platform/mac/editing/selection/4947387-expected.txt:
* platform/mac/editing/selection/4960116-expected.txt:
* platform/mac/editing/selection/4960137-expected.txt:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/4983858-expected.txt:
* platform/mac/editing/selection/5007143-2-expected.txt:
* platform/mac/editing/selection/5007143-expected.txt:
* platform/mac/editing/selection/5076323-1-expected.txt:
* platform/mac/editing/selection/5076323-2-expected.txt:
* platform/mac/editing/selection/5076323-3-expected.txt:
* platform/mac/editing/selection/5081257-1-expected.txt:
* platform/mac/editing/selection/5081257-2-expected.txt:
* platform/mac/editing/selection/5099303-expected.txt:
* platform/mac/editing/selection/5131716-1-expected.txt:
* platform/mac/editing/selection/5131716-2-expected.txt:
* platform/mac/editing/selection/5131716-3-expected.txt:
* platform/mac/editing/selection/5131716-4-expected.txt:
* platform/mac/editing/selection/5195166-2-expected.txt:
* platform/mac/editing/selection/5232159-expected.txt:
* platform/mac/editing/selection/5234383-1-expected.txt:
* platform/mac/editing/selection/5234383-2-expected.txt:
* platform/mac/editing/selection/5240265-expected.txt:
* platform/mac/editing/selection/5354455-2-expected.txt:
* platform/mac/editing/selection/6476-expected.txt:
* platform/mac/editing/selection/7152-1-expected.txt:
* platform/mac/editing/selection/7152-2-expected.txt:
* platform/mac/editing/selection/addRange-expected.txt:
* platform/mac/editing/selection/after-line-wrap-expected.txt:
* platform/mac/editing/selection/caret-and-focus-ring-expected.txt:
* platform/mac/editing/selection/caret-before-select-expected.txt:
* platform/mac/editing/selection/caret-ltr-2-expected.txt:
* platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
* platform/mac/editing/selection/caret-ltr-expected.txt:
* platform/mac/editing/selection/caret-ltr-right-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-expected.txt:
* platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
* platform/mac/editing/selection/caret-rtl-expected.txt:
* platform/mac/editing/selection/caret-rtl-right-expected.txt:
* platform/mac/editing/selection/clear-selection-expected.txt:
* platform/mac/editing/selection/click-start-of-line-expected.txt:
* platform/mac/editing/selection/contains-boundaries-expected.txt:
* platform/mac/editing/selection/contenteditable-click-inside-expected.txt:
* platform/mac/editing/selection/designmode-no-caret-expected.txt:
* platform/mac/editing/selection/display-table-text-expected.txt:
* platform/mac/editing/selection/drag-in-iframe-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
* platform/mac/editing/selection/editable-html-element-expected.txt:
* platform/mac/editing/selection/editable-links-expected.txt:
* platform/mac/editing/selection/editable-non-editable-crash-expected.txt:
* platform/mac/editing/selection/end-of-document-expected.txt:
* platform/mac/editing/selection/expanding-selections-expected.txt:
* platform/mac/editing/selection/expanding-selections2-expected.txt:
* platform/mac/editing/selection/extend-by-character-001-expected.txt:
* platform/mac/editing/selection/extend-by-character-002-expected.txt:
* platform/mac/editing/selection/extend-by-character-003-expected.txt:
* platform/mac/editing/selection/extend-by-character-004-expected.txt:
* platform/mac/editing/selection/extend-by-character-005-expected.txt:
* platform/mac/editing/selection/extend-by-word-002-expected.txt:
* platform/mac/editing/selection/fake-doubleclick-expected.txt:
* platform/mac/editing/selection/focus-body-expected.txt:
* platform/mac/editing/selection/focus_editable_html-expected.txt:
* platform/mac/editing/selection/iframe-expected.txt:
* platform/mac/editing/selection/image-before-linebreak-expected.txt:
* platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/mac/editing/selection/inline-table-expected.txt:
* platform/mac/editing/selection/leave-requested-block-expected.txt:
* platform/mac/editing/selection/line-wrap-1-expected.txt:
* platform/mac/editing/selection/line-wrap-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-1-expected.txt:
* platform/mac/editing/selection/mixed-editability-2-expected.txt:
* platform/mac/editing/selection/mixed-editability-3-expected.txt:
* platform/mac/editing/selection/mixed-editability-4-expected.txt:
* platform/mac/editing/selection/mixed-editability-5-expected.txt:
* platform/mac/editing/selection/mixed-editability-6-expected.txt:
* platform/mac/editing/selection/mixed-editability-7-expected.txt:
* platform/mac/editing/selection/mixed-editability-8-expected.txt:
* platform/mac/editing/selection/mixed-editability-9-expected.txt:
* platform/mac/editing/selection/move-3875618-fix-expected.txt:
* platform/mac/editing/selection/move-3875641-fix-expected.txt:
* platform/mac/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/move-between-blocks-yes-001-expected.txt:
* platform/mac/editing/selection/move-by-character-001-expected.txt:
* platform/mac/editing/selection/move-by-character-002-expected.txt:
* platform/mac/editing/selection/move-by-character-003-expected.txt:
* platform/mac/editing/selection/move-by-character-004-expected.txt:
* platform/mac/editing/selection/move-by-character-005-expected.txt:
* platform/mac/editing/selection/move-by-character-6-expected.txt:
* platform/mac/editing/selection/move-by-line-002-expected.txt:
* platform/mac/editing/selection/move-by-sentence-001-expected.txt:
* platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac/editing/selection/node-removal-1-expected.txt:
* platform/mac/editing/selection/node-removal-2-expected.txt:
* platform/mac/editing/selection/paragraph-granularity-expected.txt:
* platform/mac/editing/selection/previous-line-position-expected.txt:
* platform/mac/editing/selection/range-between-block-and-inline-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-2-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac/editing/selection/select-all-001-expected.txt:
* platform/mac/editing/selection/select-all-002-expected.txt:
* platform/mac/editing/selection/select-all-003-expected.txt:
* platform/mac/editing/selection/select-all-005-expected.txt:
* platform/mac/editing/selection/select-all-006-expected.txt:
* platform/mac/editing/selection/select-all-iframe-expected.txt:
* platform/mac/editing/selection/select-box-expected.txt:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
* platform/mac/editing/selection/selectNode-expected.txt:
* platform/mac/editing/selection/selectNodeContents-expected.txt:
* platform/mac/editing/selection/selection-actions-expected.txt:
* platform/mac/editing/selection/selection-background-expected.txt:
* platform/mac/editing/selection/selection-button-text-expected.txt:
* platform/mac/editing/selection/table-caret-1-expected.txt:
* platform/mac/editing/selection/table-caret-2-expected.txt:
* platform/mac/editing/selection/table-caret-3-expected.txt:
* platform/mac/editing/selection/transformed-selection-rects-expected.txt:
* platform/mac/editing/selection/triple-click-in-pre-expected.txt:
* platform/mac/editing/selection/unrendered-001-expected.txt:
* platform/mac/editing/selection/unrendered-002-expected.txt:
* platform/mac/editing/selection/unrendered-003-expected.txt:
* platform/mac/editing/selection/unrendered-004-expected.txt:
* platform/mac/editing/selection/unrendered-005-expected.txt:
* platform/mac/editing/selection/unrendered-space-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/mac/editing/selection/word-granularity-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
* platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
* platform/mac/editing/spelling/spelling-expected.txt:
* platform/mac/editing/style/4916887-expected.txt:
* platform/mac/editing/style/5017613-1-expected.txt:
* platform/mac/editing/style/5017613-2-expected.txt:
* platform/mac/editing/style/5046875-1-expected.txt:
* platform/mac/editing/style/5046875-2-expected.txt:
* platform/mac/editing/style/5065910-expected.txt:
* platform/mac/editing/style/5084241-expected.txt:
* platform/mac/editing/style/5228141-expected.txt:
* platform/mac/editing/style/5279521-expected.txt:
* platform/mac/editing/style/apple-style-editable-mix-expected.txt:
* platform/mac/editing/style/block-style-001-expected.txt:
* platform/mac/editing/style/block-style-002-expected.txt:
* platform/mac/editing/style/block-style-003-expected.txt:
* platform/mac/editing/style/block-styles-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-001-expected.txt:
* platform/mac/editing/style/create-block-for-style-002-expected.txt:
* platform/mac/editing/style/create-block-for-style-003-expected.txt:
* platform/mac/editing/style/create-block-for-style-004-expected.txt:
* platform/mac/editing/style/create-block-for-style-005-expected.txt:
* platform/mac/editing/style/create-block-for-style-006-expected.txt:
* platform/mac/editing/style/create-block-for-style-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-008-expected.txt:
* platform/mac/editing/style/create-block-for-style-009-expected.txt:
* platform/mac/editing/style/create-block-for-style-010-expected.txt:
* platform/mac/editing/style/create-block-for-style-011-expected.txt:
* platform/mac/editing/style/create-block-for-style-012-expected.txt:
* platform/mac/editing/style/create-block-for-style-013-expected.txt:
* platform/mac/editing/style/designmode-expected.txt:
* platform/mac/editing/style/font-family-with-space-expected.txt:
* platform/mac/editing/style/highlight-expected.txt:
* platform/mac/editing/style/relative-font-size-change-001-expected.txt:
* platform/mac/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac/editing/style/relative-font-size-change-003-expected.txt:
* platform/mac/editing/style/relative-font-size-change-004-expected.txt:
* platform/mac/editing/style/smoosh-styles-001-expected.txt:
* platform/mac/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac/editing/style/style-3998892-fix-expected.txt:
* platform/mac/editing/style/style-boundary-001-expected.txt:
* platform/mac/editing/style/style-boundary-004-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
* platform/mac/editing/style/table-selection-expected.txt:
* platform/mac/editing/undo/4063751-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-expected.txt:
* platform/mac/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-delete-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/backgrounds/001-expected.txt:
* platform/mac/fast/backgrounds/animated-gif-as-background-expected.txt:
* platform/mac/fast/backgrounds/background-clip-text-expected.txt:
* platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/mac/fast/backgrounds/background-origin-root-element-expected.txt:
* platform/mac/fast/backgrounds/background-position-1-expected.txt:
* platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
* platform/mac/fast/backgrounds/background-position-rounding-expected.txt:
* platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
* platform/mac/fast/backgrounds/mask-composite-expected.txt:
* platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt:
* platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
* platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/mac/fast/backgrounds/size/backgroundSize16-expected.txt:
* platform/mac/fast/backgrounds/size/zero-expected.txt:
* platform/mac/fast/backgrounds/solid-color-context-restore-expected.txt:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/basic/002-expected.txt:
* platform/mac/fast/block/basic/003-expected.txt:
* platform/mac/fast/block/basic/004-expected.txt:
* platform/mac/fast/block/basic/005-expected.txt:
* platform/mac/fast/block/basic/006-expected.txt:
* platform/mac/fast/block/basic/007-expected.txt:
* platform/mac/fast/block/basic/008-expected.txt:
* platform/mac/fast/block/basic/009-expected.txt:
* platform/mac/fast/block/basic/011-expected.txt:
* platform/mac/fast/block/basic/012-expected.txt:
* platform/mac/fast/block/basic/013-expected.txt:
* platform/mac/fast/block/basic/014-expected.txt:
* platform/mac/fast/block/basic/015-expected.txt:
* platform/mac/fast/block/basic/016-expected.txt:
* platform/mac/fast/block/basic/018-expected.txt:
* platform/mac/fast/block/basic/019-expected.txt:
* platform/mac/fast/block/basic/020-expected.txt:
* platform/mac/fast/block/basic/021-expected.txt:
* platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt:
* platform/mac/fast/block/basic/minheight-expected.txt:
* platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
* platform/mac/fast/block/basic/quirk-height-expected.txt:
* platform/mac/fast/block/basic/text-indent-rtl-expected.txt:
* platform/mac/fast/block/basic/truncation-rtl-expected.txt:
* platform/mac/fast/block/basic/white-space-pre-wraps-expected.txt:
* platform/mac/fast/block/float/001-expected.txt:
* platform/mac/fast/block/float/002-expected.txt:
* platform/mac/fast/block/float/003-expected.txt:
* platform/mac/fast/block/float/004-expected.txt:
* platform/mac/fast/block/float/005-expected.txt:
* platform/mac/fast/block/float/006-expected.txt:
* platform/mac/fast/block/float/007-expected.txt:
* platform/mac/fast/block/float/010-expected.txt:
* platform/mac/fast/block/float/011-expected.txt:
* platform/mac/fast/block/float/012-expected.txt:
* platform/mac/fast/block/float/013-expected.txt:
* platform/mac/fast/block/float/014-expected.txt:
* platform/mac/fast/block/float/015-expected.txt:
* platform/mac/fast/block/float/017-expected.txt:
* platform/mac/fast/block/float/018-expected.txt:
* platform/mac/fast/block/float/020-expected.txt:
* platform/mac/fast/block/float/021-expected.txt:
* platform/mac/fast/block/float/022-expected.txt:
* platform/mac/fast/block/float/023-expected.txt:
* platform/mac/fast/block/float/024-expected.txt:
* platform/mac/fast/block/float/025-expected.txt:
* platform/mac/fast/block/float/026-expected.txt:
* platform/mac/fast/block/float/027-expected.txt:
* platform/mac/fast/block/float/028-expected.txt:
* platform/mac/fast/block/float/029-expected.txt:
* platform/mac/fast/block/float/030-expected.txt:
* platform/mac/fast/block/float/031-expected.txt:
* platform/mac/fast/block/float/avoidance-percent-width-compat-expected.txt:
* platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/mac/fast/block/float/avoiding-float-centered-expected.txt:
* platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
* platform/mac/fast/block/float/clamped-right-float-expected.txt:
* platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
* platform/mac/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt:
* platform/mac/fast/block/float/fit_line_below_floats-expected.txt:
* platform/mac/fast/block/float/float-avoidance-expected.txt:
* platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/mac/fast/block/float/float-in-float-painting-expected.txt:
* platform/mac/fast/block/float/floats-and-text-indent-expected.txt:
* platform/mac/fast/block/float/floats-and-text-indent-rl-expected.txt:
* platform/mac/fast/block/float/independent-align-positioning-expected.txt:
* platform/mac/fast/block/float/intruding-painted-twice-expected.txt:
* platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
* platform/mac/fast/block/float/multiple-float-positioning-expected.txt:
* platform/mac/fast/block/float/nestedAnonymousBlocks-expected.txt:
* platform/mac/fast/block/float/nestedAnonymousBlocks2-expected.txt:
* platform/mac/fast/block/float/nopaint-after-layer-destruction-expected.txt:
* platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
* platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt:
* platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
* platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
* platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/mac/fast/block/float/shrink-to-fit-width-expected.txt:
* platform/mac/fast/block/float/table-relayout-expected.txt:
* platform/mac/fast/block/float/vertical-move-relayout-expected.txt:
* platform/mac/fast/block/float/width-update-after-clear-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-font-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-glyphs-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/font-expected.txt:
* platform/mac/fast/block/lineboxcontain/font-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/glyphs-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-expected.txt:
* platform/mac/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/mac/fast/block/lineboxcontain/none-expected.txt:
* platform/mac/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/mac/fast/block/lineboxcontain/replaced-expected.txt:
* platform/mac/fast/block/margin-collapse/001-expected.txt:
* platform/mac/fast/block/margin-collapse/002-expected.txt:
* platform/mac/fast/block/margin-collapse/003-expected.txt:
* platform/mac/fast/block/margin-collapse/004-expected.txt:
* platform/mac/fast/block/margin-collapse/005-expected.txt:
* platform/mac/fast/block/margin-collapse/006-expected.txt:
* platform/mac/fast/block/margin-collapse/010-expected.txt:
* platform/mac/fast/block/margin-collapse/011-expected.txt:
* platform/mac/fast/block/margin-collapse/012-expected.txt:
* platform/mac/fast/block/margin-collapse/015-expected.txt:
* platform/mac/fast/block/margin-collapse/016-expected.txt:
* platform/mac/fast/block/margin-collapse/017-expected.txt:
* platform/mac/fast/block/margin-collapse/018-expected.txt:
* platform/mac/fast/block/margin-collapse/019-expected.txt:
* platform/mac/fast/block/margin-collapse/020-expected.txt:
* platform/mac/fast/block/margin-collapse/021-expected.txt:
* platform/mac/fast/block/margin-collapse/022-expected.txt:
* platform/mac/fast/block/margin-collapse/025-expected.txt:
* platform/mac/fast/block/margin-collapse/026-expected.txt:
* platform/mac/fast/block/margin-collapse/027-expected.txt:
* platform/mac/fast/block/margin-collapse/028-expected.txt:
* platform/mac/fast/block/margin-collapse/029-expected.txt:
* platform/mac/fast/block/margin-collapse/030-expected.txt:
* platform/mac/fast/block/margin-collapse/031-expected.txt:
* platform/mac/fast/block/margin-collapse/032-expected.txt:
* platform/mac/fast/block/margin-collapse/033-expected.txt:
* platform/mac/fast/block/margin-collapse/034-expected.txt:
* platform/mac/fast/block/margin-collapse/035-expected.txt:
* platform/mac/fast/block/margin-collapse/037-expected.txt:
* platform/mac/fast/block/margin-collapse/038-expected.txt:
* platform/mac/fast/block/margin-collapse/039-expected.txt:
* platform/mac/fast/block/margin-collapse/040-expected.txt:
* platform/mac/fast/block/margin-collapse/041-expected.txt:
* platform/mac/fast/block/margin-collapse/042-expected.txt:
* platform/mac/fast/block/margin-collapse/043-expected.txt:
* platform/mac/fast/block/margin-collapse/044-expected.txt:
* platform/mac/fast/block/margin-collapse/045-expected.txt:
* platform/mac/fast/block/margin-collapse/055-expected.txt:
* platform/mac/fast/block/margin-collapse/056-expected.txt:
* platform/mac/fast/block/margin-collapse/057-expected.txt:
* platform/mac/fast/block/margin-collapse/058-expected.txt:
* platform/mac/fast/block/margin-collapse/059-expected.txt:
* platform/mac/fast/block/margin-collapse/062-expected.txt:
* platform/mac/fast/block/margin-collapse/063-expected.txt:
* platform/mac/fast/block/margin-collapse/100-expected.txt:
* platform/mac/fast/block/margin-collapse/101-expected.txt:
* platform/mac/fast/block/margin-collapse/102-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/block/margin-collapse/104-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
* platform/mac/fast/block/margin-collapse/negative-margins-expected.txt:
* platform/mac/fast/block/positioning/001-expected.txt:
* platform/mac/fast/block/positioning/047-expected.txt:
* platform/mac/fast/block/positioning/051-expected.txt:
* platform/mac/fast/block/positioning/052-expected.txt:
* platform/mac/fast/block/positioning/053-expected.txt:
* platform/mac/fast/block/positioning/054-expected.txt:
* platform/mac/fast/block/positioning/055-expected.txt:
* platform/mac/fast/block/positioning/056-expected.txt:
* platform/mac/fast/block/positioning/057-expected.txt:
* platform/mac/fast/block/positioning/058-expected.txt:
* platform/mac/fast/block/positioning/059-expected.txt:
* platform/mac/fast/block/positioning/060-expected.txt:
* platform/mac/fast/block/positioning/abs-inside-inline-rel-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
* platform/mac/fast/block/positioning/absolute-position-direction-expected.txt:
* platform/mac/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
* platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
* platform/mac/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
* platform/mac/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
* platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/mac/fast/block/positioning/auto/001-expected.txt:
* platform/mac/fast/block/positioning/auto/002-expected.txt:
* platform/mac/fast/block/positioning/auto/003-expected.txt:
* platform/mac/fast/block/positioning/auto/004-expected.txt:
* platform/mac/fast/block/positioning/auto/005-expected.txt:
* platform/mac/fast/block/positioning/auto/006-expected.txt:
* platform/mac/fast/block/positioning/auto/007-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.txt:
* platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt:
* platform/mac/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
* platform/mac/fast/block/positioning/height-change-expected.txt:
* platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
* platform/mac/fast/block/positioning/leftmargin-topmargin-expected.txt:
* platform/mac/fast/block/positioning/negative-right-pos-expected.txt:
* platform/mac/fast/block/positioning/padding-percent-expected.txt:
* platform/mac/fast/block/positioning/pref-width-change-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-block-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-replaced-expected.txt:
* platform/mac/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
* platform/mac/fast/block/positioning/relayout-on-position-change-expected.txt:
* platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt:
* platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
* platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
* platform/mac/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/mac/fast/block/positioning/trailing-space-test-expected.txt:
* platform/mac/fast/block/positioning/vertical-lr/001-expected.txt:
* platform/mac/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/mac/fast/block/positioning/window-height-change-expected.txt:
* platform/mac/fast/body-propagation/background-color/001-expected.txt:
* platform/mac/fast/body-propagation/background-color/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-expected.txt:
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-expected.txt:
* platform/mac/fast/body-propagation/background-color/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-expected.txt:
* platform/mac/fast/body-propagation/background-color/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-expected.txt:
* platform/mac/fast/body-propagation/background-color/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-expected.txt:
* platform/mac/fast/body-propagation/background-color/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-expected.txt:
* platform/mac/fast/body-propagation/background-color/007-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-color/008-expected.txt:
* platform/mac/fast/body-propagation/background-color/008-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/001-expected.txt:
* platform/mac/fast/body-propagation/background-image/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-expected.txt:
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-expected.txt:
* platform/mac/fast/body-propagation/background-image/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-expected.txt:
* platform/mac/fast/body-propagation/background-image/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-expected.txt:
* platform/mac/fast/body-propagation/background-image/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-expected.txt:
* platform/mac/fast/body-propagation/background-image/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-expected.txt:
* platform/mac/fast/body-propagation/background-image/007-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/008-expected.txt:
* platform/mac/fast/body-propagation/background-image/008-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/009-expected.txt:
* platform/mac/fast/body-propagation/background-image/009-xhtml-expected.txt:
* platform/mac/fast/body-propagation/background-image/010-expected.txt:
* platform/mac/fast/body-propagation/background-image/010-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-expected.txt:
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/002-expected.txt:
* platform/mac/fast/body-propagation/overflow/002-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-expected.txt:
* platform/mac/fast/body-propagation/overflow/003-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-expected.txt:
* platform/mac/fast/body-propagation/overflow/004-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-expected.txt:
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-expected.txt:
* platform/mac/fast/body-propagation/overflow/006-xhtml-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-declarative-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-expected.txt:
* platform/mac/fast/body-propagation/overflow/007-xhtml-expected.txt:
* platform/mac/fast/borders/bidi-002-expected.txt:
* platform/mac/fast/borders/bidi-009a-expected.txt:
* platform/mac/fast/borders/bidi-012-expected.txt:
* platform/mac/fast/borders/block-mask-overlay-image-expected.txt:
* platform/mac/fast/borders/block-mask-overlay-image-outset-expected.txt:
* platform/mac/fast/borders/border-antialiasing-expected.txt:
* platform/mac/fast/borders/border-color-inherit-expected.txt:
* platform/mac/fast/borders/border-image-border-radius-expected.txt:
* platform/mac/fast/borders/border-image-scaled-expected.txt:
* platform/mac/fast/borders/border-radius-constraints-expected.txt:
* platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
* platform/mac/fast/borders/border-radius-inline-flow-expected.txt:
* platform/mac/fast/borders/border-radius-split-inline-expected.txt:
* platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.txt:
* platform/mac/fast/borders/borderRadiusInvalidColor-expected.txt:
* platform/mac/fast/borders/different-color-borders-expected.txt:
* platform/mac/fast/borders/inline-mask-overlay-image-expected.txt:
* platform/mac/fast/borders/rtl-border-01-expected.txt:
* platform/mac/fast/borders/rtl-border-02-expected.txt:
* platform/mac/fast/borders/rtl-border-03-expected.txt:
* platform/mac/fast/borders/rtl-border-04-expected.txt:
* platform/mac/fast/borders/rtl-border-05-expected.txt:
* platform/mac/fast/borders/scaled-border-image-expected.txt:
* platform/mac/fast/box-shadow/basic-shadows-expected.txt:
* platform/mac/fast/box-shadow/border-radius-big-expected.txt:
* platform/mac/fast/box-shadow/box-shadow-transformed-expected.txt:
* platform/mac/fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position-expected.txt:
* platform/mac/fast/box-shadow/inset-expected.txt:
* platform/mac/fast/box-shadow/transform-fringing-expected.txt:
* platform/mac/fast/box-sizing/box-sizing-expected.txt:
* platform/mac/fast/box-sizing/panels-one-expected.txt:
* platform/mac/fast/box-sizing/panels-two-expected.txt:
* platform/mac/fast/box-sizing/percentage-height-expected.txt:
* platform/mac/fast/canvas/canvas-size-change-after-layout-expected.txt:
* platform/mac/fast/canvas/canvas-zoom-expected.txt:
* platform/mac/fast/clip/001-expected.txt:
* platform/mac/fast/clip/002-expected.txt:
* platform/mac/fast/clip/003-expected.txt:
* platform/mac/fast/clip/004-expected.txt:
* platform/mac/fast/clip/005-expected.txt:
* platform/mac/fast/clip/006-expected.txt:
* platform/mac/fast/clip/007-expected.txt:
* platform/mac/fast/clip/008-expected.txt:
* platform/mac/fast/clip/009-expected.txt:
* platform/mac/fast/clip/010-expected.txt:
* platform/mac/fast/clip/011-expected.txt:
* platform/mac/fast/clip/012-expected.txt:
* platform/mac/fast/clip/013-expected.txt:
* platform/mac/fast/clip/014-expected.txt:
* platform/mac/fast/clip/015-expected.txt:
* platform/mac/fast/clip/nestedTransparencyClip-expected.txt:
* platform/mac/fast/clip/outline-overflowClip-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-clip-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.txt:
* platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/mac/fast/compact/001-expected.txt:
* platform/mac/fast/compact/002-expected.txt:
* platform/mac/fast/compact/003-expected.txt:
* platform/mac/fast/css-generated-content/001-expected.txt:
* platform/mac/fast/css-generated-content/002-expected.txt:
* platform/mac/fast/css-generated-content/003-expected.txt:
* platform/mac/fast/css-generated-content/004-expected.txt:
* platform/mac/fast/css-generated-content/005-expected.txt:
* platform/mac/fast/css-generated-content/007-expected.txt:
* platform/mac/fast/css-generated-content/008-expected.txt:
* platform/mac/fast/css-generated-content/009-expected.txt:
* platform/mac/fast/css-generated-content/010-expected.txt:
* platform/mac/fast/css-generated-content/011-expected.txt:
* platform/mac/fast/css-generated-content/012-expected.txt:
* platform/mac/fast/css-generated-content/013-expected.txt:
* platform/mac/fast/css-generated-content/014-expected.txt:
* platform/mac/fast/css-generated-content/015-expected.txt:
* platform/mac/fast/css-generated-content/016-expected.txt:
* platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.txt:
* platform/mac/fast/css-generated-content/after-order-expected.txt:
* platform/mac/fast/css-generated-content/before-with-first-letter-expected.txt:
* platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
* platform/mac/fast/css-generated-content/hover-style-change-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-basic-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-border-padding-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-clearance-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-descender-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-raised-expected.txt:
* platform/mac/fast/css-generated-content/initial-letter-sunken-expected.txt:
* platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
* platform/mac/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/mac/fast/css-generated-content/table-with-before-expected.txt:
* platform/mac/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
* platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/mac/fast/css/001-expected.txt:
* platform/mac/fast/css/002-expected.txt:
* platform/mac/fast/css/003-expected.txt:
* platform/mac/fast/css/004-expected.txt:
* platform/mac/fast/css/005-expected.txt:
* platform/mac/fast/css/007-expected.txt:
* platform/mac/fast/css/008-expected.txt:
* platform/mac/fast/css/ZeroOpacityLayers-expected.txt:
* platform/mac/fast/css/ZeroOpacityLayers2-expected.txt:
* platform/mac/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/mac/fast/css/acid2-expected.txt:
* platform/mac/fast/css/acid2-pixel-expected.txt:
* platform/mac/fast/css/attribute-selector-dynamic-expected.txt:
* platform/mac/fast/css/attribute-selector-empty-value-expected.txt:
* platform/mac/fast/css/background-image-with-baseurl-expected.txt:
* platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
* platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.txt:
* platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac/fast/css/border-height-expected.txt:
* platform/mac/fast/css/border-radius-outline-offset-expected.txt:
* platform/mac/fast/css/child-style-can-override-visited-style-expected.txt:
* platform/mac/fast/css/clip-text-in-scaled-div-expected.txt:
* platform/mac/fast/css/clip-zooming-expected.txt:
* platform/mac/fast/css/color-correction-backgrounds-and-text-expected.txt:
* platform/mac/fast/css/color-correction-expected.txt:
* platform/mac/fast/css/color-correction-on-background-image-expected.txt:
* platform/mac/fast/css/color-correction-on-backgrounds-expected.txt:
* platform/mac/fast/css/color-correction-on-box-shadow-expected.txt:
* platform/mac/fast/css/color-correction-on-text-expected.txt:
* platform/mac/fast/css/color-correction-on-text-shadow-expected.txt:
* platform/mac/fast/css/color-correction-untagged-images-expected.txt:
* platform/mac/fast/css/color-quirk-expected.txt:
* platform/mac/fast/css/color-strict-expected.txt:
* platform/mac/fast/css/compare-content-style-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/counters/counter-text-security-expected.txt:
* platform/mac/fast/css/counters/counter-text-transform-expected.txt:
* platform/mac/fast/css/create_element_align-expected.txt:
* platform/mac/fast/css/css-imports-expected.txt:
* platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/css3-modsel-22-expected.txt:
* platform/mac/fast/css/css3-nth-child-expected.txt:
* platform/mac/fast/css/css3-space-in-nth-and-lang-expected.txt:
* platform/mac/fast/css/disabled-author-styles-expected.txt:
* platform/mac/fast/css/dynamic-sibling-selector-expected.txt:
* platform/mac/fast/css/empty-body-test-expected.txt:
* platform/mac/fast/css/empty-pseudo-class-expected.txt:
* platform/mac/fast/css/error-in-last-decl-expected.txt:
* platform/mac/fast/css/ex-after-font-variant-expected.txt:
* platform/mac/fast/css/fieldset-display-row-expected.txt:
* platform/mac/fast/css/find-next-layer-expected.txt:
* platform/mac/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac/fast/css/first-letter-capitalized-expected.txt:
* platform/mac/fast/css/first-letter-detach-expected.txt:
* platform/mac/fast/css/first-letter-first-line-hover-expected.txt:
* platform/mac/fast/css/first-letter-float-after-float-expected.txt:
* platform/mac/fast/css/first-letter-float-expected.txt:
* platform/mac/fast/css/first-letter-hover-expected.txt:
* platform/mac/fast/css/first-letter-punctuation-expected.txt:
* platform/mac/fast/css/first-letter-recalculation-expected.txt:
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt:
* platform/mac/fast/css/first-letter-visibility-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-expected.txt:
* platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/focus-ring-detached-expected.txt:
* platform/mac/fast/css/focus-ring-multiline-expected.txt:
* platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
* platform/mac/fast/css/focus-ring-outline-color-expected.txt:
* platform/mac/fast/css/focus-ring-outline-offset-expected.txt:
* platform/mac/fast/css/focus-ring-outline-width-expected.txt:
* platform/mac/fast/css/font-face-implicit-local-font-expected.txt:
* platform/mac/fast/css/font-face-locally-installed-expected.txt:
* platform/mac/fast/css/font-face-multiple-faces-expected.txt:
* platform/mac/fast/css/font-face-opentype-expected.txt:
* platform/mac/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/mac/fast/css/font-face-unicode-range-expected.txt:
* platform/mac/fast/css/font-face-weight-matching-expected.txt:
* platform/mac/fast/css/font-shorthand-weight-only-expected.txt:
* platform/mac/fast/css/font-size-negative-expected.txt:
* platform/mac/fast/css/font-smoothing-expected.txt:
* platform/mac/fast/css/font-weight-1-expected.txt:
* platform/mac/fast/css/font_property_normal-expected.txt:
* platform/mac/fast/css/h1-in-section-elements-expected.txt:
* platform/mac/fast/css/hover-subselector-expected.txt:
* platform/mac/fast/css/hsl-color-expected.txt:
* platform/mac/fast/css/import-rule-regression-11590-expected.txt:
* platform/mac/fast/css/import_with_baseurl-expected.txt:
* platform/mac/fast/css/inline-element-line-break-expected.txt:
* platform/mac/fast/css/inline-properties-important-expected.txt:
* platform/mac/fast/css/invalid-percentage-property-expected.txt:
* platform/mac/fast/css/invalid-pseudo-classes-expected.txt:
* platform/mac/fast/css/invalidation-errors-2-expected.txt:
* platform/mac/fast/css/invalidation-errors-3-expected.txt:
* platform/mac/fast/css/invalidation-errors-expected.txt:
* platform/mac/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/layerZOrderCrash-expected.txt:
* platform/mac/fast/css/line-after-floating-div-expected.txt:
* platform/mac/fast/css/line-height-determined-by-primary-font-expected.txt:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/line-height-font-order-expected.txt:
* platform/mac/fast/css/line-height-negative-expected.txt:
* platform/mac/fast/css/line-height-overflow-expected.txt:
* platform/mac/fast/css/link-outside-head-expected.txt:
* platform/mac/fast/css/list-outline-expected.txt:
* platform/mac/fast/css/live-cssrules-expected.txt:
* platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt:
* platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac/fast/css/max-height-none-expected.txt:
* platform/mac/fast/css/namespaces/001-expected.txt:
* platform/mac/fast/css/namespaces/002-expected.txt:
* platform/mac/fast/css/namespaces/003-expected.txt:
* platform/mac/fast/css/namespaces/004-expected.txt:
* platform/mac/fast/css/namespaces/005-expected.txt:
* platform/mac/fast/css/namespaces/006-expected.txt:
* platform/mac/fast/css/namespaces/007-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-comments-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-empty-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-escapes-expected.txt:
* platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.txt:
* platform/mac/fast/css/negative-leading-expected.txt:
* platform/mac/fast/css/negative-nth-child-expected.txt:
* platform/mac/fast/css/nested-floating-relative-position-percentages-expected.txt:
* platform/mac/fast/css/non-empty-span-expected.txt:
* platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
* platform/mac/fast/css/nth-child-dynamic-expected.txt:
* platform/mac/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
* platform/mac/fast/css/outline-auto-location-expected.txt:
* platform/mac/fast/css/pendingStylesheetFontSize-expected.txt:
* platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
* platform/mac/fast/css/percent-top-value-with-relative-position-expected.txt:
* platform/mac/fast/css/position-negative-top-margin-expected.txt:
* platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
* platform/mac/fast/css/pseudo-element-line-break-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
* platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
* platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
* platform/mac/fast/css/rem-dynamic-scaling-expected.txt:
* platform/mac/fast/css/rem-units-on-root-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-transformed-iframe-expected.txt:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/css/rtl-to-viewport-expected.txt:
* platform/mac/fast/css/selector-set-attribute-expected.txt:
* platform/mac/fast/css/simple-selector-chain-parsing-expected.txt:
* platform/mac/fast/css/style-outside-head-expected.txt:
* platform/mac/fast/css/style-parsed-outside-head-expected.txt:
* platform/mac/fast/css/table-text-align-quirk-expected.txt:
* platform/mac/fast/css/table-text-align-strict-expected.txt:
* platform/mac/fast/css/target-fragment-match-expected.txt:
* platform/mac/fast/css/text-align-expected.txt:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/css/text-rendering-expected.txt:
* platform/mac/fast/css/text-security-expected.txt:
* platform/mac/fast/css/text-transform-select-expected.txt:
* platform/mac/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/mac/fast/css/transform-default-parameter-expected.txt:
* platform/mac/fast/css/transformed-mask-expected.txt:
* platform/mac/fast/css/universal-hover-quirk-expected.txt:
* platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
* platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
* platform/mac/fast/css/viewport-units-dynamic-expected.txt:
* platform/mac/fast/css/visibility-hit-test-expected.txt:
* platform/mac/fast/css/word-space-extra-expected.txt:
* platform/mac/fast/css/zoom-font-size-expected.txt:
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt:
* platform/mac/fast/doctypes/001-expected.txt:
* platform/mac/fast/doctypes/002-expected.txt:
* platform/mac/fast/doctypes/003-expected.txt:
* platform/mac/fast/doctypes/004-expected.txt:
* platform/mac/fast/dom/34176-expected.txt:
* platform/mac/fast/dom/52776-expected.txt:
* platform/mac/fast/dom/Element/class-attribute-whitespace-expected.txt:
* platform/mac/fast/dom/Element/null-offset-parent-expected.txt:
* platform/mac/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
* platform/mac/fast/dom/HTMLElement/bdo-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
* platform/mac/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
* platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/mac/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/Range/create-contextual-fragment-expected.txt:
* platform/mac/fast/dom/Range/surroundContents-1-expected.txt:
* platform/mac/fast/dom/Window/btoa-pnglet-expected.txt:
* platform/mac/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
* platform/mac/fast/dom/anchor-text-expected.txt:
* platform/mac/fast/dom/blur-contenteditable-expected.txt:
* platform/mac/fast/dom/children-nodes-expected.txt:
* platform/mac/fast/dom/clone-contents-0-end-offset-expected.txt:
* platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/mac/fast/dom/comment-not-documentElement-expected.txt:
* platform/mac/fast/dom/createDocumentType-expected.txt:
* platform/mac/fast/dom/css-mediarule-deleteRule-update-expected.txt:
* platform/mac/fast/dom/css-mediarule-insertRule-update-expected.txt:
* platform/mac/fast/dom/css-rule-functions-expected.txt:
* platform/mac/fast/dom/focus-contenteditable-expected.txt:
* platform/mac/fast/dom/importNodeHTML-expected.txt:
* platform/mac/fast/dom/importNodeXML-expected.txt:
* platform/mac/fast/dom/inner-text-expected.txt:
* platform/mac/fast/dom/isindex-001-expected.txt:
* platform/mac/fast/dom/isindex-002-expected.txt:
* platform/mac/fast/dom/outerText-expected.txt:
* platform/mac/fast/dom/row-inner-text-expected.txt:
* platform/mac/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/mac/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/mac/fast/dynamic/002-expected.txt:
* platform/mac/fast/dynamic/004-expected.txt:
* platform/mac/fast/dynamic/006-expected.txt:
* platform/mac/fast/dynamic/007-expected.txt:
* platform/mac/fast/dynamic/009-expected.txt:
* platform/mac/fast/dynamic/011-expected.txt:
* platform/mac/fast/dynamic/012-expected.txt:
* platform/mac/fast/dynamic/013-expected.txt:
* platform/mac/fast/dynamic/014-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/dynamic/anchor-lock-expected.txt:
* platform/mac/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
* platform/mac/fast/dynamic/containing-block-change-expected.txt:
* platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/mac/fast/dynamic/float-withdrawal-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/mac/fast/dynamic/link-href-change-expected.txt:
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/dynamic/noninlinebadness-expected.txt:
* platform/mac/fast/dynamic/outerHTML-doc-expected.txt:
* platform/mac/fast/dynamic/outerHTML-img-expected.txt:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac/fast/dynamic/selection-highlight-adjust-expected.txt:
* platform/mac/fast/dynamic/staticY-marking-parents-regression-expected.txt:
* platform/mac/fast/dynamic/view-overflow-expected.txt:
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/mac/fast/dynamic/window-scrollbars-test-expected.txt:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac/fast/encoding/invalid-UTF-8-expected.txt:
* platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
* platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
* platform/mac/fast/encoding/xmacroman-encoding-test-expected.txt:
* platform/mac/fast/events/event-listener-on-link-expected.txt:
* platform/mac/fast/events/pointer-events-2-expected.txt:
* platform/mac/fast/events/resize-events-expected.txt:
* platform/mac/fast/events/reveal-link-when-focused-expected.txt:
* platform/mac/fast/events/standalone-image-drag-to-editable-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
* platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
* platform/mac/fast/flexbox/001-expected.txt:
* platform/mac/fast/flexbox/002-expected.txt:
* platform/mac/fast/flexbox/003-expected.txt:
* platform/mac/fast/flexbox/004-expected.txt:
* platform/mac/fast/flexbox/005-expected.txt:
* platform/mac/fast/flexbox/006-expected.txt:
* platform/mac/fast/flexbox/007-expected.txt:
* platform/mac/fast/flexbox/008-expected.txt:
* platform/mac/fast/flexbox/009-expected.txt:
* platform/mac/fast/flexbox/010-expected.txt:
* platform/mac/fast/flexbox/011-expected.txt:
* platform/mac/fast/flexbox/012-expected.txt:
* platform/mac/fast/flexbox/013-expected.txt:
* platform/mac/fast/flexbox/014-expected.txt:
* platform/mac/fast/flexbox/015-expected.txt:
* platform/mac/fast/flexbox/016-expected.txt:
* platform/mac/fast/flexbox/017-expected.txt:
* platform/mac/fast/flexbox/018-expected.txt:
* platform/mac/fast/flexbox/019-expected.txt:
* platform/mac/fast/flexbox/020-expected.txt:
* platform/mac/fast/flexbox/021-expected.txt:
* platform/mac/fast/flexbox/022-expected.txt:
* platform/mac/fast/flexbox/023-expected.txt:
* platform/mac/fast/flexbox/024-expected.txt:
* platform/mac/fast/flexbox/025-expected.txt:
* platform/mac/fast/flexbox/026-expected.txt:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/003-expected.txt:
* platform/mac/fast/forms/006-expected.txt:
* platform/mac/fast/forms/007-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/button-align-expected.txt:
* platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac/fast/forms/button-default-title-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/button-style-color-expected.txt:
* platform/mac/fast/forms/button-submit-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/button-text-transform-expected.txt:
* platform/mac/fast/forms/button-white-space-expected.txt:
* platform/mac/fast/forms/caret-rtl-expected.txt:
* platform/mac/fast/forms/color/input-appearance-color-expected.txt:
* platform/mac/fast/forms/control-clip-expected.txt:
* platform/mac/fast/forms/control-clip-overflow-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/mac/fast/forms/fieldset-with-float-expected.txt:
* platform/mac/fast/forms/file/file-input-direction-expected.txt:
* platform/mac/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac/fast/forms/float-before-fieldset-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
* platform/mac/fast/forms/form-added-to-table-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/fast/forms/form-in-malformed-markup-expected.txt:
* platform/mac/fast/forms/formmove-expected.txt:
* platform/mac/fast/forms/formmove2-expected.txt:
* platform/mac/fast/forms/formmove3-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/image-border-expected.txt:
* platform/mac/fast/forms/indeterminate-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-align-image-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac/fast/forms/input-first-letter-expected.txt:
* platform/mac/fast/forms/input-no-renderer-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-readonly-empty-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/menulist-clip-expected.txt:
* platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac/fast/forms/menulist-narrow-width-expected.txt:
* platform/mac/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac/fast/forms/menulist-style-color-expected.txt:
* platform/mac/fast/forms/menulist-width-change-expected.txt:
* platform/mac/fast/forms/negativeLineHeight-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/option-index-expected.txt:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/searchfield-heights-expected.txt:
* platform/mac/fast/forms/select-align-expected.txt:
* platform/mac/fast/forms/select-baseline-expected.txt:
* platform/mac/fast/forms/select-block-background-expected.txt:
* platform/mac/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac/fast/forms/select-display-none-style-resolve-expected.txt:
* platform/mac/fast/forms/select-item-background-clip-expected.txt:
* platform/mac/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/mac/fast/forms/select-size-expected.txt:
* platform/mac/fast/forms/select-style-expected.txt:
* platform/mac/fast/forms/select-visual-hebrew-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/forms/text-style-color-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textarea-width-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/001-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt:
* platform/mac/fast/frames/frame-navigation-expected.txt:
* platform/mac/fast/frames/frameElement-frame-expected.txt:
* platform/mac/fast/frames/frameElement-iframe-expected.txt:
* platform/mac/fast/frames/frameset-style-recalc-expected.txt:
* platform/mac/fast/frames/iframe-option-crash-expected.txt:
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/mac/fast/frames/iframe-with-frameborder-expected.txt:
* platform/mac/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
* platform/mac/fast/gradients/generated-gradients-expected.txt:
* platform/mac/fast/gradients/list-item-gradient-expected.txt:
* platform/mac/fast/gradients/radial-centered-expected.txt:
* platform/mac/fast/hidpi/broken-image-icon-hidpi-expected.txt:
* platform/mac/fast/hidpi/broken-image-with-size-hidpi-expected.txt:
* platform/mac/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/mac/fast/hidpi/image-set-as-background-expected.txt:
* platform/mac/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-background-repeat-expected.txt:
* platform/mac/fast/hidpi/image-set-background-repeat-without-size-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-border-image-simple-expected.txt:
* platform/mac/fast/hidpi/image-set-in-content-dynamic-expected.txt:
* platform/mac/fast/hidpi/image-set-out-of-order-expected.txt:
* platform/mac/fast/hidpi/image-set-simple-expected.txt:
* platform/mac/fast/hidpi/image-set-without-specified-width-expected.txt:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/mac/fast/html/details-add-child-1-expected.txt:
* platform/mac/fast/html/details-add-child-2-expected.txt:
* platform/mac/fast/html/details-add-details-child-1-expected.txt:
* platform/mac/fast/html/details-add-details-child-2-expected.txt:
* platform/mac/fast/html/details-add-summary-10-expected.txt:
* platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-4-expected.txt:
* platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/mac/fast/html/details-add-summary-9-expected.txt:
* platform/mac/fast/html/details-add-summary-child-1-expected.txt:
* platform/mac/fast/html/details-add-summary-child-2-expected.txt:
* platform/mac/fast/html/details-marker-style-expected.txt:
* platform/mac/fast/html/details-nested-1-expected.txt:
* platform/mac/fast/html/details-nested-2-expected.txt:
* platform/mac/fast/html/details-no-summary1-expected.txt:
* platform/mac/fast/html/details-no-summary2-expected.txt:
* platform/mac/fast/html/details-no-summary3-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open1-expected.txt:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open3-expected.txt:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/details-open5-expected.txt:
* platform/mac/fast/html/details-open6-expected.txt:
* platform/mac/fast/html/details-position-expected.txt:
* platform/mac/fast/html/details-remove-child-1-expected.txt:
* platform/mac/fast/html/details-remove-child-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-2-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-3-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-4-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-5-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/mac/fast/html/details-remove-summary-6-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
* platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
* platform/mac/fast/html/details-replace-summary-child-expected.txt:
* platform/mac/fast/html/details-replace-text-expected.txt:
* platform/mac/fast/html/details-writing-mode-expected.txt:
* platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
* platform/mac/fast/html/link-rel-stylesheet-expected.txt:
* platform/mac/fast/html/listing-expected.txt:
* platform/mac/fast/html/marquee-scroll-expected.txt:
* platform/mac/fast/html/marquee-scrollamount-expected.txt:
* platform/mac/fast/images/animated-gif-with-offsets-expected.txt:
* platform/mac/fast/images/favicon-as-image-expected.txt:
* platform/mac/fast/images/image-map-anchor-children-expected.txt:
* platform/mac/fast/images/imagemap-case-expected.txt:
* platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
* platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
* platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt:
* platform/mac/fast/images/pdf-as-image-landscape-expected.txt:
* platform/mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.txt:
* platform/mac/fast/inline-block/001-expected.txt:
* platform/mac/fast/inline-block/002-expected.txt:
* platform/mac/fast/inline-block/003-expected.txt:
* platform/mac/fast/inline-block/006-expected.txt:
* platform/mac/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/mac/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/mac/fast/inline-block/overflow-clip-expected.txt:
* platform/mac/fast/inline-block/tricky-baseline-expected.txt:
* platform/mac/fast/inline/001-expected.txt:
* platform/mac/fast/inline/002-expected.txt:
* platform/mac/fast/inline/25277-2-expected.txt:
* platform/mac/fast/inline/25277-expected.txt:
* platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
* platform/mac/fast/inline/br-text-decoration-expected.txt:
* platform/mac/fast/inline/continuation-outlines-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
* platform/mac/fast/inline/inline-box-background-expected.txt:
* platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
* platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
* platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
* platform/mac/fast/inline/inline-continuation-borders-expected.txt:
* platform/mac/fast/inline/inline-focus-ring-expected.txt:
* platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt:
* platform/mac/fast/inline/inline-text-quirk-bpm-expected.txt:
* platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.txt:
* platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
* platform/mac/fast/inline/long-wrapped-line-expected.txt:
* platform/mac/fast/inline/nested-top-alignment-expected.txt:
* platform/mac/fast/inline/outline-continuations-expected.txt:
* platform/mac/fast/inline/percentage-margins-expected.txt:
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
* platform/mac/fast/inline/vertical-align-text-bottom-expected.txt:
* platform/mac/fast/inspector-support/matchedrules-expected.txt:
* platform/mac/fast/invalid/001-expected.txt:
* platform/mac/fast/invalid/002-expected.txt:
* platform/mac/fast/invalid/003-expected.txt:
* platform/mac/fast/invalid/004-expected.txt:
* platform/mac/fast/invalid/005-expected.txt:
* platform/mac/fast/invalid/006-expected.txt:
* platform/mac/fast/invalid/007-expected.txt:
* platform/mac/fast/invalid/008-expected.txt:
* platform/mac/fast/invalid/009-expected.txt:
* platform/mac/fast/invalid/010-expected.txt:
* platform/mac/fast/invalid/011-expected.txt:
* platform/mac/fast/invalid/013-expected.txt:
* platform/mac/fast/invalid/014-expected.txt:
* platform/mac/fast/invalid/016-expected.txt:
* platform/mac/fast/invalid/019-expected.txt:
* platform/mac/fast/invalid/021-expected.txt:
* platform/mac/fast/invalid/junk-data-expected.txt:
* platform/mac/fast/invalid/missing-address-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-dt-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-font-end-tag-expected.txt:
* platform/mac/fast/invalid/nestedh3s-expected.txt:
* platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/mac/fast/invalid/td-inside-object-expected.txt:
* platform/mac/fast/layers/inline-dirty-z-order-lists-expected.txt:
* platform/mac/fast/layers/layer-visibility-expected.txt:
* platform/mac/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/mac/fast/layers/normal-flow-hit-test-expected.txt:
* platform/mac/fast/layers/opacity-outline-expected.txt:
* platform/mac/fast/layers/opacity-transforms-expected.txt:
* platform/mac/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/mac/fast/layers/remove-only-this-layer-update-expected.txt:
* platform/mac/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/mac/fast/layers/video-layer-expected.txt:
* platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/mac/fast/line-grid/line-grid-floating-expected.txt:
* platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/mac/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/mac/fast/line-grid/line-grid-positioned-expected.txt:
* platform/mac/fast/lists/001-expected.txt:
* platform/mac/fast/lists/001-vertical-expected.txt:
* platform/mac/fast/lists/002-expected.txt:
* platform/mac/fast/lists/002-vertical-expected.txt:
* platform/mac/fast/lists/003-expected.txt:
* platform/mac/fast/lists/003-vertical-expected.txt:
* platform/mac/fast/lists/004-expected.txt:
* platform/mac/fast/lists/005-expected.txt:
* platform/mac/fast/lists/005-vertical-expected.txt:
* platform/mac/fast/lists/006-expected.txt:
* platform/mac/fast/lists/006-vertical-expected.txt:
* platform/mac/fast/lists/007-expected.txt:
* platform/mac/fast/lists/007-vertical-expected.txt:
* platform/mac/fast/lists/008-expected.txt:
* platform/mac/fast/lists/008-vertical-expected.txt:
* platform/mac/fast/lists/009-expected.txt:
* platform/mac/fast/lists/009-vertical-expected.txt:
* platform/mac/fast/lists/anonymous-items-expected.txt:
* platform/mac/fast/lists/big-list-marker-expected.txt:
* platform/mac/fast/lists/drag-into-marker-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/mac/fast/lists/li-br-expected.txt:
* platform/mac/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
* platform/mac/fast/lists/list-item-line-height-expected.txt:
* platform/mac/fast/lists/list-marker-with-line-height-expected.txt:
* platform/mac/fast/lists/list-style-none-crash-expected.txt:
* platform/mac/fast/lists/marker-before-empty-inline-expected.txt:
* platform/mac/fast/lists/marker-image-error-expected.txt:
* platform/mac/fast/lists/markers-in-selection-expected.txt:
* platform/mac/fast/lists/numeric-markers-outside-list-expected.txt:
* platform/mac/fast/lists/ol-display-types-expected.txt:
* platform/mac/fast/lists/ol-start-dynamic-expected.txt:
* platform/mac/fast/lists/ol-start-parsing-expected.txt:
* platform/mac/fast/lists/olstart-expected.txt:
* platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/mac/fast/lists/scrolled-marker-paint-expected.txt:
* platform/mac/fast/loader/text-document-wrapping-expected.txt:
* platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt:
* platform/mac/fast/multicol/block-axis-horizontal-tb-expected.txt:
* platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt:
* platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt:
* platform/mac/fast/multicol/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/client-rects-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/column-rules-expected.txt:
* platform/mac/fast/multicol/column-rules-stacking-expected.txt:
* platform/mac/fast/multicol/columns-shorthand-parsing-expected.txt:
* platform/mac/fast/multicol/float-avoidance-expected.txt:
* platform/mac/fast/multicol/float-multicol-expected.txt:
* platform/mac/fast/multicol/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/mac/fast/multicol/float-paginate-expected.txt:
* platform/mac/fast/multicol/layers-in-multicol-expected.txt:
* platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac/fast/multicol/margin-collapse-expected.txt:
* platform/mac/fast/multicol/max-height-columns-block-expected.txt:
* platform/mac/fast/multicol/nested-columns-expected.txt:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
* platform/mac/fast/multicol/overflow-across-columns-expected.txt:
* platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
* platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.txt:
* platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-lr-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.txt:
* platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-max-width-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.txt:
* platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.txt:
* platform/mac/fast/multicol/pagination/TopToBottom-tb-expected.txt:
* platform/mac/fast/multicol/positioned-split-expected.txt:
* platform/mac/fast/multicol/positive-leading-expected.txt:
* platform/mac/fast/multicol/scrolling-column-rules-expected.txt:
* platform/mac/fast/multicol/scrolling-overflow-expected.txt:
* platform/mac/fast/multicol/shadow-breaking-expected.txt:
* platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
* platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
* platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
* platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
* platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/mac/fast/multicol/table-margin-collapse-expected.txt:
* platform/mac/fast/multicol/table-vertical-align-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.txt:
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.txt:
* platform/mac/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
* platform/mac/fast/overflow/001-expected.txt:
* platform/mac/fast/overflow/002-expected.txt:
* platform/mac/fast/overflow/003-expected.txt:
* platform/mac/fast/overflow/004-expected.txt:
* platform/mac/fast/overflow/005-expected.txt:
* platform/mac/fast/overflow/006-expected.txt:
* platform/mac/fast/overflow/007-expected.txt:
* platform/mac/fast/overflow/008-expected.txt:
* platform/mac/fast/overflow/border-radius-clipping-expected.txt:
* platform/mac/fast/overflow/childFocusRingClip-expected.txt:
* platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac/fast/overflow/dynamic-hidden-expected.txt:
* platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
* platform/mac/fast/overflow/hidden-scrollbar-resize-expected.txt:
* platform/mac/fast/overflow/hit-test-overflow-controls-expected.txt:
* platform/mac/fast/overflow/image-selection-highlight-expected.txt:
* platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt:
* platform/mac/fast/overflow/line-clamp-expected.txt:
* platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt:
* platform/mac/fast/overflow/overflow-auto-table-expected.txt:
* platform/mac/fast/overflow/overflow-float-stacking-expected.txt:
* platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
* platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/mac/fast/overflow/overflow-stacking-expected.txt:
* platform/mac/fast/overflow/overflow-text-hit-testing-expected.txt:
* platform/mac/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/overflow/overflow_hidden-expected.txt:
* platform/mac/fast/overflow/paged-x-div-expected.txt:
* platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt:
* platform/mac/fast/overflow/paged-x-on-root-expected.txt:
* platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt:
* platform/mac/fast/overflow/paged-y-div-expected.txt:
* platform/mac/fast/overflow/paged-y-on-root-expected.txt:
* platform/mac/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/overflow/scrollbar-position-update-expected.txt:
* platform/mac/fast/overflow/table-overflow-float-expected.txt:
* platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/mac/fast/parser/001-expected.txt:
* platform/mac/fast/parser/bad-xml-slash-expected.txt:
* platform/mac/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/parser/entity-comment-in-style-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/fonts-expected.txt:
* platform/mac/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
* platform/mac/fast/parser/open-comment-in-style-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/title-error-test-expected.txt:
* platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac/fast/reflections/abs-position-in-reflection-expected.txt:
* platform/mac/fast/reflections/inline-crash-expected.txt:
* platform/mac/fast/reflections/opacity-reflection-transform-expected.txt:
* platform/mac/fast/reflections/reflection-nesting-expected.txt:
* platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt:
* platform/mac/fast/reflections/transparent-reflected-sublayers-expected.txt:
* platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/mac/fast/regions/region-dynamic-after-before-expected.txt:
* platform/mac/fast/regions/region-generated-content-before-after-expected.txt:
* platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
* platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/mac/fast/repaint/4774354-expected.txt:
* platform/mac/fast/repaint/4776765-expected.txt:
* platform/mac/fast/repaint/backgroundSizeRepaint-expected.txt:
* platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
* platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt:
* platform/mac/fast/repaint/block-no-inflow-children-expected.txt:
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt:
* platform/mac/fast/repaint/body-background-image-expected.txt:
* platform/mac/fast/repaint/border-radius-repaint-expected.txt:
* platform/mac/fast/repaint/border-repaint-glitch-expected.txt:
* platform/mac/fast/repaint/box-shadow-dynamic-expected.txt:
* platform/mac/fast/repaint/box-shadow-h-expected.txt:
* platform/mac/fast/repaint/box-shadow-v-expected.txt:
* platform/mac/fast/repaint/bugzilla-3509-expected.txt:
* platform/mac/fast/repaint/bugzilla-5699-expected.txt:
* platform/mac/fast/repaint/bugzilla-6278-expected.txt:
* platform/mac/fast/repaint/bugzilla-6388-expected.txt:
* platform/mac/fast/repaint/bugzilla-6473-expected.txt:
* platform/mac/fast/repaint/bugzilla-7235-expected.txt:
* platform/mac/fast/repaint/caret-outside-block-expected.txt:
* platform/mac/fast/repaint/change-transform-expected.txt:
* platform/mac/fast/repaint/clipped-relative-expected.txt:
* platform/mac/fast/repaint/containing-block-position-change-expected.txt:
* platform/mac/fast/repaint/control-clip-expected.txt:
* platform/mac/fast/repaint/create-layer-repaint-expected.txt:
* platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/mac/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/fixed-expected.txt:
* platform/mac/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/mac/fast/repaint/flexible-box-overflow-expected.txt:
* platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
* platform/mac/fast/repaint/float-move-during-layout-expected.txt:
* platform/mac/fast/repaint/focus-layers-expected.txt:
* platform/mac/fast/repaint/inline-block-overflow-expected.txt:
* platform/mac/fast/repaint/inline-color-change-expected.txt:
* platform/mac/fast/repaint/inline-outline-repaint-expected.txt:
* platform/mac/fast/repaint/layer-child-outline-expected.txt:
* platform/mac/fast/repaint/layer-outline-expected.txt:
* platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/mac/fast/repaint/layout-state-relative-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt:
* platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
* platform/mac/fast/repaint/line-overflow-expected.txt:
* platform/mac/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/mac/fast/repaint/list-marker-2-expected.txt:
* platform/mac/fast/repaint/list-marker-expected.txt:
* platform/mac/fast/repaint/make-children-non-inline-expected.txt:
* platform/mac/fast/repaint/multicol-repaint-expected.txt:
* platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
* platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/mac/fast/repaint/outline-child-repaint-expected.txt:
* platform/mac/fast/repaint/outline-repaint-glitch-expected.txt:
* platform/mac/fast/repaint/outline-shrinking-expected.txt:
* platform/mac/fast/repaint/overflow-delete-line-expected.txt:
* platform/mac/fast/repaint/overflow-outline-repaint-expected.txt:
* platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/mac/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/mac/fast/repaint/positioned-document-element-expected.txt:
* platform/mac/fast/repaint/reflection-redraw-expected.txt:
* platform/mac/fast/repaint/reflection-repaint-test-expected.txt:
* platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/mac/fast/repaint/scale-page-shrink-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/select-option-background-color-expected.txt:
* platform/mac/fast/repaint/selected-replaced-expected.txt:
* platform/mac/fast/repaint/selection-after-delete-expected.txt:
* platform/mac/fast/repaint/selection-after-remove-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/mac/fast/repaint/selection-gap-overflow-scroll-expected.txt:
* platform/mac/fast/repaint/stacked-diacritics-expected.txt:
* platform/mac/fast/repaint/static-to-positioned-expected.txt:
* platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-cell-move-expected.txt:
* platform/mac/fast/repaint/table-collapsed-border-expected.txt:
* platform/mac/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/mac/fast/repaint/text-append-dirty-lines-expected.txt:
* platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
* platform/mac/fast/repaint/text-selection-rect-in-overflow-expected.txt:
* platform/mac/fast/repaint/text-shadow-expected.txt:
* platform/mac/fast/repaint/text-shadow-horizontal-expected.txt:
* platform/mac/fast/repaint/transform-layout-repaint-expected.txt:
* platform/mac/fast/repaint/transform-relative-position-expected.txt:
* platform/mac/fast/repaint/transform-repaint-descendants-expected.txt:
* platform/mac/fast/repaint/transform-translate-expected.txt:
* platform/mac/fast/replaced/001-expected.txt:
* platform/mac/fast/replaced/002-expected.txt:
* platform/mac/fast/replaced/003-expected.txt:
* platform/mac/fast/replaced/004-expected.txt:
* platform/mac/fast/replaced/006-expected.txt:
* platform/mac/fast/replaced/007-expected.txt:
* platform/mac/fast/replaced/absolute-image-sizing-expected.txt:
* platform/mac/fast/replaced/absolute-position-percentage-height-expected.txt:
* platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/applet-disabled-positioned-expected.txt:
* platform/mac/fast/replaced/applet-display-none-expected.txt:
* platform/mac/fast/replaced/applet-rendering-java-disabled-expected.txt:
* platform/mac/fast/replaced/embed-display-none-expected.txt:
* platform/mac/fast/replaced/image-onload-expected.txt:
* platform/mac/fast/replaced/image-resize-width-expected.txt:
* platform/mac/fast/replaced/image-sizing-expected.txt:
* platform/mac/fast/replaced/image-solid-color-with-alpha-expected.txt:
* platform/mac/fast/replaced/inline-box-wrapper-handover-expected.txt:
* platform/mac/fast/replaced/max-width-percent-expected.txt:
* platform/mac/fast/replaced/maxheight-percent-expected.txt:
* platform/mac/fast/replaced/maxheight-pxs-expected.txt:
* platform/mac/fast/replaced/maxwidth-percent-expected.txt:
* platform/mac/fast/replaced/maxwidth-pxs-expected.txt:
* platform/mac/fast/replaced/minheight-percent-expected.txt:
* platform/mac/fast/replaced/minheight-pxs-expected.txt:
* platform/mac/fast/replaced/minwidth-percent-expected.txt:
* platform/mac/fast/replaced/minwidth-pxs-expected.txt:
* platform/mac/fast/replaced/object-align-hspace-vspace-expected.txt:
* platform/mac/fast/replaced/object-display-none-expected.txt:
* platform/mac/fast/replaced/pdf-as-image-expected.txt:
* platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
* platform/mac/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
* platform/mac/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/mac/fast/replaced/selection-rect-transform-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/mac/fast/replaced/width100percent-button-expected.txt:
* platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac/fast/replaced/width100percent-image-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/replaced/width100percent-radio-expected.txt:
* platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
* platform/mac/fast/replaced/width100percent-textfield-expected.txt:
* platform/mac/fast/ruby/nested-ruby-expected.txt:
* platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac/fast/ruby/ruby-empty-rt-expected.txt:
* platform/mac/fast/ruby/ruby-inline-table-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac/fast/ruby/ruby-simple-expected.txt:
* platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
* platform/mac/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/mac/fast/ruby/ruby-trailing-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt:
* platform/mac/fast/selectors/001-expected.txt:
* platform/mac/fast/selectors/002-expected.txt:
* platform/mac/fast/selectors/003-expected.txt:
* platform/mac/fast/selectors/004-expected.txt:
* platform/mac/fast/selectors/005-expected.txt:
* platform/mac/fast/selectors/006-expected.txt:
* platform/mac/fast/selectors/007a-expected.txt:
* platform/mac/fast/selectors/007b-expected.txt:
* platform/mac/fast/selectors/008-expected.txt:
* platform/mac/fast/selectors/009-expected.txt:
* platform/mac/fast/selectors/010-expected.txt:
* platform/mac/fast/selectors/011-expected.txt:
* platform/mac/fast/selectors/012-expected.txt:
* platform/mac/fast/selectors/013-expected.txt:
* platform/mac/fast/selectors/014-expected.txt:
* platform/mac/fast/selectors/015-expected.txt:
* platform/mac/fast/selectors/016-expected.txt:
* platform/mac/fast/selectors/017-expected.txt:
* platform/mac/fast/selectors/018-expected.txt:
* platform/mac/fast/selectors/018b-expected.txt:
* platform/mac/fast/selectors/019-expected.txt:
* platform/mac/fast/selectors/020-expected.txt:
* platform/mac/fast/selectors/021-expected.txt:
* platform/mac/fast/selectors/021b-expected.txt:
* platform/mac/fast/selectors/027-expected.txt:
* platform/mac/fast/selectors/032-expected.txt:
* platform/mac/fast/selectors/034-expected.txt:
* platform/mac/fast/selectors/038-expected.txt:
* platform/mac/fast/selectors/039-expected.txt:
* platform/mac/fast/selectors/039b-expected.txt:
* platform/mac/fast/selectors/040-expected.txt:
* platform/mac/fast/selectors/041-expected.txt:
* platform/mac/fast/selectors/042-expected.txt:
* platform/mac/fast/selectors/043-expected.txt:
* platform/mac/fast/selectors/043b-expected.txt:
* platform/mac/fast/selectors/044-expected.txt:
* platform/mac/fast/selectors/044b-expected.txt:
* platform/mac/fast/selectors/044c-expected.txt:
* platform/mac/fast/selectors/044d-expected.txt:
* platform/mac/fast/selectors/045-expected.txt:
* platform/mac/fast/selectors/045b-expected.txt:
* platform/mac/fast/selectors/045c-expected.txt:
* platform/mac/fast/selectors/046-expected.txt:
* platform/mac/fast/selectors/054-expected.txt:
* platform/mac/fast/selectors/056-expected.txt:
* platform/mac/fast/selectors/058-expected.txt:
* platform/mac/fast/selectors/059-expected.txt:
* platform/mac/fast/selectors/060-expected.txt:
* platform/mac/fast/selectors/061-expected.txt:
* platform/mac/fast/selectors/062-expected.txt:
* platform/mac/fast/selectors/063-expected.txt:
* platform/mac/fast/selectors/064-expected.txt:
* platform/mac/fast/selectors/065-expected.txt:
* platform/mac/fast/selectors/066-expected.txt:
* platform/mac/fast/selectors/066b-expected.txt:
* platform/mac/fast/selectors/072-expected.txt:
* platform/mac/fast/selectors/072b-expected.txt:
* platform/mac/fast/selectors/077-expected.txt:
* platform/mac/fast/selectors/077b-expected.txt:
* platform/mac/fast/selectors/078b-expected.txt:
* platform/mac/fast/selectors/083-expected.txt:
* platform/mac/fast/selectors/087b-expected.txt:
* platform/mac/fast/selectors/088b-expected.txt:
* platform/mac/fast/selectors/089-expected.txt:
* platform/mac/fast/selectors/090b-expected.txt:
* platform/mac/fast/selectors/154-expected.txt:
* platform/mac/fast/selectors/155-expected.txt:
* platform/mac/fast/selectors/155a-expected.txt:
* platform/mac/fast/selectors/155b-expected.txt:
* platform/mac/fast/selectors/155c-expected.txt:
* platform/mac/fast/selectors/155d-expected.txt:
* platform/mac/fast/selectors/156b-expected.txt:
* platform/mac/fast/selectors/157-expected.txt:
* platform/mac/fast/selectors/158-expected.txt:
* platform/mac/fast/selectors/159-expected.txt:
* platform/mac/fast/selectors/160-expected.txt:
* platform/mac/fast/selectors/166-expected.txt:
* platform/mac/fast/selectors/166a-expected.txt:
* platform/mac/fast/selectors/167-expected.txt:
* platform/mac/fast/selectors/167a-expected.txt:
* platform/mac/fast/selectors/168-expected.txt:
* platform/mac/fast/selectors/168a-expected.txt:
* platform/mac/fast/selectors/169-expected.txt:
* platform/mac/fast/selectors/169a-expected.txt:
* platform/mac/fast/selectors/170-expected.txt:
* platform/mac/fast/selectors/170a-expected.txt:
* platform/mac/fast/selectors/170b-expected.txt:
* platform/mac/fast/selectors/170c-expected.txt:
* platform/mac/fast/selectors/170d-expected.txt:
* platform/mac/fast/selectors/175a-expected.txt:
* platform/mac/fast/selectors/175b-expected.txt:
* platform/mac/fast/selectors/175c-expected.txt:
* platform/mac/fast/selectors/177a-expected.txt:
* platform/mac/fast/selectors/177b-expected.txt:
* platform/mac/fast/selectors/lang-inheritance-expected.txt:
* platform/mac/fast/selectors/lang-inheritance2-expected.txt:
* platform/mac/fast/selectors/lang-vs-xml-lang-expected.txt:
* platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
* platform/mac/fast/selectors/nondeterministic-combinators-expected.txt:
* platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
* platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
* platform/mac/fast/selectors/visited-descendant-expected.txt:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt:
* platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt:
* platform/mac/fast/table/001-expected.txt:
* platform/mac/fast/table/002-expected.txt:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/004-expected.txt:
* platform/mac/fast/table/007-expected.txt:
* platform/mac/fast/table/009-expected.txt:
* platform/mac/fast/table/010-expected.txt:
* platform/mac/fast/table/011-expected.txt:
* platform/mac/fast/table/012-expected.txt:
* platform/mac/fast/table/014-expected.txt:
* platform/mac/fast/table/015-expected.txt:
* platform/mac/fast/table/016-expected.txt:
* platform/mac/fast/table/017-expected.txt:
* platform/mac/fast/table/018-expected.txt:
* platform/mac/fast/table/020-expected.txt:
* platform/mac/fast/table/021-expected.txt:
* platform/mac/fast/table/023-expected.txt:
* platform/mac/fast/table/026-expected.txt:
* platform/mac/fast/table/027-expected.txt:
* platform/mac/fast/table/027-vertical-expected.txt:
* platform/mac/fast/table/028-expected.txt:
* platform/mac/fast/table/028-vertical-expected.txt:
* platform/mac/fast/table/029-expected.txt:
* platform/mac/fast/table/030-expected.txt:
* platform/mac/fast/table/033-expected.txt:
* platform/mac/fast/table/034-expected.txt:
* platform/mac/fast/table/035-expected.txt:
* platform/mac/fast/table/035-vertical-expected.txt:
* platform/mac/fast/table/036-expected.txt:
* platform/mac/fast/table/037-expected.txt:
* platform/mac/fast/table/038-expected.txt:
* platform/mac/fast/table/038-vertical-expected.txt:
* platform/mac/fast/table/039-expected.txt:
* platform/mac/fast/table/040-expected.txt:
* platform/mac/fast/table/040-vertical-expected.txt:
* platform/mac/fast/table/041-expected.txt:
* platform/mac/fast/table/100-percent-cell-width-expected.txt:
* platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
* platform/mac/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac/fast/table/align-right-within-left-aligned-div-expected.txt:
* platform/mac/fast/table/append-cells-expected.txt:
* platform/mac/fast/table/append-cells2-expected.txt:
* platform/mac/fast/table/auto-with-percent-height-expected.txt:
* platform/mac/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/001-expected.txt:
* platform/mac/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/003-expected.txt:
* platform/mac/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/004-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/mac/fast/table/cell-absolute-child-expected.txt:
* platform/mac/fast/table/cell-coalescing-expected.txt:
* platform/mac/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/mac/fast/table/cell-width-auto-expected.txt:
* platform/mac/fast/table/cellindex-expected.txt:
* platform/mac/fast/table/click-near-anonymous-table-expected.txt:
* platform/mac/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/mac/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
* platform/mac/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/mac/fast/table/early-table-layout-expected.txt:
* platform/mac/fast/table/edge-offsets-expected.txt:
* platform/mac/fast/table/empty-cells-expected.txt:
* platform/mac/fast/table/fixed-nested-expected.txt:
* platform/mac/fast/table/fixed-table-non-cell-in-row-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
* platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
* platform/mac/fast/table/fixed-table-with-small-percent-width-expected.txt:
* platform/mac/fast/table/floating-th-expected.txt:
* platform/mac/fast/table/floatingTablePaintBackground-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/fast/table/generated-caption-expected.txt:
* platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/mac/fast/table/insert-cell-before-form-expected.txt:
* platform/mac/fast/table/insert-row-before-form-expected.txt:
* platform/mac/fast/table/invisible-cell-background-expected.txt:
* platform/mac/fast/table/large-width-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
* platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
* platform/mac/fast/table/multiple-captions-display-expected.txt:
* platform/mac/fast/table/nested-percent-height-table-expected.txt:
* platform/mac/fast/table/nobr-expected.txt:
* platform/mac/fast/table/overflowHidden-expected.txt:
* platform/mac/fast/table/percent-heights-expected.txt:
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/mac/fast/table/quote-text-around-iframe-expected.txt:
* platform/mac/fast/table/relative-position-containment-expected.txt:
* platform/mac/fast/table/relative-position-offsets-expected.txt:
* platform/mac/fast/table/relative-position-stacking-expected.txt:
* platform/mac/fast/table/remove-td-display-none-expected.txt:
* platform/mac/fast/table/replaced-percent-height-expected.txt:
* platform/mac/fast/table/row-height-recalc-expected.txt:
* platform/mac/fast/table/rowindex-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-expected.txt:
* platform/mac/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/mac/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/mac/fast/table/rules-attr-dynchange1-expected.txt:
* platform/mac/fast/table/rules-attr-dynchange2-expected.txt:
* platform/mac/fast/table/stale-grid-crash-expected.txt:
* platform/mac/fast/table/table-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-and-parts-outline-expected.txt:
* platform/mac/fast/table/table-before-child-in-table-expected.txt:
* platform/mac/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/mac/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/mac/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/mac/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/mac/fast/table/table-display-types-expected.txt:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
* platform/mac/fast/table/table-display-types-vertical-expected.txt:
* platform/mac/fast/table/table-hspace-align-center-expected.txt:
* platform/mac/fast/table/table-row-after-child-in-block-expected.txt:
* platform/mac/fast/table/table-row-after-child-in-table-expected.txt:
* platform/mac/fast/table/table-row-before-child-in-block-expected.txt:
* platform/mac/fast/table/table-row-before-child-in-table-expected.txt:
* platform/mac/fast/table/tableInsideCaption-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/table/unbreakable-images-quirk-expected.txt:
* platform/mac/fast/table/unused-percent-heights-expected.txt:
* platform/mac/fast/table/vertical-align-baseline-expected.txt:
* platform/mac/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
* platform/mac/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/mac/fast/text/atsui-partial-selection-expected.txt:
* platform/mac/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac/fast/text/basic/001-expected.txt:
* platform/mac/fast/text/basic/002-expected.txt:
* platform/mac/fast/text/basic/003-expected.txt:
* platform/mac/fast/text/basic/004-expected.txt:
* platform/mac/fast/text/basic/005-expected.txt:
* platform/mac/fast/text/basic/006-expected.txt:
* platform/mac/fast/text/basic/007-expected.txt:
* platform/mac/fast/text/basic/008-expected.txt:
* platform/mac/fast/text/basic/009-expected.txt:
* platform/mac/fast/text/basic/011-expected.txt:
* platform/mac/fast/text/basic/012-expected.txt:
* platform/mac/fast/text/basic/013-expected.txt:
* platform/mac/fast/text/basic/014-expected.txt:
* platform/mac/fast/text/basic/015-expected.txt:
* platform/mac/fast/text/basic/generic-family-changes-expected.txt:
* platform/mac/fast/text/basic/generic-family-reset-expected.txt:
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
* platform/mac/fast/text/break-word-expected.txt:
* platform/mac/fast/text/capitalize-boundaries-expected.txt:
* platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
* platform/mac/fast/text/capitalize-preserve-nbsp-expected.txt:
* platform/mac/fast/text/cg-fallback-bolding-expected.txt:
* platform/mac/fast/text/cg-vs-atsui-expected.txt:
* platform/mac/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/mac/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/delete-hard-break-character-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/fake-italic-expected.txt:
* platform/mac/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac/fast/text/family-for-font-matched-by-name-expected.txt:
* platform/mac/fast/text/firstline/001-expected.txt:
* platform/mac/fast/text/firstline/002-expected.txt:
* platform/mac/fast/text/firstline/003-expected.txt:
* platform/mac/fast/text/font-initial-expected.txt:
* platform/mac/fast/text/format-control-expected.txt:
* platform/mac/fast/text/hyphenate-character-expected.txt:
* platform/mac/fast/text/hyphenate-first-word-expected.txt:
* platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/mac/fast/text/hyphenate-limit-lines-expected.txt:
* platform/mac/fast/text/hyphenate-locale-expected.txt:
* platform/mac/fast/text/hyphens-expected.txt:
* platform/mac/fast/text/in-rendered-text-rtl-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/international/001-expected.txt:
* platform/mac/fast/text/international/002-expected.txt:
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
* platform/mac/fast/text/international/arabic-justify-expected.txt:
* platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
* platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt:
* platform/mac/fast/text/international/bidi-european-terminators-expected.txt:
* platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
* platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
* platform/mac/fast/text/international/bidi-innertext-expected.txt:
* platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-001-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-002-expected.txt:
* platform/mac/fast/text/international/bidi-linebreak-003-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/bidi-menulist-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
* platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
* platform/mac/fast/text/international/bidi-override-expected.txt:
* platform/mac/fast/text/international/bold-bengali-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/hebrew-vowels-expected.txt:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac/fast/text/international/khmer-selection-expected.txt:
* platform/mac/fast/text/international/plane2-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/fast/text/international/rtl-caret-expected.txt:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac/fast/text/international/thai-baht-space-expected.txt:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac/fast/text/justified-selection-at-edge-expected.txt:
* platform/mac/fast/text/justified-selection-expected.txt:
* platform/mac/fast/text/justified-text-rect-expected.txt:
* platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/mac/fast/text/khmer-lao-font-expected.txt:
* platform/mac/fast/text/large-text-composed-char-expected.txt:
* platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/mac/fast/text/line-breaking-with-kerning-expected.txt:
* platform/mac/fast/text/line-breaks-after-white-space-expected.txt:
* platform/mac/fast/text/line-breaks-expected.txt:
* platform/mac/fast/text/line-initial-and-final-swashes-expected.txt:
* platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
* platform/mac/fast/text/midword-break-before-surrogate-pair-expected.txt:
* platform/mac/fast/text/midword-break-hang-expected.txt:
* platform/mac/fast/text/monospace-width-cache-expected.txt:
* platform/mac/fast/text/orientation-sideways-expected.txt:
* platform/mac/fast/text/reset-emptyRun-expected.txt:
* platform/mac/fast/text/selection-hard-linebreak-expected.txt:
* platform/mac/fast/text/shadow-translucent-fill-expected.txt:
* platform/mac/fast/text/should-use-atsui-expected.txt:
* platform/mac/fast/text/softHyphen-expected.txt:
* platform/mac/fast/text/sticky-typesetting-features-expected.txt:
* platform/mac/fast/text/stroking-decorations-expected.txt:
* platform/mac/fast/text/stroking-expected.txt:
* platform/mac/fast/text/text-combine-different-fonts-expected.txt:
* platform/mac/fast/text/text-letter-spacing-expected.txt:
* platform/mac/fast/text/text-shadow-no-default-color-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/text/unicode-variation-selector-expected.txt:
* platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
* platform/mac/fast/text/wbr-expected.txt:
* platform/mac/fast/text/wbr-in-pre-crash-expected.txt:
* platform/mac/fast/text/wbr-styled-expected.txt:
* platform/mac/fast/text/whitespace/001-expected.txt:
* platform/mac/fast/text/whitespace/002-expected.txt:
* platform/mac/fast/text/whitespace/003-expected.txt:
* platform/mac/fast/text/whitespace/004-expected.txt:
* platform/mac/fast/text/whitespace/005-expected.txt:
* platform/mac/fast/text/whitespace/006-expected.txt:
* platform/mac/fast/text/whitespace/007-expected.txt:
* platform/mac/fast/text/whitespace/008-expected.txt:
* platform/mac/fast/text/whitespace/009-expected.txt:
* platform/mac/fast/text/whitespace/010-expected.txt:
* platform/mac/fast/text/whitespace/011-expected.txt:
* platform/mac/fast/text/whitespace/012-expected.txt:
* platform/mac/fast/text/whitespace/015-expected.txt:
* platform/mac/fast/text/whitespace/016-expected.txt:
* platform/mac/fast/text/whitespace/018-expected.txt:
* platform/mac/fast/text/whitespace/020-expected.txt:
* platform/mac/fast/text/whitespace/021-expected.txt:
* platform/mac/fast/text/whitespace/022-expected.txt:
* platform/mac/fast/text/whitespace/024-expected.txt:
* platform/mac/fast/text/whitespace/025-expected.txt:
* platform/mac/fast/text/whitespace/026-expected.txt:
* platform/mac/fast/text/whitespace/027-expected.txt:
* platform/mac/fast/text/whitespace/028-expected.txt:
* platform/mac/fast/text/whitespace/029-expected.txt:
* platform/mac/fast/text/whitespace/030-expected.txt:
* platform/mac/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
* platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt:
* platform/mac/fast/text/whitespace/pre-break-word-expected.txt:
* platform/mac/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-line-test-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/mac/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:
* platform/mac/fast/text/whitespace/tab-character-basics-expected.txt:
* platform/mac/fast/text/wide-zero-width-space-expected.txt:
* platform/mac/fast/text/word-break-expected.txt:
* platform/mac/fast/text/word-break-run-rounding-expected.txt:
* platform/mac/fast/text/word-break-soft-hyphen-expected.txt:
* platform/mac/fast/text/word-space-expected.txt:
* platform/mac/fast/text/zero-font-size-expected.txt:
* platform/mac/fast/tokenizer/001-expected.txt:
* platform/mac/fast/tokenizer/003-expected.txt:
* platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac/fast/transforms/diamond-expected.txt:
* platform/mac/fast/transforms/identity-matrix-expected.txt:
* platform/mac/fast/transforms/overflow-with-transform-expected.txt:
* platform/mac/fast/transforms/skew-with-unitless-zero-expected.txt:
* platform/mac/fast/transforms/transform-on-inline-expected.txt:
* platform/mac/fast/transforms/transform-overflow-expected.txt:
* platform/mac/fast/transforms/transform-positioned-ancestor-expected.txt:
* platform/mac/fast/transforms/transform-table-row-expected.txt:
* platform/mac/fast/transforms/transformed-caret-expected.txt:
* platform/mac/fast/transforms/transformed-document-element-expected.txt:
* platform/mac/fast/transforms/transforms-with-opacity-expected.txt:
* platform/mac/fast/transforms/transforms-with-zoom-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
* platform/mac/fast/writing-mode/english-bt-text-expected.txt:
* platform/mac/fast/writing-mode/english-lr-text-expected.txt:
* platform/mac/fast/writing-mode/english-rl-text-expected.txt:
* platform/mac/fast/writing-mode/fieldsets-expected.txt:
* platform/mac/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt:
* platform/mac/fast/writing-mode/text-orientation-basic-expected.txt:
* platform/mac/fast/writing-mode/vertical-baseline-alignment-expected.txt:
* platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
* platform/mac/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
* platform/mac/fast/xsl/document-function-expected.txt:
* platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac/fast/xsl/xslt-enc-expected.txt:
* platform/mac/fast/xsl/xslt-enc16-expected.txt:
* platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac/fast/xsl/xslt-entity-expected.txt:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac/fast/xsl/xslt-import-depth-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/fast/xsl/xslt-relative-path-expected.txt:
* platform/mac/fast/xsl/xslt_unicode-expected.txt:
* platform/mac/fonts/cursive-expected.txt:
* platform/mac/fonts/default-expected.txt:
* platform/mac/fonts/fantasy-expected.txt:
* platform/mac/fonts/monospace-expected.txt:
* platform/mac/fonts/sans-serif-expected.txt:
* platform/mac/fonts/serif-expected.txt:
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
* platform/mac/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/mac/http/tests/misc/acid2-expected.txt:
* platform/mac/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac/http/tests/misc/acid3-expected.txt:
* platform/mac/http/tests/misc/error404-expected.txt:
* platform/mac/http/tests/misc/favicon-as-image-expected.txt:
* platform/mac/http/tests/misc/frame-access-during-load-expected.txt:
* platform/mac/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/mac/http/tests/misc/iframe404-expected.txt:
* platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
* platform/mac/http/tests/misc/slow-loading-mask-expected.txt:
* platform/mac/http/tests/multipart/invalid-image-data-expected.txt:
* platform/mac/http/tests/multipart/invalid-image-data-standalone-expected.txt:
* platform/mac/http/tests/navigation/error404-basic-expected.txt:
* platform/mac/http/tests/navigation/error404-goback-expected.txt:
* platform/mac/http/tests/navigation/error404-subframeload-expected.txt:
* platform/mac/http/tests/navigation/postredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/mac/http/tests/uri/css-href-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-001-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-002-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-003-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-004-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-005-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-006-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-007-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-008-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-009-expected.txt:
* platform/mac/ietestcenter/css3/text/textshadow-010-expected.txt:
* platform/mac/mathml/opentype/large-operators-expected.txt:
* platform/mac/mathml/opentype/vertical-expected.txt:
* platform/mac/mathml/presentation/mspace-children-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
* platform/mac/media/video-aspect-ratio-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-empty-source-expected.txt:
* platform/mac/media/video-layer-crash-expected.txt:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-transformed-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/media/video-zoom-controls-expected.txt:
* platform/mac/media/video-zoom-expected.txt:
* platform/mac/platform/mac/fast/text/line-break-locale-expected.txt:
* platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt:
* platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt:
* platform/mac/platform/mac/fast/text/x-height-expected.txt:
* platform/mac/plugins/embed-attributes-style-expected.txt:
* platform/mac/plugins/netscape-dom-access-expected.txt:
* platform/mac/printing/compositing-layer-printing-expected.txt:
* platform/mac/printing/media-queries-print-expected.txt:
* platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
* platform/mac/printing/width-overflow-expected.txt:
* platform/mac/scrollbars/basic-scrollbar-expected.txt:
* platform/mac/scrollbars/disabled-scrollbar-expected.txt:
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/mac/scrollbars/scrollbar-buttons-expected.txt:
* platform/mac/scrollbars/scrollbar-orientation-expected.txt:
* platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
* platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-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-25-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-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-37-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-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-41-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-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/interact-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-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-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-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-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-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/script-handle-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-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-02-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-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-08-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-fonts-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-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-03-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-text-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-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/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
* platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/mac/svg/as-background-image/svg-background-partial-redraw-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
* platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt:
* platform/mac/svg/as-image/image-respects-deviceScaleFactor-expected.txt:
* platform/mac/svg/as-image/image-respects-pageScaleFactor-expected.txt:
* platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/as-image/svg-image-change-content-size-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac/svg/batik/paints/patternRegions-expected.txt:
* platform/mac/svg/batik/text/smallFonts-expected.txt:
* platform/mac/svg/batik/text/textAnchor-expected.txt:
* platform/mac/svg/batik/text/textAnchor2-expected.txt:
* platform/mac/svg/batik/text/textAnchor3-expected.txt:
* platform/mac/svg/batik/text/textDecoration2-expected.txt:
* platform/mac/svg/batik/text/textFeatures-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac/svg/batik/text/textLayout-expected.txt:
* platform/mac/svg/batik/text/textLayout2-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/textPosition2-expected.txt:
* platform/mac/svg/batik/text/textProperties2-expected.txt:
* platform/mac/svg/batik/text/textStyles-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/scrollbar-expected.txt:
* platform/mac/svg/carto.net/selectionlist-expected.txt:
* platform/mac/svg/carto.net/slider-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/css/composite-shadow-text-expected.txt:
* platform/mac/svg/css/css-box-min-width-expected.txt:
* platform/mac/svg/css/group-with-shadow-expected.txt:
* platform/mac/svg/css/shadow-changes-expected.txt:
* platform/mac/svg/css/text-gradient-shadow-expected.txt:
* platform/mac/svg/css/text-shadow-multiple-expected.txt:
* platform/mac/svg/custom/SVGMatrix-interface-expected.txt:
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
* platform/mac/svg/custom/absolute-sized-content-with-resources-expected.txt:
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* 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/bug45331-expected.txt:
* platform/mac/svg/custom/circle-move-invalidation-expected.txt:
* platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac/svg/custom/createImageElement2-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac/svg/custom/embedding-external-svgs-expected.txt:
* platform/mac/svg/custom/empty-mask-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac/svg/custom/fill-fallback-expected.txt:
* platform/mac/svg/custom/focus-ring-expected.txt:
* platform/mac/svg/custom/font-face-cascade-order-expected.txt:
* platform/mac/svg/custom/font-face-simple-expected.txt:
* platform/mac/svg/custom/foreign-object-skew-expected.txt:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac/svg/custom/getTransformToElement-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/mac/svg/custom/getsvgdocument-expected.txt:
* platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.txt:
* platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
* platform/mac/svg/custom/hit-test-path-expected.txt:
* platform/mac/svg/custom/hit-test-path-stroke-expected.txt:
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/mac/svg/custom/hit-test-with-br-expected.txt:
* platform/mac/svg/custom/image-parent-translation-expected.txt:
* platform/mac/svg/custom/image-rescale-clip-expected.txt:
* platform/mac/svg/custom/image-rescale-scroll-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/invalid-fill-expected.txt:
* platform/mac/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac/svg/custom/invalid-stroke-hex-expected.txt:
* platform/mac/svg/custom/invalid-uri-stroke-expected.txt:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac/svg/custom/js-update-stop-linked-gradient-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac/svg/custom/linking-uri-01-b-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-orient-auto-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/missing-xlink-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/no-inherited-dashed-stroke-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/object-sizing-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/path-textPath-simulation-expected.txt:
* platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
* platform/mac/svg/custom/pattern-rotate-expected.txt:
* platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
* platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
* platform/mac/svg/custom/pattern-with-transformation-expected.txt:
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac/svg/custom/pointer-events-image-css-transform-expected.txt:
* platform/mac/svg/custom/pointer-events-image-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
* platform/mac/svg/custom/pointer-events-text-expected.txt:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac/svg/custom/recursive-filter-expected.txt:
* platform/mac/svg/custom/recursive-gradient-expected.txt:
* platform/mac/svg/custom/recursive-mask-expected.txt:
* platform/mac/svg/custom/recursive-pattern-expected.txt:
* platform/mac/svg/custom/relative-sized-content-expected.txt:
* platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
* platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
* platform/mac/svg/custom/relative-sized-image-expected.txt:
* platform/mac/svg/custom/relative-sized-inner-svg-expected.txt:
* platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt:
* platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
* platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
* platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/second-inline-text-expected.txt:
* platform/mac/svg/custom/shape-rendering-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/simple-text-double-shadow-expected.txt:
* platform/mac/svg/custom/simpleCDF-expected.txt:
* platform/mac/svg/custom/stroke-fallback-expected.txt:
* platform/mac/svg/custom/stroke-width-large-expected.txt:
* platform/mac/svg/custom/stroked-pattern-expected.txt:
* platform/mac/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
* platform/mac/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac/svg/custom/svg-fonts-fallback-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/svg-fonts-segmented-expected.txt:
* platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/mac/svg/custom/svg-overflow-types-expected.txt:
* platform/mac/svg/custom/text-clip-expected.txt:
* platform/mac/svg/custom/text-ctm-expected.txt:
* platform/mac/svg/custom/text-decoration-visibility-expected.txt:
* platform/mac/svg/custom/text-dom-01-f-expected.txt:
* platform/mac/svg/custom/text-hit-test-expected.txt:
* platform/mac/svg/custom/text-image-opacity-expected.txt:
* platform/mac/svg/custom/text-letter-spacing-expected.txt:
* platform/mac/svg/custom/text-linking-expected.txt:
* platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
* platform/mac/svg/custom/text-rotated-gradient-expected.txt:
* platform/mac/svg/custom/text-rotation-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
* platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
* 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.txt:
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
* platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/mac/svg/custom/text-xy-updates-expected.txt:
* platform/mac/svg/custom/tref-own-content-removal-expected.txt:
* platform/mac/svg/custom/tref-update-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-detach-expected.txt:
* platform/mac/svg/custom/use-dynamic-append-expected.txt:
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac/svg/custom/use-events-crash-expected.txt:
* platform/mac/svg/custom/use-font-face-crash-expected.txt:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac/svg/custom/use-modify-target-container-expected.txt:
* platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac/svg/custom/use-on-g-expected.txt:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/mac/svg/custom/use-on-rect-expected.txt:
* platform/mac/svg/custom/use-on-symbol-expected.txt:
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
* platform/mac/svg/custom/use-on-text-expected.txt:
* platform/mac/svg/custom/use-on-use-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac/svg/custom/use-recursion-1-expected.txt:
* platform/mac/svg/custom/use-recursion-2-expected.txt:
* platform/mac/svg/custom/use-recursion-3-expected.txt:
* platform/mac/svg/custom/use-recursion-4-expected.txt:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac/svg/custom/use-transform-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/custom/viewport-em-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt:
* platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
* platform/mac/svg/filters/feComposite-expected.txt:
* platform/mac/svg/filters/filter-width-update-expected.txt:
* platform/mac/svg/foreignObject/fO-parent-display-changes-expected.txt:
* platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
* platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
* platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
* platform/mac/svg/hixie/data-types/002-expected.txt:
* platform/mac/svg/hixie/error/002-expected.txt:
* platform/mac/svg/hixie/error/003-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/svg/hixie/error/013-expected.txt:
* platform/mac/svg/hixie/error/017-expected.txt:
* platform/mac/svg/hixie/intrinsic/003-expected.txt:
* platform/mac/svg/hixie/links/002-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/hixie/mixed/006-expected.txt:
* platform/mac/svg/hixie/mixed/007-expected.txt:
* platform/mac/svg/hixie/mixed/008-expected.txt:
* platform/mac/svg/hixie/mixed/009-expected.txt:
* platform/mac/svg/hixie/mixed/010-expected.txt:
* platform/mac/svg/hixie/mixed/011-expected.txt:
* platform/mac/svg/hixie/perf/001-expected.txt:
* platform/mac/svg/hixie/perf/002-expected.txt:
* platform/mac/svg/hixie/perf/003-expected.txt:
* platform/mac/svg/hixie/perf/004-expected.txt:
* platform/mac/svg/hixie/perf/005-expected.txt:
* platform/mac/svg/hixie/perf/006-expected.txt:
* platform/mac/svg/hixie/perf/007-expected.txt:
* platform/mac/svg/hixie/processing-model/003-expected.txt:
* platform/mac/svg/hixie/processing-model/004-expected.txt:
* platform/mac/svg/hixie/rendering-model/003-expected.txt:
* platform/mac/svg/hixie/rendering-model/004-expected.txt:
* platform/mac/svg/hixie/text/002-expected.txt:
* platform/mac/svg/hixie/text/003-expected.txt:
* platform/mac/svg/hixie/text/003a-expected.txt:
* platform/mac/svg/hixie/text/003b-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac/svg/in-html/circle-expected.txt:
* platform/mac/svg/repaint/filter-repaint-expected.txt:
* platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
* platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
* platform/mac/svg/text/bidi-embedded-direction-expected.txt:
* platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
* platform/mac/svg/text/bidi-text-anchor-direction-expected.txt:
* platform/mac/svg/text/bidi-text-query-expected.txt:
* platform/mac/svg/text/bidi-tspans-expected.txt:
* platform/mac/svg/text/ems-display-none-expected.txt:
* platform/mac/svg/text/exs-display-none-expected.txt:
* platform/mac/svg/text/font-size-below-point-five-expected.txt:
* platform/mac/svg/text/foreignObject-repaint-expected.txt:
* platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
* platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
* platform/mac/svg/text/remove-tspan-from-text-expected.txt:
* platform/mac/svg/text/scaled-font-expected.txt:
* platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
* platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
* platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
* platform/mac/svg/text/select-x-list-1-expected.txt:
* platform/mac/svg/text/select-x-list-2-expected.txt:
* platform/mac/svg/text/select-x-list-3-expected.txt:
* platform/mac/svg/text/select-x-list-4-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
* platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
* platform/mac/svg/text/selection-doubleclick-expected.txt:
* platform/mac/svg/text/selection-styles-expected.txt:
* platform/mac/svg/text/selection-tripleclick-expected.txt:
* platform/mac/svg/text/small-fonts-2-expected.txt:
* platform/mac/svg/text/small-fonts-3-expected.txt:
* platform/mac/svg/text/small-fonts-expected.txt:
* platform/mac/svg/text/small-fonts-in-html5-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.txt:
* 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.txt:
* platform/mac/svg/text/text-align-05-b-expected.txt:
* 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.txt:
* platform/mac/svg/text/text-fill-opacity-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-expected.txt:
* platform/mac/svg/text/text-fonts-02-t-expected.txt:
* platform/mac/svg/text/text-gradient-positioning-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
* platform/mac/svg/text/text-path-01-b-expected.txt:
* platform/mac/svg/text/text-path-middle-align-expected.txt:
* platform/mac/svg/text/text-repaint-rects-expected.txt:
* platform/mac/svg/text/text-rescale-expected.txt:
* platform/mac/svg/text/text-spacing-01-b-expected.txt:
* platform/mac/svg/text/text-text-01-b-expected.txt:
* platform/mac/svg/text/text-text-03-b-expected.txt:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* 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.txt:
* platform/mac/svg/text/text-text-08-b-expected.txt:
* platform/mac/svg/text/text-tref-01-b-expected.txt:
* 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-viewbox-rescale-expected.txt:
* platform/mac/svg/text/text-ws-01-t-expected.txt:
* platform/mac/svg/text/text-ws-02-t-expected.txt:
* platform/mac/svg/text/tspan-dynamic-positioning-expected.txt:
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/mac/svg/transforms/svg-css-transforms-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.txt:
* platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
* platform/mac/svg/wicd/rightsizing-grid-expected.txt:
* platform/mac/svg/wicd/sizing-flakiness-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
* platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
* platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
* platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
* platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
* platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
* platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
* platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
* platform/mac/tables/layering/paint-test-layering-1-expected.txt:
* platform/mac/tables/layering/paint-test-layering-2-expected.txt:
* platform/mac/tables/mozilla/bugs/45621-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10009-expected.txt:
* platform/mac/tables/mozilla/bugs/bug100334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10036-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101201-expected.txt:
* platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10565-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
* platform/mac/tables/mozilla/bugs/bug108340-expected.txt:
* platform/mac/tables/mozilla/bugs/bug109043-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11026-expected.txt:
* platform/mac/tables/mozilla/bugs/bug110566-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11321-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug11944-expected.txt:
* platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12008-expected.txt:
* platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1224-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12268-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug123862-expected.txt:
* platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12709-expected.txt:
* platform/mac/tables/mozilla/bugs/bug127267-expected.txt:
* platform/mac/tables/mozilla/bugs/bug128229-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12910-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1302-expected.txt:
* platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13105-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13196-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13484-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13526-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14159-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1430-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14323-expected.txt:
* platform/mac/tables/mozilla/bugs/bug145572-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1474-expected.txt:
* platform/mac/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug14929-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15247-expected.txt:
* platform/mac/tables/mozilla/bugs/bug154780-expected.txt:
* platform/mac/tables/mozilla/bugs/bug15544-expected.txt:
* platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16012-expected.txt:
* platform/mac/tables/mozilla/bugs/bug16252-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17168-expected.txt:
* platform/mac/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17548-expected.txt:
* platform/mac/tables/mozilla/bugs/bug17587-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1800-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1809-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18558-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18664-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18955-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19356-expected.txt:
* platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19599-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2050-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20579-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2065-expected.txt:
* platform/mac/tables/mozilla/bugs/bug20804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug21299-expected.txt:
* platform/mac/tables/mozilla/bugs/bug215629-expected.txt:
* platform/mac/tables/mozilla/bugs/bug21918-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22019-expected.txt:
* platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
* platform/mac/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/mac/tables/mozilla/bugs/bug222846-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2267-expected.txt:
* platform/mac/tables/mozilla/bugs/bug227123-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2296-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23072-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23235-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23299-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23994-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24503-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24627-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24661-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2469-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24880-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25004-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25074-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25086-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2509-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2516-expected.txt:
* platform/mac/tables/mozilla/bugs/bug25663-expected.txt:
* platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2684-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug275625-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2757-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2763-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2773-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278266-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28341-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2886-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29058-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29157-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2947-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2962-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2973-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2997-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30273-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30332-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30985-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3103-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3191-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3260-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
* platform/mac/tables/mozilla/bugs/bug32841-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
* platform/mac/tables/mozilla/bugs/bug34176-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3454-expected.txt:
* platform/mac/tables/mozilla/bugs/bug35662-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3718-expected.txt:
* platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3977-expected.txt:
* platform/mac/tables/mozilla/bugs/bug40828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4093-expected.txt:
* platform/mac/tables/mozilla/bugs/bug41890-expected.txt:
* platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
* platform/mac/tables/mozilla/bugs/bug42443-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43039-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43204-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4427-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
* platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug44523-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4501-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45055-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4520-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4523-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45350-expected.txt:
* platform/mac/tables/mozilla/bugs/bug45486-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4576-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4739-expected.txt:
* platform/mac/tables/mozilla/bugs/bug47432-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4803-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4849-expected.txt:
* platform/mac/tables/mozilla/bugs/bug48827-expected.txt:
* platform/mac/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53891-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
* platform/mac/tables/mozilla/bugs/bug56405-expected.txt:
* platform/mac/tables/mozilla/bugs/bug56563-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57300-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5798-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5799-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5835-expected.txt:
* platform/mac/tables/mozilla/bugs/bug5838-expected.txt:
* platform/mac/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60013-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60804-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60807-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60992-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6184-expected.txt:
* platform/mac/tables/mozilla/bugs/bug625-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
* platform/mac/tables/mozilla/bugs/bug63785-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6404-expected.txt:
* platform/mac/tables/mozilla/bugs/bug647-expected.txt:
* platform/mac/tables/mozilla/bugs/bug650-expected.txt:
* platform/mac/tables/mozilla/bugs/bug6674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug67864-expected.txt:
* platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68998-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug709-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7471-expected.txt:
* platform/mac/tables/mozilla/bugs/bug75250-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7714-expected.txt:
* platform/mac/tables/mozilla/bugs/bug78162-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug80762-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug81934-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8411-expected.txt:
* platform/mac/tables/mozilla/bugs/bug86220-expected.txt:
* platform/mac/tables/mozilla/bugs/bug86708-expected.txt:
* platform/mac/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug8950-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9072-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug92868-expected.txt:
* platform/mac/tables/mozilla/bugs/bug93363-expected.txt:
* platform/mac/tables/mozilla/bugs/bug963-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96343-expected.txt:
* platform/mac/tables/mozilla/bugs/bug965-expected.txt:
* platform/mac/tables/mozilla/bugs/bug97138-expected.txt:
* platform/mac/tables/mozilla/bugs/bug98196-expected.txt:
* platform/mac/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99923-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla/core/borders-expected.txt:
* platform/mac/tables/mozilla/core/box_sizing-expected.txt:
* platform/mac/tables/mozilla/core/captions-expected.txt:
* platform/mac/tables/mozilla/core/cell_heights-expected.txt:
* platform/mac/tables/mozilla/core/col_span-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/mac/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/mac/tables/mozilla/core/margins-expected.txt:
* platform/mac/tables/mozilla/core/misc-expected.txt:
* platform/mac/tables/mozilla/core/nested1-expected.txt:
* platform/mac/tables/mozilla/core/one_row-expected.txt:
* platform/mac/tables/mozilla/core/table_frame-expected.txt:
* platform/mac/tables/mozilla/core/table_heights-expected.txt:
* platform/mac/tables/mozilla/core/table_rules-expected.txt:
* platform/mac/tables/mozilla/core/table_widths-expected.txt:
* platform/mac/tables/mozilla/dom/appendCol2-expected.txt:
* platform/mac/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/mac/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/mac/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/mac/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols1-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols2-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols3-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols4-expected.txt:
* platform/mac/tables/mozilla/dom/insertCols5-expected.txt:
* platform/mac/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/mac/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/mac/tables/mozilla/marvin/body_col-expected.txt:
* platform/mac/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
* platform/mac/tables/mozilla/marvin/col_span-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/mac/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
* platform/mac/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_class-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_default-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_id-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_style-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/mac/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/mac/tables/mozilla/other/body_col-expected.txt:
* platform/mac/tables/mozilla/other/cell_widths-expected.txt:
* platform/mac/tables/mozilla/other/cellspacing-expected.txt:
* platform/mac/tables/mozilla/other/ms-expected.txt:
* platform/mac/tables/mozilla/other/nested2-expected.txt:
* platform/mac/tables/mozilla/other/nestedTables-expected.txt:
* platform/mac/tables/mozilla/other/padding-expected.txt:
* platform/mac/tables/mozilla/other/test3-expected.txt:
* platform/mac/tables/mozilla/other/test6-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* platform/mac/transforms/2d/compound-transforms-vs-containers-expected.txt:
* platform/mac/transforms/2d/hindi-rotated-expected.txt:
* platform/mac/transforms/2d/transform-borderbox-expected.txt:
* platform/mac/transforms/2d/transform-fixed-container-expected.txt:
* platform/mac/transforms/2d/transform-origin-borderbox-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
* platform/mac/transforms/3d/general/perspective-units-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/mac/transforms/svg-vs-css-expected.txt:
* platform/mac/transitions/default-timing-function-expected.txt:
* platform/mac/webarchive/loading/cache-expired-subresource-expected.txt:
* printing/iframe-print-expected.txt:
* scrollbars/scrollbar-selectors-expected.txt:
* svg/W3C-SVG-1.1-SE/painting-marker-05-f-expected.txt:
* svg/W3C-SVG-1.1-SE/painting-marker-06-f-expected.txt:
* svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* svg/custom/glyph-selection-arabic-forms-expected.txt:
* svg/custom/glyph-selection-non-bmp-expected.txt:
* svg/hixie/dynamic/002-expected.txt:
* svg/text/font-size-below-point-five-2-expected.txt:
* svg/text/selection-background-color-expected.txt:
* svg/text/textPathBoundsBug-expected.txt:
* tables/mozilla/bugs/bug133756-1-expected.txt:
* tables/mozilla/bugs/bug133756-2-expected.txt:
* tables/mozilla/bugs/bug157890-expected.txt:
* tables/mozilla/bugs/bug8858-expected.txt:
* tables/mozilla/core/row_span-expected.txt:
* tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/canvas/webgl/angle-instanced-arrays.html is very flaky
https://bugs.webkit.org/show_bug.cgi?id=139958
Reviewed by Darin Adler.
WebGL test harness added js-test-post.js in a flaky manner, and to make things worse,
this test also had its own include of js-test-post.js.
Looking at the tests, I noticed that the way test harnesses were used was a big mess,
so I went over the whole directory, making these changes:
1. Use js-test.js instead of js-test-pre.js, because it's simpler and better macthes
the Khronos test model.
2. Removed js-test-post.js everywhere (some tests included it in particularly crazy ways).
3. Removed successfullyParsed = true, as js-test.js doesn't need that.
4. Updated DOCTYPE, while editing these tests anyway.
5. Tests now have correct order of lines in the output (no longer saying TEST COMPLETE
before PASS), so updated results.
6. In js-test tests, we shouldn't use waitUntilDone/notifyDone explicitly, so
updated these with jsTestIsAsync.
7. Updated async tests that used initNonKhronosFramework(false) plus some way to
become async to simply say initNonKhronosFramework(true).
8. Removed isSuccessfullyParsed() calls that several tests were using as an ugly
workaround for issues caused by misusing the harness. This is never expected to be
called directly.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html:
Removed an unneeded js-test-style.css include.
* fast/canvas/webgl/framebuffer-bindings-unaffected-on-resize.html:
Swapped lines to not have glErrorShouldBe after finishTest.
* fast/canvas/webgl/resources/webgl-test.js:
(initNonKhronosFramework): webgl-test.js relies on js-test anyway, so there is
no need to duplicate the work.
(nonKhronosFrameworkNotifyDone): Use the proper js-test mechanism.
(finishTest): Ditto.
(finishTest.epilogue.document.createElement.epilogue.onload): Deleted.
* resources/js-test.js:
(expectTrue): Added this function that we only has in js-test-pre.js.
(): Perform work after test's load event handler, not immediately on DOMContentLoaded.
This has two benefits:
1. Tests that enable jsTestIsAsync in onload do work. This is expected, because
tests that call waitUntilDone from onload also do work.
2. Non-async tests that perform work in onload have the correct order of lines in output.
* fast/dom/HTMLImageElement/sizes/image-sizes-1x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-2x-expected.txt:
* fast/dom/HTMLImageElement/sizes/image-sizes-js-innerhtml-expected.txt:
* fast/hidpi/image-srcset-invalid-descriptor-expected.txt:
* fast/hidpi/image-srcset-src-selection-1x-both-expected.txt:
* svg/custom/html_document_set_title-expected.txt:
Updated results for js-test.js improvements.
* fast/canvas/webgl/WebGLContextEvent.html:
* fast/canvas/webgl/angle-instanced-arrays.html:
* fast/canvas/webgl/array-bounds-clamping.html:
* fast/canvas/webgl/array-buffer-crash.html:
* fast/canvas/webgl/array-buffer-view-crash-when-reassigned.html:
* fast/canvas/webgl/array-buffer-view-crash.html:
* fast/canvas/webgl/array-constructor.html:
* fast/canvas/webgl/array-get-and-set-method-removal.html:
* fast/canvas/webgl/array-get-out-of-bounds.html:
* fast/canvas/webgl/array-message-passing.html:
* fast/canvas/webgl/array-override-set.html:
* fast/canvas/webgl/array-set-invalid-arguments.html:
* fast/canvas/webgl/array-set-out-of-bounds.html:
* fast/canvas/webgl/array-set-with-offset.html:
* fast/canvas/webgl/array-setters.html:
* fast/canvas/webgl/array-unit-tests.html:
* fast/canvas/webgl/arraybuffer-transfer-of-control.html:
* fast/canvas/webgl/attrib-location-length-limits.html:
* fast/canvas/webgl/bad-arguments-test.html:
* fast/canvas/webgl/buffer-bind-test.html:
* fast/canvas/webgl/buffer-data-array-buffer.html:
* fast/canvas/webgl/canvas-2d-webgl-texture-expected.txt:
* fast/canvas/webgl/canvas-2d-webgl-texture.html:
* fast/canvas/webgl/canvas-resize-crash.html:
* fast/canvas/webgl/canvas-supports-context.html:
* fast/canvas/webgl/canvas-test.html:
* fast/canvas/webgl/canvas-zero-size.html:
* fast/canvas/webgl/compressed-tex-image.html:
* fast/canvas/webgl/constants.html:
* fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
* fast/canvas/webgl/context-creation-and-destruction.html:
* fast/canvas/webgl/context-lost-restored.html:
* fast/canvas/webgl/context-lost.html:
* fast/canvas/webgl/context-release-upon-reload.html:
* fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html:
* fast/canvas/webgl/data-view-crash.html:
* fast/canvas/webgl/data-view-test.html:
* fast/canvas/webgl/draw-arrays-out-of-bounds.html:
* fast/canvas/webgl/draw-elements-out-of-bounds.html:
* fast/canvas/webgl/drawingbuffer-test.html:
* fast/canvas/webgl/error-reporting.html:
* fast/canvas/webgl/framebuffer-object-attachment.html:
* fast/canvas/webgl/framebuffer-test.html:
* fast/canvas/webgl/functions-returning-strings.html:
* fast/canvas/webgl/get-active-test.html:
* fast/canvas/webgl/gl-bind-attrib-location-before-compile-test.html:
* fast/canvas/webgl/gl-bind-attrib-location-test.html:
* fast/canvas/webgl/gl-bind-attrib-mapped-names.html:
* fast/canvas/webgl/gl-enable-enum-test.html:
* fast/canvas/webgl/gl-enum-tests.html:
* fast/canvas/webgl/gl-get-calls.html:
* fast/canvas/webgl/gl-getshadersource.html:
* fast/canvas/webgl/gl-getstring.html:
* fast/canvas/webgl/gl-object-get-calls.html:
* fast/canvas/webgl/gl-pixelstorei.html:
* fast/canvas/webgl/gl-teximage.html:
* fast/canvas/webgl/gl-uniform-arrays.html:
* fast/canvas/webgl/gl-uniformmatrix4fv.html:
* fast/canvas/webgl/gl-vertex-attrib-zero-issues.html:
* fast/canvas/webgl/gl-vertex-attrib.html:
* fast/canvas/webgl/gl-vertexattribpointer.html:
* fast/canvas/webgl/glsl-conformance.html:
* fast/canvas/webgl/incorrect-context-object-behaviour.html:
* fast/canvas/webgl/index-validation-copies-indices.html:
* fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html:
* fast/canvas/webgl/index-validation-verifies-too-many-indices.html:
* fast/canvas/webgl/index-validation-with-resized-buffer.html:
* fast/canvas/webgl/index-validation.html:
* fast/canvas/webgl/instanceof-test.html:
* fast/canvas/webgl/invalid-UTF-16.html:
* fast/canvas/webgl/invalid-passed-params.html:
* fast/canvas/webgl/is-object.html:
* fast/canvas/webgl/null-object-behaviour.html:
* fast/canvas/webgl/null-uniform-location.html:
* fast/canvas/webgl/object-deletion-behaviour.html:
* fast/canvas/webgl/oes-element-index-uint.html:
* fast/canvas/webgl/oes-texture-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-float-linear.html:
* fast/canvas/webgl/oes-texture-half-float-linear-expected.txt:
* fast/canvas/webgl/oes-texture-half-float-linear.html:
* fast/canvas/webgl/oes-texture-half-float-with-canvas.html:
* fast/canvas/webgl/oes-texture-half-float-with-image.html:
* fast/canvas/webgl/oes-texture-half-float-with-video.html:
* fast/canvas/webgl/oes-texture-half-float.html:
* fast/canvas/webgl/oes-vertex-array-object.html:
* fast/canvas/webgl/point-size.html:
* fast/canvas/webgl/premultiplyalpha-test-expected.txt:
* fast/canvas/webgl/premultiplyalpha-test.html:
* fast/canvas/webgl/program-test.html:
* fast/canvas/webgl/read-pixels-pack-alignment.html:
* fast/canvas/webgl/read-pixels-test.html:
* fast/canvas/webgl/renderbuffer-initialization.html:
* fast/canvas/webgl/renderer-and-vendor-strings.html:
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js:
* fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js:
* fast/canvas/webgl/shader-deleted-by-accessor.html:
* fast/canvas/webgl/shader-precision-format.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-potentially-subsampled-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
* fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html:
* fast/canvas/webgl/tex-image-webgl.html:
* fast/canvas/webgl/tex-image-with-format-and-type.html:
* fast/canvas/webgl/tex-image-with-greyscale-image.html:
* fast/canvas/webgl/tex-input-validation.html:
* fast/canvas/webgl/tex-sub-image-2d-bad-args.html:
* fast/canvas/webgl/tex-sub-image-2d.html:
* fast/canvas/webgl/tex-sub-image-cube-maps.html:
* fast/canvas/webgl/texImageTest.html:
* fast/canvas/webgl/texture-active-bind.html:
* fast/canvas/webgl/texture-bindings-uneffected-on-resize-expected.txt:
* fast/canvas/webgl/texture-bindings-uneffected-on-resize.html:
* fast/canvas/webgl/texture-color-profile.html:
* fast/canvas/webgl/texture-complete.html:
* fast/canvas/webgl/texture-npot.html:
* fast/canvas/webgl/texture-transparent-pixels-initialized.html:
* fast/canvas/webgl/triangle.html:
* fast/canvas/webgl/type-conversion-test.html:
* fast/canvas/webgl/typed-arrays-in-workers.html:
* fast/canvas/webgl/uniform-array-length-overflow.html:
* fast/canvas/webgl/uniform-location-length-limits.html:
* fast/canvas/webgl/uniform-location.html:
* fast/canvas/webgl/uniform-samplers-test.html:
* fast/canvas/webgl/uninitialized-test.html:
* fast/canvas/webgl/viewport-unchanged-upon-resize.html:
* fast/canvas/webgl/webgl-array-invalid-ranges.html:
* fast/canvas/webgl/webgl-compressed-texture-size-limit.html:
* fast/canvas/webgl/webgl-depth-texture-expected.txt:
* fast/canvas/webgl/webgl-depth-texture.html:
* fast/canvas/webgl/webgl-draw-buffers.html:
* fast/canvas/webgl/webgl-exceptions.html:
* fast/canvas/webgl/webgl-specific.html:
* fast/canvas/webgl/webgl-texture-binding-preserved-expected.txt:
* fast/canvas/webgl/webgl-texture-binding-preserved.html:
* fast/canvas/webgl/webgl-unprefixed-context-id.html:
* fast/canvas/webgl/webgl-viewport-parameters-preserved-expected.txt:
* fast/canvas/webgl/webgl-viewport-parameters-preserved.html:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark more timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
Disable W3C test harness timeout
https://bugs.webkit.org/show_bug.cgi?id=139963
Reviewed by Darin Adler.
Timeouts should depend on build style (e.g. ASan is much slower), and these don't.
* http/tests/w3c/resources/testharness.js:
* resources/testharness.js:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed typo fix.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark timeouting and crashing tests.
* platform/win/TestExpectations:
2014-12-27 Alexey Proskuryakov <ap@apple.com>
http/tests/notifications/show.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139961
Reviewed by Anders Carlsson.
* http/tests/notifications/show.html: Remove a built-in 100ms timeout.
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/parser/parser-yield-timing.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139962
Reviewed by Anders Carlsson.
* fast/parser/parser-yield-timing-expected.txt:
* fast/parser/parser-yield-timing.html:
Further increase the tolerance.
2014-12-27 Alexey Proskuryakov <ap@apple.com>
fast/css/hover-update.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139960
Reviewed by Anders Carlsson.
* fast/css/hover-update-expected.txt:
* fast/css/hover-update.html:
Increased the timeout, and updated the test to properly use js-test harness.
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part IV
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part III
* platform/win/TestExpectations:
2014-12-27 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: delete unused tests in LayoutTests/inspector-obsolete
https://bugs.webkit.org/show_bug.cgi?id=139743
Reviewed by Timothy Hatcher.
Remove old Inspector tests since they aren't used.
* TestExpectations:
* inspector-obsolete/console/alert-toString-exception-expected.txt: Removed.
* inspector-obsolete/console/alert-toString-exception.html: Removed.
* inspector-obsolete/console/clients-ignored-in-privatebrowsing-expected.txt: Removed.
* inspector-obsolete/console/clients-ignored-in-privatebrowsing.html: Removed.
* inspector-obsolete/console/command-line-api-expected.txt: Removed.
* inspector-obsolete/console/command-line-api-inspect-expected.txt: Removed.
* inspector-obsolete/console/command-line-api-inspect.html: Removed.
* inspector-obsolete/console/command-line-api.html: Removed.
* inspector-obsolete/console/console-Object-overwritten-expected.txt: Removed.
* inspector-obsolete/console/console-Object-overwritten.html: Removed.
* inspector-obsolete/console/console-api-on-call-frame-expected.txt: Removed.
* inspector-obsolete/console/console-api-on-call-frame.html: Removed.
* inspector-obsolete/console/console-assert-expected.txt: Removed.
* inspector-obsolete/console/console-assert.html: Removed.
* inspector-obsolete/console/console-bind-fake-expected.txt: Removed.
* inspector-obsolete/console/console-bind-fake.html: Removed.
* inspector-obsolete/console/console-clear-function-expected.txt: Removed.
* inspector-obsolete/console/console-clear-function.html: Removed.
* inspector-obsolete/console/console-command-clear-expected.txt: Removed.
* inspector-obsolete/console/console-command-clear.html: Removed.
* inspector-obsolete/console/console-css-warnings-expected.txt: Removed.
* inspector-obsolete/console/console-css-warnings.html: Removed.
* inspector-obsolete/console/console-dir-expected.txt: Removed.
* inspector-obsolete/console/console-dir-global-expected.txt: Removed.
* inspector-obsolete/console/console-dir-global.html: Removed.
* inspector-obsolete/console/console-dir.html: Removed.
* inspector-obsolete/console/console-eval-blocked-expected.txt: Removed.
* inspector-obsolete/console/console-eval-blocked.html: Removed.
* inspector-obsolete/console/console-eval-comment-expected.txt: Removed.
* inspector-obsolete/console/console-eval-comment.html: Removed.
* inspector-obsolete/console/console-eval-expected.txt: Removed.
* inspector-obsolete/console/console-eval-fake-expected.txt: Removed.
* inspector-obsolete/console/console-eval-fake.html: Removed.
* inspector-obsolete/console/console-eval-global-expected.txt: Removed.
* inspector-obsolete/console/console-eval-global.html: Removed.
* inspector-obsolete/console/console-eval-scoped-expected.txt: Removed.
* inspector-obsolete/console/console-eval-scoped.html: Removed.
* inspector-obsolete/console/console-eval-syntax-error-expected.txt: Removed.
* inspector-obsolete/console/console-eval-syntax-error.html: Removed.
* inspector-obsolete/console/console-eval-throw-undefined-expected.txt: Removed.
* inspector-obsolete/console/console-eval-throw-undefined.html: Removed.
* inspector-obsolete/console/console-eval-undefined-override-expected.txt: Removed.
* inspector-obsolete/console/console-eval-undefined-override.html: Removed.
* inspector-obsolete/console/console-eval.html: Removed.
* inspector-obsolete/console/console-exception-stack-traces-expected.txt: Removed.
* inspector-obsolete/console/console-exception-stack-traces.html: Removed.
* inspector-obsolete/console/console-external-array-expected.txt: Removed.
* inspector-obsolete/console/console-external-array.html: Removed.
* inspector-obsolete/console/console-last-result-expected.txt: Removed.
* inspector-obsolete/console/console-last-result.html: Removed.
* inspector-obsolete/console/console-log-before-inspector-open-expected.txt: Removed.
* inspector-obsolete/console/console-log-before-inspector-open.html: Removed.
* inspector-obsolete/console/console-log-document-proto-expected.txt: Removed.
* inspector-obsolete/console/console-log-document-proto.html: Removed.
* inspector-obsolete/console/console-log-native-funcs-expected.txt: Removed.
* inspector-obsolete/console/console-log-syntax-error-expected.txt: Removed.
* inspector-obsolete/console/console-log-syntax-error.html: Removed.
* inspector-obsolete/console/console-log-toString-object-expected.txt: Removed.
* inspector-obsolete/console/console-log-toString-object.html: Removed.
* inspector-obsolete/console/console-long-eval-crash-expected.txt: Removed.
* inspector-obsolete/console/console-long-eval-crash.html: Removed.
* inspector-obsolete/console/console-message-format-expected.txt: Removed.
* inspector-obsolete/console/console-message-format.html: Removed.
* inspector-obsolete/console/console-messages-stack-traces-expected.txt: Removed.
* inspector-obsolete/console/console-messages-stack-traces.html: Removed.
* inspector-obsolete/console/console-native-function-to-string-expected.txt: Removed.
* inspector-obsolete/console/console-native-function-to-string.html: Removed.
* inspector-obsolete/console/console-nested-group-expected.txt: Removed.
* inspector-obsolete/console/console-nested-group.html: Removed.
* inspector-obsolete/console/console-object-constructor-name-expected.txt: Removed.
* inspector-obsolete/console/console-object-constructor-name.html: Removed.
* inspector-obsolete/console/console-object-preview-expected.txt: Removed.
* inspector-obsolete/console/console-object-preview.html: Removed.
* inspector-obsolete/console/console-originating-command-expected.txt: Removed.
* inspector-obsolete/console/console-originating-command.html: Removed.
* inspector-obsolete/console/console-preserve-log-expected.txt: Removed.
* inspector-obsolete/console/console-preserve-log.html: Removed.
* inspector-obsolete/console/console-repeat-count-expected.txt: Removed.
* inspector-obsolete/console/console-repeat-count.html: Removed.
* inspector-obsolete/console/console-string-format-expected.txt: Removed.
* inspector-obsolete/console/console-string-format.html: Removed.
* inspector-obsolete/console/console-substituted-expected.txt: Removed.
* inspector-obsolete/console/console-substituted.html: Removed.
* inspector-obsolete/console/console-tests-expected.txt: Removed.
* inspector-obsolete/console/console-tests.html: Removed.
* inspector-obsolete/console/console-trace-expected.txt: Removed.
* inspector-obsolete/console/console-trace-in-eval-expected.txt: Removed.
* inspector-obsolete/console/console-trace-in-eval.html: Removed.
* inspector-obsolete/console/console-trace.html: Removed.
* inspector-obsolete/console/console-uncaught-exception-expected.txt: Removed.
* inspector-obsolete/console/console-uncaught-exception-in-eval-expected.txt: Removed.
* inspector-obsolete/console/console-uncaught-exception-in-eval.html: Removed.
* inspector-obsolete/console/console-uncaught-exception.html: Removed.
* inspector-obsolete/console/console-url-line-column-expected.txt: Removed.
* inspector-obsolete/console/console-url-line-column.html: Removed.
* inspector-obsolete/console/console-xml-document-expected.txt: Removed.
* inspector-obsolete/console/console-xml-document.html: Removed.
* inspector-obsolete/console/console-xpath-expected.txt: Removed.
* inspector-obsolete/console/console-xpath.html: Removed.
* inspector-obsolete/console/inspect-html-all-collection-expected.txt: Removed.
* inspector-obsolete/console/inspect-html-all-collection.html: Removed.
* inspector-obsolete/console/resources/log-source.js: Removed.
* inspector-obsolete/console/resources/syntax-error.js: Removed.
* inspector-obsolete/console/resources/uncaught-in-iframe.html: Removed.
* inspector-obsolete/debugger/breakpoint-manager-expected.txt: Removed.
* inspector-obsolete/debugger/breakpoint-manager.html: Removed.
* inspector-obsolete/debugger/copy-stack-trace-expected.txt: Removed.
* inspector-obsolete/debugger/copy-stack-trace.html: Removed.
* inspector-obsolete/debugger/debugger-activation-crash-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-activation-crash.html: Removed.
* inspector-obsolete/debugger/debugger-activation-crash2-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-activation-crash2.html: Removed.
* inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-autocontinue-on-syntax-error.html: Removed.
* inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-breakpoints-not-activated-on-reload.html: Removed.
* inspector-obsolete/debugger/debugger-compile-and-run-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-compile-and-run.html: Removed.
* inspector-obsolete/debugger/debugger-completions-on-call-frame-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-completions-on-call-frame.html: Removed.
* inspector-obsolete/debugger/debugger-cyclic-ref-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-cyclic-ref.html: Removed.
* inspector-obsolete/debugger/debugger-eval-on-call-frame-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-eval-on-call-frame.html: Removed.
* inspector-obsolete/debugger/debugger-eval-while-paused-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-eval-while-paused.html: Removed.
* inspector-obsolete/debugger/debugger-no-nested-pause-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-no-nested-pause.html: Removed.
* inspector-obsolete/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-in-eval-script.html: Removed.
* inspector-obsolete/debugger/debugger-pause-in-internal-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-in-internal.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-event-handler.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-injection.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-url-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-blocked-script-url.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-debugger-statement-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-debugger-statement.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-exception-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-exception.html: Removed.
* inspector-obsolete/debugger/debugger-pause-on-failed-assertion-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-pause-on-failed-assertion.html: Removed.
* inspector-obsolete/debugger/debugger-reload-on-pause-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-reload-on-pause.html: Removed.
* inspector-obsolete/debugger/debugger-scripts-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-scripts-reload-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-scripts-reload.html: Removed.
* inspector-obsolete/debugger/debugger-scripts.html: Removed.
* inspector-obsolete/debugger/debugger-set-breakpoint-regex-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-set-breakpoint-regex.html: Removed.
* inspector-obsolete/debugger/debugger-step-in-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-in.html: Removed.
* inspector-obsolete/debugger/debugger-step-out-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-out.html: Removed.
* inspector-obsolete/debugger/debugger-step-over-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-step-over.html: Removed.
* inspector-obsolete/debugger/debugger-suspend-active-dom-objects-expected.txt: Removed.
* inspector-obsolete/debugger/debugger-suspend-active-dom-objects.html: Removed.
* inspector-obsolete/debugger/eval-on-pause-blocked-expected.txt: Removed.
* inspector-obsolete/debugger/eval-on-pause-blocked.html: Removed.
* inspector-obsolete/debugger/function-details-expected.txt: Removed.
* inspector-obsolete/debugger/function-details.html: Removed.
* inspector-obsolete/debugger/open-close-open-expected.txt: Removed.
* inspector-obsolete/debugger/open-close-open.html: Removed.
* inspector-obsolete/debugger/pause-in-inline-script-expected.txt: Removed.
* inspector-obsolete/debugger/pause-in-inline-script.html: Removed.
* inspector-obsolete/debugger/pause-in-internal-script-expected.txt: Removed.
* inspector-obsolete/debugger/pause-in-internal-script.html: Removed.
* inspector-obsolete/debugger/resources/dynamic-script.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-breakpoints.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-syntax-error.js: Removed.
* inspector-obsolete/debugger/resources/edit-me-when-paused.js: Removed.
* inspector-obsolete/debugger/resources/edit-me.js: Removed.
* inspector-obsolete/debugger/resources/obfuscated.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-by-csp.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-event-handler.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-script-injection.js: Removed.
* inspector-obsolete/debugger/resources/pause-on-blocked-script-url.js: Removed.
* inspector-obsolete/debugger/resources/script1.js: Removed.
* inspector-obsolete/debugger/resources/script2.js: Removed.
* inspector-obsolete/debugger/resources/script3.js: Removed.
* inspector-obsolete/debugger/resources/syntax-error.html: Removed.
* inspector-obsolete/debugger/script-formatter-expected.txt: Removed.
* inspector-obsolete/debugger/script-formatter-search-expected.txt: Removed.
* inspector-obsolete/debugger/script-formatter-search.html: Removed.
* inspector-obsolete/debugger/script-formatter.html: Removed.
* inspector-obsolete/debugger/source-url-comment-expected.txt: Removed.
* inspector-obsolete/debugger/source-url-comment.html: Removed.
* inspector-obsolete/elements/dom-agent-query-selector-expected.txt: Removed.
* inspector-obsolete/elements/dom-agent-query-selector.html: Removed.
* inspector-obsolete/elements/dom-search-crash-expected.txt: Removed.
* inspector-obsolete/elements/dom-search-crash.html: Removed.
* inspector-obsolete/elements/edit-style-attribute-expected.txt: Removed.
* inspector-obsolete/elements/edit-style-attribute.html: Removed.
* inspector-obsolete/elements/elements-panel-reload-assert-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-reload-assert.html: Removed.
* inspector-obsolete/elements/elements-panel-search-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-search.html: Removed.
* inspector-obsolete/elements/elements-panel-styles-expected.txt: Removed.
* inspector-obsolete/elements/elements-panel-styles.html: Removed.
* inspector-obsolete/elements/highlight-node-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-regions-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-regions.html: Removed.
* inspector-obsolete/elements/highlight-node-scaled-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-scaled.html: Removed.
* inspector-obsolete/elements/highlight-node-scroll-expected.txt: Removed.
* inspector-obsolete/elements/highlight-node-scroll.html: Removed.
* inspector-obsolete/elements/highlight-node.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-horiz-bt-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-horiz-bt.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-horiz-bt.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-lr.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform-vert-rl.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-transform.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-lr-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-lr.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-rl-expected.txt: Removed.
* inspector-obsolete/elements/highlight-regions-flow-vert-rl.html: Removed.
* inspector-obsolete/elements/highlight-regions-flow.html: Removed.
* inspector-obsolete/elements/highlight-svg-root-expected.txt: Removed.
* inspector-obsolete/elements/highlight-svg-root-zoomed-expected.txt: Removed.
* inspector-obsolete/elements/highlight-svg-root-zoomed.html: Removed.
* inspector-obsolete/elements/highlight-svg-root.html: Removed.
* inspector-obsolete/elements/mutate-unknown-node-expected.txt: Removed.
* inspector-obsolete/elements/mutate-unknown-node.html-disabled: Removed.
* inspector-obsolete/elements/perform-undo-undo-expected.txt: Removed.
* inspector-obsolete/elements/perform-undo-undo.html: Removed.
* inspector-obsolete/elements/resolve-alien-node-expected.txt: Removed.
* inspector-obsolete/elements/resolve-alien-node.html: Removed.
* inspector-obsolete/elements/resolve-node-blocked-expected.txt: Removed.
* inspector-obsolete/elements/resolve-node-blocked.html: Removed.
* inspector-obsolete/elements/resources/dom-search-crash-iframe.html: Removed.
* inspector-obsolete/elements/resources/elements-panel-rewrite-href-iframe.html: Removed.
* inspector-obsolete/elements/resources/elements-panel-styles.css: Removed.
* inspector-obsolete/elements/resources/hide-shortcut-iframe.html: Removed.
* inspector-obsolete/elements/resources/highlight-node-scaled-iframe.html: Removed.
* inspector-obsolete/elements/resources/set-html-via-resource-iframe.html: Removed.
* inspector-obsolete/elements/resources/set-outer-html-body-iframe.html: Removed.
* inspector-obsolete/elements/set-attribute-expected.txt: Removed.
* inspector-obsolete/elements/set-attribute-non-html-expected.txt: Removed.
* inspector-obsolete/elements/set-attribute-non-html.svg: Removed.
* inspector-obsolete/elements/set-attribute.html: Removed.
* inspector-obsolete/elements/set-outer-html-2-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-2.html: Removed.
* inspector-obsolete/elements/set-outer-html-body-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-body.html: Removed.
* inspector-obsolete/elements/set-outer-html-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-for-xhtml-expected.txt: Removed.
* inspector-obsolete/elements/set-outer-html-for-xhtml.xhtml: Removed.
* inspector-obsolete/elements/set-outer-html-test.js: Removed.
* inspector-obsolete/elements/set-outer-html.html: Removed.
* inspector-obsolete/elements/undo-set-outer-html-2-expected.txt: Removed.
* inspector-obsolete/elements/undo-set-outer-html-2.html: Removed.
* inspector-obsolete/elements/undo-set-outer-html-expected.txt: Removed.
* inspector-obsolete/elements/undo-set-outer-html.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-iframe-manifests-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-iframe-manifests.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-manifest-with-non-existing-file.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-swap-expected.txt: Removed.
* inspector-obsolete/http-tests/appcache/appcache-swap.html: Removed.
* inspector-obsolete/http-tests/appcache/appcache-test.js: Removed.
* inspector-obsolete/http-tests/appcache/resources/manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/page-with-manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/versioned-manifest.php: Removed.
* inspector-obsolete/http-tests/appcache/resources/with-versioned-manifest.php: Removed.
* inspector-obsolete/http-tests/audits/resources/abe.png: Removed.
* inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive-expected.txt: Removed.
* inspector-obsolete/http-tests/audits/set-cookie-header-audit-no-false-positive.html: Removed.
* inspector-obsolete/http-tests/change-iframe-src-expected.txt: Removed.
* inspector-obsolete/http-tests/change-iframe-src.html: Removed.
* inspector-obsolete/http-tests/compiler-script-mapping-expected.txt: Removed.
* inspector-obsolete/http-tests/compiler-script-mapping.html: Removed.
* inspector-obsolete/http-tests/compiler-source-mapping-debug-expected.txt: Removed.
* inspector-obsolete/http-tests/compiler-source-mapping-debug.html: Removed.
* inspector-obsolete/http-tests/console-cd-completions-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cd-completions.html: Removed.
* inspector-obsolete/http-tests/console-cd-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cd.html: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation-expected.txt: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-navigation.html: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove-expected.txt: Removed.
* inspector-obsolete/http-tests/console-clear-arguments-on-frame-remove.html: Removed.
* inspector-obsolete/http-tests/console-cross-origin-iframe-logging-expected.txt: Removed.
* inspector-obsolete/http-tests/console-cross-origin-iframe-logging.html: Removed.
* inspector-obsolete/http-tests/console-log-before-frame-navigation-expected.txt: Removed.
* inspector-obsolete/http-tests/console-log-before-frame-navigation.html: Removed.
* inspector-obsolete/http-tests/console-resource-errors-expected.txt: Removed.
* inspector-obsolete/http-tests/console-resource-errors.html: Removed.
* inspector-obsolete/http-tests/console-test.js: Removed.
* inspector-obsolete/http-tests/console-websocket-error.html: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-async-expected.txt: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-async.html: Removed.
* inspector-obsolete/http-tests/console-xhr-logging-expected.txt: Removed.
* inspector-obsolete/http-tests/console-xhr-logging.html: Removed.
* inspector-obsolete/http-tests/database-open-expected.txt: Removed.
* inspector-obsolete/http-tests/database-open.html: Removed.
* inspector-obsolete/http-tests/debugger-test.js: Removed.
* inspector-obsolete/http-tests/dedicated-workers-list-expected.txt: Removed.
* inspector-obsolete/http-tests/dedicated-workers-list.html: Removed.
* inspector-obsolete/http-tests/document-write-expected.txt: Removed.
* inspector-obsolete/http-tests/document-write.html: Removed.
* inspector-obsolete/http-tests/dom-storage-open-expected.txt: Removed.
* inspector-obsolete/http-tests/dom-storage-open.html: Removed.
* inspector-obsolete/http-tests/dynamic-scripts-expected.txt: Removed.
* inspector-obsolete/http-tests/dynamic-scripts.html: Removed.
* inspector-obsolete/http-tests/elements-test.js: Removed.
* inspector-obsolete/http-tests/extensions-headers-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-headers.html: Removed.
* inspector-obsolete/http-tests/extensions-iframe-eval-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-iframe-eval.html: Removed.
* inspector-obsolete/http-tests/extensions-ignore-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-ignore-cache.html: Removed.
* inspector-obsolete/http-tests/extensions-network-redirect-expected.txt: Removed.
* inspector-obsolete/http-tests/extensions-network-redirect.html: Removed.
* inspector-obsolete/http-tests/extensions-network-test.js: Removed.
* inspector-obsolete/http-tests/extensions-test.js: Removed.
* inspector-obsolete/http-tests/indexeddb/database-data-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-data.html: Removed.
* inspector-obsolete/http-tests/indexeddb/database-names-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-names.html: Removed.
* inspector-obsolete/http-tests/indexeddb/database-structure-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/database-structure.html: Removed.
* inspector-obsolete/http-tests/indexeddb/indexeddb-test.js: Removed.
* inspector-obsolete/http-tests/indexeddb/resources-panel-expected.txt: Removed.
* inspector-obsolete/http-tests/indexeddb/resources-panel.html: Removed.
* inspector-obsolete/http-tests/indexeddb/resources/without-indexed-db.html: Removed.
* inspector-obsolete/http-tests/injected-script-discard-expected.txt: Removed.
* inspector-obsolete/http-tests/injected-script-discard.html: Removed.
* inspector-obsolete/http-tests/inspect-element-expected.txt: Removed.
* inspector-obsolete/http-tests/inspect-element.html: Removed.
* inspector-obsolete/http-tests/inspect-iframe-from-different-domain-expected.txt: Removed.
* inspector-obsolete/http-tests/inspect-iframe-from-different-domain.html: Removed.
* inspector-obsolete/http-tests/inspector-test.js: Removed.
* inspector-obsolete/http-tests/isolated-filesystem-test.js: Removed.
* inspector-obsolete/http-tests/live-edit-test.js: Removed.
* inspector-obsolete/http-tests/modify-cross-domain-rule-expected.txt: Removed.
* inspector-obsolete/http-tests/modify-cross-domain-rule.html: Removed.
* inspector-obsolete/http-tests/network-preflight-options-expected.txt: Removed.
* inspector-obsolete/http-tests/network-preflight-options.html: Removed.
* inspector-obsolete/http-tests/network-test.js: Removed.
* inspector-obsolete/http-tests/network/async-xhr-json-mime-type-expected.txt: Removed.
* inspector-obsolete/http-tests/network/async-xhr-json-mime-type.html: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-moved-to-storage.html: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
* inspector-obsolete/http-tests/network/cached-resource-destroyed-too-big-discarded.html: Removed.
* inspector-obsolete/http-tests/network/css-source-mapping-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/css-source-mapping-url.html: Removed.
* inspector-obsolete/http-tests/network/download-expected.txt: Removed.
* inspector-obsolete/http-tests/network/download.html: Removed.
* inspector-obsolete/http-tests/network/har-content-expected.txt: Removed.
* inspector-obsolete/http-tests/network/har-content.html: Removed.
* inspector-obsolete/http-tests/network/image-as-text-loading-data-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/image-as-text-loading-data-url.html: Removed.
* inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-cachedresources-with-same-urls.html: Removed.
* inspector-obsolete/http-tests/network/network-clear-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-clear-cache.html-disabled: Removed.
* inspector-obsolete/http-tests/network/network-clear-cookies-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-clear-cookies.html-disabled: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-embed-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-embed.html: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-content-replacement-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-cyrillic-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-cyrillic-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-memory-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-memory.html: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-xhrs-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disable-cache-xhrs.html: Removed.
* inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-disabling-check-no-memory-leak.html: Removed.
* inspector-obsolete/http-tests/network/network-embed-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-embed.html: Removed.
* inspector-obsolete/http-tests/network/network-empty-xhr-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-empty-xhr.html: Removed.
* inspector-obsolete/http-tests/network/network-iframe-load-and-delete-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-iframe-load-and-delete.html: Removed.
* inspector-obsolete/http-tests/network/network-image-404-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-image-404.html: Removed.
* inspector-obsolete/http-tests/network/network-initiator-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-initiator-from-console-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-initiator-from-console.html: Removed.
* inspector-obsolete/http-tests/network/network-initiator.html: Removed.
* inspector-obsolete/http-tests/network/network-preview-json-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-preview-json.html: Removed.
* inspector-obsolete/http-tests/network/network-request-revision-content-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-request-revision-content.html: Removed.
* inspector-obsolete/http-tests/network/network-shared-worker-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-shared-worker.html: Removed.
* inspector-obsolete/http-tests/network/network-sidebar-width-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-sidebar-width.html: Removed.
* inspector-obsolete/http-tests/network/network-size-chunked-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-chunked.html: Removed.
* inspector-obsolete/http-tests/network/network-size-expected-chunked.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-sync-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-size-sync.html: Removed.
* inspector-obsolete/http-tests/network/network-size.html: Removed.
* inspector-obsolete/http-tests/network/network-timing-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-timing.html: Removed.
* inspector-obsolete/http-tests/network/network-worker-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-worker.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-double-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-double.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-async.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-replay-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-replay.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-same-url-as-main-resource.html: Removed.
* inspector-obsolete/http-tests/network/network-xhr-sync-expected.txt: Removed.
* inspector-obsolete/http-tests/network/network-xhr-sync.html: Removed.
* inspector-obsolete/http-tests/network/ping-expected.txt: Removed.
* inspector-obsolete/http-tests/network/ping.html: Removed.
* inspector-obsolete/http-tests/network/request-name-path-expected.txt: Removed.
* inspector-obsolete/http-tests/network/request-name-path.html: Removed.
* inspector-obsolete/http-tests/network/request-parameters-decoding-expected.txt: Removed.
* inspector-obsolete/http-tests/network/request-parameters-decoding.html: Removed.
* inspector-obsolete/http-tests/network/resources/404.php: Removed.
* inspector-obsolete/http-tests/network/resources/cp1251.xml: Removed.
* inspector-obsolete/http-tests/network/resources/cyrillic.html: Removed.
* inspector-obsolete/http-tests/network/resources/download.zzz: Removed.
* inspector-obsolete/http-tests/network/resources/echo-payload.php: Removed.
* inspector-obsolete/http-tests/network/resources/empty.html: Removed.
* inspector-obsolete/http-tests/network/resources/initiator.css: Removed.
* inspector-obsolete/http-tests/network/resources/json.php: Removed.
* inspector-obsolete/http-tests/network/resources/plugin-data.php: Removed.
* inspector-obsolete/http-tests/network/resources/random-cached.php: Removed.
* inspector-obsolete/http-tests/network/resources/random-script.php: Removed.
* inspector-obsolete/http-tests/network/resources/resource.php: Removed.
* inspector-obsolete/http-tests/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php: Removed.
* inspector-obsolete/http-tests/network/resources/script-as-text.php: Removed.
* inspector-obsolete/http-tests/network/resources/script.js: Removed.
* inspector-obsolete/http-tests/network/resources/set-cookie.php: Removed.
* inspector-obsolete/http-tests/network/resources/shared-worker.js: Removed.
* inspector-obsolete/http-tests/network/resources/silent_script.js: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.css: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.css.map: Removed.
* inspector-obsolete/http-tests/network/resources/source-map-test-style.scss: Removed.
* inspector-obsolete/http-tests/network/resources/style.css: Removed.
* inspector-obsolete/http-tests/network/resources/utf8.xml: Removed.
* inspector-obsolete/http-tests/network/resources/worker.js: Removed.
* inspector-obsolete/http-tests/network/resources/x-frame-options-deny.cgi: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-long-url-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-long-url.html: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-with-caret-expected.txt: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading-with-caret.html: Removed.
* inspector-obsolete/http-tests/network/script-as-text-loading.html: Removed.
* inspector-obsolete/http-tests/network/x-frame-options-deny-expected.txt: Removed.
* inspector-obsolete/http-tests/network/x-frame-options-deny.html: Removed.
* inspector-obsolete/http-tests/protocol-test.js: Removed.
* inspector-obsolete/http-tests/resource-har-conversion-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-conversion.html: Removed.
* inspector-obsolete/http-tests/resource-har-headers-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-headers.html: Removed.
* inspector-obsolete/http-tests/resource-har-pages-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-har-pages.html: Removed.
* inspector-obsolete/http-tests/resource-main-cookies-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-main-cookies.php: Removed.
* inspector-obsolete/http-tests/resource-parameters-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-parameters.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-after-loading-and-clearing-cache.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-request-content-while-loading.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-document-url-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-document-url.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-errors-reload.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-events-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-events.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-add.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-frame-navigate.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-invalid-mime-type-css-content.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-mimetype.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-no-xhrs.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-non-unique-url.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-reload-expected.txt: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-reload.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resource-tree-test.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/dummy-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/dynamic-script.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/empty.png: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-add-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-non-unique-url-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/resource-tree-reload-iframe.html: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/script-initial.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/script-navigated.js: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-initial-2.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-initial.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-navigated.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/styles-non-unique-url.css: Removed.
* inspector-obsolete/http-tests/resource-tree/resources/stylesheet-text-plain.php: Removed.
* inspector-obsolete/http-tests/resources-test.js: Removed.
* inspector-obsolete/http-tests/resources/compiled.js: Removed.
* inspector-obsolete/http-tests/resources/console-cd-completions-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-cd-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-clear-arguments-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/console-clear-arguments-test.js: Removed.
* inspector-obsolete/http-tests/resources/console-log-frame-after-navigation.html: Removed.
* inspector-obsolete/http-tests/resources/console-log-frame-before-navigation.html: Removed.
* inspector-obsolete/http-tests/resources/console-resource-errors-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/cors-target.php: Removed.
* inspector-obsolete/http-tests/resources/cross-origin-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/dedicated-worker.js: Removed.
* inspector-obsolete/http-tests/resources/dynamic-script.js: Removed.
* inspector-obsolete/http-tests/resources/echo-headers.php: Removed.
* inspector-obsolete/http-tests/resources/empty.zip: Removed.
* inspector-obsolete/http-tests/resources/example.css.map: Removed.
* inspector-obsolete/http-tests/resources/example.scss: Removed.
* inspector-obsolete/http-tests/resources/extension-main.html: Removed.
* inspector-obsolete/http-tests/resources/extension-main.js: Removed.
* inspector-obsolete/http-tests/resources/extension-panel.html: Removed.
* inspector-obsolete/http-tests/resources/extension-sidebar.html: Removed.
* inspector-obsolete/http-tests/resources/extensions-frame-eval.html: Removed.
* inspector-obsolete/http-tests/resources/har-pages-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/har-pages-navigation-target.html: Removed.
* inspector-obsolete/http-tests/resources/iframe-from-different-domain-data.html: Removed.
* inspector-obsolete/http-tests/resources/inspect-element-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/post-target.cgi: Removed.
* inspector-obsolete/http-tests/resources/resource-form-data-receiver-iframe.html: Removed.
* inspector-obsolete/http-tests/resources/source-map.json: Removed.
* inspector-obsolete/http-tests/resources/source1.js: Removed.
* inspector-obsolete/http-tests/resources/source2.js: Removed.
* inspector-obsolete/http-tests/resources/test-scanner.html: Removed.
* inspector-obsolete/http-tests/resources/xhr-exists.html: Removed.
* inspector-obsolete/http-tests/search/resources-search-match-index-expected.txt: Removed.
* inspector-obsolete/http-tests/search/resources-search-match-index.html: Removed.
* inspector-obsolete/http-tests/search/resources/search-concatenated.html: Removed.
* inspector-obsolete/http-tests/search/resources/search.css: Removed.
* inspector-obsolete/http-tests/search/resources/search.html: Removed.
* inspector-obsolete/http-tests/search/resources/search.js: Removed.
* inspector-obsolete/http-tests/search/scripts-search-scope-expected.txt: Removed.
* inspector-obsolete/http-tests/search/scripts-search-scope.html: Removed.
* inspector-obsolete/http-tests/search/search-in-concatenated-script-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-concatenated-script.html: Removed.
* inspector-obsolete/http-tests/search/search-in-non-existing-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-non-existing-resource.html: Removed.
* inspector-obsolete/http-tests/search/search-in-resource-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-resource.html: Removed.
* inspector-obsolete/http-tests/search/search-in-resources-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-resources.html: Removed.
* inspector-obsolete/http-tests/search/search-in-script-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-script.html: Removed.
* inspector-obsolete/http-tests/search/search-in-static-expected.txt: Removed.
* inspector-obsolete/http-tests/search/search-in-static.html: Removed.
* inspector-obsolete/http-tests/search/search-test.js: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-injected-content-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-inline-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setInterval-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed.
* inspector-obsolete/http-tests/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: Removed.
* inspector-obsolete/http-tests/stacktraces/resources/csp-inline-test.js: Removed.
* inspector-obsolete/http-tests/stacktraces/resources/stacktrace-test.js: Removed.
* inspector-obsolete/http-tests/styles/modify-cross-domain-rule.css: Removed.
* inspector-obsolete/http-tests/styles/resources/styles-redirected-css.css: Removed.
* inspector-obsolete/http-tests/styles/resources/styles-redirected-css.php: Removed.
* inspector-obsolete/http-tests/styles/resources/xsl-transformed.xsl: Removed.
* inspector-obsolete/http-tests/styles/styles-redirected-css-expected.txt: Removed.
* inspector-obsolete/http-tests/styles/styles-redirected-css.html: Removed.
* inspector-obsolete/http-tests/styles/xsl-transformed-expected.txt: Removed.
* inspector-obsolete/http-tests/styles/xsl-transformed.xml: Removed.
* inspector-obsolete/http-tests/stylesheet-source-mapping-expected.txt: Removed.
* inspector-obsolete/http-tests/stylesheet-source-mapping.html: Removed.
* inspector-obsolete/http-tests/timeline-test.js: Removed.
* inspector-obsolete/http-tests/web-socket-frame-error-expected.txt: Removed.
* inspector-obsolete/http-tests/web-socket-frame-error.html: Removed.
* inspector-obsolete/http-tests/websocket/timeline-websocket-event-expected.txt: Removed.
* inspector-obsolete/http-tests/websocket/timeline-websocket-event.html: Removed.
* inspector-obsolete/http-tests/websocket/web-socket-frame-expected.txt: Removed.
* inspector-obsolete/http-tests/websocket/web-socket-frame.html: Removed.
* inspector-obsolete/http-tests/workspace-test.js: Removed.
* inspector-obsolete/inspected-objects-not-overriden-expected.txt: Removed.
* inspector-obsolete/inspected-objects-not-overriden.html: Removed.
* inspector-obsolete/load-resource-synchronously-utf8-expected.txt: Removed.
* inspector-obsolete/load-resource-synchronously-utf8.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-agent-crash-on-start.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-profile-removal-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-profile-removal.html: Removed.
* inspector-obsolete/profiler/cpu-profiler-profiling-expected.txt: Removed.
* inspector-obsolete/profiler/cpu-profiler-profiling.html: Removed.
* inspector-obsolete/profiler/profiler-test.js: Removed.
* inspector-obsolete/remote-object-expected.txt: Removed.
* inspector-obsolete/remote-object.html: Removed.
* inspector-obsolete/report-API-errors-expected.txt: Removed.
* inspector-obsolete/report-API-errors.html: Removed.
* inspector-obsolete/report-protocol-errors-expected.txt: Removed.
* inspector-obsolete/report-protocol-errors.html: Removed.
* inspector-obsolete/runtime/runtime-callFunctionOn-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-callFunctionOn.html: Removed.
* inspector-obsolete/runtime/runtime-getProperties-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-getProperties-isOwnProperty-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-getProperties-isOwnProperty.html: Removed.
* inspector-obsolete/runtime/runtime-getProperties.html: Removed.
* inspector-obsolete/runtime/runtime-localStorage-getProperties-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-localStorage-getProperties.html: Removed.
* inspector-obsolete/runtime/runtime-setPropertyValue-expected.txt: Removed.
* inspector-obsolete/runtime/runtime-setPropertyValue.html: Removed.
* inspector-obsolete/script-execution-state-change-notification-expected.txt: Removed.
* inspector-obsolete/script-execution-state-change-notification.html: Removed.
* inspector-obsolete/storage-panel-dom-storage-empty-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-empty.html: Removed.
* inspector-obsolete/storage-panel-dom-storage-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-update-expected.txt: Removed.
* inspector-obsolete/storage-panel-dom-storage-update.html: Removed.
* inspector-obsolete/storage-panel-dom-storage.html: Removed.
* inspector-obsolete/styles/add-new-rule-inline-style-csp-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-inline-style-csp.html: Removed.
* inspector-obsolete/styles/add-new-rule-invalid-selector-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-invalid-selector.html: Removed.
* inspector-obsolete/styles/add-new-rule-with-style-after-body-expected.txt: Removed.
* inspector-obsolete/styles/add-new-rule-with-style-after-body.html: Removed.
* inspector-obsolete/styles/get-set-stylesheet-text-expected.txt: Removed.
* inspector-obsolete/styles/get-set-stylesheet-text.html: Removed.
* inspector-obsolete/styles/import-pseudoclass-crash-expected.txt: Removed.
* inspector-obsolete/styles/import-pseudoclass-crash.html: Removed.
* inspector-obsolete/styles/inject-stylesheet-expected.txt: Removed.
* inspector-obsolete/styles/inject-stylesheet.html: Removed.
* inspector-obsolete/styles/parse-stylesheet-errors-expected.txt: Removed.
* inspector-obsolete/styles/parse-stylesheet-errors.html: Removed.
* inspector-obsolete/styles/parse-utf8-bom-expected.txt: Removed.
* inspector-obsolete/styles/parse-utf8-bom.html: Removed.
* inspector-obsolete/styles/region-style-crash-expected.txt: Removed.
* inspector-obsolete/styles/region-style-crash.html: Removed.
* inspector-obsolete/styles/removed-rule-crash-expected.txt: Removed.
* inspector-obsolete/styles/removed-rule-crash.html: Removed.
* inspector-obsolete/styles/resources/fromcss.png: Removed.
* inspector-obsolete/styles/resources/get-set-stylesheet-text.css: Removed.
* inspector-obsolete/styles/resources/iframed.png: Removed.
* inspector-obsolete/styles/resources/import-pseudoclass-crash-empty.css: Removed.
* inspector-obsolete/styles/resources/import-pseudoclass-crash.css: Removed.
* inspector-obsolete/styles/resources/inject-stylesheet-iframe-data.html: Removed.
* inspector-obsolete/styles/resources/media-queries-1.css: Removed.
* inspector-obsolete/styles/resources/media-queries.css: Removed.
* inspector-obsolete/styles/resources/parse-utf8-bom-main.css: Removed.
* inspector-obsolete/styles/resources/parse-utf8-bom-reset.css: Removed.
* inspector-obsolete/styles/resources/selector-line.css: Removed.
* inspector-obsolete/styles/resources/selector-line.css.map: Removed.
* inspector-obsolete/styles/resources/selector-line.scss: Removed.
* inspector-obsolete/styles/resources/styles-history.css: Removed.
* inspector-obsolete/styles/resources/styles-iframe-data.html: Removed.
* inspector-obsolete/styles/resources/styles-new-API-1.css: Removed.
* inspector-obsolete/styles/resources/styles-new-API-2.css: Removed.
* inspector-obsolete/styles/resources/styles-new-API.css: Removed.
* inspector-obsolete/styles/resources/styles-source-lines-inline-iframe.html: Removed.
* inspector-obsolete/styles/resources/styles-source-offsets.css: Removed.
* inspector-obsolete/styles/resources/styles-url-linkify-iframe.html: Removed.
* inspector-obsolete/styles/resources/styles-url-linkify.css: Removed.
* inspector-obsolete/styles/selector-list-expected.txt: Removed.
* inspector-obsolete/styles/selector-list.html: Removed.
* inspector-obsolete/styles/set-property-boundaries-expected.txt: Removed.
* inspector-obsolete/styles/set-property-boundaries.html: Removed.
* inspector-obsolete/styles/styles-add-blank-property-expected.txt: Removed.
* inspector-obsolete/styles/styles-add-blank-property.html: Removed.
* inspector-obsolete/styles/styles-add-invalid-property-expected.txt: Removed.
* inspector-obsolete/styles/styles-add-invalid-property.html: Removed.
* inspector-obsolete/styles/styles-computed-trace-expected.txt: Removed.
* inspector-obsolete/styles/styles-computed-trace.html: Removed.
* inspector-obsolete/styles/styles-disable-inherited-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-inherited.html: Removed.
* inspector-obsolete/styles/styles-disable-then-change-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-change.html: Removed.
* inspector-obsolete/styles/styles-disable-then-delete-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-delete.html: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-overriden-ua-expected.txt: Removed.
* inspector-obsolete/styles/styles-disable-then-enable-overriden-ua.html: Removed.
* inspector-obsolete/styles/styles-disable-then-enable.html: Removed.
* inspector-obsolete/styles/styles-formatting-expected.txt: Removed.
* inspector-obsolete/styles/styles-formatting.html: Removed.
* inspector-obsolete/styles/styles-history-expected.txt: Removed.
* inspector-obsolete/styles/styles-history.html: Removed.
* inspector-obsolete/styles/styles-iframe-expected.txt: Removed.
* inspector-obsolete/styles/styles-iframe.html: Removed.
* inspector-obsolete/styles/styles-include-host-rules-crash-expected.txt: Removed.
* inspector-obsolete/styles/styles-include-host-rules-crash.html: Removed.
* inspector-obsolete/styles/styles-invalid-color-values-expected.txt: Removed.
* inspector-obsolete/styles/styles-invalid-color-values.html: Removed.
* inspector-obsolete/styles/styles-new-API-expected.txt: Removed.
* inspector-obsolete/styles/styles-new-API.html: Removed.
* inspector-obsolete/styles/styles-overriden-properties-expected.txt: Removed.
* inspector-obsolete/styles/styles-overriden-properties.html: Removed.
* inspector-obsolete/styles/styles-source-lines-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-lines-inline-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-lines-inline.html: Removed.
* inspector-obsolete/styles/styles-source-lines.html: Removed.
* inspector-obsolete/styles/styles-source-offsets-expected.txt: Removed.
* inspector-obsolete/styles/styles-source-offsets.html: Removed.
* inspector-obsolete/styles/undo-add-new-rule-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-new-rule.html: Removed.
* inspector-obsolete/styles/undo-add-property-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-property.html: Removed.
* inspector-obsolete/styles/undo-add-rule-crash-expected.txt: Removed.
* inspector-obsolete/styles/undo-add-rule-crash.html: Removed.
* inspector-obsolete/styles/undo-change-property-expected.txt: Removed.
* inspector-obsolete/styles/undo-change-property.html: Removed.
* inspector-obsolete/styles/undo-property-toggle-expected.txt: Removed.
* inspector-obsolete/styles/undo-property-toggle.html: Removed.
* inspector-obsolete/styles/undo-set-selector-text-expected.txt: Removed.
* inspector-obsolete/styles/undo-set-selector-text.html: Removed.
* inspector-obsolete/timeline/resources/anImage.png: Removed.
* inspector-obsolete/timeline/resources/anotherImage.png: Removed.
* inspector-obsolete/timeline/resources/big.png: Removed.
* inspector-obsolete/timeline/resources/test.bmp: Removed.
* inspector-obsolete/timeline/resources/test.gif: Removed.
* inspector-obsolete/timeline/resources/test.ico: Removed.
* inspector-obsolete/timeline/resources/test.jpg: Removed.
* inspector-obsolete/timeline/resources/test.png: Removed.
* inspector-obsolete/timeline/resources/test.webp: Removed.
* inspector-obsolete/timeline/resources/timeline-iframe-data.html: Removed.
* inspector-obsolete/timeline/resources/timeline-iframe-paint.html: Removed.
* inspector-obsolete/timeline/timeline-animation-frame-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-animation-frame.html: Removed.
* inspector-obsolete/timeline/timeline-decode-resize-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-decode-resize.html: Removed.
* inspector-obsolete/timeline/timeline-dom-content-loaded-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-dom-content-loaded-event.html: Removed.
* inspector-obsolete/timeline/timeline-event-dispatch-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-event-dispatch.html: Removed.
* inspector-obsolete/timeline/timeline-frames-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-frames.html: Removed.
* inspector-obsolete/timeline/timeline-injected-script-eval-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-injected-script-eval.html: Removed.
* inspector-obsolete/timeline/timeline-layout-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-layout-reason-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-layout-reason.html: Removed.
* inspector-obsolete/timeline/timeline-layout.html: Removed.
* inspector-obsolete/timeline/timeline-load-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-load-event.html: Removed.
* inspector-obsolete/timeline/timeline-load-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-load.html: Removed.
* inspector-obsolete/timeline/timeline-network-received-data-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-network-received-data.html: Removed.
* inspector-obsolete/timeline/timeline-network-resource-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-network-resource.html: Removed.
* inspector-obsolete/timeline/timeline-network-resource.js: Removed.
* inspector-obsolete/timeline/timeline-paint-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-paint.html: Removed.
* inspector-obsolete/timeline/timeline-parse-html-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-parse-html.html: Removed.
* inspector-obsolete/timeline/timeline-recalculate-styles-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-recalculate-styles.html: Removed.
* inspector-obsolete/timeline/timeline-receive-response-event-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-receive-response-event.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-1-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-script-tag-1.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2.html: Removed.
* inspector-obsolete/timeline/timeline-script-tag-2.js: Removed.
* inspector-obsolete/timeline/timeline-start-time-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-start-time.html: Removed.
* inspector-obsolete/timeline/timeline-time-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-time-stamp-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-time-stamp.html: Removed.
* inspector-obsolete/timeline/timeline-time.html: Removed.
* inspector-obsolete/timeline/timeline-timer-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-timer-fired-from-eval-call-site.html: Removed.
* inspector-obsolete/timeline/timeline-timer.html: Removed.
* inspector-obsolete/timeline/timeline-trivial-expected.txt: Removed.
* inspector-obsolete/timeline/timeline-trivial.html: Removed.
* inspector-obsolete/utilities-expected.txt: Removed.
* inspector-obsolete/utilities.html: Removed.
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Unreviewed gardening, mark timeouting tests.
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part II
* platform/win/TestExpectations:
2014-12-27 Csaba Osztrogonác <ossy@webkit.org>
[Win] Fix test expectations after r177363 - part I
* platform/win/TestExpectations:
2014-12-26 Alexey Proskuryakov <ap@apple.com>
fast/text/international/hindi-spacing.html and transforms/2d/hindi-rotated.html are flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138075
This was fixed via bug 138683, a fix for another text rendering test being flaky.
* platform/mac/TestExpectations: Remove the expectations.
2014-12-25 Dhi Aurrahman <diorahman@rockybars.com>
Extend :lang() with string arguments
https://bugs.webkit.org/show_bug.cgi?id=139678
Reviewed by Benjamin Poulain.
* fast/css/css-lang-selector-with-string-arguments-text-expected.txt: Added.
* fast/css/css-lang-selector-with-string-arguments-text.html: Added.
* fast/selectors/lang-extended-filtering-with-string-arguments-expected.txt: Added.
* fast/selectors/lang-extended-filtering-with-string-arguments.html: Added.
2014-12-24 Benjamin Poulain <benjamin@webkit.org>
Import the tests for :valid/:invalid on form/fieldset from blink
https://bugs.webkit.org/show_bug.cgi?id=139899
Reviewed by Darin Adler.
blink's tests are incredibly basic but it is better to include them
for completeness.
* fast/forms/fieldset-pseudo-valid-style-expected.txt: Added.
* fast/forms/fieldset-pseudo-valid-style.html: Added.
* fast/forms/form-pseudo-valid-style-expected.txt: Added.
* fast/forms/form-pseudo-valid-style.html: Added.
Both tests are from Bartek Nowierski.
2014-12-23 Zalan Bujtas <zalan@apple.com>
Incorrect dashed and dotted border painting.
https://bugs.webkit.org/show_bug.cgi?id=139872
rdar://problem/18024205
Reviewed by Simon Fraser.
This patch makes dashed/dotted border painting symmetric and consistent.
It also works with subpixel positioning.
* fast/borders/border-painting-correctness-dashed-expected.html: Added.
* fast/borders/border-painting-correctness-dashed.html: Added.
* fast/borders/border-painting-correctness-dotted-expected.html: Added.
* fast/borders/border-painting-correctness-dotted.html: Added.
* fast/borders/resources/border-painting-correctness-dashed-expected.png: Added.
* fast/borders/resources/border-painting-correctness-dotted-expected.png: Added.
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
editing/spelling/grammar-paste.html is flaky in debug after r177682
https://bugs.webkit.org/show_bug.cgi?id=139903
Unreviewed gardening.
* TestExpectations:
Mark it as flaky.
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Add proper expectations for two spelling/ tests after r177682
Unreviewed gardening.
* TestExpectations:
2014-12-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
shouldBecomeEqual() behaves as shouldBe() if the testing expression returns the expected value
https://bugs.webkit.org/show_bug.cgi?id=133939
Reviewed by Darin Adler.
First call of eval(expression) inside shouldBecomeEqual was always
made synchronously. If the testing expression returns the same value
as expected one then shouldBecomeEqual() will immediately report PASS,
for example,
shouldBecomeEqual(internals.hasSpellingMarker("wellcome"), false);
in consequence, assuming asynchronous path of spellchecking, spelling markers
may appear after a while.
The bug was caused by checking a condition at the beginning of shouldBecomeEqual(),
before calling a timer. As a result, queued asynchronous events doesn't effect
this checking.
* TestExpectations:
This fix reveals new bugs in execDeleteCommand() behaviour, two tests need
to marked as failure now.
* resources/js-test-pre.js:
(.condition):
(shouldBecomeEqual):
(shouldBecomeDifferent):
* resources/js-test.js:
(.condition):
(shouldBecomeEqual):
(shouldBecomeDifferent):
Always check a condition on timer.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
platform/mac-wk2/tiled-drawing/scrolling/frames/frameset-frame-scrollability.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139901
* platform/mac-wk2/TestExpectations: Mark it as such.
2014-12-22 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177658.
https://bugs.webkit.org/show_bug.cgi?id=139900
Caused many assertion failures (Requested by ap on #webkit).
Reverted changeset:
"Incorrect dashed and dotted border painting."
https://bugs.webkit.org/show_bug.cgi?id=139872
http://trac.webkit.org/changeset/177658
2014-12-22 Benjamin Poulain <bpoulain@apple.com>
Form elements should match :valid and :invalid based on their associated elements
https://bugs.webkit.org/show_bug.cgi?id=139850
Reviewed by Darin Adler.
The style update tests are largely based on the fieldset test suite.
The other tests are for various aspects of the patch.
* fast/css/pseudo-invalid-form-and-fieldset-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-and-fieldset-basics.html: Added.
* fast/css/pseudo-invalid-form-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-basics.html: Added.
* fast/css/pseudo-invalid-form-dynamically-created-basics-expected.html: Added.
* fast/css/pseudo-invalid-form-dynamically-created-basics.html: Added.
* fast/css/pseudo-invalid-form-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-invalid-form-invalidation-optimization.html: Added.
* fast/css/pseudo-valid-form-and-fieldset-basics-expected.html: Added.
* fast/css/pseudo-valid-form-and-fieldset-basics.html: Added.
* fast/css/pseudo-valid-form-basics-expected.html: Added.
* fast/css/pseudo-valid-form-basics.html: Added.
* fast/css/pseudo-valid-form-dynamically-created-basics-expected.html: Added.
* fast/css/pseudo-valid-form-dynamically-created-basics.html: Added.
* fast/css/pseudo-valid-form-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-valid-form-invalidation-optimization.html: Added.
* fast/selectors/invalid-form-style-update-1-expected.txt: Added.
* fast/selectors/invalid-form-style-update-1.html: Added.
* fast/selectors/invalid-form-style-update-2-expected.txt: Added.
* fast/selectors/invalid-form-style-update-2.html: Added.
* fast/selectors/invalid-form-style-update-3-expected.txt: Added.
* fast/selectors/invalid-form-style-update-3.html: Added.
* fast/selectors/valid-form-style-update-1-expected.txt: Added.
* fast/selectors/valid-form-style-update-1.html: Added.
* fast/selectors/valid-form-style-update-2-expected.txt: Added.
* fast/selectors/valid-form-style-update-2.html: Added.
* fast/selectors/valid-form-style-update-3-expected.txt: Added.
* fast/selectors/valid-form-style-update-3.html: Added.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
compositing/rtl/rtl-fixed-overflow-scrolled.html had a 1600x1200 expected PNG
accidentally checked in, let's land 800x600 again.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
2014-12-22 Zalan Bujtas <zalan@apple.com>
Incorrect dashed and dotted border painting.
https://bugs.webkit.org/show_bug.cgi?id=139872
rdar://problem/18024205
Reviewed by Simon Fraser.
This patch makes dashed/dotted border painting symmetric and consistent.
It also works with subpixel positioning.
* fast/borders/border-painting-correctness-dashed-expected.html: Added.
* fast/borders/border-painting-correctness-dashed.html: Added.
* fast/borders/border-painting-correctness-dotted-expected.html: Added.
* fast/borders/border-painting-correctness-dotted.html: Added.
* fast/borders/resources/border-painting-correctness-dashed-expected.png: Added.
* fast/borders/resources/border-painting-correctness-dotted-expected.png: Added.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
REGRESSION: fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139840
* TestExpectations: Marking as such.
2014-12-22 Alexey Proskuryakov <ap@apple.com>
Update some inspector test expectations for the new timeout detection.
Also, unmarked some tests that appear stable on bots now.
* platform/mac/TestExpectations:
2014-12-22 Alexey Proskuryakov <ap@apple.com>
Remove a Slow expectation for js/promises-tests/promises-tests-2-3-3.html,
as we now skip the test.
* TestExpectations:
2014-12-22 Alexey Proskuryakov <ap@apple.com>
js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
https://bugs.webkit.org/show_bug.cgi?id=139865
rdar://problem/19326058
* TestExpectations: Skip it.
2014-12-22 Manuel Rego Casasnovas <rego@igalia.com>
[CSS Grid Layout] Get rid of legacy WebKitCSSGridLayoutEnabled
https://bugs.webkit.org/show_bug.cgi?id=139860
Reviewed by Sergio Villar Senin.
Remove the missing bits regarding WebKitCSSGridLayoutEnabled.
Most of it was already removed in r168416.
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-horizontal-rtl.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-ltr.html:
* fast/css-grid-layout/grid-item-margin-auto-columns-rows-vertical-rtl.html:
* fast/css-grid-layout/grid-shorthand-get-set.html:
2014-12-21 Shivakumar JM <shiva.jm@samsung.com>
HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement).
https://bugs.webkit.org/show_bug.cgi?id=139806
Reviewed by Darin Adler.
* fast/dom/HTMLSelectElement/select-add-optgroup-expected.txt: Added.
* fast/dom/HTMLSelectElement/select-add-optgroup.html: Added.
2014-12-21 Gabor Rapcsanyi <rgabor@webkit.org>
AX: Hidden aria table crash
https://bugs.webkit.org/show_bug.cgi?id=139856
Reviewed by Chris Fleizach.
Add layout test to cover this crash.
* accessibility/aria-hidden-crash-expected.txt: Added.
* accessibility/aria-hidden-crash.html: Added.
2014-12-21 Alexey Proskuryakov <ap@apple.com>
Update expectations for two WebGL tests to match what bots see.
* platform/mac/TestExpectations:
2014-12-19 Chris Dumez <cdumez@apple.com>
Fix initial / inherit support for '-webkit-perspective-origin' CSS property
https://bugs.webkit.org/show_bug.cgi?id=139843
Reviewed by Simon Fraser.
Add layout test to cover 'initial' / 'inherit' support for
'-webkit-perspective-origin' CSS property.
* fast/css/perspective-origin-initial-inherit-expected.txt: Added.
* fast/css/perspective-origin-initial-inherit.html: Added.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
REGRESSION (177368): Some tests started to immediately time out
https://bugs.webkit.org/show_bug.cgi?id=139826
Reviewed by Daniel Bates.
* platform/wk2/TestExpectations: The culprit was this test that I unskipped to see
whether it passes. It in fact does pass, so let's remove the expectation entirely.
2014-12-19 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed gardening.
Unskip a test that started working after r177542. Also clear up some
lint warnings about the TestExpectations file.
* platform/win/TestExpectations:
2014-12-19 Alexey Proskuryakov <ap@apple.com>
media/video-seek-past-end-paused.html frequently times out on Mavericks
https://bugs.webkit.org/show_bug.cgi?id=139825
* platform/mac/TestExpectations: Added an expectation.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
fast/speechsynthesis/speech-synthesis-cancel.html times out very frequently
https://bugs.webkit.org/show_bug.cgi?id=139824
* platform/mac-wk2/TestExpectations: Added an expectation.
2014-12-19 Alexey Proskuryakov <ap@apple.com>
Move some entries for tests that are slow in debug to root TestExpectations file.
* TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-19 Michael Saboff <msaboff@apple.com>
REGRESSION(174226): Captured arguments in a using function compiled by the DFG have the initial value when the closure was invoked
https://bugs.webkit.org/show_bug.cgi?id=139808
Reviewed by Oliver Hunt.
New regression test.
* js/regress-139808-expected.txt: Added.
* js/regress-139808.html: Added.
* js/script-tests/regress-139808.js: Added.
(theClosureFunction.rot13):
(theClosureFunction):
2014-12-19 Alexey Proskuryakov <ap@apple.com>
Updte WebKit2 test expectations based on what bots see now.
* TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-19 Said Abou-Hallawa <sabouhallawa@apple.com>
Only when the SVG is inline and only when a shape is referenced before it is defined, this shape will not be drawn.
https://bugs.webkit.org/show_bug.cgi?id=139451.
Reviewed by Antti Koivisto.
Ensure that when a <use> element inside an inline SVG references another
target SVG element, which has not been defined yet, gets its shadow DOM
tree updated once the target element is created. Updating the shadow DOM
tree of the <use> element should update the corresponding shadow render
tree as well.
* svg/in-html/defs-after-use-expected.html: Added.
* svg/in-html/defs-after-use.html: Added.
2014-12-18 Alexey Proskuryakov <ap@apple.com>
More gardening for flaky tests that are now properly reported as timing oout.
* platform/mac/TestExpectations:
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: Recursive crash at WebCore::accessibleNameForNode
https://bugs.webkit.org/show_bug.cgi?id=139616
Reviewed by Mario Sanchez Prada.
* accessibility/accessibility-description-crash-expected.txt: Added.
* accessibility/accessibility-description-crash.html: Added.
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: Heuristic: Avoid exposing an element as clickable if mouse event delegation is handled on an element with any explicit ARIA role, including presentation.
https://bugs.webkit.org/show_bug.cgi?id=133613
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/press-action-for-presentational-descendants-expected.txt: Added.
* platform/mac/accessibility/press-action-for-presentational-descendants.html: Added.
2014-12-18 Chris Fleizach <cfleizach@apple.com>
AX: event.target should sometimes be a descendant element on AXPress-triggered mouse clicks
https://bugs.webkit.org/show_bug.cgi?id=135689
Reviewed by Mario Sanchez Prada.
* accessibility/press-target-uses-text-descendant-node-expected.txt: Added.
* accessibility/press-target-uses-text-descendant-node.html: Added.
2014-12-18 Alexey Proskuryakov <ap@apple.com>
media/media-controls-timeline-updates.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139789
* platform/mac/TestExpectations: Mark it as such.
2014-12-18 Daniel Bates <dabates@apple.com>
[iOS] Updated expected results for LayoutTests/editing
* platform/ios-simulator-wk2/TestExpectations:
[...]
2014-12-18 Alexey Proskuryakov <ap@apple.com>
Update flaky media test expectations to what bots see now - mostly updating for
better detection of timeouts.
* platform/mac/TestExpectations:
2014-12-18 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139779
Fullscreen tests use unreasonably short timeouts
Reviewed by Eric Carlson.
* fullscreen/exit-full-screen-iframe.html:
* fullscreen/full-screen-iframe-allowed-prefixed.html:
* fullscreen/full-screen-iframe-allowed.html:
* fullscreen/full-screen-iframe-legacy.html:
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html:
* fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html:
Removed the timeouts.
* platform/mac-wk1/TestExpectations: fullscreen/exit-full-screen-iframe.html
legitimately fails in DumpRenderTree, which we didn't know about.
* platform/mac/TestExpectations: Removed tests that should no longer be flaky now.
2014-12-18 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Remove timeout from shouldBecome* functions in js-test.js
https://bugs.webkit.org/show_bug.cgi?id=139767
Reviewed by Darin Adler.
r156678 has removed this timeout from shouldBecome* in js-test-pre.js.
Get rid of it from js-test.js as well to make shouldBecome* functions sync
between js-test.js and js-test-pre.js
Additionally, sync minor coding style changes between them.
* resources/js-test.js:
(_waitForCondition):
(.condition):
(shouldBecomeEqual):
(shouldBecomeEqualToString):
(shouldBecomeDifferent):
(._condition): Deleted.
(._failureHandler): Deleted.
2014-12-18 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix test expectations after r177363
https://bugs.webkit.org/show_bug.cgi?id=139772
Unreviewed gardening after r177363 - part II
* platform/efl/TestExpectations:
2014-12-18 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Copied from LayoutTests/css3/masking/mask-repeat-space-padding-expected.html.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-18 Csaba Osztrogonác <ossy@webkit.org>
[EFL] Fix test expectations after r177363
https://bugs.webkit.org/show_bug.cgi?id=139772
Unreviewed gardening after r177363 - part I
* platform/efl/TestExpectations:
2014-12-18 Radu Stavila <stavila@adobe.com>
animations/cross-fade-webkit-mask-image.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139590
Reviewed by Andrei Bucur.
animations/cross-fade-webkit-mask-image.html became flaky after the way
masks are handled was changed in https://bugs.webkit.org/show_bug.cgi?id=139294.
Marking it flaky for now, pending investigation.
* TestExpectations:
2014-12-18 Antti Koivisto <antti@apple.com>
Stop returning GlyphPage from various Font functions
https://bugs.webkit.org/show_bug.cgi?id=139627
Reviewed by Darin Adler.
These are progressions. We now correctly draw the specified missing glyph.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
* svg/custom/glyph-selection-lang-attribute-expected.txt:
2014-12-17 Daniel Bates <dabates@apple.com>
[iOS] More test gardening
* platform/ios-simulator-wk2/TestExpectations:
[...]
2014-12-17 Michael Saboff <msaboff@apple.com>
Tests with infinite recursion frequently crash
https://bugs.webkit.org/show_bug.cgi?id=139548
Reviewed by Geoffrey Garen.
New test that exercises the various places that we do stack overflow checks.
* TestExpectations:
* js/regress-139548-expected.txt: Added.
* js/regress-139548.html: Added.
* js/script-tests/regress-139548.js: Added.
(ToStringObj):
(ToStringObj.prototype.toString):
(makeArgsArray):
(recurseNoDFG):
(recurse):
(probeAndRecurse):
2014-12-16 Shivakumar JM <shiva.jm@samsung.com>
text node should not be created, On setting document.title to the empty string.
https://bugs.webkit.org/show_bug.cgi?id=139121
Reviewed by Darin Adler.
* fast/dom/Document/document-set-title-no-child-expected.txt: Added.
* fast/dom/Document/document-set-title-no-child.html: Added.
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/fast
* TestExpectations: Added entries fast/parser/document-write-fighting-eof.html and fast/parser/document-write-partial-entity-before-load.html
and removed these entries from the GTK, Mac, and Windows-specific TestExpectation files. These tests are known to fail in debug builds on
all ports. See http://webkit.org/b/110546 for more details.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/http
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/http/tests/loading/simple-subframe-expected.txt: Added.
* platform/ios-simulator/http/tests/local/file-url-sent-as-referer-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/acid2-pixel-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/error404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/favicon-as-image-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/frame-access-during-load-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/generated-content-inside-table-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/iframe404-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/location-replace-crossdomain-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-image-in-pattern-expected.txt: Added.
* platform/ios-simulator/http/tests/misc/slow-loading-mask-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-expected.txt: Added.
* platform/ios-simulator/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-goback-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/error404-subframeload-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/javascriptlink-frames-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-basic-expected.txt: Added.
* platform/ios-simulator/http/tests/navigation/postredirect-goback1-expected.txt: Added.
* platform/ios-simulator/http/tests/uri/css-href-expected.txt: Added.
2014-12-16 Zalan Bujtas <zalan@apple.com>
Subpixel rendering: Animating HTML elements leaves trails when embedded to a subpxiel positioned iframe.
https://bugs.webkit.org/show_bug.cgi?id=139691
rdar://problem/19078958
Reviewed by Simon Fraser.
This patch ensures that repaint rect and actual paint coordinate calculations are in sync.
* fast/repaint/hidpi-content-inside-iframe-leaves-trails-expected.txt: Added.
* fast/repaint/hidpi-content-inside-iframe-leaves-trails.html: Added.
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline Mavericks test result after r177398
Unreviewed.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Cherokee language is drawn as boxes
https://bugs.webkit.org/show_bug.cgi?id=139706
Reviewed by Simon Fraser.
* platform/ios-simulator/fast/text/cherokee-expected.html: Added.
* platform/ios-simulator/fast/text/cherokee.html: Added.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139708
http/tests/media/video-buffered-range-contains-currentTime.html frequently times out
* platform/mac/TestExpectations: Added an expectation.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More test gardening.
Fix syntax of one entry, extend two flakiness entries to cover Yosemite, where
these tests recently failed.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Myles C. Maxfield <mmaxfield@apple.com>
Ruby overhang uses ints instead of floats
https://bugs.webkit.org/show_bug.cgi?id=139624
Reviewed by Dave Hyatt.
Updating tests.
* fast/ruby/overhang-horizontal-expected.png:
* fast/ruby/overhang-horizontal-expected.txt:
* fast/ruby/overhang-vertical-expected.png:
* fast/ruby/overhang-vertical-expected.txt:
* platform/mac/fast/ruby/ruby-beforeafter-expected.png:
* platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
* platform/mac/fast/ruby/ruby-length-expected.png:
* platform/mac/fast/ruby/ruby-length-expected.txt:
* platform/mac/fast/ruby/ruby-run-break-expected.png:
* platform/mac/fast/ruby/ruby-run-break-expected.txt:
* platform/mac/fast/ruby/ruby-runs-expected.png:
* platform/mac/fast/ruby/ruby-runs-expected.txt:
* platform/mac/fast/ruby/ruby-runs-spans-expected.png:
* platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
* platform/mac/fast/ruby/ruby-trailing-expected.png:
* platform/mac/fast/ruby/ruby-trailing-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
* platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
* platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2014-12-16 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTest/{inspector-obsolete, inspector-protocol,
media, mhtml, perf, platform, plugins, scrollingcoordinator, userscripts, webarchive}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Myles C. Maxfield <litherum@gmail.com>
Ruby does not preserve expansion opportunities from enclosing context
https://bugs.webkit.org/show_bug.cgi?id=139618
Updating test for new expansion logic.
Reviewed by David Hyatt.
* fast/ruby/ruby-justification-expected.html:
* fast/ruby/ruby-justification.html:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
More expectations updated to Timeout.
Also, undone some accidental skips. It may be right to skip tests that always time
out, but let's do that intentionally, and with a review.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
Update some test expectations from Failure to Timeout, which is now correctly detected.
* platform/mac/TestExpectations:
2014-12-16 Ryosuke Niwa <rniwa@webkit.org>
Nested template contents are not cloned by document.importNode
https://bugs.webkit.org/show_bug.cgi?id=137619
Reviewed by Andreas Kling.
Added a regression test.
* fast/dom/HTMLTemplateElement/importNode-nested-templates-expected.txt: Added.
* fast/dom/HTMLTemplateElement/importNode-nested-templates.html: Added.
2014-12-16 Alexey Proskuryakov <ap@apple.com>
WebKit2 test expectations gardening.
Update syntax, unskip some tests that were skipped before we had expectations.
* platform/wk2/TestExpectations:
2014-12-16 Alexey Proskuryakov <ap@apple.com>
media/video-controls-toggling.html always times out
https://bugs.webkit.org/show_bug.cgi?id=116266
Skip it.
* platform/mac/TestExpectations:
2014-12-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
Document.contentType implementation
https://bugs.webkit.org/show_bug.cgi?id=132269
Reviewed by Darin Adler.
Chromium merge from https://codereview.chromium.org/151653004
* fast/dom/Document/clone-node-expected.txt:
* fast/dom/Document/clone-node.html:
* fast/dom/HTMLDocument/clone-node-quirks-mode-expected.txt:
* fast/dom/HTMLDocument/clone-node-quirks-mode.html:
* fast/dom/document-contentType-DOMParser-expected.txt: Added.
* fast/dom/document-contentType-DOMParser.html: Added.
* fast/dom/document-contentType-createDocument-expected.txt: Added.
* fast/dom/document-contentType-createDocument.html: Added.
* fast/dom/document-contentType-data-uri-expected.txt: Added.
* fast/dom/document-contentType-data-uri.html: Added.
* fast/xsl/xslt-contentType-expected.txt: Added.
* fast/xsl/xslt-contentType.html: Added.
* http/tests/dom/document-contentType-expected.txt: Added.
* http/tests/dom/document-contentType-meta-expected.txt: Added.
* http/tests/dom/document-contentType-meta.html: Added.
* http/tests/dom/document-contentType-xhr-expected.txt: Added.
* http/tests/dom/document-contentType-xhr.html: Added.
* http/tests/dom/document-contentType.html: Added.
* http/tests/dom/resources/dummy.css: Added.
(body):
* http/tests/dom/resources/dummy.html: Added.
* http/tests/dom/resources/dummy.js: Added.
* http/tests/dom/resources/dummy.txt: Added.
* http/tests/dom/resources/dummy.xml: Added.
* http/tests/dom/resources/send-mime-type.php: Added.
* http/tests/dom/resources/square20.bmp: Added.
* http/tests/dom/resources/square20.gif: Added.
* http/tests/dom/resources/square20.jpg: Added.
* http/tests/dom/resources/square20.png: Added.
* resources/js-test.js:
(shouldBeEqualToNumber):
2014-12-16 Alexey Proskuryakov <ap@apple.com>
media/track/track-language-preference.html and media/track/track-prefer-captions.html time out on Mac
https://bugs.webkit.org/show_bug.cgi?id=112492
Skip these, as they time out every time.
* platform/mac/TestExpectations:
2014-12-16 Chris Dumez <cdumez@apple.com>
REGRESSION (r163928): Animated GIFs are not resumed when translated into view using -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=139672
<rdar://problem/19260797>
Reviewed by Antti Koivisto.
Add a layout test to verity that animated images are properly paused /
resumed when translated in and out of view using '-webkit-transform'
CSS property.
* fast/images/animated-gif-webkit-transform-expected.txt: Added.
* fast/images/animated-gif-webkit-transform.html: Added.
2014-12-15 Dhi Aurrahman <diorahman@rockybars.com>
Extend :lang()'s selector checker to handle ranges with '*' properly and perform matching within the ASCII range
https://bugs.webkit.org/show_bug.cgi?id=139340
Reviewed by Benjamin Poulain.
* fast/selectors/lang-equal-ignoring-ascii-case-expected.txt: Added.
* fast/selectors/lang-equal-ignoring-ascii-case.html: Added.
* fast/selectors/lang-extended-filtering-expected.txt: Updated.
* fast/selectors/lang-extended-filtering.html: Updated.
* fast/selectors/lang-valid-extended-filtering-expected.txt: Added.
* fast/selectors/lang-valid-extended-filtering.html: Added.
2014-12-15 Said Abou-Hallawa <sabouhallawa@apple.com>
Import Mozilla test suite for SVG.
https://bugs.webkit.org/show_bug.cgi?id=139456.
Reviewed by Dean Jackson.
This is only a part of the test suite. The rest of the tests will be submitted
later as they are investigated and the failures are reduced.
* TestExpectations:
* imported/mozilla: Added.
2014-12-15 Jer Noble <jer.noble@apple.com>
Switching src of <video> with clipping layer results in empty black square.
https://bugs.webkit.org/show_bug.cgi?id=139650
Reviewed by Simon Fraser.
* compositing/video-clip-change-src-expected.html: Added.
* compositing/video-clip-change-src.html: Added.
2014-12-15 Ryosuke Niwa <rniwa@webkit.org>
cloneNode(true) does not clone nested template elements' contents
https://bugs.webkit.org/show_bug.cgi?id=137755
Reviewed by Darin Adler.
Added a regression test.
* fast/dom/HTMLTemplateElement/cloneNode-nested-templates-expected.txt: Added.
* fast/dom/HTMLTemplateElement/cloneNode-nested-templates.html: Added.
2014-12-15 Benjamin Poulain <bpoulain@apple.com>
Unify the various serialization of selector list
https://bugs.webkit.org/show_bug.cgi?id=139606
Reviewed by Andreas Kling.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/css/parsing-css-matches-1-expected.txt:
* fast/css/parsing-css-matches-1.html:
* fast/css/parsing-css-matches-2-expected.txt:
* fast/css/parsing-css-matches-2.html:
* fast/css/parsing-css-matches-4-expected.txt:
* fast/css/parsing-css-matches-4.html:
* fast/css/parsing-css-not-1-expected.txt:
* fast/css/parsing-css-not-1.html:
* fast/css/parsing-css-not-2-expected.txt:
* fast/css/parsing-css-not-2.html:
* fast/css/parsing-css-not-4-expected.txt:
* fast/css/parsing-css-not-4.html:
2014-12-15 Javier Fernandez <jfernandez@igalia.com>
Floats Don't Overhang Their Block Formatting Contex
https://bugs.webkit.org/show_bug.cgi?id=139476
Reviewed by David Hyatt.
From Blink r172530 by <robhogan@gmail.com>
Tests to verify that float elements don't overhang blocks with a
different formatting context.
* fast/block/float/floats-do-not-overhang-from-block-formatting-context-expected.txt: Added.
* fast/block/float/floats-do-not-overhang-from-block-formatting-context.html: Added.
2014-12-15 Myles C. Maxfield <mmaxfield@apple.com>
Delete Notation because we don't use it
https://bugs.webkit.org/show_bug.cgi?id=139171
Reviewed by Kent Tamura.
Updating for removed property
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/resources/window-properties.js:
* fast/dom/Window/window-lookup-precedence-expected.txt:
* fast/dom/constants-expected.txt:
* fast/dom/constants.html:
* fast/dom/dom-constructors-expected.txt:
* fast/dom/dom-constructors.html:
* http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html:
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-sim-deprecated/http/tests/security/cross-frame-access-put-expected.txt:
* platform/ios-sim-deprecated/js/dom/global-constructors-attributes-expected.txt:
* platform/ios-simulator/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-12-15 Antti Koivisto <antti@apple.com>
WebKit level persistent caching
https://bugs.webkit.org/show_bug.cgi?id=30322
Reviewed by Sam Weinig.
Add a cache validation test. The test generates large number of validation header permutations.
* TestExpectations: Skipped until the feature is enabled.
* http/tests/cache/disk-cache-validation-expected.txt: Added.
* http/tests/cache/disk-cache-validation.html: Added.
* http/tests/cache/resources/cache-test.js: Added.
(getServerDate):
(makeHeaderValue):
(generateTestURL):
(loadResource):
(loadResources):
(printResults):
(runTests):
(mergeFields):
(generateTests):
* http/tests/cache/resources/generate-response.cgi: Added.
* platform/mac-mountainlion/TestExpectations: Added.
* platform/mac-wk1/TestExpectations:
2014-12-15 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Codepoints not associated with languages are drawn as boxes
https://bugs.webkit.org/show_bug.cgi?id=138906
Reviewed by Darin Adler.
* platform/ios-simulator/fast/text/non-language-font-fallback-expected.html: Added.
* platform/ios-simulator/fast/text/non-language-font-fallback.html: Added.
2014-12-15 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/webtiming-origins.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=91314
Reviewed by Anders Carlsson.
This test had three subframes, each being an individual test with waitUntilDone/notifyDone.
How crazy was that?
* http/tests/misc/resources/webtiming-cross-origin-and-back1.html: Removed.
* http/tests/misc/resources/webtiming-cross-origin-redirect.php: Removed.
* http/tests/misc/resources/webtiming-no-origin.html: Removed.
* http/tests/misc/webtiming-cross-origin-and-back1-expected.txt: Added.
* http/tests/misc/webtiming-cross-origin-and-back1.html: Copied from LayoutTests/http/tests/misc/resources/webtiming-cross-origin-and-back1.html.
* http/tests/misc/webtiming-cross-origin-redirect-expected.txt: Added.
* http/tests/misc/webtiming-cross-origin-redirect.php: Copied from LayoutTests/http/tests/misc/resources/webtiming-cross-origin-redirect.php.
* http/tests/misc/webtiming-no-origin-expected.txt: Added.
* http/tests/misc/webtiming-no-origin.html: Copied from LayoutTests/http/tests/misc/resources/webtiming-no-origin.html.
* http/tests/misc/webtiming-origins.html: Removed.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
2014-12-15 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Prevent SourceBuffer monitoring algorithm from triggering a HAVE_NOTHING to HAVE_METADATA transition.
https://bugs.webkit.org/show_bug.cgi?id=139444
Reviewed by Jer Noble.
Added test to check how many active SourceBuffers exist when loadedmetadata fires,
according to spec 3.5.7, this should be equal to number of sourcebuffers.
* media/media-source/media-source-loadedmetada-with-two-sourcebuffers-expected.txt: Added.
* media/media-source/media-source-loadedmetada-with-two-sourcebuffers.html: Added.
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Add some more slow tests to TestExpectations.
* TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
svg/filters/svg-deeply-nested-crash.html is slow in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139638
Marked it as such. Also, added [ Debug ] to other tests that are slow in debug only.
* TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
jquery/manipulation.html is very slow in debug builds, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=61932
Several fast/selectors tests are very slow in debug
https://bugs.webkit.org/show_bug.cgi?id=139634
* TestExpectations: Mark them as slow
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Tests with infinite recursion frequently crash
https://bugs.webkit.org/show_bug.cgi?id=139548
Added another affected test, generalized expectations to be cross-platform.
* TestExpectations:
* platform/mac/TestExpectations:
2014-12-14 Alexey Proskuryakov <ap@apple.com>
Mac test expectations gardening.
Fixed lint failures, moved a flakiness expectation that was overriding a Skip.
* TestExpectations:
* platform/mac/TestExpectations:
2014-12-14 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r177223 and r177226.
https://bugs.webkit.org/show_bug.cgi?id=139631
Multiple tests are flakily asserting in
StyleResolver::loadPendingResources (Requested by ap_ on
#webkit).
Reverted changesets:
"[SVG Masking] Enable the use of <mask> elements for -webkit-
mask-image"
https://bugs.webkit.org/show_bug.cgi?id=139294
http://trac.webkit.org/changeset/177223
"animations/cross-fade-webkit-mask-image.html is flaky"
https://bugs.webkit.org/show_bug.cgi?id=139590
http://trac.webkit.org/changeset/177226
2014-12-14 Chris Dumez <cdumez@apple.com>
fast/images/animated-gif-body-outside-viewport.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139599
Reviewed by Alexey Proskuryakov.
Update fast/images/animated-gif-body-outside-viewport.html to use
shouldBecomeEqual() instead of a setTimeout() + shouldBe() to fix
the flakiness.
* fast/images/animated-gif-body-outside-viewport-expected.txt:
* fast/images/animated-gif-body-outside-viewport.html:
* platform/mac-wk1/TestExpectations:
2014-12-14 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r160182): Fragment parser doesn't close a form element with a close tag
https://bugs.webkit.org/show_bug.cgi?id=139561
Reviewed by Darin Adler.
Added a regression test.
* fast/dom/dom-parse-close-form-expected.txt: Added.
* fast/dom/dom-parse-close-form.html: Added.
2014-12-13 Zalan Bujtas <zalan@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=139597
rdar://problem/19237334
Fixed positioned pseudo content does not get composited.
Reviewed by Simon Fraser.
This patch ensures that adjustRenderStyle() can access to settings even when Element* is null.
* compositing/fixed-positioned-pseudo-content-no-compositing-expected.txt: Added.
* compositing/fixed-positioned-pseudo-content-no-compositing.html: Added.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
[WebGL] Texture size tests failures
https://bugs.webkit.org/show_bug.cgi?id=131886
* platform/mac/TestExpectations: Further relax expectations for these tests, as
they also fail on different OS versions and in different ways.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
Mark two canvas tests that fail on a new Mac Pro locally.
* platform/mac/TestExpectations:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
Move expectations for test that hit !m_visibleDescendantStatusDirty assertion,
because locally, this also happens in WK1.
* TestExpectations:
* platform/wk2/TestExpectations:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
fast/images/animated-gif-body-outside-viewport.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139599
* platform/mac-wk1/TestExpectations: Mark it as such.
2014-12-12 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/workers/abort-exception-assert.html often times out
https://bugs.webkit.org/show_bug.cgi?id=139595
* TestExpectations: Mark it as such.
2014-12-12 Roger Fong <roger_fong@apple.com>
Implement EXT_blend_minmax as a WebGL 1 extension.
https://bugs.webkit.org/show_bug.cgi?id=128974.
<rdar://problem/19195535>
Reviewed by Dean Jackson.
* fast/canvas/webgl/constants.html:
2014-12-12 Alexey Proskuryakov <ap@apple.com>
http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139591
Reviewed by Antti Koivisto.
* http/tests/css/resources/empty.css: Added.
* http/tests/css/resources/500.php: Copied from LayoutTests/http/tests/css/resources/slow-loading-sheet-in-error.php.
* http/tests/css/resources/slow-loading-sheet-in-error.php: Removed.
* http/tests/css/resources/slow-loading-sheet.php: Removed.
These scripts were not "slow" at all - 100 microseconds is nothing. Furthermore,
slow-loading-sheet-in-error.php wasn't even used, because of a typo in the test.
And worst of all, WebCore has its own ideas about when to load stylesheets - notably,
default stylesheet loading blocks script execution, so we cannot do anything before
the stylesheet loads.
* http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html:
* http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html:
Removed built-in timeout for the tests, we don't need it. Also, fixed a number of
small stylistic issues.
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Removed.
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Removed.
Moved inside HTML, because having tests in a separate file is useless and harmful.
* platform/mac-wk2/TestExpectations: These tests were always flaky, not 100% failing.
2014-12-12 Radu Stavila <stavila@adobe.com>
animations/cross-fade-webkit-mask-image.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139590
Reviewed by Alexey Proskuryakov.
animations/cross-fade-webkit-mask-image.html became flaky after the way
masks are handled was changed in https://bugs.webkit.org/show_bug.cgi?id=139294.
Marking it flaky for now, pending investigation.
* TestExpectations:
2014-12-12 Jer Noble <jer.noble@apple.com>
[MSE] Add support for SourceBuffer.mode.
https://bugs.webkit.org/show_bug.cgi?id=139265
Reviewed by Eric Carlson.
* http/tests/media/media-source/mediasource-util.js:
* platform/mac/TestExpectations:
Add an expected-failure; the test fails due to lack of support for a non-DOM-visible
algorithm variable unsupported by the Mac port.
* platform/mac/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt: Added.
2014-12-12 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Added.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-12 Zalan Bujtas <zalan@apple.com>
Simple line layout: Add 16bit support.
https://bugs.webkit.org/show_bug.cgi?id=139469
Reviewed by Antti Koivisto.
This patch adds the 16bit support to simple line layout.
* fast/inline/simple-line-layout-16bit-content-expected.html: Added.
* fast/inline/simple-line-layout-16bit-content.html: Added.
2014-12-11 Michael Saboff <msaboff@apple.com>
Need a regression test for bug 139533
https://bugs.webkit.org/show_bug.cgi?id=139572
Reviewed by Mark Lam.
* js/regress-139533-expected.txt: Added.
* js/regress-139533.html: Added.
* js/script-tests/regress-139533.js: Added.
(.inner):
(outer):
(MyNumber):
(MyNumber.prototype.toString):
2014-12-11 Simon Fraser <simon.fraser@apple.com>
Transform-style should not kill position:fixed
https://bugs.webkit.org/show_bug.cgi?id=138122
Reviewed by Dean Jackson.
New tests and updated results:
* platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Progression, caused
by RenderLayerBacking::updateCompositedBounds() now allowing shouldClipCompositedBounds on
preserve-3d layers, since they are no longer considered to have a transform.
* platform/mac/compositing/visible-rect/3d-transform-style-expected.txt: Ditto.
* transforms/2d/perspective-not-fixed-container-expected.html: Added.
* transforms/2d/perspective-not-fixed-container.html: Added. Tests that
perspective does not act as containing block for fixed position (not a behavior change).
* transforms/2d/preserve3d-not-fixed-container-expected.html: Added.
* transforms/2d/preserve3d-not-fixed-container.html: Added. Tests that
preserve3d does not act as containing block for fixed position. This is a behavior change.
* transforms/perspective-is-containing-block-for-absolute-expected.html: Added.
* transforms/perspective-is-containing-block-for-absolute.html: Added. Tests that
perspective is a as containing block for absolute/relative position. This is not a behavior change.
* transforms/preserve3d-is-containing-block-for-absolute-expected.html: Added.
* transforms/preserve3d-is-containing-block-for-absolute.html: Added. Tests that
preserve3d is a as containing block for absolute/relative position. This is not a behavior change,
but seems like incorrect behavior for now.
* transforms/transform-is-containing-block-for-absolute-expected.html: Added.
* transforms/transform-is-containing-block-for-absolute.html: Added. Tests that
transform is a as containing block for absolute/relative position. This is not a behavior change.
2014-12-11 Roger Fong <roger_fong@apple.com>
Implement frag depth as a WebGL 1 extension.
https://bugs.webkit.org/show_bug.cgi?id=133635.
<rdar://problem/19195381>
Reviewed by Dean Jackson.
* platform/mac/TestExpectations: Unskip passing WebGL1 extension tests.
2014-12-11 Brendan Long <b.long@cablelabs.com>
Remove DataCue "text" attribute
https://bugs.webkit.org/show_bug.cgi?id=139461
Reviewed by Eric Carlson.
* media/track/track-datacue-expected.txt:
* media/track/track-datacue.html:
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Skip it again, it definitely crashes for real, even though
we can't reproduce locally.
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Enable it again, going to try clean builds.
2014-12-11 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{scrollingcoordinator, security, sputnik,
storage, svg, tables, transforms, transitions, traversal}
Also skip some animation, css, compositing, transitions, and crypto tests that timeout
when using WebKit1/WebKit2 and remove duplicate and erroneous entries from file
LayoutTests/platform/ios-simulator/TestExpectations.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
[...]
2014-12-11 Alexey Proskuryakov <ap@apple.com>
fast/workers/worker-constructor.html frequently crashes
https://bugs.webkit.org/show_bug.cgi?id=139548
* TestExpectations: Skip the test while Michael is investigating. This is a pre-existing
failure that became a lot more frequent today.
2014-12-11 Alexey Proskuryakov <ap@apple.com>
Unreviewed, rolling out r177155.
Caused crashes on webarchive tests.
Reverted changeset:
"[SVG Masking] Enable the use of <mask> elements for -webkit-
mask-image"
https://bugs.webkit.org/show_bug.cgi?id=139294
http://trac.webkit.org/changeset/177155
2014-12-11 Said Abou-Hallawa <sabouhallawa@apple.com>
ASSERTION FAILED: animatedTypes[0].properties.size() == 1 in WebCore::SVGAnimatedTypeAnimator::constructFromBaseValue.
https://bugs.webkit.org/show_bug.cgi?id=139046.
Reviewed by Dirk Schulze.
Ensure the animation attributes will be ignored by the SVG base animator if
they are not supported by the SVG target element.
* svg/animations/unsupported-animate-element-attributes-expected.svg: Added.
* svg/animations/unsupported-animate-element-attributes.svg: Added.
2014-12-10 Dean Jackson <dino@apple.com>
InstancedArray crashes attempting to draw out of bounds
https://bugs.webkit.org/show_bug.cgi?id=139521
<rdar://problem/17540398>
Reviewed by Simon Fraser.
This is a copy of the official webgl/1.0.3 test.
* platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Added. This extension is not available on Mountain Lion.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds-expected.txt: Added.
* fast/canvas/webgl/angle-instanced-arrays-out-of-bounds.html: Added.
* fast/canvas/webgl/resources/out-of-bounds-test.js: Added.
(OutOfBoundsTest):
2014-12-11 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{js, loader, mathml, pageoverlay, scrollbars}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/js/dom/constructor-length-expected.txt: Added.
* platform/ios-simulator/scrollbars/scrollbar-selectors-expected.png: Removed.
2014-12-11 Radu Stavila <stavila@adobe.com>
[SVG Masking] Enable the use of <mask> elements for -webkit-mask-image
https://bugs.webkit.org/show_bug.cgi?id=139294
Reviewed by Simon Fraser.
Added tests for different situations using URLs with fragment id
for the -webkit-mask-image property.
* css3/masking/mask-base64-expected.html: Added.
* css3/masking/mask-base64.html: Added.
* css3/masking/mask-multiple-values-expected.html: Added.
* css3/masking/mask-multiple-values.html: Added.
* css3/masking/mask-repeat-space-padding-expected.html:
* css3/masking/mask-repeat-space-padding.html:
* css3/masking/mask-svg-clipped-fragmentId-expected.html: Added.
* css3/masking/mask-svg-clipped-fragmentId.html: Added.
* css3/masking/mask-svg-fragmentId-expected.html: Added.
* css3/masking/mask-svg-fragmentId.html: Added.
* css3/masking/mask-svg-inline-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-fragmentId.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-inline-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-invalid-fragmentId-expected.html: Added.
* css3/masking/mask-svg-invalid-fragmentId.html: Added.
* css3/masking/mask-svg-no-fragmentId-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled-expected.html: Added.
* css3/masking/mask-svg-no-fragmentId-tiled.html: Added.
* css3/masking/mask-svg-no-fragmentId.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-entire-svg-to-mask.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-entire-svg.html: Added.
* css3/masking/mask-svg-script-mask-to-none-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-none.html: Added.
* css3/masking/mask-svg-script-mask-to-png-expected.html: Added.
* css3/masking/mask-svg-script-mask-to-png.html: Added.
* css3/masking/mask-svg-script-none-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-none-to-mask.html: Added.
* css3/masking/mask-svg-script-none-to-png-expected.html: Added.
* css3/masking/mask-svg-script-none-to-png.html: Added.
* css3/masking/mask-svg-script-png-to-mask-expected.html: Added.
* css3/masking/mask-svg-script-png-to-mask.html: Added.
* css3/masking/mask-svg-script-png-to-none-expected.html: Added.
* css3/masking/mask-svg-script-png-to-none.html: Added.
* css3/masking/resources/masks.svg: Added.
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Mac test expectations gardening.
https://bugs.webkit.org/show_bug.cgi?id=139472
Removed expectations for tests that are no longer flaky, moved WK1 and WK2 only
expectations to correct files, added more flakiness expectations for tests that
fail with ATI graphics.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Removed.
* platform/wk2/TestExpectations:
2014-12-10 Chris Dumez <cdumez@apple.com>
http://omfgdogs.info/ only animates when you resize the window
https://bugs.webkit.org/show_bug.cgi?id=139435
<rdar://problem/19190493>
Reviewed by Simon Fraser.
Add layout tests to make sure a gif image is still animated if:
- It is used as a background image of a 0-height html element
- It is used as a background image of a 0-height body element that
is delegated to the root (because the root has no background)
Also add a layout test to make sure we still stop the gif animation
if it is used as background image of a body that is outside the
viewport.
* fast/images/animated-gif-body-delegated-background-image-expected.txt: Added.
* fast/images/animated-gif-body-delegated-background-image.html: Added.
* fast/images/animated-gif-body-outside-viewport-expected.txt: Added.
* fast/images/animated-gif-body-outside-viewport.html: Added.
* fast/images/animated-gif-html-background-image-expected.txt: Added.
* fast/images/animated-gif-html-background-image.html: Added.
2014-12-10 Zalan Bujtas <zalan@apple.com>
Continuously repainting large parts of Huffington Post.
https://bugs.webkit.org/show_bug.cgi?id=139468
Reviewed by Antti Koivisto.
This patch eliminates redundant repaint requests for inlines when neither the parent
block flow nor any of the inline children are dirty.
Previously,
1. simple line layout always recalculated inline content positions regardless of whether
the content needed relayout at all; as a result, it always triggered full repaint.
2. inline tree layout ignored the needslayout flag on the last line and treated it dirty
(unless it broke cleanly (<div>foo<br></div>)).
This was an ancient workaround for an editing/insert use case, but it seems not to be the case anymore.
* fast/repaint/implicitly-positioned-block-repaint-complex-line-layout-expected.txt: Added.
* fast/repaint/implicitly-positioned-block-repaint-complex-line-layout.html: Added.
* fast/repaint/implicitly-positioned-block-repaint-simple-line-layout-expected.txt: Added.
* fast/repaint/implicitly-positioned-block-repaint-simple-line-layout.html: Added.
* platform/mac/fast/line-grid/line-align-right-edges-expected.txt:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Remove expectations that were incorrectly landed in http://trac.webkit.org/changeset/176778
* platform/mac/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Fix a typo in the rpevious commit.
* platform/mac-wk1/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Fix lint warnings on Mac TestExpectations.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Mark more tests that fail on EWS bots with ATI graphics.
* platform/mac/TestExpectations:
* platform/mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed.
* platform/mac/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
These were expecting failure, but the tests pass on regular bots.
2014-12-10 Alexey Proskuryakov <ap@apple.com>
Rename layoutTestController to testRunner in TestExpectations.
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/win-xp/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
2014-12-10 Alexey Proskuryakov <ap@apple.com>
media/video-controls-no-scripting.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=137368
* platform/mac/TestExpectations: Update expectations to expect flakiness on all
OS X versions.
2014-12-10 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r164329): Input fields are not honoring the maxlength attribute
https://bugs.webkit.org/show_bug.cgi?id=139447
Reviewed by Benjamin Poulain.
Added regression tests.
* fast/forms/input-maxlength-inserting-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-inserting-in-middle.html: Added.
* fast/forms/input-maxlength-paste-clusters-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-paste-clusters-in-middle.html: Added.
* fast/forms/input-maxlength-paste-in-middle-expected.txt: Added.
* fast/forms/input-maxlength-paste-in-middle.html: Added.
2014-12-10 Antti Koivisto <antti@apple.com>
Crash when creating CSSCalcBinaryOperation
https://bugs.webkit.org/show_bug.cgi?id=134886
rdar://problem/17663561
Reviewed by Chris Dumez.
* fast/css/calc-binary-operation-crash-expected.txt: Added.
* fast/css/calc-binary-operation-crash.html: Added.
2014-12-10 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] MathML tokens with text fail to expose their text content via AtkText
https://bugs.webkit.org/show_bug.cgi?id=139454
Reviewed by Chris Fleizach.
* accessibility/math-text.html: Added.
* platform/efl/accessibility/math-text-expected.txt: Added.
* platform/gtk/accessibility/math-text-expected.txt: Added.
* platform/mac/accessibility/math-text-expected.txt: Added.
2014-12-10 Martin Robinson <mrobinson@igalia.com>
[GTK] Add support for text-decoration-skip
https://bugs.webkit.org/show_bug.cgi?id=131540
Reviewed by Gustavo Noronha Silva.
* platform/gtk/TestExpectations: Unskip a test relying on text-decoration-skip
and skip a new test that has a newly exposed, but unrelated issue.
2014-12-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report and mark new failures.
* platform/gtk/accessibility/media-emits-object-replacement-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/box-sizing/box-sizing-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/forms/basic-selects-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/forms/search-vertical-alignment-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/forms/searchfield-heights-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.txt: Rebaseline after r176978.
* platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline after r177015.
* platform/gtk/fast/multicol/client-rects-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/client-rects-spanners-complex-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/client-rects-spanners-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: Rebaseline after 176978.
* platform/gtk/fast/multicol/newmulticol/client-rects-expected.txt: Rebaseline after 176978.
* platform/gtk/http/tests/media/hls/video-controls-live-stream-expected.txt: Rebaseline after r177015.
* platform/gtk/media/audio-repaint-expected.txt: Rebaseline after r177015.
* platform/gtk/media/controls-without-preload-expected.txt: Rebaseline after r177015.
* platform/gtk/media/media-controls-clone-expected.txt: Rebaseline after r177015.
* platform/gtk/media/video-empty-source-expected.txt: Rebaseline after r177015
* platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: Rebaseline after r175847.
2014-12-10 Chris Dumez <cdumez@apple.com>
[WK1] new http/tests/notifications/legacy/notification-request-permission-then-navigate.html test is crashing
https://bugs.webkit.org/show_bug.cgi?id=139494
Reviewed by Alexey Proskuryakov.
Call window.open() after the page has been loaded because our test infrastructure
asserts that testRunner.waitUntilDone() must have been called *before* window.open()
is called. Since testRunner.waitUntilDone() is called is js-test-post.js, calling
window.open() after page load fixes the issue.
* http/tests/notifications/legacy/notification-request-permission-then-navigate.html:
2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
[GTK][WK2] Add HTML5 Notifications support
https://bugs.webkit.org/show_bug.cgi?id=61140
Reviewed by Carlos Garcia Campos.
* platform/gtk/TestExpectations: unskip the HTTP tests for new-style notifications.
2014-12-09 Alexey Proskuryakov <ap@apple.com>
Unskip more multipart tests
https://bugs.webkit.org/show_bug.cgi?id=139431
Reviewed by Darin Adler.
* http/tests/multipart/load-last-non-html-frame.php:
* platform/mac/TestExpectations:
2014-12-09 Daniel Bates <dabates@apple.com>
[iOS] Unskip some tests in LayoutTests/{fonts, html5lib, ietestcenter, imported, indieui, inspector, jquery}
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:
2014-12-09 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/{compositing, css1, css2.1, css3, cssom}
https://bugs.webkit.org/show_bug.cgi?id=139467
Rubber-stamped by Zalan Bujtas.
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Copied from LayoutTests/platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt.
* platform/ios-simulator-wk2/compositing/backing/backface-visibility-flip-expected.txt: Copied from LayoutTests/platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt.
[...]
2014-12-09 Myles C. Maxfield <mmaxfield@apple.com>
Scrolling to anchor tags does nothing in vertical-rl writing mode
https://bugs.webkit.org/show_bug.cgi?id=137838
Reviewed by David Hyatt.
When we specify the behavior regarding scrolling to anchor tags, we previously had
only described behavior regarding horizontal text. When we have vertical text, we
need to switch the horizontal and vertical scrolling policies.
* fast/events/scroll-to-anchor-vertical-lr-writing-mode-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-lr-writing-mode.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-2-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-2.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-contained.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode-expected.html: Added.
* fast/events/scroll-to-anchor-vertical-writing-mode.html: Added.
2014-12-09 Adenilson Cavalcanti <cavalcantii@gmail.com>
Groove/inset/outset borders show solid if the color is black
https://bugs.webkit.org/show_bug.cgi?id=58608
Rubber-stamped by ap@apple.com.
Moving the pixel results to mac folder (since it is the same for
Yosemite and Mavericks).
* platform/mac/mixed-border-style2-expected.png: Renamed from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png.
2014-12-09 Chris Dumez <cdumez@apple.com>
[WK2] Crash when answering notification permission request after navigating
https://bugs.webkit.org/show_bug.cgi?id=139429
<rdar://problem/18921122>
Reviewed by Andreas Kling.
Add layout test to cover the case where the notification permission is
requesting before navigating to a new URL and answered after the page
is navigated away.
* http/tests/notifications/legacy/notification-request-permission-then-navigate-expected.txt: Added.
* http/tests/notifications/legacy/notification-request-permission-then-navigate.html: Added.
* http/tests/notifications/legacy/resources/notify-opener-done.html: Added.
* http/tests/notifications/legacy/resources/request-permission-then-navigate.html: Added.
2014-12-09 Michael Saboff <msaboff@apple.com>
DFG Tries using an inner object's getter/setter when one hasn't been defined
https://bugs.webkit.org/show_bug.cgi?id=139229
Reviewed by Filip Pizlo.
New regression test.
* js/regress-139229-expected.txt: Added.
* js/regress-139229.html: Added.
* js/script-tests/regress-139229.js: Added.
(InnerObjectNoGetter):
(InnerObjectNoGetter.prototype.set enabled):
(InnerObjectNoSetter):
(InnerObjectNoSetter.prototype.get enabled):
(OuterObject):
(OuterObject.prototype.get enabled):
(OuterObject.prototype.set enabled):
2014-12-09 Geoffrey Garen <ggaren@apple.com>
Re-enable function.arguments
https://bugs.webkit.org/show_bug.cgi?id=139452
Reviewed by Sam Weinig.
* TestExpectations: Re-enable these tests, since WebKit supports this
feature by default now.
2014-12-09 Alexey Proskuryakov <ap@apple.com>
Mark several hidpi compositing tests that fail on EWS bots with ATI graphics.
* platform/mac/TestExpectations:
2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] MathML tokens, tables, and row-like elements are exposed with ATK_ROLE_UNKNOWN
https://bugs.webkit.org/show_bug.cgi?id=139402
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Added MathML elements.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements.
2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
[GTK] Bump minimum version of ATK used by jhbuild to at least 2.15.2
https://bugs.webkit.org/show_bug.cgi?id=139070
Reviewed by Carlos Garcia Campos.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect
the fact that the exposed role is STATIC and not UNKNOWN.
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
Rebaseline Mavericks test results after r176978.
Unreviewed.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png:
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt:
2014-12-05 Roger Fong <roger_fong@apple.com>
Implementation EXT_sRGB as a WebGL1 extension.
https://bugs.webkit.org/show_bug.cgi?id=109332.
<rdar://problem/17363470>
Reviewed by Dean Jackson.
* fast/canvas/webgl/constants.html:
2014-12-08 Geoffrey Garen <ggaren@apple.com>
Removed the custom allocator for ParserArena
https://bugs.webkit.org/show_bug.cgi?id=139305
Reviewed by Mark Lam.
Added a test for something I messed up while writing this patch.
* js/basic-strict-mode-expected.txt:
* js/script-tests/basic-strict-mode.js:
2014-12-08 Alexey Proskuryakov <ap@apple.com>
REGRESSION (173394): Support for webcam is broken
https://bugs.webkit.org/show_bug.cgi?id=139313
Test by Antti Koivisto, reviewed and tweaked by Alexey Proskuryakov.
* http/tests/multipart/multipart-image-expected.html: Added.
* http/tests/multipart/multipart-image.html: Added.
* http/tests/multipart/resources/multipart.php: Multiopart boundary must start on
a new line, so make it so. In newwer OS versions, CFNetwork has a workaround that
makes invalid multipart response work, which is why the test was passing locally.
2014-12-08 Benjamin Poulain <bpoulain@apple.com>
A selector should not match anything if there is a subselector after a non-scrollbar pseudo element
https://bugs.webkit.org/show_bug.cgi?id=139336
Reviewed by Andreas Kling.
* fast/css/duplicated-after-pseudo-element-expected.html: Added.
* fast/css/duplicated-after-pseudo-element.html: Added.
* fast/css/duplicated-before-pseudo-element-expected.html: Added.
* fast/css/duplicated-before-pseudo-element.html: Added.
* fast/css/simple-selector-after-pseudo-element-expected.html: Added.
* fast/css/simple-selector-after-pseudo-element.html: Added.
2014-12-08 Benjamin Poulain <benjamin@webkit.org>
Fix the parsing of advanced :lang() after r176902
https://bugs.webkit.org/show_bug.cgi?id=139379
Reviewed by Andreas Kling.
Unskip and update the tests.
All the interesting cases were covered, I just had to update
the expectations.
* TestExpectations:
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/parsing-css-lang-expected.txt:
* fast/css/parsing-css-lang.html:
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
Inline elements whose parents have small line-height are laid out too low
https://bugs.webkit.org/show_bug.cgi?id=139375
Reviewed by Dave Hyatt.
Add fast/text/small-line-height.html for a simple example. In addition, update
existing tests.
* fast/forms/textfield-overflow-by-value-update-expected.txt:
* fast/regions/cssom/client-rects-inline-complex.html:
* fast/regions/overflow/overflow-region-inline-expected.html:
* fast/text/small-line-height-expected.html: Added.
* fast/text/small-line-height.html: Added.
* platform/mac/fast/box-sizing/box-sizing-expected.png:
* platform/mac/fast/box-sizing/box-sizing-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.png:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/textfield-overflow-by-value-update-expected.png: Removed.
* platform/mac/fast/multicol/client-rects-expected.png:
* platform/mac/fast/multicol/client-rects-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.png:
* platform/mac/fast/multicol/client-rects-spanners-complex-expected.txt:
* platform/mac/fast/multicol/client-rects-spanners-expected.png:
* platform/mac/fast/multicol/client-rects-spanners-expected.txt:
* platform/mac/fast/multicol/layers-split-across-columns-expected.png:
* platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.png:
* platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
2014-12-08 Mark Lam <mark.lam@apple.com>
CFA wrongly assumes that a speculation for SlowPutArrayStorageShape disallows ArrayStorageShape arrays.
<https://webkit.org/b/139327>
Reviewed by Michael Saboff.
* js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage-expected.txt: Added.
* js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.html: Added.
* js/script-tests/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.js: Added.
(foo):
(test):
2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
[iOS] Narrow non-breaking space does not fall back to a correct font
https://bugs.webkit.org/show_bug.cgi?id=139335
Reviewed by Enrica Casucci.
* fast/text/narrow-non-breaking-space-expected.html: Added.
* fast/text/narrow-non-breaking-space.html: Added.
2014-12-08 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Grid items must set a new formatting context.
https://bugs.webkit.org/show_bug.cgi?id=139150
Reviewed by David Hyatt.
Test to verify that grid items's margin don't collapese with its parent's margin
and there is no 'float' protruding content on the adjoining grid items.
I had to rebaseline the form-hides-table.html test because table-caption, which
is supposed to establish a new formatting context, does not allow margins collapsing.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html: Added.
* fast/css-grid-layout/float-not-protruding-into-next-grid-item.html: Added.
* fast/css-grid-layout/grid-item-margins-not-collapse-expected.html: Added.
* fast/css-grid-layout/grid-item-margins-not-collapse.html: Added.
* platform/gtk/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
* platform/mac/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
* platform/efl/TestExpectations: Mark fast/forms/form-hides-table-expected as failure.
2014-12-08 Andrzej Badowski <a.badowski@samsung.com>
[EFL] Change expectations for two accessibility layout tests.
https://bugs.webkit.org/show_bug.cgi?id=139399
Unreviewed gardening.
* platform/efl/accessibility/roles-exposed-expected.txt:
* platform/efl/accessibility/table-sections-expected.txt:
2014-12-07 Youenn Fablet <youenn.fablet@crf.canon.fr>
[Soup][Curl] HTTP header values should be treated as latin1, not UTF-8
https://bugs.webkit.org/show_bug.cgi?id=128739
Reviewed by Martin Robinson.
Tests that non ascii header & reason phrase values are correctly retrieved by the web application.
headers.php script sends a response that includes non ascii header value.
not-ascii-status.php sends a response that includes non ascii reason phrase.
Removed specific gtk/efl expectations as now aligned with regular expectation.
* http/tests/xmlhttprequest/resources/headers.php: Added.
* http/tests/xmlhttprequest/resources/not-ascii-status.php: Added.
* http/tests/xmlhttprequest/response-special-characters-expected.txt: Added.
* http/tests/xmlhttprequest/response-special-characters.html: Added.
* platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
* platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
2014-12-07 Alexey Proskuryakov <ap@apple.com>
fast/borders/mixed-border-style2.html has missing results on Mac Yosemite.
Looking at the bots, Yosemite results are the same as Mavericks, so moving the file.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Removed.
* platform/mac/fast/borders/mixed-border-style2-expected.txt: Copied from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt.
2014-12-07 Alexey Proskuryakov <ap@apple.com>
Remove platform/mac-mavericks/TestExpectations file.
We don't need it, we should be using modifiers such as [ Mavericks ].
1. platform/mac/editing/input/undo-grouping-on-text-insertion.html was already
skipped on all OS versions in platform/mac, so this skip did nothing.
2. Moved css3/filters/backdrop expectation to platform/mac.
3. css3/viewport-percentage-lengths tests are now fixed by a configuration change
on a bot.
* platform/mac-mavericks/TestExpectations: Removed.
* platform/mac/TestExpectations:
2014-12-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report and mark new failures.
* platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt: Added. Rebaseline after r175525.
* platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt: Added. Rebaseline after r175525.
* platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt: Added. Rebaseline after r175525.
2014-12-06 Mark Lam <mark.lam@apple.com>
Skipping tests due to regression in r176902.
<https://webkit.org/b/139014>
Not reviewed.
* TestExpectations:
2014-12-06 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176905.
https://bugs.webkit.org/show_bug.cgi?id=139337
the test case is failing in bots (Requested by anttik on
#webkit).
Reverted changeset:
"REGRESSION (173394): Support for webcam is broken"
https://bugs.webkit.org/show_bug.cgi?id=139313
http://trac.webkit.org/changeset/176905
2014-12-05 Antti Koivisto <antti@apple.com>
REGRESSION (173394): Support for webcam is broken
https://bugs.webkit.org/show_bug.cgi?id=139313
Reviewed by Alexey Proskuryakov.
We had no coverage for actually rendering multipart content.
* http/tests/multipart/multipart-image-expected.html: Added.
* http/tests/multipart/multipart-image.html: Added.
2014-12-05 Chris Fleizach <cfleizach@apple.com>
AX: I cannot activate links on the mobile version of news.google.com
https://bugs.webkit.org/show_bug.cgi?id=139330
Reviewed by Simon Fraser.
* platform/ios-simulator/ios-accessibility: Added.
* platform/ios-simulator/ios-accessibility/press-fires-touch-events-expected.txt: Added.
* platform/ios-simulator/ios-accessibility/press-fires-touch-events.html: Added.
2014-12-05 Myles C. Maxfield <mmaxfield@apple.com>
Directional single quotation marks are not rotated in vertical text
https://bugs.webkit.org/show_bug.cgi?id=138526
Compare vertical and horizontal renderings.
Reviewed by Darin Adler.
* fast/text/vertical-quotation-marks-expected.html: Added.
* fast/text/vertical-quotation-marks.html: Added.
2014-12-05 Dhi Aurrahman <diorahman@rockybars.com>
Implement parser for :lang pseudo class selector arguments that contain wildcard '*' subtags
https://bugs.webkit.org/show_bug.cgi?id=139014
Reviewed by Benjamin Poulain.
* fast/css/css-selector-text-expected.txt: Updated for asterisk containing input.
* fast/css/css-selector-text.html: Updated for asterisk containing input.
* fast/css/parsing-css-lang-expected.txt: Added.
* fast/css/parsing-css-lang.html: Added.
2014-12-05 Benjamin Poulain <bpoulain@apple.com>
Fix style sharing with the "type" and "readonly" attributes
https://bugs.webkit.org/show_bug.cgi?id=139283
Reviewed by Antti Koivisto.
* fast/css/data-attribute-style-sharing-1-expected.html: Added.
* fast/css/data-attribute-style-sharing-1.html: Added.
* fast/css/data-attribute-style-sharing-2-expected.html: Added.
* fast/css/data-attribute-style-sharing-2.html: Added.
* fast/css/data-attribute-style-sharing-3-expected.html: Added.
* fast/css/data-attribute-style-sharing-3.html: Added.
* fast/css/data-attribute-style-sharing-4-expected.html: Added.
* fast/css/data-attribute-style-sharing-4.html: Added.
* fast/css/data-attribute-style-sharing-5-expected.html: Added.
* fast/css/data-attribute-style-sharing-5.html: Added.
* fast/css/data-attribute-style-sharing-6-expected.html: Added.
* fast/css/data-attribute-style-sharing-6.html: Added.
* fast/css/data-attribute-style-sharing-7-expected.html: Added.
* fast/css/data-attribute-style-sharing-7.html: Added.
* fast/css/readonly-attribute-style-sharing-1-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-1.html: Added.
* fast/css/readonly-attribute-style-sharing-2-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-2.html: Added.
* fast/css/readonly-attribute-style-sharing-3-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-3.html: Added.
* fast/css/readonly-attribute-style-sharing-4-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-4.html: Added.
* fast/css/readonly-attribute-style-sharing-5-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-5.html: Added.
* fast/css/readonly-attribute-style-sharing-6-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-6.html: Added.
* fast/css/readonly-attribute-style-sharing-7-expected.html: Added.
* fast/css/readonly-attribute-style-sharing-7.html: Added.
* fast/css/type-attribute-style-sharing-1-expected.html: Added.
* fast/css/type-attribute-style-sharing-1.html: Added.
* fast/css/type-attribute-style-sharing-2-expected.html: Added.
* fast/css/type-attribute-style-sharing-2.html: Added.
* fast/css/type-attribute-style-sharing-3-expected.html: Added.
* fast/css/type-attribute-style-sharing-3.html: Added.
* fast/css/type-attribute-style-sharing-4-expected.html: Added.
* fast/css/type-attribute-style-sharing-4.html: Added.
* fast/css/type-attribute-style-sharing-5-expected.html: Added.
* fast/css/type-attribute-style-sharing-5.html: Added.
* fast/css/type-attribute-style-sharing-6-expected.html: Added.
* fast/css/type-attribute-style-sharing-6.html: Added.
* fast/css/type-attribute-style-sharing-7-expected.html: Added.
* fast/css/type-attribute-style-sharing-7.html: Added.
2014-12-04 Dean Jackson <dino@apple.com>
css3/viewport-percentage-lengths tests are flakey on WK1 Mavericks Debug
https://bugs.webkit.org/show_bug.cgi?id=139271
Marking as flakey.
* platform/mac-mavericks/TestExpectations:
2014-12-02 Brian J. Burg <burg@cs.washington.edu>
Web Inspector: timeline probe records have inaccurate per-probe hit counts
https://bugs.webkit.org/show_bug.cgi?id=138976
Reviewed by Joseph Pecoraro.
Patch by Katie Madonna <madonnk@gmail.com>
Update test to also cover expected probe sampleId behavior.
* inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
* inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
2014-12-04 Adenilson Cavalcanti <cavalcantii@gmail.com>
Groove/inset/outset borders show solid if the color is black
https://bugs.webkit.org/show_bug.cgi?id=58608
Reviewed by Simon Fraser.
* fast/borders/mixed-border-style2.html: Added.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png: Added.
* platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Added.
2014-12-04 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: LayoutTests/inspector tests fail in Production builds due to missing test resources
https://bugs.webkit.org/show_bug.cgi?id=138898
Reviewed by Mark Rowe.
* platform/mac/TestExpectations:
2014-12-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL][WebGL] Remove junk webgl layout tests from TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=139253
Reviewed by Gyuyoung Kim.
* platform/efl/TestExpectations:
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Some webgl conformance tests crash.
<rdar://problem/19136723>
* platform/mac/TestExpectations:
2014-12-03 Myles C. Maxfield <mmaxfield@apple.com>
List markers in RTL languages do not draw the first character.
https://bugs.webkit.org/show_bug.cgi?id=139244
Reviewed by Simon Fraser.
* fast/lists/rtl-marker-expected.html: Added.
* fast/lists/rtl-marker.html: Added.
2014-12-03 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Land expected result for fast/dom/timer-throttle-on-scrolling-iframe-away.html
that was missing in r176729.
* fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Added.
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Add 1.0.3 conformance tests. Remove unused webgl test resource files.
* platform/mac/TestExpectations: Skipping 1.0.3 tests until we are at least somewhat conformant.
* webgl/1.0.3: Added.
* webgl/resources/webgl_test_files: Removed
2014-12-03 Roger Fong <roger_fong@apple.com>
Unreviewed. Remove 1.0.1 and experimental 1.0.3 WebGL conformance tests to make way for official 1.0.3 tests.
* platform/mac/TestExpectations:
* webgl/1.0.1: Removed.
* webgl/1.0.1/conformance: Removed.
* webgl/1.0.1/conformance/attribs: Removed.
* webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/1.0.1/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/1.0.1/conformance/buffers: Removed.
* webgl/1.0.1/conformance/buffers/buffer-bind-test-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/1.0.1/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
* webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/1.0.1/conformance/buffers/index-validation.html: Removed.
* webgl/1.0.1/conformance/canvas: Removed.
* webgl/1.0.1/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/1.0.1/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/1.0.1/conformance/canvas/canvas-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/canvas-test.html: Removed.
* webgl/1.0.1/conformance/canvas/canvas-zero-size-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
* webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/1.0.1/conformance/context: Removed.
* webgl/1.0.1/conformance/context/constants-expected.txt: Removed.
* webgl/1.0.1/conformance/context/constants.html: Removed.
* webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/1.0.1/conformance/context/context-lost-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-lost-restored-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-lost-restored.html: Removed.
* webgl/1.0.1/conformance/context/context-lost.html: Removed.
* webgl/1.0.1/conformance/context/context-type-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/context-type-test.html: Removed.
* webgl/1.0.1/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/1.0.1/conformance/context/methods-expected.txt: Removed.
* webgl/1.0.1/conformance/context/methods.html: Removed.
* webgl/1.0.1/conformance/context/premultiplyalpha-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/1.0.1/conformance/context/resource-sharing-test-expected.txt: Removed.
* webgl/1.0.1/conformance/context/resource-sharing-test.html: Removed.
* webgl/1.0.1/conformance/extensions: Removed.
* webgl/1.0.1/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/1.0.1/conformance/extensions/oes-texture-float-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-texture-float.html: Removed.
* webgl/1.0.1/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
* webgl/1.0.1/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/1.0.1/conformance/glsl: Removed.
* webgl/1.0.1/conformance/glsl/functions: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/1.0.1/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/matrices: Removed.
* webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/1.0.1/conformance/glsl/misc: Removed.
* webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/shared-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/shared.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/1.0.1/conformance/glsl/variables: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
* webgl/1.0.1/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/1.0.1/conformance/limits: Removed.
* webgl/1.0.1/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-attribs-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-attribs.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-textures-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-textures.html: Removed.
* webgl/1.0.1/conformance/limits/gl-min-uniforms-expected.txt: Removed.
* webgl/1.0.1/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/1.0.1/conformance/misc: Removed.
* webgl/1.0.1/conformance/misc/bad-arguments-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/bad-arguments-test.html: Removed.
* webgl/1.0.1/conformance/misc/delayed-drawing-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/delayed-drawing.html: Removed.
* webgl/1.0.1/conformance/misc/error-reporting-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/error-reporting.html: Removed.
* webgl/1.0.1/conformance/misc/functions-returning-strings-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/functions-returning-strings.html: Removed.
* webgl/1.0.1/conformance/misc/instanceof-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/instanceof-test.html: Removed.
* webgl/1.0.1/conformance/misc/invalid-passed-params-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/invalid-passed-params.html: Removed.
* webgl/1.0.1/conformance/misc/is-object-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/is-object.html: Removed.
* webgl/1.0.1/conformance/misc/null-object-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/null-object-behaviour.html: Removed.
* webgl/1.0.1/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/1.0.1/conformance/misc/shader-precision-format-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/shader-precision-format.html: Removed.
* webgl/1.0.1/conformance/misc/type-conversion-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/type-conversion-test.html: Removed.
* webgl/1.0.1/conformance/misc/uninitialized-test-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/uninitialized-test.html: Removed.
* webgl/1.0.1/conformance/misc/webgl-specific-expected.txt: Removed.
* webgl/1.0.1/conformance/misc/webgl-specific.html: Removed.
* webgl/1.0.1/conformance/more: Removed.
* webgl/1.0.1/conformance/more/conformance: Removed.
* webgl/1.0.1/conformance/more/conformance/constants-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/constants.html: Removed.
* webgl/1.0.1/conformance/more/conformance/getContext-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/getContext.html: Removed.
* webgl/1.0.1/conformance/more/conformance/methods-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/methods.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/1.0.1/conformance/more/conformance/webGLArrays-expected.txt: Removed.
* webgl/1.0.1/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/1.0.1/conformance/more/functions: Removed.
* webgl/1.0.1/conformance/more/functions/bindBuffer-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindBuffer.html: Removed.
* webgl/1.0.1/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferData-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferData.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubData-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubData.html: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawArrays-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawArrays.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawElements-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawElements.html: Removed.
* webgl/1.0.1/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/isTests-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/isTests.html: Removed.
* webgl/1.0.1/conformance/more/functions/readPixels-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/readPixels.html: Removed.
* webgl/1.0.1/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2D-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrix-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformf-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformf.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformi-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformi.html: Removed.
* webgl/1.0.1/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttrib-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
* webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/1.0.1/conformance/more/glsl: Removed.
* webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
* webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/1.0.1/conformance/programs: Removed.
* webgl/1.0.1/conformance/programs/get-active-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/get-active-test.html: Removed.
* webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/1.0.1/conformance/programs/gl-getshadersource-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-getshadersource.html: Removed.
* webgl/1.0.1/conformance/programs/gl-shader-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/gl-shader-test.html: Removed.
* webgl/1.0.1/conformance/programs/invalid-UTF-16-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/1.0.1/conformance/programs/program-test-expected.txt: Removed.
* webgl/1.0.1/conformance/programs/program-test.html: Removed.
* webgl/1.0.1/conformance/reading: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-test-expected.txt: Removed.
* webgl/1.0.1/conformance/reading/read-pixels-test.html: Removed.
* webgl/1.0.1/conformance/renderbuffers: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
* webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/1.0.1/conformance/rendering: Removed.
* webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-clear-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-clear.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-drawelements-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-drawelements.html: Removed.
* webgl/1.0.1/conformance/rendering/gl-scissor-test-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/1.0.1/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/1.0.1/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/1.0.1/conformance/rendering/point-size-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/point-size.html: Removed.
* webgl/1.0.1/conformance/rendering/triangle-expected.txt: Removed.
* webgl/1.0.1/conformance/rendering/triangle.html: Removed.
* webgl/1.0.1/conformance/state: Removed.
* webgl/1.0.1/conformance/state/gl-enable-enum-test-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/1.0.1/conformance/state/gl-enum-tests-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-enum-tests.html: Removed.
* webgl/1.0.1/conformance/state/gl-get-calls-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-get-calls.html: Removed.
* webgl/1.0.1/conformance/state/gl-geterror-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-geterror.html: Removed.
* webgl/1.0.1/conformance/state/gl-getstring-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-getstring.html: Removed.
* webgl/1.0.1/conformance/state/gl-object-get-calls-expected.txt: Removed.
* webgl/1.0.1/conformance/state/gl-object-get-calls.html: Removed.
* webgl/1.0.1/conformance/textures: Removed.
* webgl/1.0.1/conformance/textures/compressed-tex-image-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/compressed-tex-image.html: Removed.
* webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/1.0.1/conformance/textures/gl-pixelstorei-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/1.0.1/conformance/textures/gl-teximage-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/gl-teximage.html: Removed.
* webgl/1.0.1/conformance/textures/origin-clean-conformance-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/1.0.1/conformance/textures/tex-input-validation-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-input-validation.html: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/1.0.1/conformance/textures/texparameter-test-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texparameter-test.html: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-2-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-active-bind.html: Removed.
* webgl/1.0.1/conformance/textures/texture-clear-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-clear.html: Removed.
* webgl/1.0.1/conformance/textures/texture-complete-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-complete.html: Removed.
* webgl/1.0.1/conformance/textures/texture-formats-test-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-formats-test.html: Removed.
* webgl/1.0.1/conformance/textures/texture-mips-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-mips.html: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-video-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-npot-video.html: Removed.
* webgl/1.0.1/conformance/textures/texture-npot.html: Removed.
* webgl/1.0.1/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/1.0.1/conformance/textures/texture-size-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-size.html: Removed.
* webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
* webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/1.0.1/conformance/typedarrays: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/1.0.1/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
* webgl/1.0.1/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/1.0.1/conformance/uniforms: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/1.0.1/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/1.0.1/conformance/uniforms/null-uniform-location-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-location-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-location.html: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
* webgl/1.0.1/conformance/uniforms/uniform-samplers-test.html: Removed.
* webgl/1.0.1/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files: Removed.
* webgl/1.0.1/resources/webgl_test_files/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/CONFORMANCE_RULES.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/README.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/00_readme.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/LICENSE_CHROMIUM: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/constants.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost-restored.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/context-type-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/methods.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/include.vs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shared.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/error-reporting.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/instanceof-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/is-object.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/misc/webgl-specific.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/README.md: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/constants.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/getContext.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/methods.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferData.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/isTests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixels.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformf.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformi.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/index.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/more/util.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/get-active-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-clear.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/rendering/triangle.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/3x3.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-generator.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.mp4: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/pnglib.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.mp4: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-indexed.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/vertexShader.vert: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/resources/zero-alpha.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-get-calls.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-geterror.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-getstring.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-teximage.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texparameter-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-clear.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-complete.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/50x50pixel-black-with-red-triangle.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/big-fbos-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/fbo-lost-context.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/lots-of-polys-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/offscreen-issue.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-bounds-uniform-array-access.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-memory.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-resources.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/out-of-vram.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/simulated-attrib-0-bug-test.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/slow-shader-example.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/extra/webgl-info.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/misc: Removed.
* webgl/1.0.1/resources/webgl_test_files/misc/program-test-1.html: Removed.
* webgl/1.0.1/resources/webgl_test_files/patch.patch: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/desktop-gl-constants.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-post.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-pre.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/js-test-style.css: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/test-eval.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/webgl-logo.png: Removed.
* webgl/1.0.1/resources/webgl_test_files/resources/webgl-test-harness.js: Removed.
* webgl/1.0.1/resources/webgl_test_files/webgl-conformance-tests.html: Removed.
* webgl/1.0.1/resources/webkit-webgl-test-harness.js: Removed.
* webgl/conformance: Removed.
* webgl/conformance/attribs: Removed.
* webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-render.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
* webgl/conformance/attribs/gl-vertex-attrib.html: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
* webgl/conformance/attribs/gl-vertexattribpointer.html: Removed.
* webgl/conformance/buffers: Removed.
* webgl/conformance/buffers/buffer-bind-test-expected.txt: Removed.
* webgl/conformance/buffers/buffer-bind-test.html: Removed.
* webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
* webgl/conformance/buffers/buffer-data-array-buffer.html: Removed.
* webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Removed.
* webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Removed.
* webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-copies-indices.html: Removed.
* webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
* webgl/conformance/buffers/index-validation-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-large-buffer.html: Removed.
* webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
* webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
* webgl/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
* webgl/conformance/buffers/index-validation.html: Removed.
* webgl/conformance/canvas: Removed.
* webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
* webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
* webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
* webgl/conformance/canvas/buffer-preserve-test.html: Removed.
* webgl/conformance/canvas/canvas-test-expected.txt: Removed.
* webgl/conformance/canvas/canvas-test.html: Removed.
* webgl/conformance/canvas/canvas-zero-size-expected.txt: Removed.
* webgl/conformance/canvas/canvas-zero-size.html: Removed.
* webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Removed.
* webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
* webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
* webgl/conformance/canvas/drawingbuffer-test.html: Removed.
* webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Removed.
* webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Removed.
* webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Removed.
* webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Removed.
* webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
* webgl/conformance/canvas/to-data-url-test.html: Removed.
* webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
* webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
* webgl/conformance/context: Removed.
* webgl/conformance/context/constants-expected.txt: Removed.
* webgl/conformance/context/constants.html: Removed.
* webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
* webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
* webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
* webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
* webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
* webgl/conformance/context/context-creation-and-destruction.html: Removed.
* webgl/conformance/context/context-lost-expected.txt: Removed.
* webgl/conformance/context/context-lost-restored-expected.txt: Removed.
* webgl/conformance/context/context-lost-restored.html: Removed.
* webgl/conformance/context/context-lost.html: Removed.
* webgl/conformance/context/context-release-upon-reload-expected.txt: Removed.
* webgl/conformance/context/context-release-upon-reload.html: Removed.
* webgl/conformance/context/context-release-with-workers-expected.txt: Removed.
* webgl/conformance/context/context-release-with-workers.html: Removed.
* webgl/conformance/context/context-type-test-expected.txt: Removed.
* webgl/conformance/context/context-type-test.html: Removed.
* webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
* webgl/conformance/context/incorrect-context-object-behaviour.html: Removed.
* webgl/conformance/context/methods-expected.txt: Removed.
* webgl/conformance/context/methods.html: Removed.
* webgl/conformance/context/premultiplyalpha-test-expected.txt: Removed.
* webgl/conformance/context/premultiplyalpha-test.html: Removed.
* webgl/conformance/context/resource-sharing-test-expected.txt: Removed.
* webgl/conformance/context/resource-sharing-test.html: Removed.
* webgl/conformance/extensions: Removed.
* webgl/conformance/extensions/ext-shader-texture-lod-expected.txt: Removed.
* webgl/conformance/extensions/ext-shader-texture-lod.html: Removed.
* webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Removed.
* webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Removed.
* webgl/conformance/extensions/get-extension-expected.txt: Removed.
* webgl/conformance/extensions/get-extension.html: Removed.
* webgl/conformance/extensions/oes-element-index-uint-expected.txt: Removed.
* webgl/conformance/extensions/oes-element-index-uint.html: Removed.
* webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
* webgl/conformance/extensions/oes-standard-derivatives.html: Removed.
* webgl/conformance/extensions/oes-texture-float-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-canvas.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-data.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-image.html: Removed.
* webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Removed.
* webgl/conformance/extensions/oes-texture-float-with-video.html: Removed.
* webgl/conformance/extensions/oes-texture-float.html: Removed.
* webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
* webgl/conformance/extensions/oes-vertex-array-object.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-atc.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-pvrtc.html: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
* webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
* webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
* webgl/conformance/extensions/webgl-debug-renderer-info.html: Removed.
* webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
* webgl/conformance/extensions/webgl-debug-shaders.html: Removed.
* webgl/conformance/extensions/webgl-depth-texture-expected.txt: Removed.
* webgl/conformance/extensions/webgl-depth-texture.html: Removed.
* webgl/conformance/glsl: Removed.
* webgl/conformance/glsl/functions: Removed.
* webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-abs.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-acos.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-asin.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-atan.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-ceil.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-cos.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-cross.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-distance.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-dot.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-floor.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-fract.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-length.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-normalize.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-reflect.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-sign.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-sin.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-float.html: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
* webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
* webgl/conformance/glsl/functions/glsl-function.html: Removed.
* webgl/conformance/glsl/implicit: Removed.
* webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/construct_struct.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/greater_than.vert.html: Removed.
* webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
* webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/less_than.vert.html: Removed.
* webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
* webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
* webgl/conformance/glsl/literals: Removed.
* webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
* webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
* webgl/conformance/glsl/matrices: Removed.
* webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
* webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
* webgl/conformance/glsl/misc: Removed.
* webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
* webgl/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
* webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
* webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
* webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-function-nodes.html: Removed.
* webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
* webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
* webgl/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
* webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Removed.
* webgl/conformance/glsl/misc/large-loop-compile.html: Removed.
* webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
* webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/non-ascii.vert.html: Removed.
* webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
* webgl/conformance/glsl/misc/re-compile-re-link.html: Removed.
* webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
* webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-define.html: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-define.html: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Removed.
* webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-do-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-error-directive.html: Removed.
* webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-for-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
* webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
* webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
* webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
* webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-include.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-long-line.html: Removed.
* webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
* webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-reserved-words.html: Removed.
* webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
* webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
* webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Removed.
* webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
* webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-with-while-loop.html: Removed.
* webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
* webgl/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Removed.
* webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
* webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
* webgl/conformance/glsl/misc/shared-expected.txt: Removed.
* webgl/conformance/glsl/misc/shared.html: Removed.
* webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
* webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
* webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
* webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
* webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
* webgl/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
* webgl/conformance/glsl/reserved: Removed.
* webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
* webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_field.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_function.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Removed.
* webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
* webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
* webgl/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
* webgl/conformance/glsl/samplers: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
* webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
* webgl/conformance/glsl/variables: Removed.
* webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-fragcoord.html: Removed.
* webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-frontfacing.html: Removed.
* webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
* webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
* webgl/conformance/limits: Removed.
* webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
* webgl/conformance/limits/gl-max-texture-dimensions.html: Removed.
* webgl/conformance/limits/gl-min-attribs-expected.txt: Removed.
* webgl/conformance/limits/gl-min-attribs.html: Removed.
* webgl/conformance/limits/gl-min-textures-expected.txt: Removed.
* webgl/conformance/limits/gl-min-textures.html: Removed.
* webgl/conformance/limits/gl-min-uniforms-expected.txt: Removed.
* webgl/conformance/limits/gl-min-uniforms.html: Removed.
* webgl/conformance/misc: Removed.
* webgl/conformance/misc/bad-arguments-test-expected.txt: Removed.
* webgl/conformance/misc/bad-arguments-test.html: Removed.
* webgl/conformance/misc/boolean-argument-conversion-expected.txt: Removed.
* webgl/conformance/misc/boolean-argument-conversion.html: Removed.
* webgl/conformance/misc/delayed-drawing-expected.txt: Removed.
* webgl/conformance/misc/delayed-drawing.html: Removed.
* webgl/conformance/misc/error-reporting-expected.txt: Removed.
* webgl/conformance/misc/error-reporting.html: Removed.
* webgl/conformance/misc/functions-returning-strings-expected.txt: Removed.
* webgl/conformance/misc/functions-returning-strings.html: Removed.
* webgl/conformance/misc/instanceof-test-expected.txt: Removed.
* webgl/conformance/misc/instanceof-test.html: Removed.
* webgl/conformance/misc/invalid-passed-params-expected.txt: Removed.
* webgl/conformance/misc/invalid-passed-params.html: Removed.
* webgl/conformance/misc/is-object-expected.txt: Removed.
* webgl/conformance/misc/is-object.html: Removed.
* webgl/conformance/misc/null-object-behaviour-expected.txt: Removed.
* webgl/conformance/misc/null-object-behaviour.html: Removed.
* webgl/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
* webgl/conformance/misc/object-deletion-behaviour.html: Removed.
* webgl/conformance/misc/shader-precision-format-expected.txt: Removed.
* webgl/conformance/misc/shader-precision-format.html: Removed.
* webgl/conformance/misc/type-conversion-test-expected.txt: Removed.
* webgl/conformance/misc/type-conversion-test.html: Removed.
* webgl/conformance/misc/uninitialized-test-expected.txt: Removed.
* webgl/conformance/misc/uninitialized-test.html: Removed.
* webgl/conformance/misc/webgl-specific-expected.txt: Removed.
* webgl/conformance/misc/webgl-specific.html: Removed.
* webgl/conformance/more: Removed.
* webgl/conformance/more/conformance: Removed.
* webgl/conformance/more/conformance/constants-expected.txt: Removed.
* webgl/conformance/more/conformance/constants.html: Removed.
* webgl/conformance/more/conformance/getContext-expected.txt: Removed.
* webgl/conformance/more/conformance/getContext.html: Removed.
* webgl/conformance/more/conformance/methods-expected.txt: Removed.
* webgl/conformance/more/conformance/methods.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
* webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
* webgl/conformance/more/conformance/webGLArrays-expected.txt: Removed.
* webgl/conformance/more/conformance/webGLArrays.html: Removed.
* webgl/conformance/more/functions: Removed.
* webgl/conformance/more/functions/bindBuffer-expected.txt: Removed.
* webgl/conformance/more/functions/bindBuffer.html: Removed.
* webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bindBufferBadArgs.html: Removed.
* webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
* webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
* webgl/conformance/more/functions/bufferData-expected.txt: Removed.
* webgl/conformance/more/functions/bufferData.html: Removed.
* webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
* webgl/conformance/more/functions/bufferSubData-expected.txt: Removed.
* webgl/conformance/more/functions/bufferSubData.html: Removed.
* webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
* webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexImage2D.html: Removed.
* webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
* webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
* webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
* webgl/conformance/more/functions/drawArrays.html: Removed.
* webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
* webgl/conformance/more/functions/drawElements-expected.txt: Removed.
* webgl/conformance/more/functions/drawElements.html: Removed.
* webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
* webgl/conformance/more/functions/isTests-expected.txt: Removed.
* webgl/conformance/more/functions/isTests.html: Removed.
* webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/isTestsBadArgs.html: Removed.
* webgl/conformance/more/functions/readPixels-expected.txt: Removed.
* webgl/conformance/more/functions/readPixels.html: Removed.
* webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
* webgl/conformance/more/functions/texImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2D.html: Removed.
* webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DHTML.html: Removed.
* webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
* webgl/conformance/more/functions/texSubImage2D-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2D.html: Removed.
* webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
* webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
* webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformMatrix-expected.txt: Removed.
* webgl/conformance/more/functions/uniformMatrix.html: Removed.
* webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformf-expected.txt: Removed.
* webgl/conformance/more/functions/uniformf.html: Removed.
* webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
* webgl/conformance/more/functions/uniformfArrayLen1.html: Removed.
* webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformfBadArgs.html: Removed.
* webgl/conformance/more/functions/uniformi-expected.txt: Removed.
* webgl/conformance/more/functions/uniformi.html: Removed.
* webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/uniformiBadArgs.html: Removed.
* webgl/conformance/more/functions/vertexAttrib-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttrib.html: Removed.
* webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribBadArgs.html: Removed.
* webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribPointer.html: Removed.
* webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
* webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
* webgl/conformance/more/glsl: Removed.
* webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/glsl/arrayOutOfBounds.html: Removed.
* webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
* webgl/conformance/more/glsl/uniformOutOfBounds.html: Removed.
* webgl/conformance/ogles: Removed.
* webgl/conformance/ogles/GL: Removed.
* webgl/conformance/ogles/GL/abs: Removed.
* webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/acos: Removed.
* webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/all: Removed.
* webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/all/all_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/any: Removed.
* webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/any/any_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/array: Removed.
* webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/array/array_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/asin: Removed.
* webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/atan: Removed.
* webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/biConstants: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/biuDepthRange: Removed.
* webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/ceil: Removed.
* webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/clamp: Removed.
* webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/control_flow: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Removed.
* webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Removed.
* webgl/conformance/ogles/GL/cos: Removed.
* webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/cross: Removed.
* webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/default: Removed.
* webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/default/default_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/degrees: Removed.
* webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/discard: Removed.
* webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Removed.
* webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Removed.
* webgl/conformance/ogles/GL/distance: Removed.
* webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/dot: Removed.
* webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/equal: Removed.
* webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/exp: Removed.
* webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/exp2: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/faceforward: Removed.
* webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/floor: Removed.
* webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/fract: Removed.
* webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/functions: Removed.
* webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Removed.
* webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Removed.
* webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Removed.
* webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Removed.
* webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Removed.
* webgl/conformance/ogles/GL/greaterThan: Removed.
* webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/inversesqrt: Removed.
* webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/length: Removed.
* webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/length/length_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/lessThan: Removed.
* webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/lessThanEqual: Removed.
* webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log: Removed.
* webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/log/log_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/log2: Removed.
* webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/mat: Removed.
* webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Removed.
* webgl/conformance/ogles/GL/mat3: Removed.
* webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/matrixCompMult: Removed.
* webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/max: Removed.
* webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/max/max_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/min: Removed.
* webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/min/min_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/mix: Removed.
* webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/mod: Removed.
* webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/normalize: Removed.
* webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/not: Removed.
* webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Removed.
* webgl/conformance/ogles/GL/not/not_001_to_004.html: Removed.
* webgl/conformance/ogles/GL/notEqual: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Removed.
* webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Removed.
* webgl/conformance/ogles/GL/operators: Removed.
* webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Removed.
* webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Removed.
* webgl/conformance/ogles/GL/pow: Removed.
* webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/radians: Removed.
* webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/reflect: Removed.
* webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/refract: Removed.
* webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sign: Removed.
* webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sin: Removed.
* webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/smoothstep: Removed.
* webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/sqrt: Removed.
* webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/step: Removed.
* webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/step/step_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/struct: Removed.
* webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/swizzlers: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Removed.
* webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Removed.
* webgl/conformance/ogles/GL/tan: Removed.
* webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Removed.
* webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Removed.
* webgl/conformance/ogles/GL/vec: Removed.
* webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Removed.
* webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Removed.
* webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Removed.
* webgl/conformance/ogles/GL/vec3: Removed.
* webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Removed.
* webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Removed.
* webgl/conformance/programs: Removed.
* webgl/conformance/programs/get-active-test-expected.txt: Removed.
* webgl/conformance/programs/get-active-test.html: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
* webgl/conformance/programs/gl-bind-attrib-location-test.html: Removed.
* webgl/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
* webgl/conformance/programs/gl-get-active-attribute.html: Removed.
* webgl/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
* webgl/conformance/programs/gl-get-active-uniform.html: Removed.
* webgl/conformance/programs/gl-getshadersource-expected.txt: Removed.
* webgl/conformance/programs/gl-getshadersource.html: Removed.
* webgl/conformance/programs/gl-shader-test-expected.txt: Removed.
* webgl/conformance/programs/gl-shader-test.html: Removed.
* webgl/conformance/programs/invalid-UTF-16-expected.txt: Removed.
* webgl/conformance/programs/invalid-UTF-16.html: Removed.
* webgl/conformance/programs/program-test-expected.txt: Removed.
* webgl/conformance/programs/program-test.html: Removed.
* webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Removed.
* webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Removed.
* webgl/conformance/reading: Removed.
* webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
* webgl/conformance/reading/read-pixels-pack-alignment.html: Removed.
* webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
* webgl/conformance/reading/read-pixels-test.html: Removed.
* webgl/conformance/renderbuffers: Removed.
* webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
* webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Removed.
* webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
* webgl/conformance/renderbuffers/framebuffer-test.html: Removed.
* webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
* webgl/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
* webgl/conformance/rendering: Removed.
* webgl/conformance/rendering/culling-expected.txt: Removed.
* webgl/conformance/rendering/culling.html: Removed.
* webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
* webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
* webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
* webgl/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
* webgl/conformance/rendering/gl-clear-expected.txt: Removed.
* webgl/conformance/rendering/gl-clear.html: Removed.
* webgl/conformance/rendering/gl-drawelements-expected.txt: Removed.
* webgl/conformance/rendering/gl-drawelements.html: Removed.
* webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Removed.
* webgl/conformance/rendering/gl-scissor-fbo-test.html: Removed.
* webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
* webgl/conformance/rendering/gl-scissor-test.html: Removed.
* webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
* webgl/conformance/rendering/line-loop-tri-fan.html: Removed.
* webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
* webgl/conformance/rendering/more-than-65536-indices.html: Removed.
* webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
* webgl/conformance/rendering/multisample-corruption.html: Removed.
* webgl/conformance/rendering/point-size-expected.txt: Removed.
* webgl/conformance/rendering/point-size.html: Removed.
* webgl/conformance/rendering/simple-expected.txt: Removed.
* webgl/conformance/rendering/simple.html: Removed.
* webgl/conformance/rendering/triangle-expected.txt: Removed.
* webgl/conformance/rendering/triangle.html: Removed.
* webgl/conformance/state: Removed.
* webgl/conformance/state/gl-enable-enum-test-expected.txt: Removed.
* webgl/conformance/state/gl-enable-enum-test.html: Removed.
* webgl/conformance/state/gl-enum-tests-expected.txt: Removed.
* webgl/conformance/state/gl-enum-tests.html: Removed.
* webgl/conformance/state/gl-get-calls-expected.txt: Removed.
* webgl/conformance/state/gl-get-calls.html: Removed.
* webgl/conformance/state/gl-geterror-expected.txt: Removed.
* webgl/conformance/state/gl-geterror.html: Removed.
* webgl/conformance/state/gl-getstring-expected.txt: Removed.
* webgl/conformance/state/gl-getstring.html: Removed.
* webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
* webgl/conformance/state/gl-object-get-calls.html: Removed.
* webgl/conformance/textures: Removed.
* webgl/conformance/textures/compressed-tex-image-expected.txt: Removed.
* webgl/conformance/textures/compressed-tex-image.html: Removed.
* webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
* webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
* webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
* webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
* webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Removed.
* webgl/conformance/textures/gl-get-tex-parameter.html: Removed.
* webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
* webgl/conformance/textures/gl-pixelstorei.html: Removed.
* webgl/conformance/textures/gl-teximage-expected.txt: Removed.
* webgl/conformance/textures/gl-teximage.html: Removed.
* webgl/conformance/textures/mipmap-fbo-expected.txt: Removed.
* webgl/conformance/textures/mipmap-fbo.html: Removed.
* webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
* webgl/conformance/textures/origin-clean-conformance.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
* webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
* webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
* webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
* webgl/conformance/textures/tex-image-webgl-expected.txt: Removed.
* webgl/conformance/textures/tex-image-webgl.html: Removed.
* webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
* webgl/conformance/textures/tex-image-with-format-and-type.html: Removed.
* webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
* webgl/conformance/textures/tex-image-with-invalid-data.html: Removed.
* webgl/conformance/textures/tex-input-validation-expected.txt: Removed.
* webgl/conformance/textures/tex-input-validation.html: Removed.
* webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
* webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
* webgl/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
* webgl/conformance/textures/tex-sub-image-2d.html: Removed.
* webgl/conformance/textures/texparameter-test-expected.txt: Removed.
* webgl/conformance/textures/texparameter-test.html: Removed.
* webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
* webgl/conformance/textures/texture-active-bind-2.html: Removed.
* webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
* webgl/conformance/textures/texture-active-bind.html: Removed.
* webgl/conformance/textures/texture-attachment-formats-expected.txt: Removed.
* webgl/conformance/textures/texture-attachment-formats.html: Removed.
* webgl/conformance/textures/texture-clear-expected.txt: Removed.
* webgl/conformance/textures/texture-clear.html: Removed.
* webgl/conformance/textures/texture-complete-expected.txt: Removed.
* webgl/conformance/textures/texture-complete.html: Removed.
* webgl/conformance/textures/texture-formats-test-expected.txt: Removed.
* webgl/conformance/textures/texture-formats-test.html: Removed.
* webgl/conformance/textures/texture-hd-dpi-expected.txt: Removed.
* webgl/conformance/textures/texture-hd-dpi.html: Removed.
* webgl/conformance/textures/texture-mips-expected.txt: Removed.
* webgl/conformance/textures/texture-mips.html: Removed.
* webgl/conformance/textures/texture-npot-expected.txt: Removed.
* webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
* webgl/conformance/textures/texture-npot-video.html: Removed.
* webgl/conformance/textures/texture-npot.html: Removed.
* webgl/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-size-cube-maps.html: Removed.
* webgl/conformance/textures/texture-size-expected.txt: Removed.
* webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
* webgl/conformance/textures/texture-size-limit.html: Removed.
* webgl/conformance/textures/texture-size.html: Removed.
* webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-sub-image-cube-maps.html: Removed.
* webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
* webgl/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
* webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Removed.
* webgl/conformance/textures/texture-upload-cube-maps.html: Removed.
* webgl/conformance/typedarrays: Removed.
* webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/array-buffer-crash.html: Removed.
* webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/array-buffer-view-crash.html: Removed.
* webgl/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
* webgl/conformance/typedarrays/array-unit-tests.html: Removed.
* webgl/conformance/typedarrays/data-view-crash-expected.txt: Removed.
* webgl/conformance/typedarrays/data-view-crash.html: Removed.
* webgl/conformance/typedarrays/data-view-test-expected.txt: Removed.
* webgl/conformance/typedarrays/data-view-test.html: Removed.
* webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Removed.
* webgl/conformance/typedarrays/typed-arrays-in-workers.html: Removed.
* webgl/conformance/uniforms: Removed.
* webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
* webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniform-bool.html: Removed.
* webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
* webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
* webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
* webgl/conformance/uniforms/gl-unknown-uniform.html: Removed.
* webgl/conformance/uniforms/null-uniform-location-expected.txt: Removed.
* webgl/conformance/uniforms/null-uniform-location.html: Removed.
* webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-default-values.html: Removed.
* webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-location.html: Removed.
* webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
* webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2014-12-03 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
Land custom results for WebKit2, because the format of output is different there.
* platform/wk2/http/tests/misc/authentication-redirect-3: Added.
* platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt.
2014-12-03 Alexey Proskuryakov <ap@apple.com>
http/tests/misc/authentication-redirect tests use the same authentication realm
https://bugs.webkit.org/show_bug.cgi?id=139225
Reviewed by Tim Horton.
* http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php:
* http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php:
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php:
* http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php:
Use different realms.
* http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt:
This test's results no longer depend on previous tests.
2014-12-03 Zalan Bujtas <zalan@apple.com>
ASSERTION: RenderMultiColumnFlowThread::processPossibleSpannerDescendant() when column spanner's parent is not a RenderBlockFlow.
https://bugs.webkit.org/show_bug.cgi?id=139188
rdar://problem/18502182
Reviewed by David Hyatt.
This patch ensures that the validation check for spanner in isValidColumnSpanner() is in synch
with the expectation in RenderMultiColumnFlowThread::processPossibleSpannerDescendant().
(descendant's parent is expected to be a RenderBlockFlow)
* fast/multicol/svg-content-as-column-spanner-crash-expected.txt: Added.
* fast/multicol/svg-content-as-column-spanner-crash.html: Added.
2014-12-03 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Inline text elements with accessible object attributes and/or event handlers are not exposed
https://bugs.webkit.org/show_bug.cgi?id=139071
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: New test cases added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases.
2014-12-03 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timer throttling in iframe scrolled out of viewport
https://bugs.webkit.org/show_bug.cgi?id=138884
Reviewed by Andreas Kling.
Add a layout test to test that a repeating DOM timer inside an iframe
get throttled if the iframe is scrolled out of the viewport.
* fast/dom/resources/timer-throttling-iframe.html: Added.
* fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added.
2014-12-03 Dan Bernstein <mitz@apple.com>
REGRESSION(r176687): Caused webkit2 test assertion failure crashes in WebKit::WebPage::willStartDrag()
https://bugs.webkit.org/show_bug.cgi?id=139224
Reviewed by Alexey Proskuryakov.
* platform/wk2/TestExpectations: Unskip the tests.
2014-12-03 Mark Lam <mark.lam@apple.com>
Gardening: updating some tests as skips instead of crashes.
<https://webkit.org/b/139224>
Not reviewed.
* platform/wk2/TestExpectations:
2014-12-03 Mark Lam <mark.lam@apple.com>
Gardening: marking some tests as crashes.
<https://webkit.org/b/139224>
Not reviewed.
* platform/wk2/TestExpectations:
2014-12-02 Dean Jackson <dino@apple.com>
[Media] Audio content shouldn't have fullscreen buttons, even if in a video element
https://bugs.webkit.org/show_bug.cgi?id=139200
<rdar://problem/18914506>
Reviewed by Eric Carlson.
Loads an audio file via the video element and checks if the
fullscreen button is visible.
* media/audio-as-video-fullscreen-expected.txt: Added.
* media/audio-as-video-fullscreen.html: Added.
2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL] Add subtle crypto to the build system
https://bugs.webkit.org/show_bug.cgi?id=138612
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-12-02 Benjamin Poulain <benjamin@webkit.org>
Little cleanup of the default stylesheet
https://bugs.webkit.org/show_bug.cgi?id=139168
Reviewed by Antti Koivisto.
Test the default display type of <map> since it is not longer explicitely set.
* fast/css/map-tag-default-display-expected.html: Added.
* fast/css/map-tag-default-display.html: Added.
* fast/selectors/map-tag-default-display-expected.txt: Added.
* fast/selectors/map-tag-default-display.html: Added.
2014-12-02 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Table captions and table rows are missing from the accessible hierarchy
https://bugs.webkit.org/show_bug.cgi?id=139005
Reviewed by Chris Fleizach.
* accessibility/aria-table-hierarchy.html: Added.
* accessibility/roles-exposed.html: Removed comment pointing to this bug.
* accessibility/table-hierarchy.html: Added.
* platform/efl/accessibility/aria-table-hierarchy-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior.
* platform/efl/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
* platform/efl/accessibility/table-hierarchy-expected.txt: Added.
* platform/efl/accessibility/table-roles-hierarchy-expected.txt: Added.
* platform/efl/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/aria-table-hierarchy.html: Removed (made into a shared test).
* platform/gtk/accessibility/caret-offsets-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/caret-offsets.html: Modified to handle inclusion of rows.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/table-hierarchy.html: Removed (made into a shared test).
* platform/gtk/accessibility/table-roles-hierarchy-expected.txt: Added.
* platform/gtk/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior.
* platform/gtk/accessibility/text-for-range-table-cells.html: Updated to reflect new behavior.
* platform/mac/accessibility/aria-table-hierarchy-expected.txt: Added.
* platform/mac/accessibility/table-hierarchy-expected.txt: Added.
2014-12-02 Chris Dumez <cdumez@apple.com>
Crash when setting 'flex' CSS property to 'calc(2 * 3) calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=139162
Reviewed by Darin Adler.
Add layout test for calculated value support for 'flex' CSS property.
* fast/css/flex-calculated-value-expected.txt: Added.
* fast/css/flex-calculated-value.html: Added.
2014-12-02 Chris Dumez <cdumez@apple.com>
Crash when setting 'column-span' CSS property to 'calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=139170
Reviewed by Darin Adler.
Add layout tests to test calculated values for 'column-span'
and 'column-width' CSS properties.
* fast/css/column-width-calculated-value-expected.txt: Added.
* fast/css/column-width-calculated-value.html: Added.
* fast/css/webkit-column-span-calculated-value-expected.txt: Added.
* fast/css/webkit-column-span-calculated-value.html: Added.
2014-12-02 Sylvain Galineau <galineau@adobe.com>
Missing support for innerHTML on SVGElement
https://bugs.webkit.org/show_bug.cgi?id=136903
Reviewed by Dean Jackson.
* js/dom/dom-static-property-for-in-iteration-expected.txt: The property enumeration order is different now that inner/outerHTML are inherited from Element
* platform/mac/svg/in-html/svg-inner-html-expected.png: Added.
* svg/css/svg-attribute-length-parsing-expected.txt:
Now that innerHTML works, the output should start with 'Test'
* svg/in-html/svg-inner-html-expected.txt: Added.
* svg/in-html/svg-inner-html.html: Added.
2014-12-02 Andrzej Badowski <a.badowski@samsung.com>
REGRESSION(r176122): [GTK] Layout Test platform/gtk/accessibility/table-hierarchy.html fails.
https://bugs.webkit.org/show_bug.cgi?id=139125
Reviewed by Chris Fleizach.
Update test and expectation to fix regression.
* platform/gtk/accessibility/table-hierarchy-expected.txt:
* platform/gtk/accessibility/table-hierarchy.html:
2014-12-01 Benjamin Poulain <benjamin@webkit.org>
Add the dynamic specificity of the selector list argument when matching :nth-child() and :nth-last-child()
https://bugs.webkit.org/show_bug.cgi?id=139001
Reviewed by Andreas Kling.
* fast/css/nth-child-specificity-1-expected.html: Added.
* fast/css/nth-child-specificity-1.html: Added.
* fast/css/nth-child-specificity-2-expected.html: Added.
* fast/css/nth-child-specificity-2.html: Added.
* fast/css/nth-child-specificity-3-expected.html: Added.
* fast/css/nth-child-specificity-3.html: Added.
* fast/css/nth-child-specificity-4-expected.html: Added.
* fast/css/nth-child-specificity-4.html: Added.
* fast/css/nth-last-child-specificity-1-expected.html: Added.
* fast/css/nth-last-child-specificity-1.html: Added.
* fast/css/nth-last-child-specificity-2-expected.html: Added.
* fast/css/nth-last-child-specificity-2.html: Added.
* fast/css/nth-last-child-specificity-3-expected.html: Added.
* fast/css/nth-last-child-specificity-3.html: Added.
* fast/css/nth-last-child-specificity-4-expected.html: Added.
* fast/css/nth-last-child-specificity-4.html: Added.
2014-12-01 Zalan Bujtas <zalan@apple.com>
Twitter avatar moves when hovering/unhovering the "follow" button.
https://bugs.webkit.org/show_bug.cgi?id=139147
rdar://problem/19096508
Reviewed by Simon Fraser.
This patch ensures that the out of flow positioned render boxes (RenderReplaced) do not
get repositioned when their inline box wrappers move.
Ideally, out of flow positioned renderers do not have inline wrappers by the time we start
placing inline boxes, but in certain case (optimized code path for descendantsHaveSameLineHeightAndBaseline()),
they are still part of the inline box tree.
This patch prevents those renderer boxes from getting positioned as part of the inline box placement.
They will get removed later at RenderBlockFlow::computeBlockDirectionPositionsForLine().
* fast/inline/out-of-flow-positioned-render-replaced-box-moves-expected.html: Added.
* fast/inline/out-of-flow-positioned-render-replaced-box-moves.html: Added.
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Unskip LayoutTests/dom tests
* platform/ios-simulator/TestExpectations:
2014-12-01 Chris Dumez <cdumez@apple.com>
Take into consideration canvas drawing for throttling DOM timers
https://bugs.webkit.org/show_bug.cgi?id=139140
<rdar://problem/19102218>
Reviewed by Andreas Kling.
Add layout tests to test that we take into consideration canvas drawing
when considering if we should throttle DOM timers.
* fast/canvas/canvas-inside-viewport-timer-throttling-expected.txt: Added.
* fast/canvas/canvas-inside-viewport-timer-throttling.html: Added.
* fast/canvas/canvas-outside-viewport-timer-throttling-expected.txt: Added.
* fast/canvas/canvas-outside-viewport-timer-throttling.html: Added.
2014-12-01 Myles C. Maxfield <mmaxfield@apple.com>
Crash in Font::dashesForIntersectionsWithRect() due to underlining SVG fonts
https://bugs.webkit.org/show_bug.cgi?id=139158
Reviewed by Simon Fraser.
Test for no crashes when the primary SimpleFontData and the first character's
SimpleFontData differ in their SVG-ness.
* fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg-expected.html: Added.
* fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html: Added.
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/crypto
* platform/ios-simulator/TestExpectations:
2014-12-01 Daniel Bates <dabates@apple.com>
[iOS] Skip some animation tests that time out in iOS WebKit2
* platform/ios-simulator-wk2/TestExpectations: Added.
2014-12-01 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files, part 3
https://bugs.webkit.org/show_bug.cgi?id=139135
Reviewed by Tim Horton.
Fix ping tests, using the same techniques as before.
* http/tests/navigation/image-load-in-unload-handler.html:
* http/tests/navigation/ping-cross-origin-from-https.html:
* http/tests/navigation/resources/check-ping.php:
* http/tests/navigation/resources/delete-ping.php:
* http/tests/navigation/resources/image-load-in-unload-handler-2.html: Copied from LayoutTests/http/tests/navigation/resources/ping-redirect.html.
* http/tests/navigation/resources/ping-file-path.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-file-path.php.
* http/tests/navigation/resources/ping-redirect.html: Removed.
* http/tests/navigation/resources/save-Ping.php:
2014-12-01 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/11358748> http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745
Looks like it no longer fails.
* platform/mac/TestExpectations:
* platform/wk2/TestExpectations:
Removed it from test expectations.
2014-12-01 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: DOMExceptions do not show the error message string in Pause Reason section
https://bugs.webkit.org/show_bug.cgi?id=138988
Reviewed by Timothy Hatcher.
* inspector/debugger/command-line-api-exception-expected.txt:
2014-12-01 Bartlomiej Gajda <b.gajda@samsung.com>
[MSE] Unset timestamps of trackbuffers during Reset Parser State algorithm.
https://bugs.webkit.org/show_bug.cgi?id=139075.
Reviewed by Jer Noble.
Specification requires from us to unset timestamps for trackBuffers during abort() method.
Tests appendBuffer() with first sync sample, then aborts after a few more samples, and emits
a few more non-sync samples, so they should be dropped, as trackBuffer will have
needRandomAccessFlag set.
* media/media-source/media-source-append-nonsync-sample-after-abort-expected.txt: Added.
* media/media-source/media-source-append-nonsync-sample-after-abort.html: Added.
2014-11-28 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Allowing the use of AccessibilityUIElement::columnHeaders method for table.
https://bugs.webkit.org/show_bug.cgi?id=139044
Reviewed by Chris Fleizach.
ATK method AccessibilityUIElement::columnHeaders currently focused only on the object table cell.
The proposed solution will enable the use of this method for the object table.
Existing test shows the result.
* accessibility/table-column-headers-with-captions.html: Updated for ATK platform.
* platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Added.
* platform/gtk/TestExpectations: Updated for GTK.
* platform/gtk/accessibility/table-column-headers-with-captions-expected.txt: Added.
2014-11-27 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Meter and Option elements do not expose their id attribute
https://bugs.webkit.org/show_bug.cgi?id=139017
Reviewed by Mario Sanchez Prada.
* accessibility/roles-exposed.html: Unskipped the meter element test.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect fixes.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect fixes.
2014-11-27 Hunseop Jeong <hs85.jeong@samsung.com>
[GTK] Unreviewed GTK gardening.
https://bugs.webkit.org/show_bug.cgi?id=139061
rebaseline after r176354.
* platform/gtk/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/gtk/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/gtk/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/gtk/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-26 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening after r176354.
https://bugs.webkit.org/show_bug.cgi?id=139060
rebaseline after r176354.
* platform/efl/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/efl/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/efl/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/efl/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-25 Sukolsak Sakshuwong <sukolsak@gmail.com>
Add parsing for :dir()
https://bugs.webkit.org/show_bug.cgi?id=138932
Reviewed by Benjamin Poulain.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/invalid-functional-pseudo-class.html:
2014-11-25 Alejandro G. Castro <alex@igalia.com>
Unreviewed, upload two missing test files in the commit r174677.
* mathml/presentation/mo-stretch-update-expected.html: Added.
* mathml/presentation/mo-stretch-update.html: Added.
2014-11-24 Dhi Aurrahman <diorahman@rockybars.com>
Fix the parsing and re-serialization of :lang pseudo class selector when it has multiple arguments with same value
https://bugs.webkit.org/show_bug.cgi?id=139013
Reviewed by Benjamin Poulain.
Updated tests to verify the parsing and serialization of :lang pseudo class
selector when it has multiple arguments with same value.
* fast/css/css-selector-text-expected.txt: Updated to cover fix.
* fast/css/css-selector-text.html: Updated to cover fix.
2014-11-24 Antti Koivisto <antti@apple.com>
Avoid String concatenation with line break iterator
https://bugs.webkit.org/show_bug.cgi?id=139034
Reviewed by Zalan Bujtas.
Test that there is no implicit break point between Text nodes.
* fast/text/simple-lines-multiple-renderers-break-expected.html: Added.
* fast/text/simple-lines-multiple-renderers-break.html: Added.
2014-11-24 Zalan Bujtas <zalan@apple.com>
SimpleLineLayout::canUseFor() should iterate through RenderTexts to check if their content is eligible for simple line layout.
https://bugs.webkit.org/show_bug.cgi?id=139007
Reviewed by Antti Koivisto.
* fast/text/simple-line-layout-multiple-renderers-non-breaking-space-expected.html: Added.
* fast/text/simple-line-layout-multiple-renderers-non-breaking-space.html: Added.
* fast/text/simple-line-layout-multiple-renderers-with-float-expected.html: Added.
* fast/text/simple-line-layout-multiple-renderers-with-float.html: Added.
2014-11-24 Zalan Bujtas <zalan@apple.com>
Simple line layout: fast/text/simple-lines-multiple-renderers test has the wrong content.
https://bugs.webkit.org/show_bug.cgi?id=139036
Swap simple-lines-multiple-renderers.html and simple-lines-multiple-renderers-expected.html
* fast/text/simple-lines-multiple-renderers-expected.html:
* fast/text/simple-lines-multiple-renderers.html:
2014-11-24 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Unskip the skipped ATK tests in roles-exposed.html
https://bugs.webkit.org/show_bug.cgi?id=139016
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Unskipped a bunch of tests.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for unskipped tests.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for unskipped tests.
2014-11-22 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Accessible names missing for imagemap images and links
https://bugs.webkit.org/show_bug.cgi?id=127288
New and updated tests to reflect the expected role, accessible hierarchy,
and exposure of the alternative text for each platform.
Reviewed by Chris Fleizach.
* accessibility/image-with-alt-and-map.html: Added.
* accessibility/roles-exposed.html: Added some more elements to the test.
* platform/efl/accessibility/image-map1-expected.txt: Added.
* platform/efl/accessibility/image-map2-expected.txt: Updated to reflect fix.
* platform/efl/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/gtk/accessibility/image-map1-expected.txt: Added.
* platform/gtk/accessibility/image-map2-expected.txt: Updated to reflect fix.
* platform/gtk/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac/accessibility/image-with-alt-and-map-expected.txt: Added.
* platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements.
* platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements.
2014-11-21 Chris Dumez <cdumez@apple.com>
Throttled DOMTimers can prevent their document from being garbage collected
https://bugs.webkit.org/show_bug.cgi?id=138915
Reviewed by Andreas Kling.
Improve fast/dom/throttled-timer-running-on-document-destruction.html
layout test to cover the case where the throttled timer is changing the
style of an element on the *same* document when the document is
destroyed.
* fast/dom/resources/frame-with-throttled-timer-animating-element-other-document.html: Renamed from LayoutTests/fast/dom/resources/frame-with-throttled-timer.html.
* fast/dom/resources/frame-with-throttled-timer-animating-element-same-document.html: Added.
* fast/dom/throttled-timer-running-on-document-destruction.html:
2014-11-21 Chris Dumez <cdumez@apple.com>
[iOS] Regression(r176202): line-height is wrong on marco.org
https://bugs.webkit.org/show_bug.cgi?id=138970
Reviewed by Simon Fraser.
Add layout test to cover line-height CSS property and its interaction
with -webkit-text-size-adjust.
* fast/css/line-height-text-autosizing-expected.txt: Added.
* fast/css/line-height-text-autosizing.html: Added.
* platform/ios-simulator/fast/css/line-height-text-autosizing-expected.txt: Added.
2014-11-21 Chris Fleizach <cfleizach@apple.com>
AX: Unclear that user and password are autofilled, no VoiceOver version of the yellow outline.
https://bugs.webkit.org/show_bug.cgi?id=138904
Reviewed by Mario Sanchez Prada.
* accessibility/auto-filled-value.html: Added.
* platform/mac/accessibility/auto-filled-value-expected.txt: Added.
2014-11-21 Michael Saboff <msaboff@apple.com>
Allocate local ScopeChain register
https://bugs.webkit.org/show_bug.cgi?id=138793
Reviewed by Geoffrey Garen.
New test that sets a breakpoint in a callee of a DFG caller. While stopped in the
breakpoint, it modifies a global via the scope chain of the DFG caller as well as
a local of the DFG caller.
* inspector-protocol/debugger/resources/breakpoint.js:
(notInlineable3):
(dfgWithoutInline3):
* inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Added.
* inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html: Added.
2014-11-21 Glenn Adams <glenn@skynav.com> and Myles C. Maxfield <mmaxfield@apple.com>
CSS3: line-break property support
https://bugs.webkit.org/show_bug.cgi?id=89235
Reviewed by Eric Seidel and Dave Hyatt.
* platform/mac/TestExpectations: Mark css3/line-break tests as passing.
2014-11-21 Zalan Bujtas <zalan@apple.com>
REGRESSION(r175259) Simple line layout text measuring behavior changed.
https://bugs.webkit.org/show_bug.cgi?id=138947
rdar://problem/19050653
Reviewed by Antti Koivisto.
In certain cases, when block flow needs to compute the preferred width of a particular text
renderer, we use the non-simple line layout text measuring.
However, the same text renderer might end up at simple line layout later.
Complex line layout measures text including the trailing space and it subtracts
(the constant value of) space width afterwards, while simple line layout measures
runs without the extra space.
In such cases, this may result different word widths and produce unexpected line breaking. (preferred width != final width)
In long term, any text renderer qualified for simple line layout should go through the simple
text measuring code path. (https://bugs.webkit.org/show_bug.cgi?id=138973)
For now, just copy complex line layout behaviour. This also matches the previous simple line layout line breaking implementation.
* fast/text/simple-line-text-measuring-with-trailing-space-expected.html: Added.
* fast/text/simple-line-text-measuring-with-trailing-space.html: Added.
2014-11-21 Chris Dumez <cdumez@apple.com>
Crash when setting 'transition-delay' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138784
Reviewed by Sam Weinig.
Add a layout test to check that setting the 'transition-delay' CSS
property to a calculated value does not crash and works as intended.
* fast/css/transition-delay-calculated-value-expected.txt: Added.
* fast/css/transition-delay-calculated-value.html: Added.
2014-11-20 Roger Fong <roger_fong@apple.com>
Two WebGL tests try to use an external resource.
https://bugs.webkit.org/show_bug.cgi?id=138936.
Reviewed by Alexey Proskuryakov.
* http/tests/resources/square128.png: Added.
* http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html:
* http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html:
* http/tests/webgl/1.0.2/texImage2DHTML-expected.txt:
* http/tests/webgl/1.0.2/texSubImage2DHTML-expected.txt:
2014-11-21 Chris Dumez <cdumez@apple.com>
Regression(r175381): -webkit-mask-box-image is broken
https://bugs.webkit.org/show_bug.cgi?id=138969
<rdar://problem/19054471>
Reviewed by Simon Fraser.
Add a layout test to add basic coverage for -webkit-mask-box-image
CSS property.
* fast/css/resources/mask.png: Added.
* fast/css/webkit-mask-box-image.html: Added.
* fast/css/webkit-mask-box-image-expected.html: Added
2014-11-21 Chris Dumez <cdumez@apple.com>
Crash when setting 'font' CSS property to 'calc(2 * 3)'
https://bugs.webkit.org/show_bug.cgi?id=138933
Reviewed by Darin Adler.
Add a layout test to cover the case where the 'font' CSS property is
set to a value whose weight is a calculated value, to make sure it
does not crash and behaves as intended.
* fast/css/font-calculated-value-expected.txt: Added.
* fast/css/font-calculated-value.html: Added.
2014-11-21 Bear Travis <betravis@gmail.com>
[CSS Font Loading] Switch to dispatching events asynchronously
https://bugs.webkit.org/show_bug.cgi?id=138755
Reviewed by Simon Fraser.
Refactoring tests to check for all events only after the FontLoader
itself has completed. Tests were previously checking after a specific font
had loaded, at which point some of the events may have yet to fire.
* fast/css/fontloader-multiple-faces-download-error-expected.txt:
* fast/css/fontloader-multiple-faces-download-error.html:
* fast/css/fontloader-multiple-faces-expected.txt:
* fast/css/fontloader-multiple-faces.html:
* fast/css/fontloader-multiple-families-expected.txt:
* fast/css/fontloader-multiple-families.html:
* fast/css/fontloader-svg-select-expected.txt: Added
* fast/css/fontloader-svg-select.svg: Added
2014-11-21 Chris Fleizach <cfleizach@apple.com>
AX: MathML expressions are misread by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=138948
Reviewed by Mario Sanchez Prada.
* platform/mac/accessibility/mathml-root-expected.txt: Added.
* platform/mac/accessibility/mathml-root.html: Added.
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Skip some tests that fail with stderr
* platform/ios-simulator/TestExpectations:
2014-11-20 Zalan Bujtas <zalan@apple.com>
REGRESSION (174986): CSS clip property is ignored when border-radius is present.
https://bugs.webkit.org/show_bug.cgi?id=138935
rdar://problem/18965984
Reviewed by Simon Fraser.
Revert back to r163382 and fix bug 127729 properly. Save the graphics context when paint and clip rects are
the same, but the clip rect has radius.
Each iteration on ::clipRect() from r163382 onwards just introduced yet another regression.
* fast/clip/css-clip-does-not-work-when-border-radius-is-present-expected.html: Added.
* fast/clip/css-clip-does-not-work-when-border-radius-is-present.html: Added.
2014-11-20 Dean Jackson <dino@apple.com>
Support unprefixed animation event types
https://bugs.webkit.org/show_bug.cgi?id=138931
<rdar://problem/18943167>
Reviewed by Simon Fraser.
Add a test for unprefixed animation event names, as well
as a test that ensures we don't get multiple dispatches if
we're still listening for the old events.
And for the older tests, just add the new things from the
window namespace.
* animations/unprefixed-events-expected.txt: Added.
* animations/unprefixed-events-mixed-with-prefixed-expected.txt: Added.
* animations/unprefixed-events-mixed-with-prefixed.html: Added.
* animations/unprefixed-events.html: Added.
* fast/events/event-creation-expected.txt:
* fast/events/event-creation.html:
* js/dom/constructor-length.html:
* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/constructor-length-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/constructor-length-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/constructor-length-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Update TestExpectation file for LayoutTests/canvas tests
Also skip some LayoutTests/animation tests that are flaky or fail due to an assertion failure.
* platform/ios-simulator/TestExpectations:
2014-11-20 Alexey Proskuryakov <ap@apple.com>
Skip flaky inspector-protocol/debugger tests.
webkit.org/b/100846, webkit.org/b/136715
* platform/mac/TestExpectations:
2014-11-20 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files, part 2
https://bugs.webkit.org/show_bug.cgi?id=138894
Rubber-stamped by Tim Horton.
Made more scripts that access local files use per-test files. Some tests could use
HTTP referrer, others needed explicit parameters.
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html:
* http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame.html:
* http/tests/security/contentSecurityPolicy/resources/echo-report.php:
* http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html: Removed.
* http/tests/security/contentSecurityPolicy/resources/generate-csp-report.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html.
* http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.php: Added.
* http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js:
(testMixedHeader):
* http/tests/security/contentSecurityPolicy/resources/report-file-path.php: Added.
* http/tests/security/contentSecurityPolicy/resources/save-report.php:
* http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html:
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt:
* http/tests/security/xssAuditor/block-does-not-leak-location.html:
* http/tests/security/xssAuditor/block-does-not-leak-referrer.html:
* http/tests/security/xssAuditor/cookie-injection-expected.txt:
* http/tests/security/xssAuditor/cookie-injection.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute-2.html:
* http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
* http/tests/security/xssAuditor/embed-tag-code-attribute.html:
* http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-control-char.html:
* http/tests/security/xssAuditor/embed-tag-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/embed-tag-javascript-url.html:
* http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/embed-tag-null-char.html:
* http/tests/security/xssAuditor/embed-tag.html:
* http/tests/security/xssAuditor/faux-script1.html:
* http/tests/security/xssAuditor/faux-script2.html:
* http/tests/security/xssAuditor/faux-script3.html:
* http/tests/security/xssAuditor/form-action-expected.txt:
* http/tests/security/xssAuditor/form-action.html:
* http/tests/security/xssAuditor/formaction-on-button-expected.txt:
* http/tests/security/xssAuditor/formaction-on-button.html:
* http/tests/security/xssAuditor/formaction-on-input-expected.txt:
* http/tests/security/xssAuditor/formaction-on-input.html:
* http/tests/security/xssAuditor/frameset-injection-expected.txt:
* http/tests/security/xssAuditor/frameset-injection.html:
* http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/full-block-get-from-iframe.html:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-javascript-url.html:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
* http/tests/security/xssAuditor/full-block-link-onclick.html:
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-object-tag.html:
* http/tests/security/xssAuditor/full-block-post-from-iframe.html:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html:
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/full-block-script-tag-with-source.html:
* http/tests/security/xssAuditor/full-block-script-tag.html:
* http/tests/security/xssAuditor/get-from-iframe-expected.txt:
* http/tests/security/xssAuditor/get-from-iframe.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-2.html:
* http/tests/security/xssAuditor/iframe-injection-allowed-3.html:
* http/tests/security/xssAuditor/iframe-injection-allowed.html:
* http/tests/security/xssAuditor/iframe-injection-expected.txt:
* http/tests/security/xssAuditor/iframe-injection.html:
* http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html:
* http/tests/security/xssAuditor/iframe-javascript-url.html:
* http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-GBK-char.html:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt:
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html:
* http/tests/security/xssAuditor/iframe-srcdoc-expected.txt:
* http/tests/security/xssAuditor/iframe-srcdoc.html:
* http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-GBK-char.html:
* http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-accented-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html:
* http/tests/security/xssAuditor/img-onerror-tricky.html:
* http/tests/security/xssAuditor/img-tag-with-comma-expected.txt:
* http/tests/security/xssAuditor/img-tag-with-comma.html:
* http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
* http/tests/security/xssAuditor/inline-event-HTML-entities.html:
* http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
* http/tests/security/xssAuditor/link-onclick-ampersand.html:
* http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-control-char.html:
* http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
* http/tests/security/xssAuditor/link-onclick-entities.html:
* http/tests/security/xssAuditor/link-onclick-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
* http/tests/security/xssAuditor/link-onclick-null-char.html:
* http/tests/security/xssAuditor/link-onclick.html:
* http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
* http/tests/security/xssAuditor/link-opens-new-window.html:
* http/tests/security/xssAuditor/malformed-HTML-expected.txt:
* http/tests/security/xssAuditor/malformed-HTML.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-1.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-2.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-3.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-4.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-5.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-6.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-7.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-8.html:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt:
* http/tests/security/xssAuditor/malformed-xss-protection-header-9.html:
* http/tests/security/xssAuditor/no-protection-script-tag.html:
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-control-char.html:
* http/tests/security/xssAuditor/object-embed-tag-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/object-embed-tag-null-char.html:
* http/tests/security/xssAuditor/object-embed-tag.html:
* http/tests/security/xssAuditor/object-tag-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
* http/tests/security/xssAuditor/object-tag-javascript-url.html:
* http/tests/security/xssAuditor/object-tag.html:
* http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
* http/tests/security/xssAuditor/open-event-handler-iframe.html:
* http/tests/security/xssAuditor/open-iframe-src-03-expected.txt:
* http/tests/security/xssAuditor/open-iframe-src-03.html:
* http/tests/security/xssAuditor/post-from-iframe.html:
* http/tests/security/xssAuditor/report-script-tag-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-full-block.html:
* http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt:
* http/tests/security/xssAuditor/report-script-tag-replace-state.html:
* http/tests/security/xssAuditor/report-script-tag.html:
* http/tests/security/xssAuditor/resources/echo-intertag.pl:
* http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html:
* http/tests/security/xssAuditor/script-tag-Big5-char.html:
* http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt:
* http/tests/security/xssAuditor/script-tag-Big5-char2.html:
* http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-control-char.html:
* http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
* http/tests/security/xssAuditor/script-tag-convoluted.html:
* http/tests/security/xssAuditor/script-tag-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-entities.html:
* http/tests/security/xssAuditor/script-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt:
* http/tests/security/xssAuditor/script-tag-expression-follows.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt:
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html:
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt:
* http/tests/security/xssAuditor/script-tag-near-start.html:
* http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-null-char.html:
* http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
* http/tests/security/xssAuditor/script-tag-open-redirect.html:
* http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-control-char.html:
* http/tests/security/xssAuditor/script-tag-post-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-post-null-char.html:
* http/tests/security/xssAuditor/script-tag-post.html:
* http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
* http/tests/security/xssAuditor/script-tag-redirect.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html:
* http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-actual-comma.html:
* http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-callbacks.html:
* http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-01.html:
* http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-comma-02.html:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
* http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-control-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url2.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3.html:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-double-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-entities.html:
* http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-no-quote.html:
* http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-null-char.html:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query.html:
* http/tests/security/xssAuditor/script-tag-with-source-same-host.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html:
* http/tests/security/xssAuditor/script-tag-with-source.html:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt:
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html:
* http/tests/security/xssAuditor/script-tag.html:
* http/tests/security/xssAuditor/svg-animate-expected.txt:
* http/tests/security/xssAuditor/svg-animate.html:
* http/tests/security/xssAuditor/svg-script-tag-expected.txt:
* http/tests/security/xssAuditor/svg-script-tag.html:
* http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-big5.html:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
* http/tests/security/xssAuditor/xss-filter-bypass-sjis.html:
* http/tests/security/xssAuditor/xss-protection-parsing-01.html:
* http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-02.html:
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-03.html:
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt:
* http/tests/security/xssAuditor/xss-protection-parsing-04.html:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Update expected results for LayoutTests/animations
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt: Added.
* platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt: Added.
* platform/ios-simulator/animations/opacity-transform-animation-expected.txt: Added.
* platform/ios-simulator/animations/suspend-transform-animation-expected.txt: Added.
2014-11-20 Eric Carlson <eric.carlson@apple.com>
Update media/track/track-in-band-cues-added-once.html to make failures easier to diagnose
https://bugs.webkit.org/show_bug.cgi?id=138908
Reviewed by Alexey Proskuryakov.
* media/track/track-in-band-cues-added-once.html: Update test to remove one potential
source of flakeyness and to do more logging in the event of a failure to make debugging
failures simpler.
* media/track/track-in-band-cues-added-once-expected.txt:
2014-11-20 Daniel Bates <dabates@apple.com>
[iOS] Temporarily skip almost all DRT tests
Towards updating the expected results on iOS, temporarily skip running almost
all DRT tests on iOS. We'll subsequently un-skip tests as we land updated/new
expected results for them.
* platform/ios-simulator/TestExpectations:
2014-11-20 Yusuke Suzuki <utatane.tea@gmail.com>
Rename String.prototype.contains to String.prototype.includes
https://bugs.webkit.org/show_bug.cgi?id=138923
Reviewed by Geoffrey Garen.
* js/Object-getOwnPropertyNames-expected.txt:
* js/script-tests/Object-getOwnPropertyNames.js:
* js/script-tests/string-includes.js: Renamed from LayoutTests/js/script-tests/string-contains.js.
(stringToSearchIn.toString):
(startOffset.valueOf):
(matchString.toString):
(endOffset.valueOf):
* js/string-includes-expected.txt: Renamed from LayoutTests/js/string-contains-expected.txt.
* js/string-includes.html: Renamed from LayoutTests/js/string-contains.html.
2014-11-20 Chris Dumez <cdumez@apple.com>
Crash when destroying a Document that has a throttled timer still running
https://bugs.webkit.org/show_bug.cgi?id=138914
Reviewed by Benjamin Poulain.
Add a layout test to test the case where a Document gets destroyed while
throttled timer is still running.
* fast/dom/resources/frame-with-throttled-timer.html: Added.
* fast/dom/throttled-timer-running-on-document-destruction-expected.txt: Added.
* fast/dom/throttled-timer-running-on-document-destruction.html: Added.
2014-11-20 Zalan Bujtas <zalan@apple.com>
Simple line layout: Introduce text fragment continuation.
https://bugs.webkit.org/show_bug.cgi?id=138274
Rebaseline for simple line layout's multiple rendere support.
Reviewed by Antti Koivisto.
* fast/text/simple-lines-multiple-renderers-expected.html: Added.
* fast/text/simple-lines-multiple-renderers.html: Added.
* fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This
needs fixing in complex line layout.
* tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout
when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout.
2014-11-20 Mark Lam <mark.lam@apple.com>
WTFCrashWithSecurityImplication under SpeculativeJIT::compile() when loading a page from theblaze.com.
<https://webkit.org/b/137642>
Reviewed by Filip Pizlo.
* js/dfg-inline-identity-expected.txt: Added.
* js/dfg-inline-identity.html: Added.
* js/script-tests/dfg-inline-identity.js: Added.
(o.toKey):
(foo):
(test):
2014-11-20 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176396.
https://bugs.webkit.org/show_bug.cgi?id=138926
revealed some WebCore::BidiResolver issue. rollout this for
now. (Requested by zalan on #webkit).
Reverted changeset:
"Simple line layout: Introduce text fragment continuation."
https://bugs.webkit.org/show_bug.cgi?id=138274
http://trac.webkit.org/changeset/176396
2014-11-20 Zalan Bujtas <zalan@apple.com>
Simple line layout: Introduce text fragment continuation.
https://bugs.webkit.org/show_bug.cgi?id=138274
Rebaseline for simple line layout's multiple rendere support.
Reviewed by Antti Koivisto.
* fast/text/simple-lines-multiple-renderers-expected.html: Added.
* fast/text/simple-lines-multiple-renderers.html: Added.
* fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This
needs fixing in complex line layout.
* tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout
when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout.
2014-11-19 Myles C. Maxfield <mmaxfield@apple.com>
[OS X] Upright vertical text is completely broken for multi-code-unit codepoints
https://bugs.webkit.org/show_bug.cgi?id=138891
Reviewed by Dan Bernstein.
Make sure a single upright vertical multi-code-unit codepoint is rendered the same as
the same codepoint rendered horizontally.
* platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html: Added.
* platform/mac/fast/text/multiple-codeunit-vertical-upright.html: Added.
* platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Added.
2014-11-16 Sam Weinig <sam@webkit.org>
Move the 'quotes' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138788
Reviewed by Chris Dumez.
Add a test for the behavior of non-valid primitive identifiers being
used with the quotes property.
* fast/css/content/content-quotes-07-expected.txt: Added.
* fast/css/content/content-quotes-07.html: Added.
2014-11-19 Dean Jackson <dino@apple.com>
Handle unprefixed @keyframes rule
https://bugs.webkit.org/show_bug.cgi?id=138899
<rdar://problem/18943117>
Reviewed by Simon Fraser.
Tests for @keyframes, both the OM side and the parsing.
* animations/unprefixed-keyframes-expected.txt: Added.
* animations/unprefixed-keyframes-rule-expected.txt: Added.
* animations/unprefixed-keyframes-rule.html: Added.
* animations/unprefixed-keyframes.html: Added.
2014-11-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: JSContext inspection Resource search does not work
https://bugs.webkit.org/show_bug.cgi?id=131252
Reviewed by Timothy Hatcher.
* inspector/debugger/search-scripts-expected.txt: Added.
* inspector/debugger/search-scripts.html: Added.
Tests for Debugger.searchInContent.
2014-11-19 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Provide $exception in the console for the thrown exception value
https://bugs.webkit.org/show_bug.cgi?id=138726
Reviewed by Timothy Hatcher.
Provide some tests to ensure $exception is the value we expect at different times,
such as on the exception line, when there is no exception, or when stepping through
catch blocks (it should always be the most recent caught exception).
* inspector/debugger/command-line-api-exception-expected.txt: Added.
* inspector/debugger/command-line-api-exception-nested-catch-expected.txt: Added.
* inspector/debugger/command-line-api-exception-nested-catch.html: Added.
* inspector/debugger/command-line-api-exception.html: Added.
* inspector/debugger/resources/exceptions.js: Added.
(triggerUncaughtTypeException):
(triggerUncaughtReferenceException):
(triggerUncaughtSyntaxException):
(triggerUncaughtDOMException):
(throwString):
(throwNumber):
(throwNull):
(throwObject):
(throwNode):
(catcher):
(nestedCatchBlocks):
2014-11-19 David Hyatt <hyatt@apple.com>
Images/replaced elements that are as tall as a page should be on their own page
https://bugs.webkit.org/show_bug.cgi?id=138886 - <rdar://problem/18296371>
Reviewed by Dean Jackson.
* fast/multicol/tall-image-behavior-lr.html: Added.
* fast/multicol/tall-image-behavior-rl.html: Added.
* fast/multicol/tall-image-behavior.html: Added.
* platform/mac/fast/multicol/tall-image-behavior-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-expected.txt: Added.
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-lr-expected.txt: Added.
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.png: Added.
* platform/mac/fast/multicol/tall-image-behavior-rl-expected.txt: Added.
2014-11-18 Ada Chan <adachan@apple.com>
Take Web Audio into account for the Page::isPlayingAudio() API.
https://bugs.webkit.org/show_bug.cgi?id=137464
Reviewed by Jer Noble.
This test checks that Page::isPlayingAudio() returns false before an audio context is created
and before the oscillator node makes a sound. It then starts the oscillator node and checks
that Page::isPlayingAudio() later returns true.
* webaudio/web-audio-is-playing-expected.txt: Added.
* webaudio/web-audio-is-playing.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for throttling of DOM timer changing the style of visible and invisible elements
https://bugs.webkit.org/show_bug.cgi?id=138875
Reviewed by Simon Fraser.
Add a layout test to test that a repeating DOM timer changing the style
of both visible and invisible elements does not get throttled.
Also rename existing tests to use "display-none" instead of "invisible"
for clarity.
* fast/dom/nested-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling-expected.txt.
* fast/dom/nested-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling.html.
* fast/dom/repeating-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling-expected.txt.
* fast/dom/repeating-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling.html.
* fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling-expected.txt: Added.
* fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timer throttling and element moving into view after layout
https://bugs.webkit.org/show_bug.cgi?id=138874
Reviewed by Simon Fraser.
Add a layout test to make sure we unthrottle a DOM timer changing the
style of an element outside viewport if the element ends up inside
the viewport after layout.
* fast/dom/timer-unthrottle-on-layout-expected.txt: Added.
* fast/dom/timer-unthrottle-on-layout.html: Added.
2014-11-19 Chris Dumez <cdumez@apple.com>
Add layout test for DOM timers throttling and 0 height element with visible overflowing content
https://bugs.webkit.org/show_bug.cgi?id=138873
Reviewed by Simon Fraser.
Add a layout test for verify that a DOM timer changing the style of a 0
height element with visible overflowing content does not get throttled.
If the implementation did not properly use the overflow rect to
determine if the element is visible, this test would fail.
This covers the case of the top scrolling banner on huffingtonpost.com.
* fast/dom/repeating-timer-element-overflow-throttling-expected.txt: Added.
* fast/dom/repeating-timer-element-overflow-throttling.html: Added.
2014-11-19 Chris Fleizach <cfleizach@apple.com>
AX: Safari fails to load a web page with VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=138849
Reviewed by Mario Sanchez Prada.
* accessibility/inline-block-assertion-expected.txt: Added.
* accessibility/inline-block-assertion.html: Added.
2014-11-19 Chris Fleizach <cfleizach@apple.com>
AX: Screen braille input doesn't work on forms.
https://bugs.webkit.org/show_bug.cgi?id=138804
Reviewed by Mario Sanchez Prada.
* platform/ios-sim: Copied from LayoutTests/platform/ios-sim.
* platform/ios-sim/accessibility/set-value-expected.txt: Added.
* platform/ios-sim/accessibility/set-value.html: Added.
2014-11-19 Dhi Aurrahman <diorahman@rockybars.com>
Add selector checker for :lang pseudo class in Selectors level 4
https://bugs.webkit.org/show_bug.cgi?id=138281
Reviewed by Benjamin Poulain.
Add layout tests for :lang selector checker with multiple arguments and
related behaviors on extended filtering.
* fast/selectors/lang-extended-filtering-expected.txt: Added.
* fast/selectors/lang-extended-filtering.html: Added.
* fast/selectors/lang-multiple-expected.txt: Added.
* fast/selectors/lang-multiple.html: Added.
2014-11-18 Philippe Normand <pnormand@igalia.com>
start/stop method for AudioBufferSourceNodes and OscillatorNodes can take no args
https://bugs.webkit.org/show_bug.cgi?id=138739
Reviewed by Darin Adler.
* webaudio/dom-exceptions-expected.txt: Added.
* webaudio/dom-exceptions.html: Added.
2014-11-18 Ryosuke Niwa <rniwa@webkit.org>
Aad failing test expectations to some tests imported in r176144.
* platform/win/TestExpectations:
2014-11-18 Alexey Proskuryakov <ap@apple.com>
Use of uninitialized value in string eq in many http tests
https://bugs.webkit.org/show_bug.cgi?id=138852
Reviewed by Daniel Bates.
* http/tests/security/xssAuditor/resources/echo-intertag.pl: Don't use it uninitialized.
2014-11-18 Benjamin Poulain <benjamin@webkit.org>
Add the initial implementation of dynamic specificity for :matches()
https://bugs.webkit.org/show_bug.cgi?id=138822
Reviewed by Andreas Kling.
* fast/css/matches-specificity-1-expected.html: Added.
* fast/css/matches-specificity-1.html: Added.
* fast/css/matches-specificity-2-expected.html: Added.
* fast/css/matches-specificity-2.html: Added.
* fast/css/matches-specificity-3-expected.html: Added.
* fast/css/matches-specificity-3.html: Added.
* fast/css/matches-specificity-4-expected.html: Added.
* fast/css/matches-specificity-4.html: Added.
* fast/css/matches-specificity-5-expected.html: Added.
* fast/css/matches-specificity-5.html: Added.
* fast/css/matches-specificity-6-expected.html: Added.
* fast/css/matches-specificity-6.html: Added.
* fast/css/matches-specificity-7-expected.html: Added.
* fast/css/matches-specificity-7.html: Added.
* fast/css/matches-specificity-8-expected.html: Added.
* fast/css/matches-specificity-8.html: Added.
* fast/css/matches-specificity-9-expected.html: Added.
* fast/css/matches-specificity-9.html: Added.
* fast/css/matches-specificity-10-expected.html: Added.
* fast/css/matches-specificity-10.html: Added.
2014-11-18 Chris Dumez <cdumez@apple.com>
Crash when setting 'z-index' / 'flex-shrink' CSS properties to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138783
Reviewed by Andreas Kling.
Add layout tests to check that settings 'z-index' / 'flex-shrink' CSS
properties to a calculated value does not crash and behaves as
expected.
* fast/css/flex-shrink-calculated-value-expected.txt: Added.
* fast/css/flex-shrink-calculated-value.html: Added.
* fast/css/z-index-calculated-value-expected.txt: Added.
* fast/css/z-index-calculated-value.html: Added.
2014-11-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176263 and r176273.
https://bugs.webkit.org/show_bug.cgi?id=138854
Underlines are hideous. (Requested by litherum on #webkit).
Reverted changesets:
"Use underlining metrics from the font file"
https://bugs.webkit.org/show_bug.cgi?id=138762
http://trac.webkit.org/changeset/176263
"iOS build fix."
http://trac.webkit.org/changeset/176273
2014-11-18 David Hyatt <hyatt@apple.com>
REGRESSION (r167210): Invalid cast in WebCore::RenderBlock::blockSelectionGaps
https://bugs.webkit.org/show_bug.cgi?id=137590
Reviewed by Dean Jackson.
* fast/block/selection-block-gap-crash-expected.txt: Added.
* fast/block/selection-block-gap-crash.html: Added.
2014-11-18 Andreas Kling <akling@apple.com>
Avoid synchronous style recalc in Document.activeElement
<https://webkit.org/b/138850>
Reviewed by Ryosuke Niwa.
Tweak a test to run once the DOM is loaded instead of during parsing.
* fast/forms/autofocus-in-sandbox-with-allow-scripts.html:
2014-11-18 David Hyatt <hyatt@apple.com>
REGRESSION(r152313): Inline-block element doesn't wrap properly
https://bugs.webkit.org/show_bug.cgi?id=138846 - <rdar://problem/18838703>
Reviewed by Simon Fraser.
* fast/inline-block/inline-block-empty-spans-expected.html: Added.
* fast/inline-block/inline-block-empty-spans.html: Added.
2014-11-18 Myles C. Maxfield <litherum@gmail.com>
Multicolumn layout with negative line spacing and orphans causes pieces of letters to be shown at the bottom of columns
https://bugs.webkit.org/show_bug.cgi?id=138204
Reviewed by Dave Hyatt.
Create a layout where the "orphans" css property causes a block element to
be pushed to the next column.
* fast/multicol/orphans-negative-line-spacing-expected.html: Added.
* fast/multicol/orphans-negative-line-spacing.html: Added.
2014-11-18 Chris Dumez <cdumez@apple.com>
DOMTimers sometimes don't get unthrottled on scrolling
https://bugs.webkit.org/show_bug.cgi?id=138838
Reviewed by Antti Koivisto.
Add a layout test to verify that DOMTimers get unthrottled on scroll if
the element whose style they are changing is inside the viewport after
the scroll.
* fast/dom/timer-unthrottle-on-scroll-expected.txt: Added.
* fast/dom/timer-unthrottle-on-scroll.html: Added.
2014-11-18 Myles C. Maxfield <litherum@gmail.com>
Use underlining metrics from the font file
https://bugs.webkit.org/show_bug.cgi?id=138762
Reviewed by Dave Hyatt.
This patch makes underline placement platform-dependent.
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html.
* platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness.html.
2014-11-17 David Hyatt <hyatt@apple.com>
Improve Ruby selection (getting rid of overlap and improving gap filling)
https://bugs.webkit.org/show_bug.cgi?id=138250
Reviewed by Dean Jackson.
Added fast/repaint/selection-ruby-rl.html
* fast/repaint/selection-ruby-rl-expected.txt: Added.
* fast/repaint/selection-ruby-rl.html: Added.
2014-11-18 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176218.
https://bugs.webkit.org/show_bug.cgi?id=138827
seems to have caused regressions on the perf bots (Requested
by lajava on #webkit).
Reverted changeset:
"[CSS Grid Layout] Upgrade align-self and align-items parsing
to CSS 3"
https://bugs.webkit.org/show_bug.cgi?id=133359
http://trac.webkit.org/changeset/176218
2014-11-18 Mihnea Ovidenie <mihnea@adobe.com>
fast/multicol/newmulticol tests use a non-existent resource
https://bugs.webkit.org/show_bug.cgi?id=138800
Reviewed by Andrei Bucur.
Fix path in tests.
* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html:
* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html:
* fast/multicol/newmulticol/float-multicol-expected.html:
* fast/multicol/newmulticol/float-multicol.html:
2014-11-18 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Crash getting the orientation of a MenuListOption after the MenuList was removed from the document
https://bugs.webkit.org/show_bug.cgi?id=138727
Reviewed by Chris Fleizach.
* platform/gtk/accessibility/combobox-descendants-orientation-crash-expected.txt: Added.
* platform/gtk/accessibility/combobox-descendants-orientation-crash.html: Added.
2014-11-17 Sukolsak Sakshuwong <sukolsak@gmail.com>
Add parsing for :role()
https://bugs.webkit.org/show_bug.cgi?id=138310
Reviewed by Benjamin Poulain.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/selectors/invalid-functional-pseudo-class-expected.txt:
* fast/selectors/invalid-functional-pseudo-class.html:
2014-11-17 Chris Dumez <cdumez@apple.com>
Add initial layout testing coverage for timer throttling
https://bugs.webkit.org/show_bug.cgi?id=138809
Reviewed by Simon Fraser.
Add initial layout test coverage for timer throttling. It currently
covers the following cases:
- Repeating timer changes the style of an Element that is visible
- Repeating timer changes the style of an Element that is not visible
(i.e. "display: none").
- Repeating timer doing DOM mutations
- Nested timer changes the style of an Element that is visible
- Nested timer changes the style of an Element that is not visible
(i.e. "display: none").
- Nested timer doing DOM mutations
More layout tests are coming. In particular, we should add coverage for
changing the style of an Element outside the viewport. We should also
Test that the timer gets unthrottled if necessary on scrolling / layout.
* fast/dom/nested-timer-invisible-element-throttling-expected.txt: Added.
* fast/dom/nested-timer-invisible-element-throttling.html: Added.
* fast/dom/nested-timer-visible-element-throttling-expected.txt: Added.
* fast/dom/nested-timer-visible-element-throttling.html: Added.
* fast/dom/repeating-timer-invisible-element-throttling-expected.txt: Added.
* fast/dom/repeating-timer-invisible-element-throttling.html: Added.
* fast/dom/repeating-timer-visible-element-throttling-expected.txt: Added.
* fast/dom/repeating-timer-visible-element-throttling.html: Added.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
media/track/track-in-band-cues-added-once.html fails sometimes
https://bugs.webkit.org/show_bug.cgi?id=138806
* platform/mac/TestExpectations: Marked as flaky.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
fast/multicol/newmulticol/spanner-crash.html still crashes sometimes
https://bugs.webkit.org/show_bug.cgi?id=137316
* TestExpectations: Skipped it.
2014-11-17 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3
https://bugs.webkit.org/show_bug.cgi?id=133359
Reviewed by David Hyatt.
From Blink r164817 and r165264 by <jchaffraix@chromium.org>
Broaden justify-self's parsing name and upgrade align-self and
align-items parsing to CSS 3.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/parse-align-items-expected.txt: Added.
* css3/parse-align-items.html: Added.
* css3/parse-align-self-expected.txt: Added.
* css3/parse-align-self.html: Added.
* css3/resources/alignment-parsing-utils.js: Added.
(checkValues):
(checkBadValues):
(checkInitialValues):
(checkInheritValues):
(checkLegacyValues):
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/TestExpectations: Report new failures and update expectations.
2014-11-17 Shivakumar JM <shiva.jm@samsung.com>
Attribute text in HTMLAnchorElement should behave as per specification.
https://bugs.webkit.org/show_bug.cgi?id=138557
Reviewed by Darin Adler.
* fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added.
* fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added.
2014-11-17 Alexey Proskuryakov <ap@apple.com>
media/track/track-cues-sorted-before-dispatch.html is flaky on Mountain Lion
https://bugs.webkit.org/show_bug.cgi?id=138798
* platform/mac/TestExpectations: Marked it as such.
2014-11-17 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r176169.
https://bugs.webkit.org/show_bug.cgi?id=138797
Appears to have broken svg/custom/anchor-on-use.svg (Requested
by ap on #webkit).
Reverted changeset:
"Attribute text in HTMLAnchorElement should behave as per
specification."
https://bugs.webkit.org/show_bug.cgi?id=138557
http://trac.webkit.org/changeset/176169
2014-11-16 Andreas Kling <akling@apple.com>
Avoid synchronous style recalc when mutating a Node inside FrameSelection.
<https://webkit.org/b/138791>
Reviewed by Antti Koivisto.
Rebaseline fast/dynamic/move-node-with-selection.html.
This is a progression, we avoid littering the render tree with some empty
text renderers due to deferring the style recalc in selection clearing.
* platform/efl/fast/dynamic/move-node-with-selection-expected.txt:
* platform/gtk/fast/dynamic/move-node-with-selection-expected.txt:
* platform/ios-sim-deprecated/fast/dynamic/move-node-with-selection-expected.txt:
* platform/ios-simulator/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
2014-11-17 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Skip timeouting editing tests
https://bugs.webkit.org/show_bug.cgi?id=138693
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip more tests failing after r175776.
There is no network load scheduling or prioritization with NetworkProcess.
* platform/gtk/TestExpectations:
2014-11-16 Benjamin Poulain <benjamin@webkit.org>
Implement :valid and :invalid matching for the fieldset element
https://bugs.webkit.org/show_bug.cgi?id=138769
Reviewed by Darin Adler.
There are many ways to change the validation state of a submittable element.
I included a series of test trying to exercises as many combination
as possible.
* fast/css/pseudo-valid-unapplied-expected.txt:
* fast/css/pseudo-valid-unapplied.html:
This test was checking that :valid and :invalid are not applied
to fieldset. Such results are incorrect with the latest specification.
* fast/css/pseudo-invalid-fieldset-expected.html: Added.
* fast/css/pseudo-invalid-fieldset-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-invalid-fieldset-invalidation-optimization.html: Added.
* fast/css/pseudo-invalid-fieldset-style-sharing-expected.html: Added.
* fast/css/pseudo-invalid-fieldset-style-sharing.html: Added.
* fast/css/pseudo-invalid-fieldset.html: Added.
* fast/css/pseudo-valid-fieldset-expected.html: Added.
* fast/css/pseudo-valid-fieldset-invalidation-optimization-expected.txt: Added.
* fast/css/pseudo-valid-fieldset-invalidation-optimization.html: Added.
* fast/css/pseudo-valid-fieldset-style-sharing-expected.html: Added.
* fast/css/pseudo-valid-fieldset-style-sharing.html: Added.
* fast/css/pseudo-valid-fieldset.html: Added.
* fast/selectors/invalid-fieldset-style-update-1-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-1.html: Added.
* fast/selectors/invalid-fieldset-style-update-2-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-2.html: Added.
* fast/selectors/invalid-fieldset-style-update-3-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-3.html: Added.
* fast/selectors/invalid-fieldset-style-update-4-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-4.html: Added.
* fast/selectors/invalid-fieldset-style-update-5-expected.txt: Added.
* fast/selectors/invalid-fieldset-style-update-5.html: Added.
* fast/selectors/valid-fieldset-style-update-1-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-1.html: Added.
* fast/selectors/valid-fieldset-style-update-2-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-2.html: Added.
* fast/selectors/valid-fieldset-style-update-3-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-3.html: Added.
* fast/selectors/valid-fieldset-style-update-4-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-4.html: Added.
* fast/selectors/valid-fieldset-style-update-5-expected.txt: Added.
* fast/selectors/valid-fieldset-style-update-5.html: Added.
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting 'order' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138780
Reviewed by Darin Adler.
Add a layout test to validate that setting a calculated value to the
'order' CSS property does not crash and behaves as expected.
* fast/css/order-calculated-value-expected.txt: Added.
* fast/css/order-calculated-value.html: Added.
2014-11-16 Chris Dumez <cdumez@apple.com>
Assertion hit when setting a very large value to 'border-width' / 'font-size' CSS properties
https://bugs.webkit.org/show_bug.cgi?id=138770
Reviewed by Darin Adler.
Add a layout test setting very large values to 'border-width' and
'font-size' CSS properties.
* fast/css/style-builder-infinite-value-expected.txt: Added.
* fast/css/style-builder-infinite-value.html: Added.
2014-11-16 Shivakumar JM <shiva.jm@samsung.com>
Attribute text in HTMLAnchorElement should behave as per specification.
https://bugs.webkit.org/show_bug.cgi?id=138557
Reviewed by Darin Adler.
* fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added.
* fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added.
2014-11-16 Alexey Proskuryakov <ap@apple.com>
Test expectation gardening.
* platform/mac/TestExpectations:
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting '-webkit-line-clamp' CSS property to a calculated value
https://bugs.webkit.org/show_bug.cgi?id=138777
Reviewed by Benjamin Poulain.
Add a layout test to check that assigning calculated values to the
'-webkit-line-clamp' CSS property does not crash and behaves as
expected.
* fast/css/webkit-line-clamp-calculated-value-expected.txt: Added.
* fast/css/webkit-line-clamp-calculated-value.html: Added.
2014-11-16 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Expose the blockquote element using ATK_ROLE_BLOCK_QUOTE
https://bugs.webkit.org/show_bug.cgi?id=138771
Reviewed by Chris Fleizach.
Updated the expectations for GTK and EFL as there is a new role
being used. The Mac expectations were not updated because the
new role on that platform continues to be to AXGroup.
* platform/efl/accessibility/roles-exposed-expected.txt: Updated
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated
2014-11-16 Chris Dumez <cdumez@apple.com>
Crash when setting 'alt' CSS property to inherit or initial
https://bugs.webkit.org/show_bug.cgi?id=138774
<rdar://problem/18995409>
Reviewed by Chris Fleizach.
Add a layout test to verify that setting the 'alt' CSS property to
inherit / initial is not crashing and working as intended.
* fast/css/alt-inherit-initial-expected.txt: Added.
* fast/css/alt-inherit-initial.html: Added.
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Lists with selectable children should have ATK_ROLE_LIST_BOX
https://bugs.webkit.org/show_bug.cgi?id=127060
Reviewed by Chris Fleizach.
Updated the expectations to reflect the corrected role.
* platform/efl/accessibility/roles-exposed-expected.txt: updated
* platform/gtk/accessibility/roles-exposed-expected.txt: updated
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Video and audio elements should be exposed using ATK's video and audio roles.
https://bugs.webkit.org/show_bug.cgi?id=138767
Reviewed by Chris Fleizach.
Updated expectations to reflect the new mapping to ATK_ROLE_AUDIO and
ATK_ROLE_VIDEO.
* platform/efl/accessibility/media-element-expected.txt: updated
* platform/efl/accessibility/media-emits-object-replacement-expected.txt: updated
* platform/gtk/accessibility/media-controls-panel-title-expected.txt: updated
* platform/gtk/accessibility/media-controls-panel-title.html: updated
* platform/gtk/accessibility/media-element-expected.txt: updated
* platform/gtk/accessibility/media-emits-object-replacement-expected.txt: updated
2014-11-15 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Expose the footer element as ATK_ROLE_FOOTER
https://bugs.webkit.org/show_bug.cgi?id=138773
Reviewed by Chris Fleizach.
* accessibility/roles-exposed.html: Unskip the footer element test for GTK and EFL
* platform/efl/accessibility/roles-exposed-expected.txt: Updated expectations
* platform/gtk/accessibility/roles-exposed-expected.txt: Updated expectations
2014-11-14 Dean Jackson <dino@apple.com>
Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule
https://bugs.webkit.org/show_bug.cgi?id=138763
<rdar://problem/18991569>
Reviewed by Simon Fraser.
Some of the tests use the prefixed interface name. Replace that
with the unprefixed version.
The "keyframes-rule.html" test added a check to make sure the
old constant WEBKIT_KEYFRAMES_RULE is the same as the new
constant KEYFRAMES_RULE.
* animations/keyframes-rule-expected.txt:
* animations/keyframes-rule.html:
* fast/dom/resources/wrapper-identity-base.js:
* fast/dom/wrapper-classes.html:
* fast/dom/wrapper-identity-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/fast/dom/objc-wrapper-identity-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Application test expectation gardening on WK2.
* platform/mac-wk2/TestExpectations: Skip two tests that toggle private browsing,
and added a bug number to http/tests/appcache/auth.html.
2014-11-14 Dean Jackson <dino@apple.com>
[Media] Timeline scrubber not updating as the video plays
https://bugs.webkit.org/show_bug.cgi?id=138717
<rdar://problem/18957509>
Reviewed by Jer Noble.
Tests that an inline video will actually advance the
timeline scrubber if it plays momentarily.
Eric wrote all the hard bits here. I just changed
a few lines to test if the timeline had moved from 0.
Unfortunately we can't rely on the timeline value
being identical to the currentTime of the media element,
because we only move the timeline when we get events.
* media/media-controls-timeline-updates.html: Added.
2014-11-14 Myles C. Maxfield <mmaxfield@apple.com>
Test that small caps of web fonts works regardless of where the font face is declared
https://bugs.webkit.org/show_bug.cgi?id=138700
Reviewed by Alexey Proskuryakov.
* fast/text/svg-small-caps-expected.html: Added.
* fast/text/svg-small-caps.html: Added.
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Add shortcut macros to Mac TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=138729
Reviewed by Simon Fraser.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Use the new functionality.
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Many (most?) transitions tests are very flaky, frequently failing all at once
https://bugs.webkit.org/show_bug.cgi?id=137883
* TestExpectations:
* platform/mac/TestExpectations:
Add more affected tests to unbreak EWS.
2014-11-11 David Hyatt <hyatt@apple.com>
Table rows repaint entire table when their background color changes.
https://bugs.webkit.org/show_bug.cgi?id=26662
Reviewed by Simon Fraser.
Added fast/repaint/table-row-repaint.html
* fast/repaint/table-row-repaint-expected.txt: Added.
* fast/repaint/table-row-repaint.html: Added.
* platform/mac/accessibility/table-detection-expected.txt:
2014-11-14 Andrzej Badowski <a.badowski@samsung.com>
AX: Improve AccessibilityTableCell isColumnHeaderCell function.
https://bugs.webkit.org/show_bug.cgi?id=138423
Reviewed by Chris Fleizach.
Files of expected type are adapted to changes in the code of the function.
* accessibility/table-cells-roles-expected.txt:
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:
2014-11-14 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK+ gardening. Skip http/tests/appcache/auth.html after r175776.
Appcache manifest is still downloaded in the WebProcess.
* platform/gtk/TestExpectations:
2014-11-14 Alexey Proskuryakov <ap@apple.com>
Remove some ineffective entries.
* platform/mac/TestExpectations: Remove entries that were meant to override other
ones, but don't.
2014-11-13 Pratik Solanki <psolanki@apple.com>
Rebaseline iOS layout tests
https://bugs.webkit.org/show_bug.cgi?id=138721
Reviewed by Simon Fraser.
Rebaseline many of the failures in compositing tests.
* platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt:
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt:
* platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt:
* platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt:
* platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt:
* platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt:
* platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt:
* platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt:
* platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt:
* platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/composited-columns-expected.txt:
* platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt:
* platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt:
* platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt:
* platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt:
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt:
* platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/filter-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt:
* platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt:
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
* platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
* platform/ios-simulator/compositing/fixed-image-loading-expected.txt:
* platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt:
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt:
* platform/ios-simulator/compositing/geometry/clip-expected.txt:
* platform/ios-simulator/compositing/geometry/clip-inside-expected.txt:
* platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt:
* platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt:
* platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt:
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
* platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt:
* platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt:
* platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt:
* platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt:
* platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt:
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt:
* platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt:
* platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Progression.
* platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Progression.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt:
* platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt:
* platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt:
* platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt:
* platform/ios-simulator/compositing/iframes/resizer-expected.txt:
* platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt:
* platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt:
* platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt:
* platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt:
* platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt:
* platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt:
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt:
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
* platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt:
* platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt:
* platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt:
* platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Progression.
* platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt:
* platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt:
* platform/ios-simulator/compositing/overflow/resize-painting-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt:
* platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt:
* platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt:
* platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt:
* platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt:
* platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt:
* platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt:
* platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt:
* platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt:
* platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt:
* platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt:
* platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt:
* platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt:
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
* platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt:
* platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
2014-11-13 Myles C. Maxfield <mmaxfield@apple.com>
Update expected .png for platform/mac/editing/input/devanagari-ligature.html
https://bugs.webkit.org/show_bug.cgi?id=138712
This doesn't actually fix the test, it just updates the image.
Reviewed by Zalan Bujtas.
* platform/mac/editing/input/devanagari-ligature-expected.png:
2014-11-13 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Do not return ATK_ROLE_UNKNOWN for null or otherwise invalid accessible objects
https://bugs.webkit.org/show_bug.cgi?id=137867
Reviewed by Chris Fleizach.
* platform/gtk/accessibility/detached-object-role-expected.txt: Added.
* platform/gtk/accessibility/detached-object-role.html: Added.
2014-11-13 Pratik Solanki <psolanki@apple.com>
Rename ios-sim to ios-sim-deprecated.
The results here are historical and new results should go into ios-simulator
directory. Eventually, we should get rid of this directory completely.
Rubber-stamped by Simon Fraser.
* platform/ios-sim: Removed.
* platform/ios-sim-deprecated: Copied from LayoutTests/platform/ios-sim.
2014-11-13 Benjamin Poulain <bpoulain@apple.com>
Implement the matching for :nth-last-child(An+B of selector-list)
https://bugs.webkit.org/show_bug.cgi?id=138650
Reviewed by Andreas Kling.
* fast/selectors/nth-last-child-of-class-style-update-expected.txt: Added.
* fast/selectors/nth-last-child-of-class-style-update.html: Added.
Verify simple cases of style update.
* fast/css/nth-last-child-of-style-update-optimization-expected.txt: Added.
* fast/css/nth-last-child-of-style-update-optimization.html: Added.
Verify that style invalidation stays reasonable.
* fast/css/nth-last-child-of-style-sharing-1-expected.html: Added.
* fast/css/nth-last-child-of-style-sharing-1.html: Added.
* fast/css/nth-last-child-of-style-sharing-2-expected.html: Added.
* fast/css/nth-last-child-of-style-sharing-2.html: Added.
Check that style sharing is disabled for elements matching :nth-last-child().
* fast/css/nth-child-and-nth-last-child-expected.html: Added.
* fast/css/nth-child-and-nth-last-child.html: Added.
Test uniqueness testing by combining :nth-child() and :nth-last-child().
* fast/css/nth-last-child-of-classname-expected.html: Added.
* fast/css/nth-last-child-of-classname.html: Added.
* fast/css/nth-last-child-of-complex-selector-expected.html: Added.
* fast/css/nth-last-child-of-complex-selector.html: Added.
* fast/css/nth-last-child-of-compound-selector-expected.html: Added.
* fast/css/nth-last-child-of-compound-selector.html: Added.
* fast/css/nth-last-child-of-tagname-expected.html: Added.
* fast/css/nth-last-child-of-tagname.html: Added.
Test matching, those are the "last-child" counterpart of the existing
"nth-child-of" tests.
2014-11-12 Jon Honeycutt <jhoneycutt@apple.com>
REGRESSION (r172826): Password field placeholder text is missing if
placeholder attribute precedes type attribute
<https://bugs.webkit.org/show_bug.cgi?id=138682>
<rdar://problem/18574213>
Reviewed by Benjamin Poulain.
* fast/forms/placeholder-attribute-ordering-expected.html: Added.
* fast/forms/placeholder-attribute-ordering.html: Added.
2014-11-13 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] Accessible focus events are emitted when the selection is changed in non-focused combo boxes
https://bugs.webkit.org/show_bug.cgi?id=137866
Reviewed by Mario Sanchez Prada.
* platform/gtk/accessibility/menu-list-unfocused-notifications-expected.txt: Added.
* platform/gtk/accessibility/menu-list-unfocused-notifications.html: Added.
2014-11-13 Alexey Proskuryakov <ap@apple.com>
Simplify expectations for fullscreen/full-screen-iframe-legacy.html, as the more
specific variant doesn't work due to <https://bugs.webkit.org/show_bug.cgi?id=138698>.
* platform/mac/TestExpectations:
2014-11-13 Alexey Proskuryakov <ap@apple.com>
fast/events/overflow-scroll-fake-mouse-move.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=138697
* platform/mac-wk1/TestExpectations: Mark it as such.
2014-11-13 Zalan Bujtas <zalan@apple.com>
Unreviewed WK2 subpixel gardening.
* platform/mac-wk2/TestExpectations:
2014-11-13 Chris Dumez <cdumez@apple.com>
Lazily create HTMLInputElement's inputType and shadow subtree
https://bugs.webkit.org/show_bug.cgi?id=138524
Reviewed by Ryosuke Niwa.
Add a test case to make sure we don't crash when parsing an <input>
Element that has a |border| attribute as first attribute. This is what
was happening with the first version of this patch that landed in
r175852. When attributeChanged() was called for the |border| attribute
HTMLInputElement::isPresentationAttribute() would get called before
m_inputType is initialized, and "name == borderAttr && isImageButton()"
would crash because isImageButton() dereferences m_inputType.
* fast/dom/HTMLInputElement/border-attribute-crash-expected.txt: Added.
* fast/dom/HTMLInputElement/border-attribute-crash.html: Added.
2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Skip more test failing after r175776.
* platform/gtk/TestExpectations:
2014-11-12 Dean Jackson <dino@apple.com>
Support unprefixed animation property names
https://bugs.webkit.org/show_bug.cgi?id=138678
<rdar://problem/18943059>
Reviewed by Simon Fraser.
Tests for unprefixed parsing and calculation of animation
properties. Fun fact, this is the first test we have
for the computed style of all animation-direction values.
* animations/unprefixed-properties-expected.txt: Added.
* animations/unprefixed-properties.html: Added.
* animations/unprefixed-shorthand-expected.txt: Added.
* animations/unprefixed-shorthand.html: Added.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
<rdar://problem/15864185> Syrah: platform/mac/editing/attributed-string tests are failing
Land Yosemite results, and remove the tests from TestExpectations.
* platform/mac-mavericks/platform/mac/editing/attributed-string: Added.
* platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt.
* platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt.
* platform/mac/editing/attributed-string/anchor-element-expected.txt:
* platform/mac/editing/attributed-string/basic-expected.txt:
* platform/mac/editing/attributed-string/font-size-expected.txt:
* platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/editing/attributed-string/font-weight-expected.txt:
* platform/mac/editing/attributed-string/letter-spacing-expected.txt:
* platform/mac/editing/attributed-string/text-decorations-expected.txt:
* platform/mac/editing/attributed-string/vertical-align-expected.txt:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Make Mac media-source test expectations future compatible
https://bugs.webkit.org/show_bug.cgi?id=138674
Roll it out, it somehow broke Mountain Liona and Mavericks.
* platform/mac/TestExpectations:
2014-11-12 Jer Noble <jer.noble@apple.com>
media/video-play-pause-exception.html is flakey.
https://bugs.webkit.org/show_bug.cgi?id=138670
Reviewed by Alexey Proskuryakov.
Work around race-condition behavior in HTMLMediaElement's resource selection algorithm.
* media/video-play-pause-exception.html:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Make Mac media-source test expectations future compatible
https://bugs.webkit.org/show_bug.cgi?id=138674
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Flaky Test: media/video-ended-event-slow-motion-playback.html
https://bugs.webkit.org/show_bug.cgi?id=136755
Reviewed by Jer Noble.
* media/video-ended-event-slow-motion-playback.html: The test verifies that playback
rate doesn't get rounded down to 0, and that is very easy to detect, no need for
flaky timeouts.
* platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it,
updated media/video-playbackrate.html to match what the bots actually see.
2014-11-05 Ada Chan <adachan@apple.com>
Implement new plug-in API for muting plug-ins
https://bugs.webkit.org/show_bug.cgi?id=138105
Reviewed by Anders Carlsson.
* platform/mac-wk2/plugins/muted-state-expected.txt: Added.
* platform/mac-wk2/plugins/muted-state.html: Added.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Some platform/mac text expectation cleanup.
* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Mac-WK2 test expectations cleanup, part 1.
Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then
being overridden for wk2).
Remove expectations for tests that are no longer flaky.
Add more specific expectations to encient entries that were added in old format,
and just skipped indiscriminately.
* platform/mac-wk1/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Remove expectations for a couple tests that were marked as flaky on WK1 only,
as they don't appear to be flaky any more.
* platform/mac-wk1/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Some WebKit1-only Yosemite-only failures don't appear to exist any more.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Unmark the tests.
2014-11-12 Alexey Proskuryakov <ap@apple.com>
A number of hidpi tests don't appear to fail on Yosemite now, let's try unmarking them.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Instead of blacklisting tests for OS X versions that use PPT for testing,
whitelist MountainLion that doesn't. That's more future compatible.
* platform/mac-wk2/TestExpectations:
2014-11-12 Jer Noble <jer.noble@apple.com>
[Mac] media/track/audio-track.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=138394
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
Fix a typo in the previous commit - a test should be skipped, not its expectation.
* platform/mac/TestExpectations:
2014-11-12 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on Mountain Lion only
https://bugs.webkit.org/show_bug.cgi?id=138662
Make the test a reftest again, and skip it, as nothing helps.
Also, updated all compositing/video expectations to match what bots see now.
* compositing/video/video-border-radius-expected.html: Copied from LayoutTests/compositing/video/video-border-radius-expected.html-disabled.
* compositing/video/video-border-radius-expected.html-disabled: Removed.
* compositing/video/video-border-radius-expected.png: Removed.
* compositing/video/video-border-radius-expected.txt: Removed.
* platform/mac/TestExpectations:
2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed GTK gardening. Skip shared worker tests after r175776.
Shared workers are disabled with the Network Process.
* platform/gtk/TestExpectations:
2014-09-01 Philippe Normand <pnormand@igalia.com>
[WK2] UserMediaClient support
https://bugs.webkit.org/show_bug.cgi?id=123158
Reviewed by Benjamin Poulain.
Simple UserMedia permission request tests inspired from the
Geolocation test suite.
* fast/mediastream/error-expected.txt: Added.
* fast/mediastream/error.html: Added.
* fast/mediastream/script-tests/error.js: Added.
* fast/mediastream/script-tests/success.js: Added.
* fast/mediastream/success-expected.txt: Added.
* fast/mediastream/success.html: Added.
* fast/mediastream/delayed-permission-allowed-expected.txt: Added.
* fast/mediastream/delayed-permission-allowed.html: Added.
* fast/mediastream/delayed-permission-denied-expected.txt: Added.
* fast/mediastream/delayed-permission-denied.html: Added.
* http/tests/media/media-stream/disconnected-frame-already-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-already.html: Added.
* http/tests/media/media-stream/disconnected-frame-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-permission-denied-expected.txt: Added.
* http/tests/media/media-stream/disconnected-frame-permission-denied.html: Added.
* http/tests/media/media-stream/disconnected-frame.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-already-inner1.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-already-inner2.html: Added.
* http/tests/media/media-stream/resources/disconnected-frame-inner.html: Added.
* platform/gtk/TestExpectations:
2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed EFL gardening. Rebaseline after r174535.
* platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/efl/fast/selectors/061-expected.txt:
* platform/efl/fast/selectors/083-expected.txt:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
Temporarlity turn video/video-border-radius-expected.html into a non-reftest,
hoping to get some error output from it.
* compositing/video/video-border-radius-expected.html: Removed.
* compositing/video/video-border-radius-expected.html-disabled: Copied from LayoutTests/compositing/video/video-border-radius-expected.html.
* compositing/video/video-border-radius-expected.png: Added.
* compositing/video/video-border-radius-expected.txt: Added.
2014-11-11 Alexey Proskuryakov <ap@apple.com>
fast/text/international/hindi-spacing.html and transforms/2d/hindi-rotated.html are
flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138075
* platform/mac/TestExpectations: Mark them as such.
2014-11-11 Alexey Proskuryakov <ap@apple.com>
inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
are very flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=138636
Bring back Crash expectattion, as this is how it's reported on WK1. Also added one more test.
* platform/mac/TestExpectations:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on 10.8
Add an error even listener, to at hopefully get a proper failure when this happens.
* compositing/video/video-border-radius.html:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html
are very flaky on Mac
https://bugs.webkit.org/show_bug.cgi?id=138636
Updated the results and comments for tests that don't work in production builds,
those are not quite relevant here.
* platform/mac/TestExpectations:
2014-11-11 Alexey Proskuryakov <ap@apple.com>
compositing/video/video-border-radius.html frequently times out on 10.8
Add an event listener before setting source, not after. This should not affect
anything, but seems worth a try.
* compositing/video/video-border-radius.html:
2014-11-11 Daniel Bates <dabates@apple.com>
[Frame Flattening] ASSERT(transaction->view == &view()) fails in RenderBlock::removeFromUpdateScrollInfoAfterLayoutTransaction()
https://bugs.webkit.org/show_bug.cgi?id=138615
<rdar://problem/18928487>
Reviewed by David Hyatt.
Add a test that causes an assertion failure in affected builds.
* fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update-expected.txt: Added.
* fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update.html: Added.
2014-11-11 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Unskip now passing http tests
https://bugs.webkit.org/show_bug.cgi?id=137694
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-10-07 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Limit the size of explicit/implicit grid
https://bugs.webkit.org/show_bug.cgi?id=136217
Reviewed by Andreas Kling.
Removed as they are now part of the WebCore's CSSParser.cpp unit
test. The reason why it was moved there is because the test would
require huge (~1000000 tracks) grid allocations, making the test
quite slow specially on Debug builds.
* fast/css-grid-layout/grid-element-repeat-max-repetitions-expected.txt: Removed.
* fast/css-grid-layout/grid-element-repeat-max-repetitions.html: Removed.
2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com>
[EFL] Unreviewed EFL gardening after r174233.
* platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/efl/fast/multicol/float-avoidance-expected.txt:
* platform/efl/fast/multicol/overflow-across-columns-expected.txt:
* platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
* platform/efl/fast/multicol/positive-leading-expected.txt:
* platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/efl/fast/text/hyphenate-character-expected.txt:
* platform/efl/fast/text/hyphens-expected.txt:
* platform/efl/fast/text/justified-selection-at-edge-expected.txt:
* platform/efl/fast/text/justify-nbsp-expected.txt: Added.
* platform/efl/fast/text/trailing-white-space-2-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
2014-11-11 Yusuke Suzuki <utatane.tea@gmail.com>
CSS4 Selectors: Add multiple pseudo elements support to :matches
https://bugs.webkit.org/show_bug.cgi?id=138214
Reviewed by Benjamin Poulain.
* fast/selectors/pseudo-element-in-non-rightmost-fragments-expected.html: Added.
* fast/selectors/pseudo-element-in-non-rightmost-fragments.html: Added.
In this test, we ensure that pseudo elements selector in the
non-rightmost fragments becomes unmatched.
* fast/selectors/pseudo-element-inside-matches-expected.html: Added.
* fast/selectors/pseudo-element-inside-matches.html: Added.
* fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments-expected.txt: Added.
* fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments.html: Added.
2014-11-10 Benjamin Poulain <bpoulain@apple.com>
Add parsing support for the extended :nth-last-child(An+B of selector-list)
https://bugs.webkit.org/show_bug.cgi?id=138520
Reviewed by Andreas Kling.
All the tests are variations of the existing tests for :nth-child(An+B of selector-list).
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/css/parsing-css-nth-last-child-of-1-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-1.html: Added.
* fast/css/parsing-css-nth-last-child-of-2-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-2.html: Added.
* fast/css/parsing-css-nth-last-child-of-3-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-3.html: Added.
* fast/css/parsing-css-nth-last-child-of-4-expected.txt: Added.
* fast/css/parsing-css-nth-last-child-of-4.html: Added.
2014-11-10 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG foreign objects do not inherit the container coordinates system if they are repainted..
https://bugs.webkit.org/show_bug.cgi?id=138481.
Reviewed by Simon Fraser.
Ensure the repaint rectangle of the SVG foreign object is calculated correctly
when the container element has transformation.
* svg/transforms/svg-transform-foreign-object-repaint-expected.png: Added.
* svg/transforms/svg-transform-foreign-object-repaint-expected.txt: Added.
* svg/transforms/svg-transform-foreign-object-repaint.html: Added.
Re-baseline these tests since the render tree dumping uses renderer.absoluteClippedOverflowRect()
in writePositionAndStyle() to get the object rectangle so this issue only affects test output.
* svg/zoom/page/zoom-foreign-content-expected.txt:
* platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
2014-11-10 Andreas Kling <akling@apple.com>
The JIT should cache property lookup misses.
<https://webkit.org/b/135578>
Add a JSRegress test for caching of property lookup misses.
There are three subtests:
1. Pure speed test.
2. Test for when a property previously cached as missing suddenly
appears on the object.
3. Same as (2), but it appears on the prototype.
The test runs ~5.5x faster with the optimization.
Reviewed by Filip Pizlo.
* js/regress/script-tests/undefined-property-access.js: Added.
(foo):
(bar):
(baz):
* js/regress/undefined-property-access-expected.txt: Added.
* js/regress/undefined-property-access.html: Added.
2014-11-10 Myles C. Maxfield <mmaxfield@apple.com>
Test that complext and fast text codepaths measure the same width
https://bugs.webkit.org/show_bug.cgi?id=138581
Reviewed by Simon Fraser.
* fast/text/space-width-expected.html: Added.
* fast/text/space-width.html: Added.
2014-11-10 Alexey Proskuryakov <ap@apple.com>
http tests should not use shared temporary files
https://bugs.webkit.org/show_bug.cgi?id=138583
Reviewed by Tim Horton.
Made some of the scripts that write to files take a path argument, and made others
more strictly serve only one test.
This way, we don't race for any files.
* http/tests/appcache/fail-on-update-2.html:
* http/tests/appcache/fallback.html:
* http/tests/appcache/main-resource-fallback-for-network-error-crash.html:
* http/tests/appcache/main-resource-hash.html:
* http/tests/appcache/main-resource-redirect.html:
* http/tests/appcache/multi-fallback.html:
* http/tests/appcache/non-html.xhtml:
* http/tests/appcache/offline-access.html:
* http/tests/appcache/online-whitelist.html:
* http/tests/appcache/remove-cache.html:
* http/tests/appcache/resources/counter.php: Removed.
* http/tests/appcache/resources/fail-on-update-2.php:
* http/tests/appcache/resources/fail-on-update.php:
* http/tests/appcache/resources/main-resource-redirect-frame.php:
* http/tests/appcache/resources/main-resource-redirect.manifest:
* http/tests/appcache/resources/non-html.manifest:
* http/tests/appcache/resources/offline-access-frame.html:
* http/tests/appcache/resources/offline-access.js:
* http/tests/appcache/resources/offline-access.manifest:
* http/tests/appcache/resources/online-whitelist.manifest:
* http/tests/appcache/resources/online-whitelist.php: Copied from LayoutTests/http/tests/appcache/resources/counter.php.
* http/tests/appcache/resources/remove-cache-frame-2.html:
* http/tests/appcache/resources/remove-cache-frame.html:
* http/tests/appcache/resources/remove-cache.php: Copied from LayoutTests/http/tests/appcache/resources/fail-on-update.php.
* http/tests/appcache/resources/update-cache.php: Copied from LayoutTests/http/tests/appcache/resources/versioned-manifest.php.
* http/tests/appcache/resources/versioned-manifest.php: Removed.
* http/tests/appcache/update-cache.html:
* http/tests/cache/network-error-during-revalidation.html:
* http/tests/cache/post-redirect-get.php:
* http/tests/cache/post-with-cached-subresources.php:
* http/tests/cache/reload-main-resource.php:
* http/tests/cache/resources/network-error-during-revalidation-frame.html:
* http/tests/cache/resources/partitioned-cache-echo-state.php:
* http/tests/cache/resources/partitioned-cache-loader.html:
* http/tests/cache/resources/post-image-to-verify.php:
* http/tests/cache/resources/reload-main-resource-iframe.php:
* http/tests/cache/stopped-revalidation.html:
* http/tests/cache/subresource-fragment-identifier.html:
* http/tests/css/border-image-loading.html:
* http/tests/css/css-image-loading.html:
* http/tests/css/mask-image-loading.html:
* http/tests/css/reflection-mask-image-loading.html:
* http/tests/css/resources/request-logging.js:
* http/tests/loading/preload-img-test.html:
* http/tests/local/link-stylesheet-load-order-preload.html:
* http/tests/local/link-stylesheet-load-order.html:
* http/tests/misc/link-rel-prefetch-and-subresource.html:
* http/tests/resources/network-simulator.php:
* http/tests/resources/tripmine.php: Removed.
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-async.html:
* http/tests/xmlhttprequest/access-control-preflight-headers-sync.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
* http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html:
* http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html:
* http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.php:
* http/tests/xmlhttprequest/resources/no-custom-header.php:
* http/tests/xmlhttprequest/resources/redirect-cross-origin-tripmine.php: Copied from LayoutTests/http/tests/resources/tripmine.php.
* http/tests/xmlhttprequest/state-after-network-error.html:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html:
2014-11-10 Michael Saboff <msaboff@apple.com>
Add test for fix of REGRESSION (r174985-174986): Site display disappears
https://bugs.webkit.org/show_bug.cgi?id=138470
Reviewed by Geoffrey Garen.
This checks that document.write() and document.writeln() are cached and the same instance
is always returned.
* js/dom/document-write-functions-cached-expected.txt: Added.
* js/dom/document-write-functions-cached.html: Added.
2014-11-04 Jer Noble <jer.noble@apple.com>
REGRESSION(r174823): Several tests fail due to canplaythrough firing before tracks are available
https://bugs.webkit.org/show_bug.cgi?id=137882
Reviewed by Eric Carlson.
* platform/mac/TestExpectations:
* platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
2014-11-10 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r175813.
https://bugs.webkit.org/show_bug.cgi?id=138573
Breaks complex text layout spacing (Requested by litherum on
#webkit).
Reverted changeset:
"[OSX] Some words are placed on top of each other in complex
text layout"
https://bugs.webkit.org/show_bug.cgi?id=138348
http://trac.webkit.org/changeset/175813
2014-11-10 Myles C. Maxfield <mmaxfield@apple.com>
[OSX] Some words are placed on top of each other in complex text layout
https://bugs.webkit.org/show_bug.cgi?id=138348
Reviewed by Simon Fraser.
Updating tests to not use cached space width.
* fast/text/large-space-width-complex-expected.html: Added.
* fast/text/large-space-width-complex.html: Added.
* fast/text/resources/NotoNastaliqUrduDraft.ttf: Added.
* platform/mac-mavericks/fast/text/emphasis-expected.png:
* platform/mac-mavericks/fast/text/emphasis-expected.txt: This test is orthogonal to space widths.
* platform/mac-mountainlion/fast/text/emphasis-expected.png:
* platform/mac-mountainlion/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/emphasis-expected.png:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/sticky-typesetting-features-expected.png:
* platform/mac/fast/text/sticky-typesetting-features-expected.txt: Ditto.
* platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
* platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: This test actually is improved with
this patch. Instead of a weirdly wide space width, the two words are spaced appropriately now.
2014-11-10 Csaba Osztrogonác <ossy@webkit.org>
Crash in WebCore::Node::getFlag
https://bugs.webkit.org/show_bug.cgi?id=137961
Reviewed by Antti Koivisto.
* editing/execCommand/crash-137961-expected.txt: Added.
* editing/execCommand/crash-137961.html: Added.
2014-11-10 Mihnea Ovidenie <mihnea@adobe.com>
ASSERTION FAILED: !object || !object->parent()->isRuby() || is<RenderRubyRun>(*object) || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) || (object->isAnonymous() && ... ) in WebCore::isAnonymousRubyInlineBlock
https://bugs.webkit.org/show_bug.cgi?id=137958
Reviewed by Chris Dumez.
* fast/multicol/newmulticol/ruby-from-multicol-to-auto-expected.txt: Added.
* fast/multicol/newmulticol/ruby-from-multicol-to-auto.html: Added.
2014-11-10 Sanghyup Lee <sh53.lee@samsung.com>
[EFL] Add missing test results since r169631, r174992
https://bugs.webkit.org/show_bug.cgi?id=138502
Reviewed by Gyuyoung Kim.
* platform/efl/accessibility/aria-inherits-presentational-expected.txt: Added.
* platform/efl/accessibility/css-content-attribute-expected.txt: Added.
2014-11-09 Simon Fraser <simon.fraser@apple.com>
Put bug link at the start of the line.
* platform/mac-wk2/TestExpectations:
2014-11-08 Simon Fraser <simon.fraser@apple.com>
Implement round-rect clipping on video elements
https://bugs.webkit.org/show_bug.cgi?id=138537
rdar://problem/9534399
Reviewed by Darin Adler.
Test that uses clip() to compare a bit of rounded-rect video in the corner.
Rebaselined test that dumped contents layers.
* compositing/video/video-border-radius-expected.html: Added.
* compositing/video/video-border-radius.html: Added.
* platform/mac/compositing/reflections/direct-image-object-fit-reflected-expected.txt:
2014-11-08 Alexey Proskuryakov <ap@apple.com>
http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT.
This test used to pass because some previous test leaked a cookie. Now that we
clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies.
* platform/mac-wk2/TestExpectations:
2014-11-08 Alexey Proskuryakov <ap@apple.com>
http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie
https://bugs.webkit.org/show_bug.cgi?id=138507
Reviewed by Pratik Solanki.
* http/tests/navigation/resources/redirect-updates-history-item-done.html:
2014-11-07 Chris Dumez <cdumez@apple.com>
Move 'webkit-clip-path' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138452
Reviewed by Andreas Kling.
Add layout test to make sure we don't crash in the StyleBuilder when
setting unexpected values to webkit-clip-path property.
* fast/masking/clip-path-bad-value-expected.txt: Added.
* fast/masking/clip-path-bad-value.html: Added.
2014-11-07 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Pseudo element matchedCSSRules do not include matching selector info
https://bugs.webkit.org/show_bug.cgi?id=138438
Reviewed by Benjamin Poulain.
* inspector/css/pseudo-element-matches-expected.txt: Added.
* inspector/css/pseudo-element-matches.html: Added.
Add a test to ensure we get correct selector matches for a pseudo element
inside of an <audio> element. The test is heavily coupled to our UserAgent
stylesheet and Shadow DOM layout, so check for possible failures if
WebCore changes things.
2014-11-07 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] the sandbag JS utility code isn't producing the correct expected result in the shape-image gradient tests
https://bugs.webkit.org/show_bug.cgi?id=135923
Reviewed by Dirk Schulze.
Import tests from upstream. They have been modified so that they use
testharness to validate success or failure instead of being reftests,
allowing for fuzziness in matching to get around small variances
between implementations.
* TestExpectations:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003.html:
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.html: Removed.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt: Added.
* css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004.html:
* css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/support/test-utils.js:
(verifyTextPoints):
2014-11-07 Mark Lam <mark.lam@apple.com>
Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations.
<https://webkit.org/b/138497>
Unreviewed.
* js/script-tests/get-by-pname.js:
- temporarily skipping this from the JSC tests to green the bots until the issue is fixed.
2014-11-06 Darin Adler <darin@apple.com>
REGRESSION (r175549): http/tests/multipart/stop-crash.html failing (assertion failure in CachedResource::setEncodedSize)
https://bugs.webkit.org/show_bug.cgi?id=138358
Reviewed by Alexey Proskuryakov.
* TestExpectations: Turn the test back on.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test [follow up 2].
<https://webkit.org/b/138483>
Reviewed by Michael Saboff.
Make unique copies of the test functions to ensure that each test case does not
affect the tiering up of other test cases.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(foo): Deleted.
(getByPnameOnConstant): Deleted.
(getByPnameOnVar): Deleted.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test [follow up].
<https://webkit.org/b/138483>
Reviewed by Michael Saboff.
Used named properties to make the test code more readable.
* js/script-tests/get-by-pname.js:
(isTierIteration):
(tierName):
(testExpr): Deleted.
(testExpectedResult): Deleted.
2014-11-06 Mark Lam <mark.lam@apple.com>
slow_path_get_direct_pname() needs to be hardened against a constant baseValue.
<https://webkit.org/b/138476>
Reviewed by Michael Saboff.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(getByPnameOnConstant):
(getByPnameOnVar):
- Added more test cases.
2014-11-06 Mark Lam <mark.lam@apple.com>
Refactor the get-by-pname.js test.
<https://webkit.org/b/138483>
Reviewed by Geoffrey Garen.
Refactored the test code to:
1. make it easier to add more test cases.
2. test each case against different tier JITs.
3. print only one set of results for each tier being tested.
* js/get-by-pname-expected.txt:
* js/script-tests/get-by-pname.js:
(getByPnameOnConstant):
(getByPnameOnVar):
(testExpr):
(testExpectedResult):
(isTierIteration):
(tierName):
2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] the spec-examples reftests are off by a few pixels
https://bugs.webkit.org/show_bug.cgi?id=135927
Reviewed by Zoltan Horvath.
Import new versions of the spec example tests that are js tests
instead of ref tests so that they can properly handle the small pixel
differences in rendering between platforms.
* TestExpectations:
* css3/shapes/spec-examples/shape-outside-010-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-010-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-010.html:
* css3/shapes/spec-examples/shape-outside-011-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-011-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-011.html:
* css3/shapes/spec-examples/shape-outside-012-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-012-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-012.html:
* css3/shapes/spec-examples/shape-outside-013-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-013-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-013.html:
* css3/shapes/spec-examples/shape-outside-014-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-014-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-014.html:
* css3/shapes/spec-examples/shape-outside-015-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-015-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-015.html:
* css3/shapes/spec-examples/shape-outside-016-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-016-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-016.html:
* css3/shapes/spec-examples/shape-outside-017-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-017-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-017.html:
* css3/shapes/spec-examples/shape-outside-018-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-018-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-018.html:
* css3/shapes/spec-examples/shape-outside-019-expected.html: Removed.
* css3/shapes/spec-examples/shape-outside-019-expected.txt: Added.
* css3/shapes/spec-examples/shape-outside-019.html:
* css3/shapes/spec-examples/support/spec-example-utils.js: Added.
(.runTest):
(approxShapeTest):
* css3/shapes/spec-examples/support/w3c-import.log:
* css3/shapes/spec-examples/w3c-import.log:
2014-11-06 Dean Jackson <dino@apple.com>
[filters2] Support for backdrop-filter
https://bugs.webkit.org/show_bug.cgi?id=138384
<rdar://problem/18874494>
Reviewed by Simon Fraser.
Take 2!! Previous patch was rolled out.
Tests for backdrop-filter. These are skipped on non-Apple platforms.
* platform/win/TestExpections: Skip these tests.
* platform/efl/TestExpections:
* platform/gtk/TestExpections:
* platform/mac-mavericks/TestExpectations: Yosemite only.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
* css3/filters/backdrop/backdropfilter-property.html: Added.
* css3/filters/backdrop/effect-hw-expected.html: Added.
* css3/filters/backdrop/effect-hw.html: Added.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
(testComputedFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
(testInvalidFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
(jsWrapperClass):
(shouldBeType):
(testFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
2014-11-06 Benjamin Poulain <bpoulain@apple.com>
Give pseudo elements the correct specificity
https://bugs.webkit.org/show_bug.cgi?id=138378
Reviewed by Dean Jackson.
* fast/css/pseudo-element-specificity-expected.html: Added.
* fast/css/pseudo-element-specificity.html: Added.
Given that all selector affecting the pseudo element were offset by one,
it is impossible to use a pseudo element directly to affect the order, making the bug
hard to test.
What I did here for testing is use the stauration at 255 of any specificity field.
With 255 class + 1 pseudo element, the old code would saturate at (0, 255, 0), while
the fixed code would correctly give (0, 255, 1). By comparing that to a non-saturated
selector, I can show the fix is correct.
* inspector/css/selector-specificity-expected.txt:
2014-11-06 Alexey Proskuryakov <ap@apple.com>
inspector-protocol/debugger/setPauseOnExceptions-uncaught.html frequently times out on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=138097
* platform/mac-wk2/TestExpectations: Marking it as such.
2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com>
Update testharness.js to the latest version
https://bugs.webkit.org/show_bug.cgi?id=138446
Reviewed by Ryosuke Niwa.
The only change I've made from upstream is to set output to false by
default.
* resources/testharness.js:
2014-11-06 Chris Dumez <cdumez@apple.com>
Unreviewed, fix nits after r175688.
Just a couple of non-functional fixes to the layout test.
* fast/dom/Text/splitText.html:
2014-11-05 Shivakumar JM <shiva.jm@samsung.com>
splitText API does not match DOM specification.
https://bugs.webkit.org/show_bug.cgi?id=138405
Reviewed by Chris Dumez.
* fast/dom/Text/splitText-expected.txt: Added.
* fast/dom/Text/splitText.html: Added.
* fast/dom/non-numeric-values-numeric-parameters-expected.txt:
* fast/dom/script-tests/non-numeric-values-numeric-parameters.js:
2014-11-05 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r175672.
https://bugs.webkit.org/show_bug.cgi?id=138455
Tries to make backdrop layers on every layer, asserts on
Mavericks (Requested by smfr on #webkit).
Reverted changeset:
"[filters2] Support for backdrop-filter"
https://bugs.webkit.org/show_bug.cgi?id=138384
http://trac.webkit.org/changeset/175672
2014-11-04 Dean Jackson <dino@apple.com>
[filters2] Support for backdrop-filter
https://bugs.webkit.org/show_bug.cgi?id=138384
<rdar://problem/18874494>
Reviewed by Simon Fraser.
Tests for backdrop-filter. These are skipped on non-Apple platforms.
* platform/win/TestExpections: Skip these tests.
* platform/efl/TestExpections:
* platform/gtk/TestExpections:
* platform/mac-mavericks/TestExpectations: Yosemite only.
* css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-computed-style.html: Added.
* css3/filters/backdrop/backdropfilter-property-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added.
* css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added.
* css3/filters/backdrop/backdropfilter-property-parsing.html: Added.
* css3/filters/backdrop/backdropfilter-property.html: Added.
* css3/filters/backdrop/effect-hw-expected.html: Added.
* css3/filters/backdrop/effect-hw.html: Added.
* css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added.
(testComputedFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added.
(testInvalidFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added.
(jsWrapperClass):
(shouldBeType):
(testFilterRule):
* css3/filters/backdrop/script-tests/backdropfilter-property.js: Added.
2014-11-05 Simon Fraser <simon.fraser@apple.com>
Avoid backing store for opacity:0 descendant layers
https://bugs.webkit.org/show_bug.cgi?id=138448
Reviewed by Dean Jackson.
Test for no backing store with opacity:0 child, and that we get backing
store when dynamically changing the opacity to non-0.
* compositing/backing/no-backing-for-opacity-0-child-expected.txt: Added.
* compositing/backing/no-backing-for-opacity-0-child.html: Added.
* compositing/backing/toggle-opacity-0-child-expected.txt: Added.
* compositing/backing/toggle-opacity-0-child.html: Added.
2014-11-05 Chris Fleizach <cfleizach@apple.com>
AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec)
https://bugs.webkit.org/show_bug.cgi?id=138393
Reviewed by Dean Jackson.
* platform/mac/accessibility/alt-for-css-content-expected.txt: Added.
* platform/mac/accessibility/alt-for-css-content.html: Added.
2014-11-05 Dan Bernstein <mitz@apple.com>
Remove the unused deletion UI feature
https://bugs.webkit.org/show_bug.cgi?id=138442
Rubber-stamped by Alexey Proskuryakov.
Removed tests, expected results, and support files for this feature.
* platform/mac/editing/deleting/deletionUI-borders-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-borders.html: Removed.
* platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Removed.
* platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-differing-background.html: Removed.
* platform/mac/editing/deleting/deletionUI-minimum-size-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-minimum-size.html: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-single-instance.html: Removed.
* platform/mac/editing/deleting/deletionUI-successful-deletion-expected.txt: Removed.
* platform/mac/editing/deleting/deletionUI-successful-deletion.html: Removed.
* platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Removed.
* platform/mac/editing/deleting/id-in-deletebutton.html: Removed.
* platform/mac/editing/deleting/resources: Removed.
* platform/mac/editing/deleting/resources/deletionUI-helpers.js: Removed.
* platform/wk2/TestExpectations:
2014-11-04 David Hyatt <hyatt@apple.com>
Descendant ends up in wrong flow thread with nested columns and spans.
https://bugs.webkit.org/show_bug.cgi?id=137273
Reviewed by Simon Fraser.
Unskipped the two problematic span tests.
* TestExpectations:
2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] Positioned polygon reftests failing again
https://bugs.webkit.org/show_bug.cgi?id=138058
Reviewed by Anders Carlsson.
Remove these tests from TestExpectations since they do pass.
* TestExpectations:
2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Shapes] shape-image-threshold parsing tests have a few failures
https://bugs.webkit.org/show_bug.cgi?id=138060
Reviewed by Dirk Schulze.
Remove testing for inline style from the CSSWG test because it isn't
specified and isn't consistent across browsers. This has been updated
upstream as well.
Add inline style tests to the WebKit test suite to make sure that
WebKIt doesn't lose coverage with this change.
* TestExpectations:
* css3/shapes/shape-outside/values/shape-image-threshold-001-expected.txt:
* css3/shapes/shape-outside/values/shape-image-threshold-001.html:
* fast/shapes/parsing/parsing-shape-image-threshold-expected.txt:
* fast/shapes/parsing/parsing-shape-image-threshold.html:
2014-11-05 Chris Dumez <cdumez@apple.com>
Stop special-casing the empty string in HTMLInputElement.type setter
https://bugs.webkit.org/show_bug.cgi?id=138403
Reviewed by Ryosuke Niwa.
Add layout test to check the functionality of the HTMLInputElement.type
getter and setter.
* fast/dom/HTMLInputElement/input-type-attribute-expected.txt: Added.
* fast/dom/HTMLInputElement/input-type-attribute.html: Added.
2014-11-05 Andreas Kling <akling@apple.com>
Simple line layout: support text-transform: lowercase|uppercase|capitalize
<https://webkit.org/b/138406>
Reviewed by Antti Koivisto.
Add ref test for simple line layout with all text-transform values.
* fast/text/simple-lines-text-transform-expected.html: Added.
* fast/text/simple-lines-text-transform.html: Added.
2014-11-04 Michael Saboff <msaboff@apple.com>
Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138379
Reviewed by Mark Lam.
Disabled these test for ARM64. Will address the failures and then re-enable.
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:
2014-11-04 Myles C. Maxfield <mmaxfield@apple.com>
[OSX] CJK characters styled with font-family: cursive are italicized
https://bugs.webkit.org/show_bug.cgi?id=138328
rdar://problem/18801907
Reviewed by Simon Fraser.
Make sure that the text matches the output of a different codepath.
* platform/mac/fast/text/font-cursive-italic-cjk-expected.html: Added.
* platform/mac/fast/text/font-cursive-italic-cjk.html: Added.
* platform/mac/TestExpectations: Skipped test on non-Yosemite platforms.
2014-11-04 Benjamin Poulain <bpoulain@apple.com>
When computing the specificity of selectors, use saturated arithmetic per component
https://bugs.webkit.org/show_bug.cgi?id=138336
Reviewed by Andreas Kling.
* fast/selectors/specificity-overflow-2-expected.txt: Added.
* fast/selectors/specificity-overflow-2.html: Added.
2014-11-04 Darin Adler <darin@apple.com>
* TestExpectations: Turn off http/tests/multipart/stop-crash.html.
Will turn it back on soon.
2014-11-04 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
[EFL] Skip websocket tests
https://bugs.webkit.org/show_bug.cgi?id=138355
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-04 Nikos Andrkos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
Fix animation of orient attribute on marker element
https://bugs.webkit.org/show_bug.cgi?id=137942
Reviewed by Dirk Schulze.
Test the rendered result of the animation of the orient attribute.
Existing tests were only testing the animated value in the DOM.
* svg/animations/animate-marker-orienttype-1-expected.txt: Added.
* svg/animations/animate-marker-orienttype-1.html: Added.
* svg/animations/animate-marker-orienttype-2-expected.txt: Added.
* svg/animations/animate-marker-orienttype-2.html: Added.
* svg/animations/animate-marker-orienttype-3-expected.txt: Added.
* svg/animations/animate-marker-orienttype-3.html: Added.
2014-11-03 Shivakumar JM <shiva.jm@samsung.com>
Adding test for array buffer and data view POST in XMLHttpRequest async send.
https://bugs.webkit.org/show_bug.cgi?id=138304
Reviewed by Alexey Proskuryakov.
Adding test for array buffer and data view
* http/tests/xmlhttprequest/send-data-view-async-expected.txt: Added.
* http/tests/xmlhttprequest/send-data-view-async.html: Added.
2014-11-03 Chris Dumez <cdumez@apple.com>
Fix jquery/manipulation.html flakiness on debug builds
https://bugs.webkit.org/show_bug.cgi?id=138335
Reviewed by Alexey Proskuryakov.
Update jquery's qunit config to not refresh the test results
regularly as this is not useful as part of layout testing.
This was causing qunit to set a timer every 13ms to check if
results should be updated and this timer would sometimes get
throttled after r175441.
* TestExpectations:
* jquery/resources/test/qunit/qunit/qunit.js:
(.):
2014-11-03 Joseph Pecoraro <pecoraro@apple.com>
Web Inspector: Show Selector's Specificity
https://bugs.webkit.org/show_bug.cgi?id=138189
Reviewed by Timothy Hatcher.
* inspector/css/matched-style-properties.html:
* inspector/css/selector-specificity-expected.txt: Added.
* inspector/css/selector-specificity.html: Copied from LayoutTests/inspector/css/matched-style-properties.html.
2014-11-03 Lorenzo Tilve <ltilve@igalia.com>
[GTK] Unreviewed gardening. Rebaseline after r175259.
https://bugs.webkit.org/show_bug.cgi?id=138317
Rebaseline pending test expectations affected by r175259.
* platform/gtk/css1/box_properties/border_bottom-expected.txt:
* platform/gtk/css1/box_properties/border_top-expected.txt:
* platform/gtk/css1/formatting_model/inline_elements-expected.txt:
* platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/gtk/svg/custom/bug45331-expected.txt:
* platform/gtk/svg/custom/path-bad-data-expected.txt:
2014-11-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
[EFL] Unskip passing ENCRYPTED_MEDIA_V2 tests
https://bugs.webkit.org/show_bug.cgi?id=138133
Reviewed by Csaba Osztrogonác.
* platform/efl/TestExpectations:
2014-11-03 Sungmann Cho <sungmann.cho@navercorp.com>
AX: Fix some minor typos related to the word "accessibility".
https://bugs.webkit.org/show_bug.cgi?id=138299
Reviewed by Chris Fleizach.
* accessibility/aria-link-supports-press.html:
2014-11-01 KyungTae Kim <ktf.kim@samsung.com>
[CSS] Add tests for :read-only and :read-write
https://bugs.webkit.org/show_bug.cgi?id=92473
Add test case for :readonly and :readwrite pseudoclass for common elements
Reviewed by Benjamin Poulain.
* fast/css/readonly-pseudoclass-common-element-expected.txt: Added.
* fast/css/readonly-pseudoclass-common-element.html: Added.
* fast/css/readwrite-pseudoclass-editable-expected.txt: Added.
* fast/css/readwrite-pseudoclass-editable.html: Added.
2014-11-01 Alexey Proskuryakov <ap@apple.com>
REGRESSION: Using a media element changes window.name
https://bugs.webkit.org/show_bug.cgi?id=138278
rdar://problem/18704134
Reviewed by Jer Noble.
* fast/media/window-name-expected.txt: Added.
* fast/media/window-name.html: Added.
* platform/mac/webarchive/loading/video-in-webarchive-expected.txt: Removed.
This result was incorrect due to this bug, and now Mac matches cross-platform
results.
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Mark jquery/manipulation.html as flakey on Debug bots as marking it
as slow did not help.
* TestExpectations:
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed, fix double-slash in previous gardening commit.
* TestExpectations:
2014-11-01 Chris Dumez <cdumez@apple.com>
Unreviewed gardening.
Mark jquery/manipulation.html as slow on Debug builds until I can
investigate how to avoid this with timer throttling.
* TestExpectations:
2014-11-01 Benjamin Poulain <bpoulain@apple.com>
Fix the specificity of the extended :not() selector
https://bugs.webkit.org/show_bug.cgi?id=138275
Reviewed by Andreas Kling.
* fast/css/not-self-specificity-expected.html: Added.
* fast/css/not-self-specificity.html: Added.
Test that :not() itself does not influence the specificity,
only the nested selectors contribute to the global specificity.
* fast/css/not-specificity-1-expected.html: Added.
* fast/css/not-specificity-1.html: Added.
* fast/css/not-specificity-2-expected.html: Added.
* fast/css/not-specificity-2.html: Added.
* fast/css/not-specificity-3-expected.html: Added.
* fast/css/not-specificity-3.html: Added.
Tests for compound selectors.
All tests are variations of the same base testing specificity
and position.
* fast/css/not-specificity-4-expected.html: Added.
* fast/css/not-specificity-4.html: Added.
* fast/css/not-specificity-5-expected.html: Added.
* fast/css/not-specificity-5.html: Added.
* fast/css/not-specificity-6-expected.html: Added.
* fast/css/not-specificity-6.html: Added.
Same thing for complex selectors.
* fast/selectors/class-style-update-with-not-expected.txt:
Yeah, one more test fixed :)
2014-11-01 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening.
https://bugs.webkit.org/show_bug.cgi?id=138276
Rebaseline after r175259.
* platform/efl/css1/basic/containment-expected.txt:
* platform/efl/css1/basic/contextual_selectors-expected.txt:
* platform/efl/css1/basic/grouping-expected.txt:
* platform/efl/css1/basic/id_as_selector-expected.txt:
* platform/efl/css1/basic/inheritance-expected.txt:
* platform/efl/css1/box_properties/border-expected.txt:
* platform/efl/css1/box_properties/border_bottom-expected.txt:
* platform/efl/css1/box_properties/border_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width-expected.txt:
* platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_color-expected.txt:
* platform/efl/css1/box_properties/border_color_inline-expected.txt:
* platform/efl/css1/box_properties/border_inline-expected.txt:
* platform/efl/css1/box_properties/border_left-expected.txt:
* platform/efl/css1/box_properties/border_left_inline-expected.txt:
* platform/efl/css1/box_properties/border_left_width-expected.txt:
* platform/efl/css1/box_properties/border_left_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_right-expected.txt:
* platform/efl/css1/box_properties/border_right_inline-expected.txt:
* platform/efl/css1/box_properties/border_right_width-expected.txt:
* platform/efl/css1/box_properties/border_right_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_style-expected.txt:
* platform/efl/css1/box_properties/border_style_inline-expected.txt:
* platform/efl/css1/box_properties/border_top-expected.txt:
* platform/efl/css1/box_properties/border_top_inline-expected.txt:
* platform/efl/css1/box_properties/border_top_width-expected.txt:
* platform/efl/css1/box_properties/border_top_width_inline-expected.txt:
* platform/efl/css1/box_properties/border_width-expected.txt:
* platform/efl/css1/box_properties/border_width_inline-expected.txt:
* platform/efl/css1/box_properties/clear-expected.txt:
* platform/efl/css1/box_properties/clear_float-expected.txt:
* platform/efl/css1/box_properties/float-expected.txt:
* platform/efl/css1/box_properties/float_elements_in_series-expected.txt:
* platform/efl/css1/box_properties/float_margin-expected.txt:
* platform/efl/css1/box_properties/float_on_text_elements-expected.txt:
* platform/efl/css1/box_properties/height-expected.txt:
* platform/efl/css1/box_properties/margin-expected.txt:
* platform/efl/css1/box_properties/margin_bottom-expected.txt:
* platform/efl/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/margin_inline-expected.txt:
* platform/efl/css1/box_properties/margin_left-expected.txt:
* platform/efl/css1/box_properties/margin_left_inline-expected.txt:
* platform/efl/css1/box_properties/margin_right-expected.txt:
* platform/efl/css1/box_properties/margin_right_inline-expected.txt:
* platform/efl/css1/box_properties/margin_top-expected.txt:
* platform/efl/css1/box_properties/margin_top_inline-expected.txt:
* platform/efl/css1/box_properties/padding-expected.txt:
* platform/efl/css1/box_properties/padding_bottom-expected.txt:
* platform/efl/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/efl/css1/box_properties/padding_inline-expected.txt:
* platform/efl/css1/box_properties/padding_left-expected.txt:
* platform/efl/css1/box_properties/padding_left_inline-expected.txt:
* platform/efl/css1/box_properties/padding_right-expected.txt:
* platform/efl/css1/box_properties/padding_right_inline-expected.txt:
* platform/efl/css1/box_properties/padding_top-expected.txt:
* platform/efl/css1/box_properties/padding_top_inline-expected.txt:
* platform/efl/css1/box_properties/width-expected.txt:
* platform/efl/css1/cascade/cascade_order-expected.txt:
* platform/efl/css1/cascade/important-expected.txt:
* platform/efl/css1/classification/display-expected.txt:
* platform/efl/css1/classification/list_style-expected.txt:
* platform/efl/css1/classification/list_style_image-expected.txt:
* platform/efl/css1/classification/list_style_position-expected.txt:
* platform/efl/css1/classification/list_style_type-expected.txt:
* platform/efl/css1/classification/white_space-expected.txt:
* platform/efl/css1/color_and_background/background-expected.txt:
* platform/efl/css1/color_and_background/background_attachment-expected.txt:
* platform/efl/css1/color_and_background/background_color-expected.txt:
* platform/efl/css1/color_and_background/background_image-expected.txt:
* platform/efl/css1/color_and_background/background_position-expected.txt:
* platform/efl/css1/color_and_background/background_repeat-expected.txt:
* platform/efl/css1/color_and_background/color-expected.txt:
* platform/efl/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/efl/css1/font_properties/font-expected.txt:
* platform/efl/css1/font_properties/font_family-expected.txt:
* platform/efl/css1/font_properties/font_size-expected.txt:
* platform/efl/css1/font_properties/font_style-expected.txt:
* platform/efl/css1/font_properties/font_variant-expected.txt:
* platform/efl/css1/font_properties/font_weight-expected.txt:
* platform/efl/css1/formatting_model/canvas-expected.txt:
* platform/efl/css1/formatting_model/floating_elements-expected.txt:
* platform/efl/css1/formatting_model/height_of_lines-expected.txt:
* platform/efl/css1/formatting_model/inline_elements-expected.txt:
* platform/efl/css1/formatting_model/replaced_elements-expected.txt:
* platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
* platform/efl/css1/pseudo/anchor-expected.txt:
* platform/efl/css1/pseudo/firstletter-expected.txt:
* platform/efl/css1/pseudo/firstline-expected.txt:
* platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/efl/css1/text_properties/letter_spacing-expected.txt:
* platform/efl/css1/text_properties/line_height-expected.txt:
* platform/efl/css1/text_properties/text_align-expected.txt:
* platform/efl/css1/text_properties/text_decoration-expected.txt:
* platform/efl/css1/text_properties/text_indent-expected.txt:
* platform/efl/css1/text_properties/text_transform-expected.txt:
* platform/efl/css1/text_properties/vertical_align-expected.txt:
* platform/efl/css1/text_properties/word_spacing-expected.txt:
* platform/efl/css1/units/color_units-expected.txt:
* platform/efl/css1/units/length_units-expected.txt:
* platform/efl/css1/units/percentage_units-expected.txt:
* platform/efl/css1/units/urls-expected.txt:
* platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/efl/fast/css/empty-pseudo-class-expected.txt:
* platform/efl/fast/css/first-child-pseudo-class-expected.txt:
* platform/efl/fast/css/last-child-pseudo-class-expected.txt:
* platform/efl/fast/css/only-child-pseudo-class-expected.txt:
* platform/efl/fast/forms/targeted-frame-submission-expected.txt:
* platform/efl/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/efl/fast/html/listing-expected.txt:
* platform/efl/fast/invalid/junk-data-expected.txt:
* platform/efl/fast/invalid/missing-end-tag-expected.txt:
* platform/efl/fast/loader/text-document-wrapping-expected.txt:
* platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/efl/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/efl/fast/table/border-collapsing/004-expected.txt:
* platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/efl/fast/text/whitespace/001-expected.txt: Added.
* platform/efl/fast/text/whitespace/013-expected.txt: Added.
* platform/efl/fast/text/whitespace/014-expected.txt: Added.
* platform/efl/fast/text/whitespace/022-expected.txt:
* platform/efl/fast/text/whitespace/024-expected.txt:
* platform/efl/fast/text/whitespace/030-expected.txt:
* platform/efl/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/efl/svg/hixie/error/012-expected.txt:
* platform/efl/tables/mozilla/bugs/45621-expected.txt:
* platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-31 Dhi Aurrahman <diorahman@rockybars.com>
Add initial parsing functionality of :lang pseudo class in Selectors Level 4.
https://bugs.webkit.org/show_bug.cgi?id=138170
Reviewed by Benjamin Poulain.
Add tests for comma-separated list arguments for :lang
* fast/css/css-selector-text-expected.txt: Updated.
* fast/css/css-selector-text.html: Updated.
* fast/selectors/lang-invalid-expected.txt: Added.
* fast/selectors/lang-invalid.html: Added.
2014-10-31 Benjamin Poulain <bpoulain@apple.com>
Pseudo classes with an escaped parenthesis generate invalid rules
https://bugs.webkit.org/show_bug.cgi?id=138266
Reviewed by Antti Koivisto.
* fast/selectors/invalid-functional-pseudo-class-expected.txt: Added.
* fast/selectors/invalid-functional-pseudo-class.html: Added.
New test for all the functional pseudo classes.
* fast/css/crash-on-incomplete-webkit-any-expected.txt: Added.
* fast/css/crash-on-incomplete-webkit-any.html: Added.
* fast/css/pseudo-escaped-parenthesis-expected.txt: Added.
* fast/css/pseudo-escaped-parenthesis.html: Added.
Those tests come from blink. Rune solved the same problem a year ago on blink
in https://chromiumcodereview.appspot.com/23710067
The patch is quite different because blink uses an ancient code base, but the tests
can still be useful so I included them here.
2014-10-31 Said Abou-Hallawa <sabouhallawa@apple.com>
Remove webkit prefix from CSS columns.
https://bugs.webkit.org/show_bug.cgi?id=137132.
Reviewed by Dean Jackson.
Ensure the CSS un-prefixed column properties are behaving the same way as the
prefixed ones. The CSS prefixed column properties are still supported by making
them aliases of the un-prefixed ones. Also port some of the W3C and Mozilla
tests for css column properties tests.
Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
And change the expected names to be the un-prefixed ones also.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
Change to the un-prefixed column names and compare them with the return of object.style.cssText().
* fast/css/remove-shorthand-expected.txt:
Test for the effect of the rtl settings on column flow; it is ported from Mozilla.
* fast/multicol/column-box-alignment-rtl-expected.html: Added.
* fast/multicol/column-box-alignment-rtl.html: Added.
Ensure the prefixed and the un-prefixed column properties are behaving exactly the same.
* fast/multicol/multicol-aliases-expected.html: Added.
* fast/multicol/multicol-aliases.html: Added.
Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item().
* svg/css/getComputedStyle-basic-expected.txt:
Remove the use of the un-prefixed columns property since it seems unrelated to the test.
* svg/custom/svg-fonts-in-html.html:
2014-10-31 Eric Carlson <eric.carlson@apple.com>
Clean-up use of boolean attributes in media tests
https://bugs.webkit.org/show_bug.cgi?id=138249
Reviewed by Brent Fulgham.
* media/resources/foreignobject-media.svg: autoplay="true" => autoplay
* media/resources/video-with-poster-as-object-fallback.html: controls="true" => controls
* media/video-canvas-source.html: Ditto.
* media/video-canvas.html-disabled: Ditto.
2014-10-31 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Improve AccessibilityTableCell's determineAccessibilityRole function.
https://bugs.webkit.org/show_bug.cgi?id=137737
Reviewed by Chris Fleizach.
The new test illustrates the different cases deciding whether a table cell
is a row header or column header or just a table cell.
Files of expected type and one html type are adapted to changes in the code of several member functions
of AccessibilityTableCell, i.e determineAccessibilityRole, isColumnHeaderCell, isRowHeaderCell.
* accessibility/table-cells-roles-expected.txt: Added.
* accessibility/table-cells-roles.html: Added.
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-hierarchy-expected.txt:
* platform/gtk/accessibility/table-hierarchy.html:
2014-10-31 Roger Fong <roger_fong@apple.com>
[Windows] Additional rebaselining after r175259.
* platform/win/css1/box_properties/padding_right-expected.txt:
* platform/win/fast/css/last-child-pseudo-class-expected.txt:
* platform/win/fast/css/only-child-pseudo-class-expected.txt:
2014-10-30 Shivakumar JM <shiva.jm@samsung.com>
Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing.
https://bugs.webkit.org/show_bug.cgi?id=138072
Reviewed by Alexey Proskuryakov.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt:
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html:
2014-10-30 Roger Fong <roger_fong@apple.com>
[Windows] More text rebaselining.
* platform/win/TestExpectations:
* platform/win/fast/text/tatechuyoko-expected.txt: Added.
2014-10-30 Roger Fong <roger_fong@apple.com>
[Windows] Text rebaselining after r175259.
* platform/win/css1/box_properties/margin_right-expected.txt:
* platform/win/css1/box_properties/padding-expected.txt:
* platform/win/css1/box_properties/padding_left-expected.txt:
* platform/win/css1/box_properties/padding_right-expected.txt:
* platform/win/css1/box_properties/padding_top-expected.txt:
* platform/win/css1/font_properties/font-expected.txt:
* platform/win/css1/formatting_model/vertical_formatting-expected.txt:
* platform/win/css1/text_properties/text_transform-expected.txt:
* platform/win/fast/css/empty-pseudo-class-expected.txt:
* platform/win/fast/css/first-child-pseudo-class-expected.txt:
* platform/win/fast/css/only-child-pseudo-class-expected.txt:
* platform/win/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
* platform/win/fast/forms/targeted-frame-submission-expected.txt:
* platform/win/fast/table/append-cells2-expected.txt:
* platform/win/tables/mozilla/bugs/45621-expected.txt:
2014-10-30 Ada Chan <adachan@apple.com>
The Page's muted setting should not affect the HTMLMediaElement's 'muted' IDL attribute.
https://bugs.webkit.org/show_bug.cgi?id=138215
Reviewed by Eric Carlson.
* media/video-muted-after-setting-page-muted-state-expected.txt: Added.
* media/video-muted-after-setting-page-muted-state.html: Added.
2014-10-30 Brady Eidson <beidson@apple.com>
IndexedDB is deleting data when a PK is shared amongst two objectStores
rdar://problem/18479306 and https://bugs.webkit.org/show_bug.cgi?id=137154
Reviewed by Jer Noble.
* storage/indexeddb/primary-key-unique-to-objectstore-expected.txt: Added.
* storage/indexeddb/primary-key-unique-to-objectstore.html: Added.
2014-10-30 Jer Noble <jer.noble@apple.com>
Unreviewed gardening; rebaseline two media/ tests.
* platform/mac-mavericks/media/controls-after-reload-expected.txt: Added.
* platform/mac-mavericks/media/controls-styling-expected.txt:
* platform/mac-mountainlion/media/controls-after-reload-expected.txt: Added.
* platform/mac-mountainlion/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
* platform/mac-wk1/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt.
2014-10-29 Said Abou-Hallawa <sabouhallawa@apple.com>
ASSERTION NOT REACHED because RenderStyle::setWordSpacing() does not handle a Length value of type 'Calculated'.
https://bugs.webkit.org/show_bug.cgi?id=138054.
Reviewed by Zalan Bujtas.
Ensure the render style's wordSpacing can be set correctly when the type of
the new value is 'Calculated'. The 'Calculated' Length value can result from
blending two Length values of different types. And these two Length values
are defined in two consecutive css animation key frames.
* css3/calculated-word-spacing-expected.txt: Added.
* css3/calculated-word-spacing.html: Added.
2014-10-29 Simon Fraser <simon.fraser@apple.com>
Skip compositing/regions/propagate-region-box-shadow-border-padding-for-video.html which
asserts in Debug.
* platform/mac/TestExpectations:
2014-10-29 Lorenzo Tilve <ltilve@igalia.com>
[GTK] Unreviewed GTK gardening.
Rebaseline after 175259.
* platform/gtk/css1/basic/containment-expected.txt:
* platform/gtk/css1/basic/contextual_selectors-expected.txt:
* platform/gtk/css1/basic/grouping-expected.txt:
* platform/gtk/css1/basic/id_as_selector-expected.txt:
* platform/gtk/css1/basic/inheritance-expected.txt:
* platform/gtk/css1/box_properties/border-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width-expected.txt:
* platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_color-expected.txt:
* platform/gtk/css1/box_properties/border_color_inline-expected.txt:
* platform/gtk/css1/box_properties/border_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left-expected.txt:
* platform/gtk/css1/box_properties/border_left_inline-expected.txt:
* platform/gtk/css1/box_properties/border_left_width-expected.txt:
* platform/gtk/css1/box_properties/border_left_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right-expected.txt:
* platform/gtk/css1/box_properties/border_right_inline-expected.txt:
* platform/gtk/css1/box_properties/border_right_width-expected.txt:
* platform/gtk/css1/box_properties/border_right_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_style-expected.txt:
* platform/gtk/css1/box_properties/border_style_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_inline-expected.txt:
* platform/gtk/css1/box_properties/border_top_width-expected.txt:
* platform/gtk/css1/box_properties/border_top_width_inline-expected.txt:
* platform/gtk/css1/box_properties/border_width-expected.txt:
* platform/gtk/css1/box_properties/border_width_inline-expected.txt:
* platform/gtk/css1/box_properties/clear-expected.txt:
* platform/gtk/css1/box_properties/clear_float-expected.txt:
* platform/gtk/css1/box_properties/float-expected.txt:
* platform/gtk/css1/box_properties/float_elements_in_series-expected.txt:
* platform/gtk/css1/box_properties/float_margin-expected.txt:
* platform/gtk/css1/box_properties/height-expected.txt:
* platform/gtk/css1/box_properties/margin-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom-expected.txt:
* platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_left-expected.txt:
* platform/gtk/css1/box_properties/margin_left_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_right-expected.txt:
* platform/gtk/css1/box_properties/margin_right_inline-expected.txt:
* platform/gtk/css1/box_properties/margin_top-expected.txt:
* platform/gtk/css1/box_properties/margin_top_inline-expected.txt:
* platform/gtk/css1/box_properties/padding-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom-expected.txt:
* platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_left-expected.txt:
* platform/gtk/css1/box_properties/padding_left_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_right-expected.txt:
* platform/gtk/css1/box_properties/padding_right_inline-expected.txt:
* platform/gtk/css1/box_properties/padding_top-expected.txt:
* platform/gtk/css1/box_properties/padding_top_inline-expected.txt:
* platform/gtk/css1/box_properties/width-expected.txt:
* platform/gtk/css1/cascade/cascade_order-expected.txt:
* platform/gtk/css1/cascade/important-expected.txt:
* platform/gtk/css1/classification/display-expected.txt:
* platform/gtk/css1/classification/list_style-expected.txt:
* platform/gtk/css1/classification/list_style_image-expected.txt:
* platform/gtk/css1/classification/list_style_position-expected.txt:
* platform/gtk/css1/classification/list_style_type-expected.txt:
* platform/gtk/css1/classification/white_space-expected.txt:
* platform/gtk/css1/color_and_background/background-expected.txt:
* platform/gtk/css1/color_and_background/background_attachment-expected.txt:
* platform/gtk/css1/color_and_background/background_color-expected.txt:
* platform/gtk/css1/color_and_background/background_image-expected.txt:
* platform/gtk/css1/color_and_background/background_position-expected.txt:
* platform/gtk/css1/color_and_background/background_repeat-expected.txt:
* platform/gtk/css1/color_and_background/color-expected.txt:
* platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/gtk/css1/font_properties/font-expected.txt:
* platform/gtk/css1/font_properties/font_family-expected.txt:
* platform/gtk/css1/font_properties/font_size-expected.txt:
* platform/gtk/css1/font_properties/font_style-expected.txt:
* platform/gtk/css1/font_properties/font_variant-expected.txt:
* platform/gtk/css1/font_properties/font_weight-expected.txt:
* platform/gtk/css1/formatting_model/canvas-expected.txt:
* platform/gtk/css1/formatting_model/floating_elements-expected.txt:
* platform/gtk/css1/formatting_model/height_of_lines-expected.txt:
* platform/gtk/css1/formatting_model/replaced_elements-expected.txt:
* platform/gtk/css1/formatting_model/vertical_formatting-expected.txt:
* platform/gtk/css1/pseudo/anchor-expected.txt:
* platform/gtk/css1/pseudo/firstletter-expected.txt:
* platform/gtk/css1/pseudo/firstline-expected.txt:
* platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/gtk/css1/text_properties/letter_spacing-expected.txt:
* platform/gtk/css1/text_properties/line_height-expected.txt:
* platform/gtk/css1/text_properties/text_align-expected.txt:
* platform/gtk/css1/text_properties/text_decoration-expected.txt:
* platform/gtk/css1/text_properties/text_indent-expected.txt:
* platform/gtk/css1/text_properties/text_transform-expected.txt:
* platform/gtk/css1/text_properties/vertical_align-expected.txt:
* platform/gtk/css1/text_properties/word_spacing-expected.txt:
* platform/gtk/css1/units/color_units-expected.txt:
* platform/gtk/css1/units/length_units-expected.txt:
* platform/gtk/css1/units/percentage_units-expected.txt:
* platform/gtk/css1/units/urls-expected.txt:
* platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/gtk/fast/css/empty-pseudo-class-expected.txt:
* platform/gtk/fast/css/first-child-pseudo-class-expected.txt:
* platform/gtk/fast/css/last-child-pseudo-class-expected.txt:
* platform/gtk/fast/css/only-child-pseudo-class-expected.txt:
* platform/gtk/fast/forms/targeted-frame-submission-expected.txt:
* platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/gtk/fast/html/listing-expected.txt:
* platform/gtk/fast/invalid/junk-data-expected.txt:
* platform/gtk/fast/invalid/missing-end-tag-expected.txt:
* platform/gtk/fast/loader/text-document-wrapping-expected.txt:
* platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/gtk/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-expected.txt:
* platform/gtk/fast/text/whitespace/001-expected.txt: Added.
* platform/gtk/fast/text/whitespace/013-expected.txt:
* platform/gtk/fast/text/whitespace/014-expected.txt:
* platform/gtk/fast/text/whitespace/022-expected.txt: Added.
* platform/gtk/fast/text/whitespace/024-expected.txt:
* platform/gtk/fast/text/whitespace/030-expected.txt:
* platform/gtk/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/gtk/svg/custom/junk-data-expected.txt:
* platform/gtk/svg/custom/missing-xlink-expected.txt:
* platform/gtk/svg/custom/use-font-face-crash-expected.txt:
* platform/gtk/svg/hixie/error/012-expected.txt:
* platform/gtk/tables/mozilla/bugs/45621-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-29 Zalan Bujtas <zalan@apple.com>
Remove invalid float from RootInlineBox.
https://bugs.webkit.org/show_bug.cgi?id=137707
Reviewed by Antti Koivisto.
In certain cases, floating boxes get attached to the last (root) inline box.
When this particular floating box gets destroyed, it also needs to be detached
from the last inline box.
* fast/inline/crash-when-inline-box-has-invalid-float-expected.txt: Added.
* fast/inline/crash-when-inline-box-has-invalid-float.html: Added.
2014-10-29 Alexey Proskuryakov <ap@apple.com>
Update Mavericks results after https://bugs.webkit.org/show_bug.cgi?id=137275
(Speed up line parsing for simple line layout)
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2014-10-17 Sergio Villar Senin <svillar@igalia.com>
ASSERTION FAILED: growthShare > 0 in WebCore::RenderGrid::distributeSpaceToTracks
https://bugs.webkit.org/show_bug.cgi?id=137772
Reviewed by Andreas Kling.
* fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash-expected.txt: Added.
* fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash.html: Added.
2014-10-29 Chris Dumez <cdumez@apple.com>
Crash in CachedRawResource::canReuse() when reloading http://dnd.wizards.com/dungeons-and-dragons/story
https://bugs.webkit.org/show_bug.cgi?id=138164
Reviewed by Andreas Kling.
Add a layout test that does XHR loads from cache with only uncommon
HTTP headers to reproduce a crash in CachedRawResource::canReuse()
when iterating over a HTTPHeaderMap that had uncommon HTTP headers
but no common ones.
* http/tests/cache/xhr-uncommon-header-expected.txt: Added.
* http/tests/cache/xhr-uncommon-header.html: Added.
2014-10-28 Benjamin Poulain <benjamin@webkit.org>
CSS4 Selectors: Add the pseudo class :any-link
https://bugs.webkit.org/show_bug.cgi?id=138128
Reviewed by Andreas Kling.
Story time: I implement only half of the patch and run
fast/selectors/webkit-any-link.html to make sure it fails...
and the test happily PASS.
I look into it and sure enough, a last minute change in
html-link-type-tests.js made it test nothing but :link.
I update html-link-type-tests.js to actually test the desired selector,
run the test again: PASS.
I debug a bit and I find why my code is not tested: html-link-type-tests.js
uses Element.matches() and that does not use the CSS JIT.
Fair enough, I add a querySelectorAll("#target' + selector + '") to run
through the JIT: PASS.
Since that selector is simple-#id + simple selector, we go through a fast
path for ids and skip the JIT. Arrrrg!
Finally, I added querySelectorAll(".target' + selector + '"), which covers
the CSS JIT.
The nice thing is: all those cases are tested now :)
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
* fast/selectors/any-link-basics-2-expected.txt: Added.
* fast/selectors/any-link-basics-2.html: Added.
* fast/selectors/any-link-basics-expected.txt: Added.
* fast/selectors/any-link-basics.html: Added.
* fast/selectors/any-link-styling-expected.html: Added.
* fast/selectors/any-link-styling.html: Added.
* fast/selectors/images-with-usemap-should-not-match-link-expected.txt:
* fast/selectors/images-with-usemap-should-not-match-link.html:
* fast/selectors/link-basics-expected.txt:
* fast/selectors/link-basics-xhtml-expected.txt:
* fast/selectors/resources/html-link-type-tests.js:
(testHTMLElement):
(testHTMLTagsForLink):
* fast/selectors/webkit-any-link-basics-expected.txt:
2014-10-28 Alexey Proskuryakov <ap@apple.com>
fast/multicol/multicol-crazy-nesting.html sometimes crashes
https://bugs.webkit.org/show_bug.cgi?id=138145
* TestExpectations: Skipping for now.
2014-10-28 Jer Noble <jer.noble@apple.com>
REGRESSION(r171593) [Mac] Media controls create a large (and unnecessary) backing store
https://bugs.webkit.org/show_bug.cgi?id=137757
Reviewed by Eric Carlson.
* platform/mac-mavericks/media/audio-controls-rendering-expected.png:
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt:
* platform/mac-mavericks/media/controls-strict-expected.txt:
* platform/mac-mavericks/media/controls-without-preload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-without-preload-expected.txt.
* platform/mac-mavericks/media/video-controls-rendering-expected.txt:
* platform/mac-mavericks/media/video-display-toggle-expected.txt:
* platform/mac-mavericks/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt.
* platform/mac-mavericks/media/video-no-audio-expected.png:
* platform/mac-mavericks/media/video-no-audio-expected.txt:
* platform/mac-mavericks/media/video-volume-slider-expected.txt:
* platform/mac-mavericks/media/video-zoom-controls-expected.png:
* platform/mac-mavericks/media/video-zoom-controls-expected.txt:
* platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/mac/fast/layers/video-layer-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-after-reload-expected.png:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/controls-strict-expected.png:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/controls-without-preload-expected.png:
* platform/mac/media/controls-without-preload-expected.txt:
* platform/mac/media/media-controls-clone-expected.png:
* platform/mac/media/media-controls-clone-expected.txt:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-empty-source-expected.png:
* platform/mac/media/video-empty-source-expected.txt:
* platform/mac/media/video-no-audio-expected.png:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-volume-slider-expected.png:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/media/video-zoom-controls-expected.png:
* platform/mac/media/video-zoom-controls-expected.txt:
2014-10-28 Alexey Proskuryakov <ap@apple.com>
text-combine needs to center glyphs within the vertical area.
https://bugs.webkit.org/show_bug.cgi?id=138056
Adding pre-Yosemite test results.
* platform/mac-mavericks/fast/text/tatechuyoko-expected.png: Added.
* platform/mac-mavericks/fast/text/tatechuyoko-expected.txt: Added.
2014-10-28 Pascal Jacquemart <p.jacquemart@samsung.com>
Abandoned select option is reselected when shift selecting new options
https://bugs.webkit.org/show_bug.cgi?id=137553
Reviewed by Ryosuke Niwa.
Test checking a combination of mouse and keyboard selection events
on select-multiple element
* fast/forms/listbox-selection-after-typeahead-expected.txt: Added.
* fast/forms/listbox-selection-after-typeahead.html: Added.
2014-10-28 Zalan Bujtas <zalan@apple.com>
Speed up line parsing for simple line layout.
https://bugs.webkit.org/show_bug.cgi?id=137275
Reviewed by Antti Koivisto.
This patch removes empty line-break runs. Rebaseline.
* platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/css1/basic/containment-expected.txt:
* platform/mac/css1/basic/contextual_selectors-expected.txt:
* platform/mac/css1/basic/grouping-expected.txt:
* platform/mac/css1/basic/id_as_selector-expected.txt:
* platform/mac/css1/basic/inheritance-expected.txt:
* platform/mac/css1/box_properties/border-expected.txt:
* platform/mac/css1/box_properties/border_bottom-expected.txt:
* platform/mac/css1/box_properties/border_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width-expected.txt:
* platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_color-expected.txt:
* platform/mac/css1/box_properties/border_color_inline-expected.txt:
* platform/mac/css1/box_properties/border_inline-expected.txt:
* platform/mac/css1/box_properties/border_left-expected.txt:
* platform/mac/css1/box_properties/border_left_inline-expected.txt:
* platform/mac/css1/box_properties/border_left_width-expected.txt:
* platform/mac/css1/box_properties/border_left_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_right-expected.txt:
* platform/mac/css1/box_properties/border_right_inline-expected.txt:
* platform/mac/css1/box_properties/border_right_width-expected.txt:
* platform/mac/css1/box_properties/border_right_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_style-expected.txt:
* platform/mac/css1/box_properties/border_style_inline-expected.txt:
* platform/mac/css1/box_properties/border_top-expected.txt:
* platform/mac/css1/box_properties/border_top_inline-expected.txt:
* platform/mac/css1/box_properties/border_top_width-expected.txt:
* platform/mac/css1/box_properties/border_top_width_inline-expected.txt:
* platform/mac/css1/box_properties/border_width-expected.txt:
* platform/mac/css1/box_properties/border_width_inline-expected.txt:
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/css1/box_properties/clear_float-expected.txt:
* platform/mac/css1/box_properties/float-expected.txt:
* platform/mac/css1/box_properties/float_elements_in_series-expected.txt:
* platform/mac/css1/box_properties/float_margin-expected.txt:
* platform/mac/css1/box_properties/height-expected.txt:
* platform/mac/css1/box_properties/margin-expected.txt:
* platform/mac/css1/box_properties/margin_bottom-expected.txt:
* platform/mac/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/margin_inline-expected.txt:
* platform/mac/css1/box_properties/margin_left-expected.txt:
* platform/mac/css1/box_properties/margin_left_inline-expected.txt:
* platform/mac/css1/box_properties/margin_right-expected.txt:
* platform/mac/css1/box_properties/margin_right_inline-expected.txt:
* platform/mac/css1/box_properties/margin_top-expected.txt:
* platform/mac/css1/box_properties/margin_top_inline-expected.txt:
* platform/mac/css1/box_properties/padding-expected.txt:
* platform/mac/css1/box_properties/padding_bottom-expected.txt:
* platform/mac/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/mac/css1/box_properties/padding_inline-expected.txt:
* platform/mac/css1/box_properties/padding_left-expected.txt:
* platform/mac/css1/box_properties/padding_left_inline-expected.txt:
* platform/mac/css1/box_properties/padding_right-expected.txt:
* platform/mac/css1/box_properties/padding_right_inline-expected.txt:
* platform/mac/css1/box_properties/padding_top-expected.txt:
* platform/mac/css1/box_properties/padding_top_inline-expected.txt:
* platform/mac/css1/box_properties/width-expected.txt:
* platform/mac/css1/cascade/cascade_order-expected.txt:
* platform/mac/css1/cascade/important-expected.txt:
* platform/mac/css1/classification/display-expected.txt:
* platform/mac/css1/classification/list_style-expected.txt:
* platform/mac/css1/classification/list_style_image-expected.txt:
* platform/mac/css1/classification/list_style_position-expected.txt:
* platform/mac/css1/classification/list_style_type-expected.txt:
* platform/mac/css1/classification/white_space-expected.txt:
* platform/mac/css1/color_and_background/background-expected.txt:
* platform/mac/css1/color_and_background/background_attachment-expected.txt:
* platform/mac/css1/color_and_background/background_color-expected.txt:
* platform/mac/css1/color_and_background/background_image-expected.txt:
* platform/mac/css1/color_and_background/background_position-expected.txt:
* platform/mac/css1/color_and_background/background_repeat-expected.txt:
* platform/mac/css1/color_and_background/color-expected.txt:
* platform/mac/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/mac/css1/font_properties/font-expected.txt:
* platform/mac/css1/font_properties/font_family-expected.txt:
* platform/mac/css1/font_properties/font_size-expected.txt:
* platform/mac/css1/font_properties/font_style-expected.txt:
* platform/mac/css1/font_properties/font_variant-expected.txt:
* platform/mac/css1/font_properties/font_weight-expected.txt:
* platform/mac/css1/formatting_model/canvas-expected.txt:
* platform/mac/css1/formatting_model/floating_elements-expected.txt:
* platform/mac/css1/formatting_model/height_of_lines-expected.txt:
* platform/mac/css1/formatting_model/inline_elements-expected.txt:
* platform/mac/css1/formatting_model/replaced_elements-expected.txt:
* platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
* platform/mac/css1/pseudo/anchor-expected.txt:
* platform/mac/css1/pseudo/firstletter-expected.txt:
* platform/mac/css1/pseudo/firstline-expected.txt:
* platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/mac/css1/text_properties/letter_spacing-expected.txt:
* platform/mac/css1/text_properties/line_height-expected.txt:
* platform/mac/css1/text_properties/text_align-expected.txt:
* platform/mac/css1/text_properties/text_decoration-expected.txt:
* platform/mac/css1/text_properties/text_indent-expected.txt:
* platform/mac/css1/text_properties/text_transform-expected.txt:
* platform/mac/css1/text_properties/vertical_align-expected.txt:
* platform/mac/css1/text_properties/word_spacing-expected.txt:
* platform/mac/css1/units/color_units-expected.txt:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/css1/units/percentage_units-expected.txt:
* platform/mac/css1/units/urls-expected.txt:
* platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
* platform/mac/editing/selection/designmode-no-caret-expected.txt:
* platform/mac/fast/css/empty-pseudo-class-expected.txt:
* platform/mac/fast/css/first-child-pseudo-class-expected.txt:
* platform/mac/fast/css/last-child-pseudo-class-expected.txt:
* platform/mac/fast/css/only-child-pseudo-class-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
* platform/mac/fast/html/listing-expected.txt:
* platform/mac/fast/invalid/junk-data-expected.txt:
* platform/mac/fast/invalid/missing-end-tag-expected.txt:
* platform/mac/fast/loader/text-document-wrapping-expected.txt:
* platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac/fast/table/border-collapsing/004-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/text/whitespace/001-expected.txt: Added.
* platform/mac/fast/text/whitespace/013-expected.txt: Added.
* platform/mac/fast/text/whitespace/014-expected.txt: Added.
* platform/mac/fast/text/whitespace/022-expected.txt: Added.
* platform/mac/fast/text/whitespace/024-expected.txt:
* platform/mac/fast/text/whitespace/030-expected.txt:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
* platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
* platform/mac/http/tests/misc/acid3-expected.txt:
* platform/mac/svg/custom/bug45331-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/use-font-face-crash-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/tables/mozilla/bugs/45621-expected.txt:
* platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2014-10-28 Rebecca Hauck <rhauck@adobe.com>
Update CSS shapes suite import
https://bugs.webkit.org/show_bug.cgi?id=138045
This patch is a full re-import of the CSS Shapes test suite from the W3C
test repo and an updated TestExpectations file to match the current
results.
Reviewed by Benjamin Poulain.
* TestExpectations:
* css3/shapes/shape-outside/shape-box/w3c-import.log:
* css3/shapes/shape-outside/shape-image/gradients/w3c-import.log:
* css3/shapes/shape-outside/shape-image/shape-image-000-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-001-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-002-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-002.html:
* css3/shapes/shape-outside/shape-image/shape-image-003-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-003.html:
* css3/shapes/shape-outside/shape-image/shape-image-004-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-005-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-005.html:
* css3/shapes/shape-outside/shape-image/shape-image-006-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-006.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-007-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-007.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-008-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-008.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-009-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-009.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-010-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-010.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-011-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-011.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-013-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-013.html:
* css3/shapes/shape-outside/shape-image/shape-image-014-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-014.html:
* css3/shapes/shape-outside/shape-image/shape-image-015-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-015.html:
* css3/shapes/shape-outside/shape-image/shape-image-016-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-016.html:
* css3/shapes/shape-outside/shape-image/shape-image-017-expected.html:
* css3/shapes/shape-outside/shape-image/shape-image-017.html:
* css3/shapes/shape-outside/shape-image/shape-image-024-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-024.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-025-expected.html: Added.
* css3/shapes/shape-outside/shape-image/shape-image-025.html: Added.
* css3/shapes/shape-outside/shape-image/support/animated.gif: Added.
* css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20.png:
* css3/shapes/shape-outside/shape-image/support/right-half-rectangle-20.png:
* css3/shapes/shape-outside/shape-image/support/w3c-import.log:
* css3/shapes/shape-outside/shape-image/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/circle/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/ellipse/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/inset/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/polygon/shape-outside-polygon-012.html:
* css3/shapes/shape-outside/supported-shapes/polygon/w3c-import.log:
* css3/shapes/shape-outside/supported-shapes/support/w3c-import.log: Copied from LayoutTests/css3/shapes/shape-outside/values/support/w3c-import.log.
* css3/shapes/shape-outside/values/shape-image-threshold-001.html:
* css3/shapes/shape-outside/values/support/w3c-import.log:
* css3/shapes/shape-outside/values/w3c-import.log:
* css3/shapes/spec-examples/shape-outside-019-expected.html:
* css3/shapes/spec-examples/support/w3c-import.log:
* css3/shapes/spec-examples/w3c-import.log:
* css3/shapes/w3c-import.log:
2014-10-27 Mark Lam <mark.lam@apple.com>
Crash when attempting to perform array iteration on a non-array with numeric keys not initialized.
<https://webkit.org/b/137814>
Reviewed by Geoffrey Garen.
* js/array-length-shortening-expected.txt: Added.
* js/array-length-shortening.html: Added.
* js/for-of-crash-expected.txt: Added.
* js/for-of-crash.html: Added.
* js/script-tests/array-length-shortening.js: Added.
(testLengthShortening):
(denseInt32Elements):
(denseDoubleElements):
(denseObjectElements):
(holeyInt32Elements):
(holeyDoubleElements):
(holeyObjectElements):
(arrayStorageInt32Elements):
(arrayStorageDoubleElements):
(arrayStorageObjectElements):
(sparseInt32Elements):
(sparseDoubleElements):
(sparseObjectElements):
* js/script-tests/for-of-crash.js: Added.
(foo):
2014-10-27 Chris Fleizach <cfleizach@apple.com>
AX: input type=hidden is being exposed when aria-hidden=false
https://bugs.webkit.org/show_bug.cgi?id=138106
Reviewed by Benjamin Poulain.
* accessibility/input-type-hidden-in-aria-hidden-false-expected.txt: Added.
* accessibility/input-type-hidden-in-aria-hidden-false.html: Added.
2014-10-24 David Hyatt <hyatt@apple.com>
text-combine needs to center text within the vertical space using glyph bounds
https://bugs.webkit.org/show_bug.cgi?id=138056
<rdar://problem/15403667>
Reviewed by Dean Jackson.
* fast/text/tatechuyoko.html: Added.
* platform/mac/fast/text/tatechuyoko-expected.png: Added.
* platform/mac/fast/text/tatechuyoko-expected.txt: Added.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots
https://bugs.webkit.org/show_bug.cgi?id=138098
Reviewed by Anders Carlsson.
* platform/mac-wk1/TestExpectations: Removed the test from expectations. It's still
skipped on WK2, because we don't yet implement the necessary WKTR functionality.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
Add [ Yosemite ] modifier to a couple of tests in section 7.
These two tests fail with PPT, so they are expected to pass on 10.8. Our current
approach is a have separate sections for Mavericks and Yosemite, even for PPT
specific failures that affect both.
* platform/mac-wk2/TestExpectations:
2014-10-27 Stephanie Lewis <slewis@apple.com>
http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots.
https://bugs.webkit.org/show_bug.cgi?id=138098.
Updated Expectations.
* platform/mac-wk1/TestExpectations:
2014-10-27 Piotr Grad <p.grad@samsung.com>
Some test for multicol were redundant.
https://bugs.webkit.org/show_bug.cgi?id=133084
Reviewed by Andreas Kling.
* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed.
* fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed.
2014-10-27 Alexey Proskuryakov <ap@apple.com>
media/track/audio-track.html is flaky on Yosemite
https://bugs.webkit.org/show_bug.cgi?id=137882
* platform/mac/TestExpectations: Marking it as such.
2014-10-26 Benjamin Poulain <benjamin@webkit.org>
Images with usemap should not have a link state
https://bugs.webkit.org/show_bug.cgi?id=138071
Reviewed by Andreas Kling.
* fast/selectors/images-with-usemap-should-not-match-link-expected.txt: Added.
* fast/selectors/images-with-usemap-should-not-match-link.html: Added.
2014-10-25 Gwang Yoon Hwang <yoon@igalia.com>
[GTK] Unreviewed GTK gardening after r174685.
* platform/gtk/TestExpectations: Report new failures and update expectations.
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Land Yosemite results for six editing/selection/vertical* tests.
These failures used to be mostly hidden because of bug 138070, now they are visible.
The change is due to different fonts.
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Add Mavericks results for platform/mac/editing/spelling/delete-autocorrected-word-2.html, too.
Yosemite, Mavericks and Mountain Lion all have different results.
* platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Update Yosemite results for platform/mac/editing/spelling/delete-autocorrected-word-2.html.
Looks like this got confused during Yosemite tests landing.
This test is currently marked as failing on WK2, but it passed for me, so maybe we
can mark it as passing there too. Tracked as bug 105616.
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
2014-10-25 Alexey Proskuryakov <ap@apple.com>
Update results for compositing/rtl/rtl-fixed-overflow-scrolled.html.
Prior to Yosemite results landing, this test was marked as failing on WK2, and its
results matched WK1. It got changed several times during the merge, so it ended
up being marked as failing on WK1, but with WK1 results landed.
Let's land WK2 results and keep testing on WK2. Also, Mavericks results were no different
from Yosemite.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
2014-10-24 Said Abou-Hallawa <sabouhallawa@apple.com>
Clamp wordSpacing percentage value.
https://bugs.webkit.org/show_bug.cgi?id=129350.
Reviewed by Zalan Bujtas.
Make sure that setting the CSS style wordSpacing property to very huge percentage
value and blending this value with other values for animating key frames does
not assert or crash. The expectation is to have this huge value to be clamped to
the pre-defined min/max values for the CSS length type. So when blending the clamped
value with other wordSpacing values, the result can't be NaN. This should be very
similar to the case when it is set to a huge <length> value.
* css3/infinite-word-spacing-expected.txt: Added.
* css3/infinite-word-spacing.html: Added.
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update Yosemite results for fast/block/float/overhanging-tall-block.html for
font size differences.
The test fails pixel results, filed bug 138065 to track that.
* platform/mac-mavericks/fast/block/float: Added.
* platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.png: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.png.
* platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt.
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update media test results for Yosemite.
media/controls-styling.html appears to actually fail, filed bug 138064 about that.
media/video-zoom-controls.html results are not great; Dean reportedly has a fix for that.
* platform/mac-mavericks/media/controls-styling-expected.png: Copied from LayoutTests/platform/mac/media/controls-styling-expected.png.
* platform/mac-mavericks/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt.
* platform/mac-mavericks/media/video-zoom-controls-expected.png: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.png.
* platform/mac-mavericks/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt.
* platform/mac/media/controls-styling-expected.png:
* platform/mac/media/controls-styling-expected.txt:
* platform/mac/media/video-zoom-controls-expected.png:
* platform/mac/media/video-zoom-controls-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Remove MountainLion results that I incorrectly copied. These are the same as Mavericks.
* platform/mac-mountainlion/fast/writing-mode: Removed.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
* platform/mac-mountainlion/mathml: Removed.
* platform/mac-mountainlion/mathml/opentype: Removed.
* platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Removed.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Win] More unreviewed gardening/rebaselining of Windows tests.
* platform/win/TestExpectations:
* platform/win/fast/repaint/select-option-background-color-expected.txt:
* platform/win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
* platform/win/fast/repaint/slider-thumb-float-expected.txt: Added.
* platform/win/fast/replaced/table-percent-height-expected.txt: Added.
* platform/win/fast/replaced/three-selects-break-expected.txt: Added.
* platform/win/fast/table/remove-td-display-none-expected.txt:
* platform/win/fast/transforms: Added.
* platform/win/fast/transforms/transformed-focused-text-input-expected.txt: Added.
* platform/win/platform/win/accessibility: Added.
* platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt: Added.
2014-10-24 Alexey Proskuryakov <ap@apple.com>
Update some results that were incorrect for Yosemite.
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png.
* platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt.
* platform/mac-mavericks/fast/writing-mode: Added.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
* platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
* platform/mac-mountainlion/fast/writing-mode: Added.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png.
* platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
* platform/mac-mountainlion/mathml: Added.
* platform/mac-mountainlion/mathml/opentype: Added.
* platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
* platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
* platform/mac/fast/text/international/hindi-spacing-expected.png:
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
2014-10-24 Alexey Proskuryakov <ap@apple.com>
fast/multicol/fixed-stack.html failing since introduction.
https://bugs.webkit.org/show_bug.cgi?id=132421
* platform/mac-wk1/TestExpectations: As of Yosemite, it's failing on mac-wk1 too.
* platform/gtk/TestExpectations: [ Pass ] is no longer needed, because we don't have
an entry in global TestExpectations now.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] Skip tests after removing SafariTheme that fail because background renders too dark.
https://bugs.webkit.org/show_bug.cgi?id=138042.
* platform/win/TestExpectations:
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] Skip tests after removing SafariTheme that fail because borders now render too dark.
https://bugs.webkit.org/show_bug.cgi?id=138041.
* platform/win/TestExpectations:
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More unreviewed gardening after getting rid of SafariTheme.
* platform/win/TestExpectations: Skip a handful of tests that were failing
on the Windows bots after removing SafariTheme for miscellaneous reasons.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More unreviewed gardening after getting rid of SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138025
* platform/win/TestExpectations: These tests fail seemingly due to text size difference,
which consequently cause the text containers to be too larger as well.
2014-10-24 Roger Fong <roger_fong@apple.com>
[Windows] More rebaselining of Windows tests after removing SafariTheme.
* platform/win/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/win/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/win/fast/canvas/fallback-content-expected.txt: Added.
* platform/win/fast/css/button-height-expected.txt:
* platform/win/fast/dom/HTMLInputElement: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
* platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
* platform/win/fast/dom/tabindex-clamp-expected.txt: Added.
* platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/win/fast/html/details-no-summary4-expected.txt: Added.
* platform/win/fast/html/details-open-javascript-expected.txt: Added.
* platform/win/fast/html/details-open2-expected.txt: Added.
* platform/win/fast/html/details-open4-expected.txt: Added.
* platform/win/fast/html/details-replace-summary-child-expected.txt:
* platform/win/fast/html/details-replace-text-expected.txt:
2014-10-23 Myles C. Maxfield <mmaxfield@apple.com>
Carets in GMail and iCloud compositions are the foreground text color
https://bugs.webkit.org/show_bug.cgi?id=138029
Reviewed by Simon Fraser.
Test the case where the content editable root has a background color specified.
* editing/caret/color-span-inside-editable-background-expected.html: Added.
* editing/caret/color-span-inside-editable-background.html: Added.
2014-10-23 Roger Fong <roger_fong@apple.com>
[Windows] Unreviewed gardening after removing SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138025.
* platform/win/TestExpectations:
2014-10-23 Roger Fong <roger_fong@apple.com>
[Win] Rebaseline a bunch of forms tests that no longer match after removing SafariTheme.
https://bugs.webkit.org/show_bug.cgi?id=138022.
* platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
* platform/win/fast/forms/basic-inputs-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.txt: Added.
* platform/win/fast/forms/basic-textareas-quirks-expected.txt: Added.
* platform/win/fast/forms/blankbuttons-expected.txt:
* platform/win/fast/forms/button-generated-content-expected.txt:
* platform/win/fast/forms/button-inner-block-reuse-expected.txt: Added.
* platform/win/fast/forms/control-clip-expected.txt: Added.
* platform/win/fast/forms/fieldset-align-expected.txt: Added.
* platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
* platform/win/fast/forms/fieldset-with-float-expected.txt: Added.
* platform/win/fast/forms/float-before-fieldset-expected.txt: Added.
* platform/win/fast/forms/focus-selection-textarea-expected.txt: Added.
* platform/win/fast/forms/indeterminate-expected.txt: Added.
* platform/win/fast/forms/input-appearance-readonly-expected.txt: Added.
* platform/win/fast/forms/input-appearance-visibility-expected.txt: Added.
* platform/win/fast/forms/input-first-letter-expected.txt: Added.
* platform/win/fast/forms/input-readonly-dimmed-expected.txt: Added.
* platform/win/fast/forms/input-spaces-expected.txt: Added.
* platform/win/fast/forms/input-text-click-outside-expected.txt: Added.
* platform/win/fast/forms/input-type-text-min-width-expected.txt: Added.
* platform/win/fast/forms/input-width-expected.txt: Added.
* platform/win/fast/forms/listbox-onchange-expected.txt: Added.
* platform/win/fast/forms/menulist-clip-expected.txt:
* platform/win/fast/forms/menulist-option-wrap-expected.txt: Added.
* platform/win/fast/forms/menulist-separator-painting-expected.txt: Added.
* platform/win/fast/forms/menulist-width-change-expected.txt:
* platform/win/fast/forms/negativeLineHeight-expected.txt: Added.
* platform/win/fast/forms/onselect-textarea-expected.txt: Added.
* platform/win/fast/forms/option-script-expected.txt:
* platform/win/fast/forms/option-text-clip-expected.txt:
* platform/win/fast/forms/placeholder-pseudo-style-expected.txt: Added.
* platform/win/fast/forms/range/input-appearance-range-expected.txt: Added.
* platform/win/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
* platform/win/fast/forms/range/slider-padding-expected.txt: Added.
* platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
* platform/win/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
* platform/win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Added.
* platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
* platform/win/fast/forms/search-display-none-cancel-button-expected.txt: Added.
* platform/win/fast/forms/search-rtl-expected.txt: Added.
* platform/win/fast/forms/search-styled-expected.txt:
* platform/win/fast/forms/search-vertical-alignment-expected.txt: Added.
* platform/win/fast/forms/select-background-none-expected.txt: Added.
* platform/win/fast/forms/select-empty-option-height-expected.txt: Added.
* platform/win/fast/forms/select-size-expected.txt: Added.
* platform/win/fast/forms/select-style-expected.txt: Added.
* platform/win/fast/forms/select-visual-hebrew-expected.txt: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.txt:
* platform/win/fast/forms/selectlist-minsize-expected.txt: Added.
* platform/win/fast/forms/stuff-on-my-optgroup-expected.txt: Added.
* platform/win/fast/forms/textAreaLineHeight-expected.txt: Added.
* platform/win/fast/forms/textarea-align-expected.txt: Added.
* platform/win/fast/forms/textarea-metrics-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/win/fast/forms/textarea-scroll-height-expected.txt: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.txt:
* platform/win/fast/forms/textarea-scrolled-type-expected.txt: Added.
* platform/win/fast/forms/textarea-setinnerhtml-expected.txt: Added.
* platform/win/fast/forms/textarea-width-expected.txt:
* platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
* platform/win/fast/forms/textfield-overflow-expected.txt: Added.
2014-10-23 Jer Noble <jer.noble@apple.com>
[Mac] Safari cannot play 'audio/amr' content.
https://bugs.webkit.org/show_bug.cgi?id=137894
Reviewed by Eric Carlson.
* media/media-can-play-case-insensitive-expected.txt: Added.
* media/media-can-play-case-insensitive.html: Added.
2014-10-23 Yusuke Suzuki <utatane.tea@gmail.com>
CSS JIT: Implement :matches
https://bugs.webkit.org/show_bug.cgi?id=137947
Reviewed by Benjamin Poulain.
* fast/selectors/matches-backtracking-expected.txt: Added.
* fast/selectors/matches-backtracking.html: Added.
* fast/selectors/matches-complex-expected.txt: Added.
* fast/selectors/matches-complex.html: Added.
- nested :matches
- multiple :matches
- :matches with CannotMatchAnything
- :matches with :not
- :matches(with a lot of selectors)
are tested.
2014-10-22 Simon Fraser <simon.fraser@apple.com>
[iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scrolling:touch can cause children to disappear
https://bugs.webkit.org/show_bug.cgi?id=137999
rdar://problem/18425550
Reviewed by Zalan Bujtas.
Test that toggles overflow on a touch scrolling div, and dumps layers.
* compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
* compositing/scrolling/touch-scroll-to-clip.html: Added.
* platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt: Added.
2014-10-22 Byungseon Shin <sun.shin@lge.com>
String(new Date(Mar 30 2014 01:00:00)) is wrong in CET
https://bugs.webkit.org/show_bug.cgi?id=130967
Reviewed by Mark Lam.
Set latest DST timezone boundary values on
<http://www.timeanddate.com/time/zone/usa/los-angeles>
* js/dom/script-tests/date-DST-time-cusps.js:
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Rebaseline various tests after switching to Windows rendering for native controls.
* platform/win/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/win/editing/pasteboard/4806874-expected.txt: Added.
* platform/win/editing/pasteboard/pasting-tabs-expected.txt:
* platform/win/editing/selection/4397952-expected.txt:
* platform/win/editing/selection/4895428-3-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/win/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/win/fast/block/basic: Added.
* platform/win/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Added.
* platform/win/fast/block/float/032-expected.txt: Added.
* platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/win/fast/dom/isindex-001-expected.txt: Added.
* platform/win/fast/dom/isindex-002-expected.txt: Added.
* platform/win/fast/forms/007-expected.txt: Added.
* platform/win/fast/forms/button-align-expected.txt: Added.
* platform/win/fast/forms/button-cannot-be-nested-expected.txt: Added.
* platform/win/fast/forms/button-default-title-expected.txt:
* platform/win/fast/forms/button-table-styles-expected.txt:
* platform/win/fast/forms/button-white-space-expected.txt: Added.
* platform/win/fast/forms/encoding-test-expected.txt: Added.
* platform/win/fast/forms/floating-textfield-relayout-expected.txt: Added.
* platform/win/fast/forms/input-align-expected.txt: Added.
* platform/win/fast/forms/input-appearance-bkcolor-expected.txt: Added.
* platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
* platform/win/fast/forms/input-appearance-disabled-expected.txt: Added.
* platform/win/fast/forms/input-appearance-preventDefault-expected.txt: Added.
* platform/win/fast/forms/input-appearance-width-expected.txt: Added.
* platform/win/fast/forms/input-baseline-expected.txt: Added.
* platform/win/fast/forms/input-disabled-color-expected.txt: Added.
* platform/win/fast/forms/input-field-text-truncated-expected.txt: Added.
* platform/win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
* platform/win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/win/fast/forms/input-readonly-empty-expected.txt: Added.
* platform/win/fast/forms/input-table-expected.txt: Added.
* platform/win/fast/forms/input-text-click-inside-expected.txt: Added.
* platform/win/fast/forms/input-text-option-delete-expected.txt: Added.
* platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
* platform/win/fast/forms/input-text-self-emptying-click-expected.txt: Added.
* platform/win/fast/forms/input-text-word-wrap-expected.txt: Added.
* platform/win/fast/forms/menulist-restrict-line-height-expected.txt: Added.
* platform/win/fast/forms/menulist-style-color-expected.txt:
* platform/win/fast/forms/minWidthPercent-expected.txt: Added.
* platform/win/fast/forms/placeholder-position-expected.txt: Added.
* platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/win/fast/forms/select-overflow-scroll-expected.txt:
* platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/win/fast/forms/text-style-color-expected.txt: Added.
* platform/win/fast/forms/textfield-focus-ring-expected.txt: Added.
* platform/win/fast/forms/textfield-outline-expected.txt: Added.
* platform/win/fast/forms/visual-hebrew-text-field-expected.txt: Added.
* platform/win/fast/lists/dynamic-marker-crash-expected.txt: Added.
* platform/win/fast/table/spanOverlapRepaint-expected.txt: Added.
* platform/win/fast/table/text-field-baseline-expected.txt: Added.
* platform/win/fast/text/textIteratorNilRenderer-expected.txt:
* platform/win/svg/custom/inline-svg-in-html-expected.txt: Added.
* platform/win/svg/hixie/mixed: Added.
* platform/win/svg/hixie/mixed/003-expected.txt: Added.
* platform/win/tables/mozilla/bugs/45621-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug138725-expected.txt:
* platform/win/tables/mozilla/bugs/bug194024-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug24200-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/win/tables/mozilla/bugs/bug39209-expected.txt:
* platform/win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/win/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/win/tables/mozilla/bugs/bug51727-expected.txt:
* platform/win/tables/mozilla/bugs/bug52505-expected.txt:
* platform/win/tables/mozilla/bugs/bug52506-expected.txt:
* platform/win/tables/mozilla/bugs/bug59354-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug60749-expected.txt:
* platform/win/tables/mozilla/bugs/bug68912-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug7342-expected.txt:
* platform/win/tables/mozilla/bugs/bugs28928-expected.txt: Added.
* platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added.
* platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt:
2014-10-22 Said Abou-Hallawa <sabouhallawa@apple.com>
SVG loaded through html <img> can't request to load any external resources.
https://bugs.webkit.org/show_bug.cgi?id=137762.
Reviewed by Daniel Bates.
Ensure that SVG images, which are loaded through the <img> tag or through the
CSS background image, cannot load any external sub-resource except for data-
URL resources (though this doesn't work at the time of writing, see bug #137941).
Also ensure the same rule is enforced on cached resources.
The tests are ported but modified a little from the chromium fix:
http://src.chromium.org/viewvc/blink?view=rev&rev=176084
Set the circle background to orange
* http/tests/security/resources/image-with-css-cross-domain-circle.css: Added.
(circle):
Set the circle stroke-width = 2 and the circle stroke = red
* http/tests/security/resources/image-with-css-cross-domain-circle2.css: Added.
(circle):
This svg references the two css files: one is relative path and the other is absolute path
* http/tests/security/resources/image-with-css-cross-domain.svg: Added.
This svg references an external image.
* http/tests/security/resources/image-with-remote-image.svg: Added.
A helper css which sets the formatting style for some html tags
* http/tests/security/svg-image-with-css-cross-domain.css: Added.
(span):
(span.circle-css-cross-domain):
(embed):
(iframe):
Test the svg which is referenced as a cached image by an <object> tag, does not load
external sub-resource.
* http/tests/security/svg-image-with-cached-remote-image-expected.html: Added.
* http/tests/security/svg-image-with-cached-remote-image.html: Added.
Test loading sub-resources for an svg which is included in the html by different ways
and which references external css files.
Ensure the image object does not load any external sub-resources.
* http/tests/security/svg-image-with-css-cross-domain-expected.html: Added.
* http/tests/security/svg-image-with-css-cross-domain.html: Added.
2014-10-21 Ada Chan <adachan@apple.com>
MediaPlayerPrivateAVFoundation::hasAudio() returns false even when there is an audible AVMediaSelectionOption selected
https://bugs.webkit.org/show_bug.cgi?id=137935
Reviewed by Eric Carlson.
* http/tests/media/hls/hls-audio-tracks-has-audio-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks-has-audio.html: Added.
2014-10-22 Hunseop Jeong <hs85.jeong@samsung.com>
[EFL] Unreviewed EFL gardening.
https://bugs.webkit.org/show_bug.cgi?id=137950
Some tests that are passed in latest build.
* platform/efl/TestExpectations: Remove passing tests from TestExceptation file.
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a number of tests as failing due to white selected text color.
https://bugs.webkit.org/show_bug.cgi?id=137963
* platform/win/TestExpectations:
2014-10-22 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a number of tests as failing due to <select> bug.
https://bugs.webkit.org/show_bug.cgi?id=137962
* platform/win/TestExpectations:
2014-10-22 Shivakumar JM <shiva.jm@samsung.com>
XMLHttpRequest should support attribute responseURL as per latest XHR spec.
https://bugs.webkit.org/show_bug.cgi?id=136938
Reviewed by Alexey Proskuryakov.
Added test to check responseURL attribute in XMLHttpRequest.
* http/tests/xmlhttprequest/basic-auth-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/basic-auth-responseURL.html: Added.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html: Added.
* http/tests/xmlhttprequest/redirect-credentials-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/redirect-credentials-responseURL.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseURL.html: Added.
2014-10-22 Carlos Garcia Campos <cgarcia@igalia.com>
[GStreamer] Do not use CachedResourceLoader, SecurityOrigin, ResourceBuffer and other WebCore types
https://bugs.webkit.org/show_bug.cgi?id=137064
Reviewed by Philippe Normand.
Update expected results of http/tests/security/video-cross-origin-accessfailure.html, since
now the error is also logged in the console.
* http/tests/security/video-cross-origin-accessfailure-expected.txt:
2014-10-22 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
Match spec for font-weight: bolder|lighter
https://bugs.webkit.org/show_bug.cgi?id=137919
Reviewed by Andreas Kling.
This patch is a merge of Blink's
https://chromiumcodereview.appspot.com/15994009 and
https://codereview.chromium.org/137813004
* css3/font-weight-expected.txt: Added.
* css3/font-weight-multiple-selectors-expected.txt: Added.
* css3/font-weight-multiple-selectors.html: Added.
* css3/font-weight.html: Added.
2014-10-22 Dhi Aurrahman <diorahman@rockybars.com>
Add relList to the anchor, area and link elements
https://bugs.webkit.org/show_bug.cgi?id=137860
Reviewed by Darin Adler and Chris Dumez.
Tests relList aspects for anchor, area and list elements.
Update dom static property for-in iteration test result to include relList.
* fast/dom/rel-list-expected.txt: Added.
* fast/dom/rel-list-gc-expected.txt: Added.
* fast/dom/rel-list-gc.html: Added.
* fast/dom/rel-list.html: Added.
* js/dom/dom-static-property-for-in-iteration-expected.txt: Updated results.
* perf/rel-list-remove-expected.txt: Added.
* perf/rel-list-remove.html: Added.
2014-10-21 Brent Fulgham <bfulgham@apple.com>
[Win] More rebaselines.
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/selection/3690719-expected.txt:
* platform/win/editing/selection/move-left-right-expected.txt:
* platform/win/fast/css/continuationCrash-expected.txt:
* platform/win/fast/css/fieldset-display-row-expected.txt:
* platform/win/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/win/fast/forms/file/file-input-direction-expected.txt:
* platform/win/fast/forms/file/file-input-disabled-expected.txt:
* platform/win/fast/forms/file/input-file-re-render-expected.txt:
* platform/win/fast/forms/formmove-expected.txt:
* platform/win/fast/forms/formmove2-expected.txt:
* platform/win/fast/forms/formmove3-expected.txt:
* platform/win/fast/forms/input-appearance-height-expected.txt:
* platform/win/fast/forms/input-button-sizes-expected.txt:
* platform/win/fast/forms/input-step-as-double-expected.txt: Removed.
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/input-value-expected.txt:
* platform/win/fast/forms/listbox-bidi-align-expected.txt:
* platform/win/fast/forms/targeted-frame-submission-expected.txt:
* platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
2014-10-21 Benjamin Poulain <bpoulain@apple.com>
CSS Rule features are ignored for nested CSS Selector lists
https://bugs.webkit.org/show_bug.cgi?id=137908
Reviewed by Andreas Kling.
* fast/selectors/class-style-update-with-not-expected.txt: Added.
* fast/selectors/class-style-update-with-not.html: Added.
Parts of this test fail due to a bug with specificity. This will be addressed
separately.
* fast/css/class-style-invalidation-optimization-expected.txt: Added.
* fast/css/class-style-invalidation-optimization.html: Added.
* fast/css/direct-adjacent-style-sharing-1-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-1.html: Added.
* fast/css/direct-adjacent-style-sharing-2-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-2.html: Added.
* fast/css/direct-adjacent-style-sharing-3-expected.html: Added.
* fast/css/direct-adjacent-style-sharing-3.html: Added.
* fast/css/id-style-invalidation-optimization-expected.txt: Added.
* fast/css/id-style-invalidation-optimization.html: Added.
* fast/selectors/class-style-update-expected.txt: Added.
* fast/selectors/class-style-update-with-nth-child-of-expected.txt: Added.
* fast/selectors/class-style-update-with-nth-child-of.html: Added.
* fast/selectors/class-style-update.html: Added.
2014-10-21 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test updates after switching to Windows theme for tests.
https://bugs.webkit.org/show_bug.cgi?id=137932
* platform/win/css1/box_properties/acid_test-expected.txt:
* platform/win/editing/inserting/4960120-1-expected.txt:
2014-10-21 Jaehun Lim <ljaehun.lim@samsung.com>
'true' isn't a valid value for justify-self
https://bugs.webkit.org/show_bug.cgi?id=137913
Reviewed by Andreas Kling.
Merged from Blink (patch by dstockwell):
<https://src.chromium.org/viewvc/blink?view=rev&revision=174638>
CSS Box Alignment Module Level 3:
http://dev.w3.org/csswg/css-align/#justify-self-property
Add a bad case where "justify-self: true"
* fast/css/parse-justify-self-expected.txt:
* fast/css/parse-justify-self.html:
2014-10-21 Michael Saboff <msaboff@apple.com>
Change native call frames to use the scope from their Callee instead of their caller's scope
https://bugs.webkit.org/show_bug.cgi?id=137907
Updated tests to reflect that the results of changing where a native call frame
and therefore the lexicalGlobalObject came from. Verified that these tests changes
are consistent with the HTML standard. These changes are also closer to the behavior
of other browsers.
Reviewed by Mark Lam.
* fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
* fast/frames/sandboxed-iframe-navigation-parent.html:
Changed the test and results to show that a sandboxed iframe can navigate its
ancesters when it is sandbox with both "allow-scripts" and "allow-same-origin".
* http/tests/security/calling-versus-current.html:
Updated the test to really have a different domain. We do a simple string comparison
to check for that we are part of the same domain. The test expected that 0.0.1 was
from the same domain as 127.0.0.1. Changed the test to try 0.0.2 and expect a
security exception.
* http/tests/security/frameNavigation/context-for-location-assign-expected.txt:
Updated test results.
* traversal/node-iterator-prototype-expected.txt:
* traversal/node-iterator-prototype.html:
Fixed as a result of this change.
2014-10-21 Joanmarie Diggs <jdiggs@igalia.com>
AX: [ATK] CSS-generated text content not exposed to assistive technologies
https://bugs.webkit.org/show_bug.cgi?id=137669
Reviewed by Chris Fleizach.
Moved the Mac platform test and modified it to dump the accessible tree
and string values rather than a platform-specific hierarchy so that it
could be shared across platforms.
* accessibility/css-content-attribute.html: Added.
* platform/gtk/accessibility/css-content-attribute-expected.txt: Added.
* platform/mac/accessibility/css-content-attribute-expected.txt: Modified to reflect new output.
* platform/mac/accessibility/css-content-attribute.html: Removed.
2014-10-21 Zalan Bujtas <zalan@apple.com>
REGRESSION: Google Search (mobile) video thumbnails are too large.
https://bugs.webkit.org/show_bug.cgi?id=137895
Reviewed by Simon Fraser.
This patch fixes layer clipping when an ancestor layer has border-radius clipping.
In cases, where the current layer has non-radius cliprect, while an ancestor layer
has border-radius clipping, we only use the border-radius rect to clip.
* fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent-expected.html: Added.
* fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent.html: Added.
2014-10-21 Jer Noble <jer.noble@apple.com>
REGRESSION (r170808): Volume slider in built-in media controls only changes volume when thumb is released, not while dragging
https://bugs.webkit.org/show_bug.cgi?id=137805
Reviewed by Dan Bernstein.
* media/video-volume-slider-drag-expected.txt: Added.
* media/video-volume-slider-drag.html: Added.
2014-10-21 Manuel Rego Casasnovas <rego@igalia.com>
ASSERTION FAILED: !gridWasPopulated() in WebCore::RenderGrid::placeItemsOnGrid
https://bugs.webkit.org/show_bug.cgi?id=136939
Reviewed by Darin Adler.
Added a test case to reproduce the crash in debug mode.
* fast/css-grid-layout/grid-was-populated-assert-expected.txt: Added.
* fast/css-grid-layout/grid-was-populated-assert.html: Added.
2014-10-17 Jeffrey Pfau <jpfau@apple.com>
Ensure attached frame count doesn't exceed the maximum allowed frames
https://bugs.webkit.org/show_bug.cgi?id=136457
Reviewed by Alexey Proskuryakov.
* fast/frames/exponential-frames-expected.txt: Added.
* fast/frames/exponential-frames.html: Added.
2014-10-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
Tighten XMLHttpRequest setRequestHeader value check
https://bugs.webkit.org/show_bug.cgi?id=128593
Reviewed by Darin Adler.
Added a test originating from w3c-test.org to test header values checking.
Testing headers with non ASCII characters and various control characters.
* http/tests/xmlhttprequest/set-bad-headervalue-expected.txt: Added.
* http/tests/xmlhttprequest/set-bad-headervalue.html: Added.
2014-10-20 Brent Fulgham <bfulgham@apple.com>
[Win] Mark a few tests as no-longer failing.
It looks like Said's work on SVG has fixed a number of things!
* platform/win/TestExpectations: Remove 'crash' and 'failures' cases
for a few things that are now reliably passing.
2014-10-20 Dean Jackson <dino@apple.com>
[Mac] Support "inverted-colors" and "monochrome" media feature.
https://bugs.webkit.org/show_bug.cgi?id=137535
<rdar://problem/18586398>
Reviewed by Brent Fulgham.
Add tests for the new "inverted-colors" media feature, and
another test for the "monochrome" feature. Note that these
tests don't actually exercise the positive values of the
query, since that requires the screen to be changed and would
interfere with concurrent tests.
* fast/media/mq-inverted-colors.html: Added.
* fast/media/mq-monochrome.html: Added.
* fast/media/mq-inverted-colors-expected.html: Added.
* fast/media/mq-monochrome-expected.html: Added.
2014-10-20 Alexey Proskuryakov <ap@apple.com>
Eight transitions tests are very flaky, frequently failing all at once
https://bugs.webkit.org/show_bug.cgi?id=137883
Marking them as flaky. Enough is enough.
* TestExpectations:
2014-10-20 Jer Noble <jer.noble@apple.com>
REGRESSION(r174823): Two new failing HLS tests
https://bugs.webkit.org/show_bug.cgi?id=137882
Unreviewed gardening; add two expected failures.
* platform/mac/TestExpectations:
2014-10-20 Benjamin Poulain <benjamin@webkit.org>
Update the <link>'s link status
https://bugs.webkit.org/show_bug.cgi?id=137861
Reviewed by Chris Dumez.
* fast/css/link-basics-expected.html: Added.
* fast/css/link-basics.html: Added.
* fast/selectors/link-basics-expected.txt: Added.
* fast/selectors/link-basics-xhtml-expected.txt: Added.
* fast/selectors/link-basics-xhtml.xhtml: Added.
* fast/selectors/link-basics.html: Added.
* fast/selectors/resources/html-link-type-tests.js: Added.
(testHTMLElement):
(testHTMLTagsForLink):
* fast/selectors/webkit-any-link-basics-expected.txt: Added.
* fast/selectors/webkit-any-link-basics.html: Added.
2014-10-18 Antti Koivisto <antti@apple.com>
REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error
https://bugs.webkit.org/show_bug.cgi?id=137855
Reviewed by Dan Bernstein.
* http/tests/mime/mime-type-sniff-expected.txt: Added.
* http/tests/mime/mime-type-sniff.html: Added.
* http/tests/mime/resources/png-with-text-content-type.cgi: Added.
2014-10-18 Chris Fleizach <cfleizach@apple.com>
AX: Tables with <colgroups> are not reporting table column headers
https://bugs.webkit.org/show_bug.cgi?id=137846
Reviewed by Mario Sanchez Prada.
* accessibility/table-column-headers-with-captions-expected.txt: Added.
* accessibility/table-column-headers-with-captions.html: Added.
2014-10-17 Michael Saboff <msaboff@apple.com>
Don't create cached functions that access lexicalGlobalObject()
https://bugs.webkit.org/show_bug.cgi?id=137839
Reviewed by Geoffrey Garen.
Updadted test that check for
* fast/dom/wrapper-scope-expected.txt:
* fast/dom/wrapper-scope.html:
Removed "close" and "postMessage" from functions to check for wrapper scope.
* http/tests/security/cross-frame-access-put-expected.txt:
* http/tests/security/resources/cross-frame-iframe-for-put-test.html:
Removed "blur", "close" and "focus" from the functions to test, since this tests that
a parent's and child window's instances are the same. Now they are always different.
* js/dom/global-function-resolve-expected.txt:
* js/dom/script-tests/global-function-resolve.js:
Removed "close" from this lists of functions to check.
2014-10-17 Benjamin Poulain <benjamin@webkit.org>
Make a better use of the available registers when compiling nested selector lists
https://bugs.webkit.org/show_bug.cgi?id=137802
Reviewed by Andreas Kling.
The register pressure cases are already well covered by fast/selectors/nth-child-of-boundaries-*.
The new test covers the maximum register pressure inside :nth-child(of) and having the selector with
max pressure inside a selector list instead of being alone/first.
* fast/selectors/nth-child-of-register-requirement-expected.txt: Added.
* fast/selectors/nth-child-of-register-requirement.html: Added.
2014-10-17 Brent Fulgham <bfulgham@apple.com>
[Win] Unreviewed test gardening. Mark some tests as passing that have benefitted from recent bug fixes.
* platform/win/TestExpectations:
2014-10-17 Andreas Kling <akling@apple.com>
Add test for innerHTML mutations that yield identical DOM.
<https://webkit.org/b/137823>
Reviewed by Chris Dumez.
I made this test while working on an optimization, and it seems useful
to have in the tree since it adds additional coverage. The optimization
may come later.
The test works by creating little DOM subtrees like so:
<foo><bar>some text</bar></foo>
It then overwrites that subtree with an identical one by mutating the
containing element's innerHTML property. It then verifies that the DOM
structure is correct and that Node wrappers retain any custom properties
set on them.
* fast/innerHTML/identical-mutations-expected.txt: Added.
* fast/innerHTML/identical-mutations.html: Added.
2014-10-16 Jer Noble <jer.noble@apple.com>
[Mac] Represent AVMediaSelectionOptions as AudioTracks
https://bugs.webkit.org/show_bug.cgi?id=137474
Reviewed by Brent Fulgham.
* http/tests/media/hls/hls-audio-tracks-expected.txt: Added.
* http/tests/media/hls/hls-audio-tracks.html: Added.
* http/tests/media/resources/hls/audio-tracks.m3u8: Added.
* http/tests/media/resources/hls/bipbop/iframe_index.m3u8: Added.
* http/tests/media/resources/hls/bipbop/main0.ts: Added.
* http/tests/media/resources/hls/bipbop/main1.ts: Added.
* http/tests/media/resources/hls/bipbop/prog_index.m3u8: Added.
* http/tests/media/resources/hls/french/main.aac: Added.
* http/tests/media/resources/hls/french/prog_index.m3u8: Added.
* http/tests/media/resources/hls/spanish/main.aac: Added.
* http/tests/media/resources/hls/spanish/prog_index.m3u8: Added.
2014-10-17 Brent Fulgham <bfulgham@apple.com>
[Win] Test gardening after r174796.
Now that Windows DRT matches Mac's output, we can get rid of some custom test expecations.
* platform/win/fast/dom/window-load-crash-expected.txt: Removed.
* platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed.
* platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
* platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
* platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed.
* platform/win/loader/image-loader-adoptNode-assert-expected.txt: Removed.
2014-10-15 Yusuke Suzuki <utatane.tea@gmail.com>
CSS Selectors Level 4: Implement :matches in SelectorChecker
https://bugs.webkit.org/show_bug.cgi?id=137393
Reviewed by Benjamin Poulain.
* fast/selectors/matches-selector-list-expected.txt: Added.
* fast/selectors/matches-selector-list.html: Added.
* fast/selectors/querySelector-matches-expected.txt: Added.
* fast/selectors/querySelector-matches.html: Added.
2014-10-16 Alexey Proskuryakov <ap@apple.com>
REGRESSION (r169024): Undetermined text is not displayed in the search field of Adobe Help Website
https://bugs.webkit.org/show_bug.cgi?id=137679
rdar://problem/18450335
Reviewed by Enrica Casucci.
* platform/mac/editing/input/selected-composed-text-painting-expected.html: Added.
* platform/mac/editing/input/selected-composed-text-painting.html: Added.
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
* platform/mac/TestExpectations:
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip more subpixel related tests.
* platform/mac/TestExpectations:
2014-10-16 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip subpixel border tests.
* platform/mac/TestExpectations:
* platform/mac/css1/units/length_units-expected.txt:
* platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/mac/media/video-zoom-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2014-10-15 Andrei Bucur <abucur@adobe.com>
ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox
https://bugs.webkit.org/show_bug.cgi?id=135563
Reviewed by David Hyatt.
A test verifying that positioned elements inside multi-column containers don't
cause assertions or crashes.
* fast/multicol/multicol-all-positioned-crash-expected.txt: Added.
* fast/multicol/multicol-all-positioned-crash.html: Added.
* fast/multicol/multicol-transform-containing-block-expected.txt: Added.
* fast/multicol/multicol-transform-containing-block.html: Added.
2014-10-15 Commit Queue <commit-queue@webkit.org>
Unreviewed, rolling out r174753.
https://bugs.webkit.org/show_bug.cgi?id=137761
caused layout tests to fail. (Requested by zalan on #webkit).
Reverted changeset:
"[Mac] Unreviewed gardening."
http://trac.webkit.org/changeset/174753
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip subpixel border tests.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening(mountain-lion).
* platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Added.
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Rebaselining.
* platform/mac/TestExpectations:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/events/constructors/mouse-event-constructor-expected.txt: Added.
* platform/mac/fast/events/constructors/wheel-event-constructor-expected.txt: Added.
* platform/mac/fast/text/international/hindi-spacing-expected.txt:
* platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/mac/fast/text/orientation-sideways-expected.txt:
* platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
* platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
* platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2014-10-13 Chris Fleizach <cfleizach@apple.com>
AX: Going back is broken for VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=137382
Reviewed by Darin Adler.
Update tests now that AXLoadComplete is sent more reliably.
* platform/mac/accessibility/aria-expanded-notifications-expected.txt:
* platform/mac/accessibility/aria-expanded-notifications.html:
2014-10-15 Simon Fraser <simon.fraser@apple.com>
Sometimes can't scroll overflow:scroll areas in subframes
https://bugs.webkit.org/show_bug.cgi?id=137746
rdar://problem/18603560
Reviewed by Tim Horton.
Test that changes an overflow size in a subframe and then dumps the non-fast scrollable region.
* platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html: Added.
* platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Added.
* platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Added.
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Rebaselining.
* css3/flexbox/flex-rounding.html:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
Unskip some subpixel related tests.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
[Mac] Unreviewed gardening.
css3/flexbox/flex-rounding.html passes now that subpixel is on.
* platform/mac/TestExpectations:
2014-10-15 Zalan Bujtas <zalan@apple.com>
Subpixel layout: Unskip fast/sub-pixel directory.
https://bugs.webkit.org/show_bug.cgi?id=137732
Reviewed by Simon Fraser.
Unskip tests.
* TestExpectations:
* fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment.
* fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment.
* platform/mac/TestExpectations: we still have to skip couple of tests.
2014-10-14 Zalan Bujtas <zalan@apple.com>
REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly.
https://bugs.webkit.org/show_bug.cgi?id=137205
Reviewed by Simon Fraser.
Child layer should not reset radius clipping behaviour.
* fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping-expected.html: Added.
* fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html: Added.
2014-10-14 Dan Bernstein <mitz@apple.com>
URLs that start with http:/// and https:/// lose two slashes when parsed, causing assertion failure and inconsistent behavior
https://bugs.webkit.org/show_bug.cgi?id=137718
Reviewed by Alexey Proskuryakov.
* fast/loader/url-parse-1-expected.txt: Updated results.
* fast/loader/url-parse-1.html: Added a few test cases.
* fast/url/file-http-base-expected.txt: Updated results.
* fast/url/host-expected.txt: Ditto.
* fast/url/invalid-urls-utf8-expected.txt: Ditto.
* fast/url/relative-expected.txt: Ditto.
* fast/url/standard-url-expected.txt: Ditto.
2014-10-14 Alexey Proskuryakov <ap@apple.com>
Re-adding fast/hidpi/image-srcset-relative-svg-canvas.html, as it still fails on bots
* TestExpectations:
2014-10-14 Roger Fong <roger_fong@apple.com>
[Windows] Unreviewed gardening following r174585.
* platform/win/TestExpectations:
* platform/win/editing/inserting/4960120-1-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-1-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-2-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-3-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.png: Added.
* platform/win/editing/selection/select-across-readonly-input-4-expected.txt: Added.
* platform/win/editing/selection/select-across-readonly-input-5-expected.png: Added.
* platform/win/editing/selection/select-across-readonly-input-5-expected.txt: Added.
* platform/win/fast/block/positioning/inline-block-relposition-expected.txt: Added.
* platform/win/fast/css/resize-corner-tracking-expected.png: Added.
* platform/win/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
* platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
* platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
* platform/win/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/win/fast/forms/003-expected.txt: Added.
* platform/win/fast/forms/004-expected.txt: Added.
* platform/win/fast/forms/button-default-title-expected.txt: Added.
* platform/win/fast/forms/button-generated-content-expected.png: Added.
* platform/win/fast/forms/button-generated-content-expected.txt: Added.
* platform/win/fast/forms/menulist-clip-expected.png: Added.
* platform/win/fast/forms/menulist-clip-expected.txt: Added.
* platform/win/fast/forms/menulist-deselect-update-expected.txt: Added.
* platform/win/fast/forms/menulist-style-color-expected.png: Added.
* platform/win/fast/forms/menulist-style-color-expected.txt: Added.
* platform/win/fast/forms/menulist-width-change-expected.txt: Added.
* platform/win/fast/forms/option-script-expected.txt: Added.
* platform/win/fast/forms/option-text-clip-expected.png: Added.
* platform/win/fast/forms/option-text-clip-expected.txt: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.png: Added.
* platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
* platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.png: Added.
* platform/win/fast/forms/textarea-scrollbar-expected.txt: Added.
* platform/win/fast/repaint/control-clip-expected.png: Added.
* platform/win/fast/repaint/control-clip-expected.txt: Added.
* platform/win/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/win/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
* platform/win/fast/table/append-cells2-expected.txt: Added.
* platform/win/fast/table/remove-td-display-none-expected.txt: Added.
* platform/win/fast/text/atsui-rtl-override-selection-expected.txt: Added.
* platform/win/tables/mozilla/bugs/bug30559-expected.txt: Added.
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Rebaseline some compositing tests that are sensitive to the visible rect, and skip
tests that rely on media loading.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt:
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt:
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt:
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt:
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt:
* platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt:
* platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
* platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt:
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt:
* platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt:
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt:
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt:
* platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt:
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt:
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt:
* platform/ios-simulator/compositing/visible-rect/animated-expected.txt:
* platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt:
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt:
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt:
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt:
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt:
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt:
2014-10-14 Joanmarie Diggs <jdiggs@igalia.com>
REGRESSION(r174567): [GTK] Layout Tests platform/gtk/accessibility/aria-table-hierarchy.html and platform/gtk/accessibility/table-hierarchy.html fail
https://bugs.webkit.org/show_bug.cgi?id=137697
These tests were overlooked when updating tests to reflect the correct
mapping for ColumnHeaderRole and RowHeaderRole in ATK.
Reviewed by Chris Fleizach.
* platform/gtk/TestExpectations: Remove two failing tests.
* platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated expectations.
* platform/gtk/accessibility/aria-table-hierarchy.html: Updated in-test shouldBe values for headers.
* platform/gtk/accessibility/table-hierarchy-expected.txt: Updated expectations.
* platform/gtk/accessibility/table-hierarchy.html: Updated in-test shouldBe values for headers.
2014-10-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Report new failures and update expectations.
* platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt: Rebaseline after r174535.
* platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt: Rebaseline after r174535.
* platform/gtk/fast/borders/bidi-002-expected.txt: Rebaseline after r174160.
* platform/gtk/fast/borders/bidi-009a-expected.txt: Rebaseline after r174160.
* platform/gtk/fast/selectors/061-expected.txt: Rebaseline after r174535.
* platform/gtk/fast/selectors/083-expected.txt: Rebaseline after r174535.
* platform/gtk/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540.
2014-10-14 Youenn Fablet <youennf@gmail.com>
[XHR] Abort method execution when m_loader->cancel() in internalAbort() caused reentry
https://bugs.webkit.org/show_bug.cgi?id=126975
Reviewed by Alexey Proskuryakov.
Adding reentrant-cancel-abort.html (from https://codereview.chromium.org/76133002/)
that crashes without the patch
Updated reentrant-cancel.html test to expect the exception
that is now hit in initSend function (since a XHR open() call is aborted)
* http/tests/xmlhttprequest/reentrant-cancel-abort-expected.txt: Added.
* http/tests/xmlhttprequest/reentrant-cancel-abort.html: Added.
* http/tests/xmlhttprequest/reentrant-cancel.html:
2014-10-14 Alejandro G. Castro <alex@igalia.com>
Add test to check stretchy value is case sensitive
https://bugs.webkit.org/show_bug.cgi?id=137602
Reviewed by Darin Adler.
* mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added.
* mathml/presentation/mo-stretchy-case-sensitive.html: Added.
2014-10-14 Alejandro G. Castro <alex@igalia.com>
Changes in the stretchy attribute do not update rendering
https://bugs.webkit.org/show_bug.cgi?id=136883
Reviewed by Darin Adler.
The test updates the stretchy value in a timeout.
* mathml/presentation/mo-stretch-update-expected.html: Added.
* mathml/presentation/mo-stretch-update.html: Added.
2014-10-14 Andrzej Badowski <a.badowski@samsung.com>
[AX] Improve AccessibilityTableCell columnHeaders and rowHeaders functions.
https://bugs.webkit.org/show_bug.cgi?id=136818
Reviewed by Chris Fleizach.
* accessibility/table-headers-expected.txt: Added.
* accessibility/table-headers.html: Added.
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
2014-10-13 Benjamin Poulain <bpoulain@apple.com>
Add test coverage for the more complex cases of :not()
https://bugs.webkit.org/show_bug.cgi?id=137671
Reviewed by Andreas Kling.
Those tests cover the future CSS JIT support of :not(). I'll to the implementation
split over multiple patch, better put the tests first.
* fast/selectors/not-backtracking-expected.txt: Added.
* fast/selectors/not-backtracking.html: Added.
* fast/selectors/not-boundaries-expected.txt: Added.
* fast/selectors/not-boundaries.html: Added.
2014-10-13 Yusuke Suzuki <utatane.tea@gmail.com>
CSS JIT: Implement :visited pseudo class
https://bugs.webkit.org/show_bug.cgi?id=135293
Reviewed by Benjamin Poulain.
To cover the :-webkit-any(:not(:link)), added new tests.
* TestExpectations:
* fast/history/link-inside-not-expected.txt:
* fast/history/link-inside-not-inside-any-expected.txt: Added.
* fast/history/link-inside-not-inside-any.html: Added.
* fast/history/link-inside-not.html:
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Improve the test image diffs page
https://bugs.webkit.org/show_bug.cgi?id=137674
Reviewed by Alexey Proskuryakov.
New version of the image diff page that has the diff images in-place, and allows
for control of the image toggling.
* fast/harness/image-diff-template-expected.txt:
* fast/harness/image-diff-template.html:
2014-10-13 Simon Fraser <simon.fraser@apple.com>
Gardening.
* platform/mac/TestExpectations:
2014-09-30 Sergio Villar Senin <svillar@igalia.com>
[CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits
https://bugs.webkit.org/show_bug.cgi?id=137253
Reviewed by Darin Adler.
* fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
* fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2014-10-12 Mike West <mkwst@chromium.org>
Referrer Policy: Update <meta name="referrer"> values to match the spec
https://bugs.webkit.org/show_bug.cgi?id=137635
Reviewed by Jochen Eisinger.
* http/tests/security/referrer-policy-https-no-referrer-expected.txt: Added.
* http/tests/security/referrer-policy-https-no-referrer-when-downgrade-expected.txt: Added.
* http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html: Added.
* http/tests/security/referrer-policy-https-no-referrer.html: Added.
* http/tests/security/referrer-policy-https-unsafe-url-expected.txt: Added.
* http/tests/security/referrer-policy-https-unsafe-url.html: Added.
* http/tests/security/referrer-policy-invalid-expected.txt: Update the error message with new keywords.
* http/tests/security/referrer-policy-no-referrer-expected.txt: Added.
* http/tests/security/referrer-policy-no-referrer-when-downgrade-expected.txt: Added.
* http/tests/security/referrer-policy-no-referrer-when-downgrade.html: Added.
* http/tests/security/referrer-policy-no-referrer.html: Added.
2014-10-12 Dhi Aurrahman <diorahman@rockybars.com>
Support activation behavior of link element
https://bugs.webkit.org/show_bug.cgi?id=137597
Reviewed by Benjamin Poulain.
Add test cases for link element activation behavior.
* fast/dom/html-link-element-activation-behavior-on-element-click-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-on-element-click.html: Added.
* fast/dom/html-link-element-activation-behavior-on-mouse-click-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-on-mouse-click.html: Added.
* fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added.
* fast/dom/html-link-element-activation-behavior-url-is-null.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-on-element-click-step1.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-on-mouse-click-step1.html: Added.
* fast/dom/resources/html-link-element-activation-behavior-target.html: Added.
2014-10-11 Simon Fraser <simon.fraser@apple.com>
Mark some more tests as sometimes passing.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
[EFL] Enable WebP support.
https://bugs.webkit.org/show_bug.cgi?id=136156
Reviewed by Gyuyoung Kim.
Clarify skipped webp test for Webkit EFL.
* platform/efl/TestExpectations:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Make these animation tests not timeout if hit testing fails.
* animations/animation-hit-test-transform.html:
* animations/animation-hit-test.html:
2014-10-10 Andy Estes <aestes@apple.com>
Mark compositing/rtl/rtl-fixed-overflow-scrolled.html as [ Failure ] on mac-wk1 platforms.
* platform/mac-wk1/TestExpectations:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/events tests.
* platform/ios-simulator/fast/events/*: Added
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/dynamic tests.
* platform/ios-simulator/fast/dynamic/*: Added
2014-10-10 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css3-text, fast/doctypes, fast/dom tests.
Skip fast/DeviceOrientation, fast/dom/shadow and some other failing tests.
* platform/ios-simulator/fast/css3-text/*: Added.
* platform/ios-simulator/fast/doctypes/*: Added.
* platform/ios-simulator/fast/dom/*: Added.
2014-10-10 Said Abou-Hallawa <sabouhallawa@apple.com>
RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window.
https://bugs.webkit.org/show_bug.cgi?id=137330
Reviewed by Simon Fraser.
Change the layout with resize test of the MathML underover object from being render tree test
to be reference test. The render test was failing on WK2 because it was doing window resizing
and view zooming. The new test rely solely on forcing the layout synchronously by resizing the
math container <div> element.
* mathml/opentype/munderover-layout-resize-expected.html: Added.
* mathml/opentype/munderover-layout-resize.html: Added.
* mathml/opentype/munderover-window-resize-expected.txt: Removed.
* mathml/opentype/munderover-window-resize.html: Removed.
2014-10-10 Benjamin Poulain <benjamin@webkit.org>
Update :nth-child(An+B of selector-list) to the latest specification
https://bugs.webkit.org/show_bug.cgi?id=137593
Reviewed by Andreas Kling.
* fast/selectors/nth-child-of-chained-3-expected.txt: Added.
* fast/selectors/nth-child-of-chained-3.html: Added.
This is an interesting new case with the new definition. Since the initial
element must also match the selector, it is now possible to fail even
if the combination An+B can match anything.
* fast/css/nth-child-of-classname-expected.html:
* fast/css/nth-child-of-classname.html:
* fast/css/nth-child-of-compound-selector-expected.html:
* fast/css/nth-child-of-compound-selector.html:
* fast/css/nth-child-of-tagname-expected.html:
* fast/css/nth-child-of-tagname.html:
* fast/selectors/nth-child-of-backtracking-adjacent-2.html:
* fast/selectors/nth-child-of-backtracking-adjacent.html:
* fast/selectors/nth-child-of-basics-2-expected.txt:
* fast/selectors/nth-child-of-basics-2.html:
* fast/selectors/nth-child-of-basics-expected.txt:
* fast/selectors/nth-child-of-basics.html:
* fast/selectors/nth-child-of-chained-2-expected.txt:
* fast/selectors/nth-child-of-chained-2.html:
* fast/selectors/nth-child-of-complex-selectors-expected.txt:
* fast/selectors/nth-child-of-complex-selectors.html:
* fast/selectors/nth-child-of-never-matching-selector-expected.txt:
* fast/selectors/nth-child-of-never-matching-selector.html:
* fast/selectors/nth-child-of-selector-list-expected.txt:
* fast/selectors/nth-child-of-selector-list.html:
Updating the test and tests result for the new definition.
2014-10-10 Andy Estes <aestes@apple.com>
[Mac] Update a Mavericks-specific baseline.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Skip some tests that timeout every time.
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
[Mac] Re-enable some compositing/rtl/ tests that acquired correct baselines in r174589
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
Only run platform/mac/editing/input/undo-grouping-on-text-insertion.html on Yosemite
* platform/mac-mavericks/TestExpectations: Added.
* platform/mac/TestExpectations:
2014-10-10 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] Unreviewed GTK gardening.
* platform/gtk/TestExpectations: Mark and report test failing after r137615 and r174540.
* platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Added. Rebaseline after r174540.
* platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Rebaseline after r174540.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css-generated-content, css-grid-layout tests.
* platform/ios-simulator/fast/css-generated-content/*: Added.
* platform/ios-simulator/fast/css-grid-layout/*: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/css tests.
* platform/ios-simulator/fast/css/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/box-shadow, box-sizing, canvas, clip and compact tests.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/box-shadow/*
* platform/ios-simulator/fast/box-sizing/*: Added.
* platform/ios-simulator/fast/canvas/*: Added.
* platform/ios-simulator/fast/clip/*: Added.
* platform/ios-simulator/fast/compact/*: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/borders tests.
* platform/ios-simulator/fast/borders/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/body-propagation tests.
* platform/ios-simulator/fast/body-propagation/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fast/block tests.
* platform/ios-simulator/fast/block/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip fast/animation in the iOS Simulator.
Add results for fast/backgrounds
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/fast/backgrounds/*: Added.
2014-10-10 Andy Estes <aestes@apple.com>
Add a mac-mountainlion result for delete-autocorrected-word-2.html.
* platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
2014-10-10 Andy Estes <aestes@apple.com>
[Mountain Lion] Fix global-constructors-attributes.html
Get rid of the platform/mac-wk2/ result since it's identical to the platform/mac/ version.
* platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Removed.
2014-10-10 Andy Estes <aestes@apple.com>
Fixes for additional Mavericks test failures.
* platform/mac-mavericks/compositing/fixed-image-loading-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
* platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/mac-mavericks/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2014-10-10 Simon Fraser <simon.fraser@apple.com>
Some more Mac TestExpectation tweaking.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-10 Andy Estes <aestes@apple.com>
Fix some Mavericks test failures caused by r174585.
* platform/mac-mavericks/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/mac-mavericks/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/mac-mavericks/platform/mac/fast/text/systemFont-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt.
* platform/mac-mavericks/platform/mac/fast/text/vertical-no-sideways-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt.
2014-10-10 Andy Estes <aestes@apple.com>
Added Yosemite expected results and TestExpections to platform/mac/.
To-be-overwritten files in platform/mac/ were first moved to platform/mac-mavericks/.
* platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt.
* platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
* platform/mac-mavericks/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png.
* platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt.
* platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt.
* platform/mac-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt.
* platform/mac-mavericks/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png.
* platform/mac-mavericks/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt.
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png.
* platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt.
* platform/mac-mavericks/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png.
* platform/mac-mavericks/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png.
* platform/mac-mavericks/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt.
* platform/mac-mavericks/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png.
* platform/mac-mavericks/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png.
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png.
* platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt.
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png.
* platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt.
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png.
* platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt.
* platform/mac-mavericks/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png.
* platform/mac-mavericks/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt.
* platform/mac-mavericks/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png.
* platform/mac-mavericks/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt.
* platform/mac-mavericks/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png.
* platform/mac-mavericks/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt.
* platform/mac-mavericks/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.png.
* platform/mac-mavericks/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt.
* platform/mac-mavericks/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png.
* platform/mac-mavericks/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt.
* platform/mac-mavericks/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png.
* platform/mac-mavericks/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt.
* platform/mac-mavericks/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png.
* platform/mac-mavericks/editing/selection/caret-before-select-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-before-select-expected.png.
* platform/mac-mavericks/editing/selection/drag-select-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png.
* platform/mac-mavericks/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt.
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png.
* platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.txt.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.png.
* platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.txt.
* platform/mac-mavericks/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png.
* platform/mac-mavericks/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png.
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png.
* platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt.
* platform/mac-mavericks/editing/selection/selection-button-text-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png.
* platform/mac-mavericks/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt.
* platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt.
* platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.png: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png.
* platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt.
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png.
* platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt.
* platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.png: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png.
* platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt.
* platform/mac-mavericks/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png.
* platform/mac-mavericks/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png.
* platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt.
* platform/mac-mavericks/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt.
* platform/mac-mavericks/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png.
* platform/mac-mavericks/fast/css/line-height-expected.png: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.png.
* platform/mac-mavericks/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt.
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.png: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png.
* platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt.
* platform/mac-mavericks/fast/css/resize-corner-tracking-expected.png: Copied from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png.
* platform/mac-mavericks/fast/css/rtl-ordering-expected.png: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.png.
* platform/mac-mavericks/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt.
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png.
* platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt.
* platform/mac-mavericks/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png.
* platform/mac-mavericks/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt.
* platform/mac-mavericks/fast/css/text-transform-select-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.png.
* platform/mac-mavericks/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png.
* platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png.
* platform/mac-mavericks/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt.
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png.
* platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt.
* platform/mac-mavericks/fast/dom/isindex-001-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.png.
* platform/mac-mavericks/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt.
* platform/mac-mavericks/fast/dom/isindex-002-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.png.
* platform/mac-mavericks/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt.
* platform/mac-mavericks/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png.
* platform/mac-mavericks/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt.
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
* platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt.
* platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt.
* platform/mac-mavericks/fast/events/context-no-deselect-expected.png: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png.
* platform/mac-mavericks/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt.
* platform/mac-mavericks/fast/forms/001-expected.png: Copied from LayoutTests/platform/mac/fast/forms/001-expected.png.
* platform/mac-mavericks/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt.
* platform/mac-mavericks/fast/forms/003-expected.png: Copied from LayoutTests/platform/mac/fast/forms/003-expected.png.
* platform/mac-mavericks/fast/forms/003-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/003-expected.txt.
* platform/mac-mavericks/fast/forms/004-expected.png: Copied from LayoutTests/platform/mac/fast/forms/004-expected.png.
* platform/mac-mavericks/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png.
* platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt.
* platform/mac-mavericks/fast/forms/basic-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png.
* platform/mac-mavericks/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt.
* platform/mac-mavericks/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png.
* platform/mac-mavericks/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt.
* platform/mac-mavericks/fast/forms/basic-selects-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.png.
* platform/mac-mavericks/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt.
* platform/mac-mavericks/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png.
* platform/mac-mavericks/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt.
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png.
* platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt.
* platform/mac-mavericks/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png.
* platform/mac-mavericks/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt.
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.png: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png.
* platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt.
* platform/mac-mavericks/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png.
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png.
* platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt.
* platform/mac-mavericks/fast/forms/button-default-title-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.png.
* platform/mac-mavericks/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt.
* platform/mac-mavericks/fast/forms/button-generated-content-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png.
* platform/mac-mavericks/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt.
* platform/mac-mavericks/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png.
* platform/mac-mavericks/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt.
* platform/mac-mavericks/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png.
* platform/mac-mavericks/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt.
* platform/mac-mavericks/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png.
* platform/mac-mavericks/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png.
* platform/mac-mavericks/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt.
* platform/mac-mavericks/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png.
* platform/mac-mavericks/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt.
* platform/mac-mavericks/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png.
* platform/mac-mavericks/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt.
* platform/mac-mavericks/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png.
* platform/mac-mavericks/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt.
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png.
* platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png.
* platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt.
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.png: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png.
* platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt.
* platform/mac-mavericks/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.png.
* platform/mac-mavericks/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt.
* platform/mac-mavericks/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png.
* platform/mac-mavericks/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt.
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png.
* platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt.
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png.
* platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt.
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.png.
* platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt.
* platform/mac-mavericks/fast/forms/floating-textfield-relayout-expected.png: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png.
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png.
* platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt.
* platform/mac-mavericks/fast/forms/formmove3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.png.
* platform/mac-mavericks/fast/forms/formmove3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.txt.
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png.
* platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt.
* platform/mac-mavericks/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png.
* platform/mac-mavericks/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt.
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png.
* platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt.
* platform/mac-mavericks/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png.
* platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt.
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png.
* platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt.
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png.
* platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt.
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png.
* platform/mac-mavericks/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt.
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png.
* platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt.
* platform/mac-mavericks/fast/forms/input-first-letter-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png.
* platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt.
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png.
* platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt.
* platform/mac-mavericks/fast/forms/input-spaces-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.png.
* platform/mac-mavericks/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt.
* platform/mac-mavericks/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png.
* platform/mac-mavericks/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png.
* platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png.
* platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png.
* platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png.
* platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png.
* platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png.
* platform/mac-mavericks/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png.
* platform/mac-mavericks/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt.
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png.
* platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt.
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png.
* platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt.
* platform/mac-mavericks/fast/forms/input-value-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.png.
* platform/mac-mavericks/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt.
* platform/mac-mavericks/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.png.
* platform/mac-mavericks/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png.
* platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt.
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png.
* platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png.
* platform/mac-mavericks/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png.
* platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png.
* platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.png.
* platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png.
* platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png.
* platform/mac-mavericks/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png.
* platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt.
* platform/mac-mavericks/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png.
* platform/mac-mavericks/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png.
* platform/mac-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt.
* platform/mac-mavericks/fast/forms/option-script-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.png.
* platform/mac-mavericks/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt.
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png.
* platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt.
* platform/mac-mavericks/fast/forms/option-text-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png.
* platform/mac-mavericks/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png.
* platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt.
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png.
* platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt.
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png.
* platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt.
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png.
* platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt.
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png.
* platform/mac-mavericks/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt.
* platform/mac-mavericks/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png.
* platform/mac-mavericks/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt.
* platform/mac-mavericks/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png.
* platform/mac-mavericks/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png.
* platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png.
* platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt.
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png.
* platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt.
* platform/mac-mavericks/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png.
* platform/mac-mavericks/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt.
* platform/mac-mavericks/fast/forms/select-background-none-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.png.
* platform/mac-mavericks/fast/forms/select-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.png.
* platform/mac-mavericks/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt.
* platform/mac-mavericks/fast/forms/select-block-background-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.png.
* platform/mac-mavericks/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png.
* platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png.
* platform/mac-mavericks/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt.
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png.
* platform/mac-mavericks/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt.
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png.
* platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt.
* platform/mac-mavericks/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png.
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png.
* platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt.
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png.
* platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt.
* platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png.
* platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt.
* platform/mac-mavericks/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt.
* platform/mac-mavericks/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt.
* platform/mac-mavericks/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png.
* platform/mac-mavericks/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt.
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png.
* platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
* platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png.
* platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt.
* platform/mac-mavericks/fast/forms/stuff-on-my-optgroup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png.
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png.
* platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt.
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.png: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.png.
* platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt.
* platform/mac-mavericks/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png.
* platform/mac-mavericks/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt.
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png.
* platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png.
* platform/mac-mavericks/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png.
* platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-scroll-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png.
* platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt.
* platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png.
* platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png.
* platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png.
* platform/mac-mavericks/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt.
* platform/mac-mavericks/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png.
* platform/mac-mavericks/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt.
* platform/mac-mavericks/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png.
* platform/mac-mavericks/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt.
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png.
* platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt.
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png.
* platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt.
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png.
* platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt.
* platform/mac-mavericks/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png.
* platform/mac-mavericks/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt.
* platform/mac-mavericks/fast/html/details-open-javascript-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png.
* platform/mac-mavericks/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt.
* platform/mac-mavericks/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.png.
* platform/mac-mavericks/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt.
* platform/mac-mavericks/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.png.
* platform/mac-mavericks/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt.
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.png.
* platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt.
* platform/mac-mavericks/fast/html/details-replace-text-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.png.
* platform/mac-mavericks/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt.
* platform/mac-mavericks/fast/html/keygen-expected.png: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.png.
* platform/mac-mavericks/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt.
* platform/mac-mavericks/fast/images/image-controls-basic-expected.png: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.png.
* platform/mac-mavericks/fast/images/image-controls-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.txt.
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.png: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png.
* platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt.
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png.
* platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt.
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png.
* platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt.
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png.
* platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt.
* platform/mac-mavericks/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png.
* platform/mac-mavericks/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt.
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png.
* platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png.
* platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt.
* platform/mac-mavericks/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.png.
* platform/mac-mavericks/fast/repaint/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt.
* platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
* platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png.
* platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt.
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png.
* platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt.
* platform/mac-mavericks/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png.
* platform/mac-mavericks/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt.
* platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png.
* platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt.
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png.
* platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt.
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png.
* platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt.
* platform/mac-mavericks/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png.
* platform/mac-mavericks/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt.
* platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png.
* platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt.
* platform/mac-mavericks/fast/table/003-expected.png: Copied from LayoutTests/platform/mac/fast/table/003-expected.png.
* platform/mac-mavericks/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt.
* platform/mac-mavericks/fast/table/append-cells2-expected.png: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.png.
* platform/mac-mavericks/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt.
* platform/mac-mavericks/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png.
* platform/mac-mavericks/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt.
* platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png.
* platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt.
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.png: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png.
* platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt.
* platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.png: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png.
* platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt.
* platform/mac-mavericks/fast/table/text-field-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png.
* platform/mac-mavericks/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt.
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.png.
* platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.txt.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.png: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt.
* platform/mac-mavericks/fast/text/backslash-to-yen-sign-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-expected.txt.
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.png: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.png.
* platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.txt.
* platform/mac-mavericks/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png.
* platform/mac-mavericks/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt.
* platform/mac-mavericks/fast/text/emphasis-expected.txt: Copied from LayoutTests/platform/mac/fast/text/emphasis-expected.txt.
* platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.txt.
* platform/mac-mavericks/fast/text/indic-expected.txt: Copied from LayoutTests/platform/mac/fast/text/indic-expected.txt.
* platform/mac-mavericks/fast/text/international/003-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/003-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.png.
* platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png.
* platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt.
* platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.txt.
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.png.
* platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.txt.
* platform/mac-mavericks/fast/text/international/danda-space-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.png.
* platform/mac-mavericks/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.txt.
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.png.
* platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.txt.
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.png.
* platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.txt.
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png.
* platform/mac-mavericks/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt.
* platform/mac-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt.
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png.
* platform/mac-mavericks/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt.
* platform/mac-mavericks/fast/text/international/wrap-CJK-001-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/wrap-CJK-001-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-complex-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-complex-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-simple-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-simple-expected.txt.
* platform/mac-mavericks/fast/text/justify-ideograph-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.txt.
* platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt: Copied from LayoutTests/platform/mac/fast/text/khmer-lao-font-expected.txt.
* platform/mac-mavericks/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Copied from LayoutTests/platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt.
* platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png.
* platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt.
* platform/mac-mavericks/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt.
* platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.png: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png.
* platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt.
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png.
* platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
* platform/mac-mavericks/mathml/opentype/large-operators-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt.
* platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt.
* platform/mac-mavericks/mathml/opentype/vertical-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt.
* platform/mac-mavericks/media/audio-controls-rendering-expected.png: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.png.
* platform/mac-mavericks/media/audio-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.txt.
* platform/mac-mavericks/media/controls-strict-expected.png: Copied from LayoutTests/platform/mac/media/controls-strict-expected.png.
* platform/mac-mavericks/media/controls-strict-expected.txt: Copied from LayoutTests/platform/mac/media/controls-strict-expected.txt.
* platform/mac-mavericks/media/video-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-rendering-expected.txt.
* platform/mac-mavericks/media/video-display-toggle-expected.txt: Copied from LayoutTests/platform/mac/media/video-display-toggle-expected.txt.
* platform/mac-mavericks/media/video-no-audio-expected.png: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.png.
* platform/mac-mavericks/media/video-no-audio-expected.txt: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.txt.
* platform/mac-mavericks/media/video-volume-slider-expected.txt: Copied from LayoutTests/platform/mac/media/video-volume-slider-expected.txt.
* platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt: Copied from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt.
* platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt.
* platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt.
* platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt.
* platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt.
* platform/mac-mavericks/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
* platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt.
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
* platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/mac-mavericks/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
* platform/mac-mavericks/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt.
* platform/mac-mavericks/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
* platform/mac-mavericks/svg/text/bidi-text-query-expected.txt: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt.
* platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt.
* platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt.
* platform/mac-mavericks/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt.
* platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt.
* platform/mac-mavericks/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt.
* platform/mac-mavericks/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt.
* platform/mac-mavericks/transforms/2d/hindi-rotated-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/hindi-rotated-expected.txt.
* platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt.
* platform/mac-mavericks/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt.
* platform/mac-wk2/TestExpectations:
* platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/accessibility/aria-readonly-expected.txt:
* platform/mac/accessibility/roles-exposed-expected.txt:
* platform/mac/compositing/contents-opaque/control-layer-expected.txt:
* platform/mac/compositing/fixed-image-loading-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt.
* platform/mac/compositing/geometry/composited-in-columns-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/mac/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/mac/editing/input/devanagari-ligature-expected.txt:
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt: Added.
* platform/mac/editing/input/undo-grouping-on-text-insertion.html: Added.
* platform/mac/editing/inserting/4960120-1-expected.png:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/before-after-input-element-expected.png:
* platform/mac/editing/inserting/before-after-input-element-expected.txt:
* platform/mac/editing/pasteboard/4641033-expected.png:
* platform/mac/editing/pasteboard/4806874-expected.png:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.png:
* platform/mac/editing/pasteboard/4944770-2-expected.png:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.png:
* platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.png:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.png:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/editing/selection/3690703-2-expected.png:
* platform/mac/editing/selection/3690703-2-expected.txt:
* platform/mac/editing/selection/3690703-expected.png:
* platform/mac/editing/selection/3690703-expected.txt:
* platform/mac/editing/selection/3690719-expected.png:
* platform/mac/editing/selection/3690719-expected.txt:
* platform/mac/editing/selection/4397952-expected.png:
* platform/mac/editing/selection/4397952-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.png:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4975120-expected.png:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/5240265-expected.png:
* platform/mac/editing/selection/caret-before-select-expected.png:
* platform/mac/editing/selection/drag-select-1-expected.png:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/replaced-boundaries-3-expected.png:
* platform/mac/editing/selection/replaced-boundaries-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.png:
* platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/mac/editing/selection/select-box-expected.png:
* platform/mac/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.png:
* platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/mac/editing/selection/selection-button-text-expected.png:
* platform/mac/editing/selection/selection-button-text-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png:
* platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.png:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
* platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/mac/fast/css/continuationCrash-expected.png:
* platform/mac/fast/css/continuationCrash-expected.txt:
* platform/mac/fast/css/css2-system-fonts-expected.png:
* platform/mac/fast/css/css2-system-fonts-expected.txt:
* platform/mac/fast/css/font-family-pictograph-expected.txt:
* platform/mac/fast/css/input-search-padding-expected.png:
* platform/mac/fast/css/line-height-expected.png:
* platform/mac/fast/css/line-height-expected.txt:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-expected.png:
* platform/mac/fast/css/resize-corner-tracking-expected.txt: Added.
* platform/mac/fast/css/rtl-ordering-expected.png:
* platform/mac/fast/css/rtl-ordering-expected.txt:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png:
* platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/mac/fast/css/text-overflow-input-expected.png:
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/css/text-transform-select-expected.png:
* platform/mac/fast/css/text-transform-select-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
* platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dom/isindex-001-expected.png:
* platform/mac/fast/dom/isindex-001-expected.txt:
* platform/mac/fast/dom/isindex-002-expected.png:
* platform/mac/fast/dom/isindex-002-expected.txt:
* platform/mac/fast/dynamic/008-expected.png:
* platform/mac/fast/dynamic/008-expected.txt:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.png:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/events/shadow-event-path-2-expected.txt: Added.
* platform/mac/fast/forms/001-expected.png:
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/forms/003-expected.png:
* platform/mac/fast/forms/003-expected.txt:
* platform/mac/fast/forms/004-expected.png:
* platform/mac/fast/forms/004-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.png:
* platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/mac/fast/forms/basic-buttons-expected.png:
* platform/mac/fast/forms/basic-buttons-expected.txt:
* platform/mac/fast/forms/basic-inputs-expected.png:
* platform/mac/fast/forms/basic-inputs-expected.txt:
* platform/mac/fast/forms/basic-selects-expected.png:
* platform/mac/fast/forms/basic-selects-expected.txt:
* platform/mac/fast/forms/basic-textareas-expected.png:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/forms/basic-textareas-quirks-expected.png:
* platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
* platform/mac/fast/forms/blankbuttons-expected.png:
* platform/mac/fast/forms/blankbuttons-expected.txt:
* platform/mac/fast/forms/box-shadow-override-expected.png:
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/button-align-expected.png:
* platform/mac/fast/forms/button-cannot-be-nested-expected.png:
* platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
* platform/mac/fast/forms/button-default-title-expected.png:
* platform/mac/fast/forms/button-default-title-expected.txt:
* platform/mac/fast/forms/button-generated-content-expected.png:
* platform/mac/fast/forms/button-generated-content-expected.txt:
* platform/mac/fast/forms/button-positioned-expected.png:
* platform/mac/fast/forms/button-positioned-expected.txt:
* platform/mac/fast/forms/button-sizes-expected.png:
* platform/mac/fast/forms/button-sizes-expected.txt:
* platform/mac/fast/forms/button-style-color-expected.png:
* platform/mac/fast/forms/button-style-color-expected.txt:
* platform/mac/fast/forms/button-table-styles-expected.png:
* platform/mac/fast/forms/button-table-styles-expected.txt:
* platform/mac/fast/forms/button-text-transform-expected.png:
* platform/mac/fast/forms/button-text-transform-expected.txt:
* platform/mac/fast/forms/button-white-space-expected.png:
* platform/mac/fast/forms/button-white-space-expected.txt:
* platform/mac/fast/forms/control-clip-expected.png:
* platform/mac/fast/forms/control-clip-expected.txt:
* platform/mac/fast/forms/control-clip-overflow-expected.png:
* platform/mac/fast/forms/control-clip-overflow-expected.txt:
* platform/mac/fast/forms/control-restrict-line-height-expected.png:
* platform/mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/mac/fast/forms/disabled-select-change-index-expected.png:
* platform/mac/fast/forms/disabled-select-change-index-expected.txt:
* platform/mac/fast/forms/encoding-test-expected.png:
* platform/mac/fast/forms/encoding-test-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.png:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/file/file-input-direction-expected.png:
* platform/mac/fast/forms/file/file-input-direction-expected.txt:
* platform/mac/fast/forms/file/file-input-disabled-expected.png:
* platform/mac/fast/forms/file/file-input-disabled-expected.txt:
* platform/mac/fast/forms/file/input-file-re-render-expected.png:
* platform/mac/fast/forms/file/input-file-re-render-expected.txt:
* platform/mac/fast/forms/floating-textfield-relayout-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/formmove3-expected.png:
* platform/mac/fast/forms/formmove3-expected.txt:
* platform/mac/fast/forms/hidden-listbox-expected.png:
* platform/mac/fast/forms/hidden-listbox-expected.txt:
* platform/mac/fast/forms/input-align-expected.png:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
* platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/mac/fast/forms/input-appearance-disabled-expected.png:
* platform/mac/fast/forms/input-appearance-disabled-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.png:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.png:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.png:
* platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/mac/fast/forms/input-appearance-readonly-expected.png:
* platform/mac/fast/forms/input-appearance-readonly-expected.txt:
* platform/mac/fast/forms/input-appearance-selection-expected.png:
* platform/mac/fast/forms/input-appearance-selection-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
* platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
* platform/mac/fast/forms/input-appearance-visibility-expected.png:
* platform/mac/fast/forms/input-appearance-visibility-expected.txt:
* platform/mac/fast/forms/input-appearance-width-expected.png:
* platform/mac/fast/forms/input-appearance-width-expected.txt:
* platform/mac/fast/forms/input-baseline-expected.png:
* platform/mac/fast/forms/input-baseline-expected.txt:
* platform/mac/fast/forms/input-button-sizes-expected.png:
* platform/mac/fast/forms/input-button-sizes-expected.txt:
* platform/mac/fast/forms/input-disabled-color-expected.png:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/mac/fast/forms/input-field-text-truncated-expected.png:
* platform/mac/fast/forms/input-field-text-truncated-expected.txt:
* platform/mac/fast/forms/input-first-letter-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.png:
* platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
* platform/mac/fast/forms/input-readonly-dimmed-expected.png:
* platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
* platform/mac/fast/forms/input-readonly-empty-expected.png:
* platform/mac/fast/forms/input-readonly-empty-expected.txt:
* platform/mac/fast/forms/input-spaces-expected.png:
* platform/mac/fast/forms/input-spaces-expected.txt:
* platform/mac/fast/forms/input-table-expected.png:
* platform/mac/fast/forms/input-table-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.png:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.png:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.png:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.png:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.png:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.png:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/input-text-word-wrap-expected.png:
* platform/mac/fast/forms/input-text-word-wrap-expected.txt:
* platform/mac/fast/forms/input-type-text-min-width-expected.png:
* platform/mac/fast/forms/input-type-text-min-width-expected.txt:
* platform/mac/fast/forms/input-value-expected.png:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/forms/input-width-expected.png:
* platform/mac/fast/forms/input-width-expected.txt:
* platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
* platform/mac/fast/forms/listbox-bidi-align-expected.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
* platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/mac/fast/forms/listbox-width-change-expected.png:
* platform/mac/fast/forms/listbox-width-change-expected.txt:
* platform/mac/fast/forms/menulist-clip-expected.png:
* platform/mac/fast/forms/menulist-clip-expected.txt:
* platform/mac/fast/forms/menulist-deselect-update-expected.png:
* platform/mac/fast/forms/menulist-deselect-update-expected.txt:
* platform/mac/fast/forms/menulist-no-overflow-expected.png:
* platform/mac/fast/forms/menulist-no-overflow-expected.txt:
* platform/mac/fast/forms/menulist-option-wrap-expected.png:
* platform/mac/fast/forms/menulist-option-wrap-expected.txt:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/mac/fast/forms/menulist-style-color-expected.png:
* platform/mac/fast/forms/menulist-style-color-expected.txt:
* platform/mac/fast/forms/menulist-width-change-expected.png:
* platform/mac/fast/forms/menulist-width-change-expected.txt:
* platform/mac/fast/forms/minWidthPercent-expected.png:
* platform/mac/fast/forms/minWidthPercent-expected.txt:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.png:
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
* platform/mac/fast/forms/option-script-expected.png:
* platform/mac/fast/forms/option-script-expected.txt:
* platform/mac/fast/forms/option-strip-whitespace-expected.png:
* platform/mac/fast/forms/option-strip-whitespace-expected.txt:
* platform/mac/fast/forms/option-text-clip-expected.png:
* platform/mac/fast/forms/option-text-clip-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.png:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/plaintext-mode-2-expected.png:
* platform/mac/fast/forms/plaintext-mode-2-expected.txt:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png:
* platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.png:
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/mac/fast/forms/search-rtl-expected.png:
* platform/mac/fast/forms/search-rtl-expected.txt:
* platform/mac/fast/forms/search-styled-expected.png:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/search-vertical-alignment-expected.png:
* platform/mac/fast/forms/search-vertical-alignment-expected.txt:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.png:
* platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
* platform/mac/fast/forms/searchfield-heights-expected.png:
* platform/mac/fast/forms/searchfield-heights-expected.txt:
* platform/mac/fast/forms/select-align-expected.png:
* platform/mac/fast/forms/select-align-expected.txt:
* platform/mac/fast/forms/select-background-none-expected.png:
* platform/mac/fast/forms/select-baseline-expected.png:
* platform/mac/fast/forms/select-baseline-expected.txt:
* platform/mac/fast/forms/select-block-background-expected.png:
* platform/mac/fast/forms/select-block-background-expected.txt:
* platform/mac/fast/forms/select-change-listbox-size-expected.png:
* platform/mac/fast/forms/select-change-listbox-size-expected.txt:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.png:
* platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/mac/fast/forms/select-disabled-appearance-expected.png:
* platform/mac/fast/forms/select-disabled-appearance-expected.txt:
* platform/mac/fast/forms/select-empty-option-height-expected.png:
* platform/mac/fast/forms/select-item-background-clip-expected.png:
* platform/mac/fast/forms/select-item-background-clip-expected.txt:
* platform/mac/fast/forms/select-list-box-with-height-expected.png:
* platform/mac/fast/forms/select-list-box-with-height-expected.txt:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png:
* platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-expected.txt:
* platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/mac/fast/forms/select-selected-expected.png:
* platform/mac/fast/forms/select-selected-expected.txt:
* platform/mac/fast/forms/select-writing-direction-natural-expected.png:
* platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
* platform/mac/fast/forms/select/optgroup-rendering-expected.png:
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt:
* platform/mac/fast/forms/stuff-on-my-optgroup-expected.png:
* platform/mac/fast/forms/tabbing-input-iframe-expected.png:
* platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
* platform/mac/fast/forms/targeted-frame-submission-expected.png:
* platform/mac/fast/forms/targeted-frame-submission-expected.txt:
* platform/mac/fast/forms/text-style-color-expected.png:
* platform/mac/fast/forms/text-style-color-expected.txt:
* platform/mac/fast/forms/textAreaLineHeight-expected.png:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.png:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/mac/fast/forms/textarea-scroll-height-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.png:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textfield-focus-ring-expected.png:
* platform/mac/fast/forms/textfield-focus-ring-expected.txt:
* platform/mac/fast/forms/textfield-outline-expected.png:
* platform/mac/fast/forms/textfield-outline-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.png:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/forms/validation-message-appearance-expected.png:
* platform/mac/fast/forms/validation-message-appearance-expected.txt:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
* platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/mac/fast/frames/take-focus-from-iframe-expected.png:
* platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.png:
* platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt:
* platform/mac/fast/html/details-no-summary4-expected.png:
* platform/mac/fast/html/details-no-summary4-expected.txt:
* platform/mac/fast/html/details-open-javascript-expected.png:
* platform/mac/fast/html/details-open-javascript-expected.txt:
* platform/mac/fast/html/details-open2-expected.png:
* platform/mac/fast/html/details-open2-expected.txt:
* platform/mac/fast/html/details-open4-expected.png:
* platform/mac/fast/html/details-open4-expected.txt:
* platform/mac/fast/html/details-replace-summary-child-expected.png:
* platform/mac/fast/html/details-replace-summary-child-expected.txt:
* platform/mac/fast/html/details-replace-text-expected.png:
* platform/mac/fast/html/details-replace-text-expected.txt:
* platform/mac/fast/html/keygen-expected.png:
* platform/mac/fast/html/keygen-expected.txt:
* platform/mac/fast/images/image-controls-basic-expected.png:
* platform/mac/fast/images/image-controls-basic-expected.txt:
* platform/mac/fast/lists/dynamic-marker-crash-expected.png:
* platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
* platform/mac/fast/overflow/overflow-x-y-expected.png:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
* platform/mac/fast/overflow/scrollRevealButton-expected.png:
* platform/mac/fast/overflow/scrollRevealButton-expected.txt:
* platform/mac/fast/parser/document-write-option-expected.png:
* platform/mac/fast/parser/document-write-option-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.png:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/repaint/control-clip-expected.png:
* platform/mac/fast/repaint/control-clip-expected.txt:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/mac/fast/repaint/search-field-cancel-expected.png:
* platform/mac/fast/repaint/search-field-cancel-expected.txt:
* platform/mac/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
* platform/mac/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
* platform/mac/fast/repaint/subtree-root-skipped-expected.png:
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-expected.png:
* platform/mac/fast/replaced/replaced-breaking-expected.txt:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.png:
* platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/mac/fast/replaced/width100percent-button-expected.png:
* platform/mac/fast/replaced/width100percent-button-expected.txt:
* platform/mac/fast/replaced/width100percent-menulist-expected.png:
* platform/mac/fast/replaced/width100percent-menulist-expected.txt:
* platform/mac/fast/selectors/064-expected.png:
* platform/mac/fast/selectors/064-expected.txt:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
* platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/mac/fast/table/003-expected.png:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/table/append-cells2-expected.png:
* platform/mac/fast/table/append-cells2-expected.txt:
* platform/mac/fast/table/colspanMinWidth-expected.png:
* platform/mac/fast/table/colspanMinWidth-expected.txt:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
* platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/mac/fast/table/remove-td-display-none-expected.png:
* platform/mac/fast/table/remove-td-display-none-expected.txt:
* platform/mac/fast/table/spanOverlapRepaint-expected.png:
* platform/mac/fast/table/spanOverlapRepaint-expected.txt:
* platform/mac/fast/table/text-field-baseline-expected.png:
* platform/mac/fast/table/text-field-baseline-expected.txt:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.png:
* platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
* platform/mac/fast/text/complex-text-opacity-expected.png:
* platform/mac/fast/text/complex-text-opacity-expected.txt:
* platform/mac/fast/text/drawBidiText-expected.png:
* platform/mac/fast/text/drawBidiText-expected.txt:
* platform/mac/fast/text/emphasis-expected.txt:
* platform/mac/fast/text/fallback-traits-fixup-expected.txt:
* platform/mac/fast/text/indic-expected.txt:
* platform/mac/fast/text/international/003-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.png:
* platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/mac/fast/text/international/bidi-listbox-expected.txt:
* platform/mac/fast/text/international/bidi-menulist-expected.txt:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
* platform/mac/fast/text/international/bold-bengali-expected.txt:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.png:
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
* platform/mac/fast/text/international/danda-space-expected.png:
* platform/mac/fast/text/international/danda-space-expected.txt:
* platform/mac/fast/text/international/hindi-whitespace-expected.png:
* platform/mac/fast/text/international/hindi-whitespace-expected.txt:
* platform/mac/fast/text/international/khmer-selection-expected.png:
* platform/mac/fast/text/international/khmer-selection-expected.txt:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
* platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
* platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
* platform/mac/fast/text/justify-ideograph-complex-expected.txt:
* platform/mac/fast/text/justify-ideograph-simple-expected.txt:
* platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
* platform/mac/fast/text/khmer-lao-font-expected.txt:
* platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/mac/fast/text/systemFont-expected.txt: Added.
* platform/mac/fast/text/textIteratorNilRenderer-expected.png:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/fast/text/updateNewFont-expected.txt:
* platform/mac/fast/text/vertical-no-sideways-expected.txt: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: Added.
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/mathml/opentype/large-operators-expected.txt:
* platform/mac/mathml/opentype/munderover-window-resize-expected.png: Added.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
* platform/mac/mathml/opentype/vertical-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-strict-expected.png:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-no-audio-expected.png:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed.
* platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed.
* platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed.
* platform/mac/platform/mac/fast/text/systemFont-expected.txt: Removed.
* platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Removed.
* platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Removed.
* platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
* platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
* platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.png:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/text/bidi-text-query-expected.png:
* platform/mac/svg/text/bidi-text-query-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
* platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
* platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/mac/tables/mozilla/bugs/bug29326-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
* platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
* platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
* platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/mac/tables/mozilla/bugs/bug68912-expected.txt:
* platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
* platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
* platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
* platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/mac/tables/mozilla/core/margins-expected.txt:
* platform/mac/tables/mozilla/dom/tableDom-expected.txt:
* platform/mac/tables/mozilla/other/move_row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/mac/transforms/2d/hindi-rotated-expected.txt:
* platform/mac/transforms/2d/zoom-menulist-expected.txt:
* platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
2014-10-10 Andrzej Badowski <a.badowski@samsung.com>
[ATK] Changing the mapping of ARIA rowheader and columnheader into respective ATK roles.
https://bugs.webkit.org/show_bug.cgi?id=136150
Reviewed by Chris Fleizach.
Minor changes in the roles-exposed test to check the mapping of rowheader and columnheader.
As a result of changes in the code test also shows the changes for the <th> element.
Changes expectations so that they cover propoer mapping of RowHeaderRole and ColumnHeaderRole.
* accessibility/aria-tables-expected.txt:
* accessibility/roles-exposed.html:
* accessibility/table-roles-hierarchy-expected.txt: Added.
* accessibility/table-roles-hierarchy.html: Added.
* platform/efl/accessibility/roles-exposed-expected.txt: Added.
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/efl/accessibility/table-detection-expected.txt:
* platform/gtk/accessibility/roles-exposed-expected.txt: Added.
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-sections-expected.txt:
* platform/mac/accessibility/aria-tables-expected.txt: Copied from LayoutTests/accessibility/aria-tables-expected.txt.
* platform/mac/accessibility/table-roles-hierarchy-expected.txt: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Rename some tests that oddly had -html.html suffixes.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html-expected.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.png.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.txt.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html.html.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.png.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.txt.
* platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html.html.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Tweak some Mac test expectations.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Mac TestExpectations cleanup.
Re-enable tests that now pass. Mark skipped tests as [ Failure ] when possible,
and rebaseline some tests.
* perf/nested-combined-selectors-expected.txt: Added.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
* platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
* platform/mac/editing/spelling/autocorrection-delete-expected.txt:
* platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
* platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
* platform/mac/editing/spelling/autocorrection-simple-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
* platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt:
* platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added.
* platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
* platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt.
* platform/mac/media/controls-styling-expected.txt:
* platform/mac/media/video-zoom-controls-expected.txt:
* platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Removed.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip webgl tests in the iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for webaudio tests.
* platform/ios-simulator/webaudio/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for webarchive tests.
* platform/ios-simulator/webarchive/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator and generic results for userscripts tests.
* platform/ios-simulator/userscripts/user-script-plugin-document-expected.txt: Added.
* userscripts/script-run-at-end-expected.txt: Added.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results (many of which are failures) for transitions tests.
* platform/ios-simulator/transitions/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for transforms tests.
* platform/ios-simulator/transforms/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for tables tests.
* platform/ios-simulator/tables/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Denote some crashing SVG tests.
* platform/ios-simulator/TestExpectations:
2014-10-09 Dean Jackson <dino@apple.com>
Computed style for clip is wrong with respect to auto
https://bugs.webkit.org/show_bug.cgi?id=137567
Reviewed by Simon Fraser.
Test that an input of clip: rect(auto, auto, auto, auto)
is the same on the way out.
* fast/css/computed-clip-with-auto-rect-expected.txt: Added.
* fast/css/computed-clip-with-auto-rect.html: Added.
2014-10-09 Said Abou-Hallawa <sabouhallawa@apple.com>
RenderMathMLUnderOver adds spacing to the child operator indefinitely when zooming or resizing the window.
https://bugs.webkit.org/show_bug.cgi?id=137330
Reviewed by Darin Adler, Daniel Bates.
When the alignment is center, which is the common case for math, changing the size of
an object affects the position of this object also. We need to confirm that zooming or
resizing the window should not affect the rectangle of the over/under math object operator.
* mathml/opentype/munderover-window-resize-expected.txt: Added.
* mathml/opentype/munderover-window-resize.html: Added.
New test with many under and over math objects. After loading the page, the window is resized and
the view is zoomed in and out to make sure the layout of these under and over objects were not changed.
* platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt:
This test was wrong because of the spacing issue. The page has two <mover> math objects at the beginning.
Each of them has an <mspace> child. The width of the first <mspace> is 1em while the width of the second
<mspace> is 2em. The font size is 10pt. So it is expected to have the first one 10 pixels and the second
to be 20 pixels. In the test, the width of the first is 22 and the width of the second is 32.
I do expect this test to fail on other platforms since they have the same mistake which is now fixed. I am
going to submit the mac expected version only and when it fails I am going to collect the result and submit
another patch for the other platforms expected files.
2014-10-09 Dean Jackson <dino@apple.com>
Import W3C @supports tests
https://bugs.webkit.org/show_bug.cgi?id=137569
<rdar://problem/18601076>
Reviewed by Simon Fraser.
Import the tests from https://test.csswg.org/source/css-conditional-3/
We currently fail 2 tests, tracked in TestExpectations.
* TestExpectations:
* css3/conditional/w3c/LICENSE: Added.
* css3/conditional/w3c/at-supports-001-expected.html: Added.
* css3/conditional/w3c/at-supports-001.html: Added.
* css3/conditional/w3c/at-supports-002-expected.html: Added.
* css3/conditional/w3c/at-supports-002.html: Added.
* css3/conditional/w3c/at-supports-003-expected.html: Added.
* css3/conditional/w3c/at-supports-003.html: Added.
* css3/conditional/w3c/at-supports-004-expected.html: Added.
* css3/conditional/w3c/at-supports-004.html: Added.
* css3/conditional/w3c/at-supports-005-expected.html: Added.
* css3/conditional/w3c/at-supports-005.html: Added.
* css3/conditional/w3c/at-supports-006-expected.html: Added.
* css3/conditional/w3c/at-supports-006.html: Added.
* css3/conditional/w3c/at-supports-007-expected.html: Added.
* css3/conditional/w3c/at-supports-007.html: Added.
* css3/conditional/w3c/at-supports-008-expected.html: Added.
* css3/conditional/w3c/at-supports-008.html: Added.
* css3/conditional/w3c/at-supports-009-expected.html: Added.
* css3/conditional/w3c/at-supports-009.html: Added.
* css3/conditional/w3c/at-supports-010-expected.html: Added.
* css3/conditional/w3c/at-supports-010.html: Added.
* css3/conditional/w3c/at-supports-011-expected.html: Added.
* css3/conditional/w3c/at-supports-011.html: Added.
* css3/conditional/w3c/at-supports-012-expected.html: Added.
* css3/conditional/w3c/at-supports-012.html: Added.
* css3/conditional/w3c/at-supports-013-expected.html: Added.
* css3/conditional/w3c/at-supports-013.html: Added.
* css3/conditional/w3c/at-supports-014-expected.html: Added.
* css3/conditional/w3c/at-supports-014.html: Added.
* css3/conditional/w3c/at-supports-015-expected.html: Added.
* css3/conditional/w3c/at-supports-015.html: Added.
* css3/conditional/w3c/at-supports-016-expected.html: Added.
* css3/conditional/w3c/at-supports-016.html: Added.
* css3/conditional/w3c/at-supports-017-expected.html: Added.
* css3/conditional/w3c/at-supports-017.html: Added.
* css3/conditional/w3c/at-supports-018-expected.html: Added.
* css3/conditional/w3c/at-supports-018.html: Added.
* css3/conditional/w3c/at-supports-019-expected.html: Added.
* css3/conditional/w3c/at-supports-019.html: Added.
* css3/conditional/w3c/at-supports-020-expected.html: Added.
* css3/conditional/w3c/at-supports-020.html: Added.
* css3/conditional/w3c/at-supports-021-expected.html: Added.
* css3/conditional/w3c/at-supports-021.html: Added.
* css3/conditional/w3c/at-supports-022-expected.html: Added.
* css3/conditional/w3c/at-supports-022.html: Added.
* css3/conditional/w3c/at-supports-023-expected.html: Added.
* css3/conditional/w3c/at-supports-023.html: Added.
* css3/conditional/w3c/at-supports-024-expected.html: Added.
* css3/conditional/w3c/at-supports-024.html: Added.
* css3/conditional/w3c/at-supports-025-expected.html: Added.
* css3/conditional/w3c/at-supports-025.html: Added.
* css3/conditional/w3c/at-supports-026-expected.html: Added.
* css3/conditional/w3c/at-supports-026.html: Added.
* css3/conditional/w3c/at-supports-027-expected.html: Added.
* css3/conditional/w3c/at-supports-027.html: Added.
* css3/conditional/w3c/at-supports-028-expected.html: Added.
* css3/conditional/w3c/at-supports-028.html: Added.
* css3/conditional/w3c/at-supports-029-expected.html: Added.
* css3/conditional/w3c/at-supports-029.html: Added.
* css3/conditional/w3c/at-supports-030-expected.html: Added.
* css3/conditional/w3c/at-supports-030.html: Added.
* css3/conditional/w3c/at-supports-031-expected.html: Added.
* css3/conditional/w3c/at-supports-031.html: Added.
* css3/conditional/w3c/at-supports-032-expected.html: Added.
* css3/conditional/w3c/at-supports-032.html: Added.
* css3/conditional/w3c/at-supports-033-expected.html: Added.
* css3/conditional/w3c/at-supports-033.html: Added.
2014-10-09 Dean Jackson <dino@apple.com>
Remove ENABLE_CSS3_CONDITIONAL_RULES
https://bugs.webkit.org/show_bug.cgi?id=137571
Reviewed by Simon Fraser.
Unskip tests.
* platform/ios-sim/Skipped:
* platform/wincairo/TestExpectations:
* platform/wk2/TestExpectations:
2014-10-09 Benjamin Poulain <benjamin@webkit.org>
Add the baseline implementation of :not(selectorList)
https://bugs.webkit.org/show_bug.cgi?id=137548
Reviewed by Andreas Kling.
There are 3 big kind of changes to the tests:
1) The new implementation intentionally breaks :not() of :visited and :link.
Some test for the basic :not(:link) and :not(:visited) are consequently failing.
2) Some tests were ensuring that :not() only support simple selectors, those are
becoming irrelevant.
3) New test for the feature.
* TestExpectations:
This patch intentionally breaks :not(:link). The test fast/history/link-inside-not.html
time out since it is waiting for the link to match.
* fast/css/invalid-not-with-simple-selector-sequence-expected.txt: Removed.
* fast/css/invalid-not-with-simple-selector-sequence.html: Removed.
This test originally came from IEtestcenter. None of it is useful, all the "invalid"
cases are now fully functional selectors.
* fast/css/css-selector-text-expected.txt:
* fast/css/css-selector-text.html:
* fast/css/css-set-selector-text-expected.txt:
* fast/css/css-set-selector-text.html:
Parsing and CSS OM tests for the new :not().
* fast/css/parsing-css-matches-5-expected.txt:
* fast/css/parsing-css-matches-5.html:
* fast/css/parsing-css-matches-6-expected.txt:
* fast/css/parsing-css-matches-6.html:
* fast/css/parsing-css-matches-7-expected.txt:
* fast/css/parsing-css-matches-7.html:
* fast/css/parsing-css-matches-8-expected.txt:
* fast/css/parsing-css-matches-8.html:
Update the tests of :matches() to account for the extended :not().
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
Some cases covered by this test are now valid. The test is kept as is for
its historical value, but all the FAIL cover valid use cases in Level 4.
* platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/mac/fast/selectors/061-expected.txt:
* platform/mac/fast/selectors/083-expected.txt:
Those tests are changing because of the breakage of :link and :visited.
* fast/css/not-basics-expected.html: Added.
* fast/css/not-basics.html: Added.
Basic use cases of the extended :not() that should always style correctly.
* fast/css/parsing-css-not-1-expected.txt: Added.
* fast/css/parsing-css-not-1.html: Added.
* fast/css/parsing-css-not-2-expected.txt: Added.
* fast/css/parsing-css-not-2.html: Added.
* fast/css/parsing-css-not-3-expected.txt: Added.
* fast/css/parsing-css-not-3.html: Added.
* fast/css/parsing-css-not-4-expected.txt: Added.
* fast/css/parsing-css-not-4.html: Added.
* fast/css/parsing-css-not-5-expected.txt: Added.
* fast/css/parsing-css-not-5.html: Copied from LayoutTests/fast/css/parsing-css-matches-5.html.
* fast/css/parsing-css-not-6-expected.txt: Added.
* fast/css/parsing-css-not-6.html: Copied from LayoutTests/fast/css/parsing-css-matches-6.html.
* fast/css/parsing-css-not-7-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-7-expected.txt.
* fast/css/parsing-css-not-7.html: Copied from LayoutTests/fast/css/parsing-css-matches-7.html.
* fast/css/parsing-css-not-8-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-8-expected.txt.
* fast/css/parsing-css-not-8.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
* fast/css/parsing-css-not-9-expected.txt: Added.
* fast/css/parsing-css-not-9.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html.
Parsing of :not(). A lot of them were inspired by Yusuke Suzuki's test suite
for :matches(). A lot of test case apply to :not(), the main difference is that
pseudo elements must fail inside :not().
* fast/css/parsing-css-nth-child-of-4-expected.txt: Added.
* fast/css/parsing-css-nth-child-of-4.html: Added.
With the introduction of :matches(), it is possible to have arbitrarily deep pseudo elements.
The tests for :not() cover the case fixed with this patch, this addition covers :nth-child(of).
* fast/selectors/not-basics-expected.txt: Added.
* fast/selectors/not-basics.html: Added.
* fast/selectors/not-nested-expected.txt: Added.
* fast/selectors/not-nested.html: Added.
* fast/selectors/not-selector-list-expected.txt: Added.
* fast/selectors/not-selector-list.html: Added.
Test coverage for the new features.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for svg tests.
* platform/ios-simulator/svg/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Skip some storage tests for iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for sputnkik tests.
* platform/ios-simulator/sputnkik/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for security tests.
* platform/ios-simulator/security/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for scrollingcoordinator tests.
* platform/ios-simulator/scrollingcoordinator/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for scrollbars tests.
* platform/ios-simulator/scrollbars/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for mathml tests.
* platform/ios-simulator/mathml/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
Disable tests for more unsupported features in iOS Simulator.
* platform/ios-simulator/TestExpectations:
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for ietestcenter tests.
Skip fullscreen and gamepad tests.
* platform/ios-simulator/ietestcenter/*: Added
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for fonts tests.
* platform/ios-simulator/fonts/*: Added
2014-10-09 Bear Travis <betravis@adobe.com>
[CSS Font Loading] Decrement the font loading count before notifying callbacks
https://bugs.webkit.org/show_bug.cgi?id=137401
Reviewed by Alexey Proskuryakov.
* platform/mac/TestExpectations: Unskip the test this bug was causing to fail.
2014-10-09 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for editing tests.
* platform/ios-simulator/editing/*: Added
2014-10-09 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
Re-add tests for :enabled with Anchor, Area & Link elements
https://bugs.webkit.org/show_bug.cgi?id=137557
Reviewed by Darin Adler.
The CSS selector :enabled should not match Anchor, Area & Link elements
with 'href' attribute set. This re-adds the related layout tests with
updated results.
* fast/css/css-selector-enabled-links-expected.txt: Added.
* fast/css/css-selector-enabled-links.html: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Remove some more passing tests from TestExpectations.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css3 tests.
* platform/ios-simulator/css3/*: Added
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css2.1 tests.
* platform/ios-simulator/css2.1/*: Added
2014-10-08 Simon Fraser <simon.fraser@apple.com>
iOS Simulator results for css1 tests.
* platform/ios-simulator/css1/basic/containment-expected.txt: Added.
* platform/ios-simulator/css1/basic/contextual_selectors-expected.txt: Added.
* platform/ios-simulator/css1/basic/grouping-expected.txt: Added.
* platform/ios-simulator/css1/basic/id_as_selector-expected.txt: Added.
* platform/ios-simulator/css1/basic/inheritance-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/acid_test-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_color-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_style-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_width-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/clear-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/clear_float-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_margin-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/float_on_text_elements-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/height-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_left-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_right-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_top-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt: Added.
* platform/ios-simulator/css1/box_properties/width-expected.txt: Added.
* platform/ios-simulator/css1/cascade/cascade_order-expected.txt: Added.
* platform/ios-simulator/css1/cascade/important-expected.txt: Added.
* platform/ios-simulator/css1/classification/display-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_image-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_position-expected.txt: Added.
* platform/ios-simulator/css1/classification/list_style_type-expected.txt: Added.
* platform/ios-simulator/css1/classification/white_space-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_color-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_image-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_position-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt: Added.
* platform/ios-simulator/css1/color_and_background/color-expected.txt: Added.
* platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_family-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_size-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_style-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_variant-expected.txt: Added.
* platform/ios-simulator/css1/font_properties/font_weight-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/canvas-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/floating_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/horizontal_formatting-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt: Added.
* platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/anchor-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/firstletter-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/firstline-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt: Added.
* platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/line_height-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_align-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_decoration-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_indent-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/text_transform-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/vertical_align-expected.txt: Added.
* platform/ios-simulator/css1/text_properties/word_spacing-expected.txt: Added.
* platform/ios-simulator/css1/units/color_units-expected.txt: Added.
* platform/ios-simulator/css1/units/length_units-expected.txt: Added.
* platform/ios-simulator/css1/units/percentage_units-expected.txt: Added.
* platform/ios-simulator/css1/units/urls-expected.txt: Added.
2014-10-08 Myles C. Maxfield <mmaxfield@apple.com>
Inline ruby does not get justified correctly
https://bugs.webkit.org/show_bug.cgi?id=137421
Reviewed by Dave Hyatt.
Test that ruby gets spaces inside the ruby base, and that hit testing the
ruby base gives us correct answers.
* fast/ruby/ruby-justification-expected.html: Added.
* fast/ruby/ruby-justification-hittest-expected.txt: Added.
* fast/ruby/ruby-justification-hittest.html: Added.
* fast/ruby/ruby-justification.html: Added.
* platform/mac/fast/ruby/bopomofo-rl-expected.txt: Ruby text gets the CSS
property text-align: justify, which worked prior to this patch. However, this
patch now justifies ruby bases, so now if there is text that is both a ruby
base and ruby text (such as ruby in ruby) it correctly gets justified. This
test does such, and therefore needs to be rebaselined.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
New baselines for iOS compositing tests.
* platform/ios-simulator/TestExpectations:
* platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/animation/filling-animation-overlap-at-end-expected.txt: Added.
* platform/ios-simulator/compositing/animation/filling-animation-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/animation/layer-for-filling-animation-expected.txt: Added.
* platform/ios-simulator/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
* platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Added.
* platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt: Added.
* platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt: Added.
* platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt: Added.
* platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
* platform/ios-simulator/compositing/checkerboard-expected.txt: Added.
* platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/color-matching/image-color-matching-expected.txt: Added.
* platform/ios-simulator/compositing/color-matching/pdf-image-match-expected.txt: Added.
* platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-columns-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt: Added.
* platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt: Added.
* platform/ios-simulator/compositing/compositing-visible-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/filter-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
* platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/animating-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: Added.
* platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: Added.
* platform/ios-simulator/compositing/direct-image-compositing-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
* platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
* platform/ios-simulator/compositing/fixed-image-loading-expected.txt: Added.
* platform/ios-simulator/compositing/generated-content-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clip-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clip-inside-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/composited-html-size-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-in-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/fixed-position-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/outline-change-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/tall-page-composited-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
* platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-content-flipping-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/nested-iframe-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/resizer-expected.txt: Added.
* platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt: Added.
* platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
* platform/ios-simulator/compositing/images/direct-image-background-color-expected.txt: Added.
* platform/ios-simulator/compositing/images/direct-image-object-fit-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-animation-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
* platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt: Added.
* platform/ios-simulator/compositing/masks/direct-image-mask-expected.txt: Added.
* platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt: Added.
* platform/ios-simulator/compositing/masks/masked-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/masks/multiple-masks-expected.txt: Added.
* platform/ios-simulator/compositing/masks/simple-composited-mask-expected.txt: Added.
* platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/ancestor-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/nested-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/remove-overflow-crash2-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/resize-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/scrolling-without-painting-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/textarea-scroll-touch-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/overflow/updating-scrolling-content-expected.txt: Added.
* platform/ios-simulator/compositing/plugins/composited-plugin-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/animation-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/direct-image-object-fit-reflected-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-animated-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/nested-reflection-transition-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-in-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-on-composited-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-opacity-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-ordering-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/reflection-positioning2-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/simple-composited-reflections-expected.txt: Added.
* platform/ios-simulator/compositing/reflections/transform-inside-reflection-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
* platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/composited-document-element-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/layer-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/layer-repaint-rects-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/opacity-between-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/overflow-into-content-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/page-scale-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Added.
* platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
* platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt: Added.
* platform/ios-simulator/compositing/shadows/shadow-drawing-expected.txt: Added.
* platform/ios-simulator/compositing/sibling-positioning-expected.txt: Added.
* platform/ios-simulator/compositing/text-on-large-layer-expected.txt: Added.
* platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: Added.
* platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/scale-transition-no-start-expected.txt: Added.
* platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-composited-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
* platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/animated-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/iframe-no-layers-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: Added.
* platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-background-color-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added.
* platform/ios-simulator/compositing/webgl/webgl-reflection-expected.txt: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Some animation test results for the iOS Simulator build.
* platform/ios-simulator/animations/3d/change-transform-in-end-event-expected.txt: Added.
* platform/ios-simulator/animations/3d/matrix-transform-type-animation-expected.txt: Added.
* platform/ios-simulator/animations/3d/state-at-end-event-transform-expected.txt: Added.
* platform/ios-simulator/animations/additive-transform-animations-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-border-image-source-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-list-style-image-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
* platform/ios-simulator/animations/cross-fade-webkit-mask-image-expected.txt: Added.
* platform/ios-simulator/animations/state-at-end-event-expected.txt: Added.
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Re-marking fast/hidpi/image-srcset-svg-canvas.html as an expected image failure.
* platform/mac/TestExpectations:
2014-10-08 Brent Fulgham <bfulgham@apple.com>
[Win] Mark two inspector-protocol tests as crashing.
https://bugs.webkit.org/show_bug.cgi?id=137529
* platform/win/TestExpectations:
2014-10-08 Jer Noble <jer.noble@apple.com>
Layout Test media/track/track-forced-subtitles-in-band.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=137505
Reviewed by Simon Fraser.
Now that the media controls can have audio as well as text tracks, use the aria-labelledby attribute
to get the <ul> containing the text track menu list items.
* media/track/track-forced-subtitles-in-band.html:
* media/track/track-user-preferences-expected.txt:
* media/track/track-user-preferences.html:
* media/trackmenu-test.js:
(trackMenuListByLabel):
(captionTrackMenuList):
(audioTrackMenuList):
(indexOfMenuItemBeginningWith):
(indexOfCaptionMenuItemBeginningWith):
(indexOfAudioTrackMenuItemBeginningWith):
(selectMenuItemFromList):
(selectCaptionMenuItem):
(selectAudioTrackMenuItem):
(listTrackMenu):
(trackMenuList): Deleted.
* media/video-controls-audiotracks-trackmenu.html:
* media/video-controls-captions-trackmenu-includes-enabled-track.html:
* media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html:
* media/video-controls-captions-trackmenu.html:
2014-10-08 Dean Jackson <dino@apple.com>
Add deprecation warning for CSSKeyframesRule::appendRule
https://bugs.webkit.org/show_bug.cgi?id=137532
<rdar://problem/18585745>
Reviewed by Brent Fulgham.
Update test expectations to include console message.
* animations/change-keyframes-expected.txt:
2014-10-08 Myles C. Maxfield <mmaxfield@apple.com>
Text drawn with an SVG font has no spaces when word-rounding hacks are enabled
https://bugs.webkit.org/show_bug.cgi?id=137463
Reviewed by Darin Adler.
Make sure that spaces are present.
* svg/text/svg-font-word-rounding-hacks-spaces.html:
* svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
2014-10-08 Simon Fraser <simon.fraser@apple.com>
Remove tests that always pass from the TestExpectations files.
* TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
* platform/win/TestExpectations:
2014-10-08 Andy Estes <aestes@apple.com>
REGRESSION (r174403): media/track/track-forced-subtitles-in-band.html fails
https://bugs.webkit.org/show_bug.cgi?id=137525
* TestExpectations: Marked media/track/track-forced-subtitles-in-band.html as an expected failure.
2014-10-07 Simon Fraser <simon.fraser@apple.com>
Roll-over Changelogs.
* ChangeLog-2014-10-07: Copied from LayoutTests/ChangeLog.
== Rolled over to ChangeLog-2014-10-07 ==