blob: 386f567dab4da9fec3cb5f1674d33b29b9eb4602 [file] [log] [blame]
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 ==