1 2014-01-23 Joseph Pecoraro <pecoraro@apple.com>
3 Web Inspector: Remove recompileAllJSFunctions timer in ScriptDebugServer
4 https://bugs.webkit.org/show_bug.cgi?id=127409
6 Reviewed by Geoffrey Garen.
8 Remove "Breakpoints Enabled" output in tests. Breakpoints are already
9 enabled by default in tests. Also since the DebuggerAgent.enable() call
10 now immediately recompiles scripts, sourceParsed events are now sent to
11 the frontend earlier even before the setBreakpointsActive message has
12 been processed, so the "Breakpoints Enabled" output was showing up
13 later, seemingly randomly in tests, and is no longer helpful.
15 * inspector-protocol/debugger/breakpoint-action-detach-expected.txt:
16 * inspector-protocol/debugger/breakpoint-action-detach.html:
17 * inspector-protocol/debugger/breakpoint-action-with-exception-expected.txt:
18 * inspector-protocol/debugger/breakpoint-action-with-exception.html:
19 * inspector-protocol/debugger/breakpoint-condition-detach-expected.txt:
20 * inspector-protocol/debugger/breakpoint-condition-detach.html:
21 * inspector-protocol/debugger/breakpoint-condition-with-exception-expected.txt:
22 * inspector-protocol/debugger/breakpoint-condition-with-exception.html:
23 * inspector-protocol/debugger/breakpoint-eval-with-exception-expected.txt:
24 * inspector-protocol/debugger/breakpoint-eval-with-exception.html:
25 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions-expected.txt:
26 * inspector-protocol/debugger/breakpoint-inside-conditons-and-actions.html:
27 * inspector-protocol/debugger/call-frame-function-name-expected.txt:
28 * inspector-protocol/debugger/call-frame-function-name.html:
29 * inspector-protocol/debugger/call-frame-this-host-expected.txt:
30 * inspector-protocol/debugger/call-frame-this-host.html:
31 * inspector-protocol/debugger/call-frame-this-nonstrict-expected.txt:
32 * inspector-protocol/debugger/call-frame-this-nonstrict.html:
33 * inspector-protocol/debugger/call-frame-this-strict-expected.txt:
34 * inspector-protocol/debugger/call-frame-this-strict.html:
35 * inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
36 * inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
37 * inspector-protocol/debugger/nested-inspectors-expected.txt:
38 * inspector-protocol/debugger/nested-inspectors.html:
39 * inspector-protocol/debugger/removeBreakpoint-expected.txt:
40 * inspector-protocol/debugger/removeBreakpoint.html:
41 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
42 * inspector-protocol/debugger/setBreakpoint-actions.html:
43 * inspector-protocol/debugger/setBreakpoint-autoContinue-expected.txt:
44 * inspector-protocol/debugger/setBreakpoint-autoContinue.html:
45 * inspector-protocol/debugger/setBreakpoint-column-expected.txt:
46 * inspector-protocol/debugger/setBreakpoint-column.html:
47 * inspector-protocol/debugger/setBreakpoint-condition-expected.txt:
48 * inspector-protocol/debugger/setBreakpoint-condition.html:
49 * inspector-protocol/debugger/setBreakpoint-expected.txt:
50 * inspector-protocol/debugger/setBreakpoint-options-exception-expected.txt:
51 * inspector-protocol/debugger/setBreakpoint-options-exception.html:
52 * inspector-protocol/debugger/setBreakpoint.html:
53 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt:
54 * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html:
55 * inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
56 * inspector-protocol/debugger/setPauseOnExceptions-all.html:
57 * inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
58 * inspector-protocol/debugger/setPauseOnExceptions-none.html:
59 * inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
60 * inspector-protocol/debugger/setPauseOnExceptions-uncaught.html:
61 * inspector-protocol/dom-debugger/node-removed-expected.txt:
62 * inspector-protocol/dom-debugger/node-removed.html:
64 2014-01-23 Hans Muller <hmuller@adobe.com>
66 [CSS Shapes] Image valued shape size and position should conform to the spec
67 https://bugs.webkit.org/show_bug.cgi?id=123295
69 Reviewed by Andreas Kling.
71 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001-expected.html: Added.
72 * fast/shapes/shape-outside-floats/shape-outside-image-fit-001.html: Added.
73 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002-expected.html: Added.
74 * fast/shapes/shape-outside-floats/shape-outside-image-fit-002.html: Added.
75 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003-expected.html: Added.
76 * fast/shapes/shape-outside-floats/shape-outside-image-fit-003.html: Added.
77 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004-expected.html: Added.
78 * fast/shapes/shape-outside-floats/shape-outside-image-fit-004.html: Added.
80 2014-01-23 Antti Koivisto <antti@apple.com>
82 Rebaseline after r162640.
84 * platform/mac-wk2/tiled-drawing/tile-coverage-after-scroll-speculative-expected.txt:
85 * platform/mac-wk2/tiled-drawing/tile-coverage-speculative-expected.txt:
87 2014-01-23 Max Vujovic <mvujovic@adobe.com>
89 Remove CSS Custom Filters code and tests
90 https://bugs.webkit.org/show_bug.cgi?id=127382
92 Reviewed by Simon Fraser.
94 * animations/resources/animation-test-helpers.js:
95 (parseFilterFunctionList):
96 (compareFilterFunctions):
97 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid-expected.txt: Removed.
98 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-invalid.html: Removed.
99 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: Removed.
100 * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid.html: Removed.
101 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid-expected.txt: Removed.
102 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-invalid.html: Removed.
103 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid-expected.txt: Removed.
104 * css3/filters/custom-with-at-rule-syntax/parsing-custom-function-valid.html: Removed.
105 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid-expected.txt: Removed.
106 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-invalid.html: Removed.
107 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid-expected.txt: Removed.
108 * css3/filters/custom-with-at-rule-syntax/parsing-geometry-property-valid.html: Removed.
109 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid-expected.txt: Removed.
110 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-invalid.html: Removed.
111 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid-expected.txt: Removed.
112 * css3/filters/custom-with-at-rule-syntax/parsing-mix-property-valid.html: Removed.
113 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid-expected.txt: Removed.
114 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-invalid.html: Removed.
115 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid-expected.txt: Removed.
116 * css3/filters/custom-with-at-rule-syntax/parsing-parameters-property-valid.html: Removed.
117 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Removed.
118 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Removed.
119 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Removed.
120 * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Removed.
121 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-invalid.js: Removed.
122 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: Removed.
123 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-invalid.js: Removed.
124 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-custom-function-valid.js: Removed.
125 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-invalid.js: Removed.
126 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-geometry-property-valid.js: Removed.
127 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-invalid.js: Removed.
128 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-mix-property-valid.js: Removed.
129 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-invalid.js: Removed.
130 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-parameters-property-valid.js: Removed.
131 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Removed.
132 * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Removed.
133 * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Removed.
134 * css3/filters/custom/composited/custom-filter-blend-modes.html: Removed.
135 * css3/filters/custom/custom-filter-a-tex-coord-optional-expected.html: Removed.
136 * css3/filters/custom/custom-filter-a-tex-coord-optional.html: Removed.
137 * css3/filters/custom/custom-filter-animation-expected.txt: Removed.
138 * css3/filters/custom/custom-filter-animation.html: Removed.
139 * css3/filters/custom/custom-filter-array-blending-expected.txt: Removed.
140 * css3/filters/custom/custom-filter-array-blending.html: Removed.
141 * css3/filters/custom/custom-filter-array-expected.html: Removed.
142 * css3/filters/custom/custom-filter-array-uniform-indirect-index-expected.html: Removed.
143 * css3/filters/custom/custom-filter-array-uniform-indirect-index.html: Removed.
144 * css3/filters/custom/custom-filter-array.html: Removed.
145 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha-expected.html: Removed.
146 * css3/filters/custom/custom-filter-blend-fractional-destination-alpha.html: Removed.
147 * css3/filters/custom/custom-filter-blend-modes-expected.html: Removed.
148 * css3/filters/custom/custom-filter-blend-modes.html: Removed.
149 * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Removed.
150 * css3/filters/custom/custom-filter-change-blend-mode.html: Removed.
151 * css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.html: Removed.
152 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative-expected.html: Removed.
153 * css3/filters/custom/custom-filter-clamp-css-color-matrix-negative.html: Removed.
154 * css3/filters/custom/custom-filter-clamp-css-color-matrix.html: Removed.
155 * css3/filters/custom/custom-filter-clamp-css-mix-color-expected.html: Removed.
156 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative-expected.html: Removed.
157 * css3/filters/custom/custom-filter-clamp-css-mix-color-negative.html: Removed.
158 * css3/filters/custom/custom-filter-clamp-css-mix-color.html: Removed.
159 * css3/filters/custom/custom-filter-color-expected.html: Removed.
160 * css3/filters/custom/custom-filter-color-matrix-expected.png: Removed.
161 * css3/filters/custom/custom-filter-color-matrix-expected.txt: Removed.
162 * css3/filters/custom/custom-filter-color-matrix.html: Removed.
163 * css3/filters/custom/custom-filter-color.html: Removed.
164 * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Removed.
165 * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Removed.
166 * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed.
167 * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed.
168 * css3/filters/custom/custom-filter-composite-operators.html: Removed.
169 * css3/filters/custom/custom-filter-composite-source-atop-expected.png: Removed.
170 * css3/filters/custom/custom-filter-composite-source-atop-expected.txt: Removed.
171 * css3/filters/custom/custom-filter-composite-source-atop.html: Removed.
172 * css3/filters/custom/custom-filter-crash-inline-computed-style-expected.txt: Removed.
173 * css3/filters/custom/custom-filter-crash-inline-computed-style.html: Removed.
174 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Removed.
175 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.txt: Removed.
176 * css3/filters/custom/custom-filter-css-keyword-as-parameter-name.html: Removed.
177 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type-expected.html: Removed.
178 * css3/filters/custom/custom-filter-detached-mesh-with-mesh-box-type.html: Removed.
179 * css3/filters/custom/custom-filter-matN-expected.html: Removed.
180 * css3/filters/custom/custom-filter-matN.html: Removed.
181 * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Removed.
182 * css3/filters/custom/custom-filter-mesh-column-row-order.html: Removed.
183 * css3/filters/custom/custom-filter-mix-bindings-expected.txt: Removed.
184 * css3/filters/custom/custom-filter-mix-bindings.html: Removed.
185 * css3/filters/custom/custom-filter-no-element-texture-access-expected.html: Removed.
186 * css3/filters/custom/custom-filter-no-element-texture-access.html: Removed.
187 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Removed.
188 * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Removed.
189 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue-expected.html: Removed.
190 * css3/filters/custom/custom-filter-nonseparable-blend-mode-hue.html: Removed.
191 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Removed.
192 * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Removed.
193 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation-expected.html: Removed.
194 * css3/filters/custom/custom-filter-nonseparable-blend-mode-saturation.html: Removed.
195 * css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed.
196 * css3/filters/custom/custom-filter-property-computed-style.html: Removed.
197 * css3/filters/custom/custom-filter-property-parsing-expected.txt: Removed.
198 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Removed.
199 * css3/filters/custom/custom-filter-property-parsing-invalid.html: Removed.
200 * css3/filters/custom/custom-filter-property-parsing.html: Removed.
201 * css3/filters/custom/custom-filter-reload-expected.txt: Removed.
202 * css3/filters/custom/custom-filter-reload.html: Removed.
203 * css3/filters/custom/custom-filter-shader-cache-expected.png: Removed.
204 * css3/filters/custom/custom-filter-shader-cache-expected.txt: Removed.
205 * css3/filters/custom/custom-filter-shader-cache.html: Removed.
206 * css3/filters/custom/custom-filter-shader-reuse-expected.txt: Removed.
207 * css3/filters/custom/custom-filter-shader-reuse.html: Removed.
208 * css3/filters/custom/custom-filter-transforms-animation-expected.txt: Removed.
209 * css3/filters/custom/custom-filter-transforms-animation.html: Removed.
210 * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Removed.
211 * css3/filters/custom/custom-filter-u-mesh-box.html: Removed.
212 * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Removed.
213 * css3/filters/custom/custom-filter-u-mesh-size.html: Removed.
214 * css3/filters/custom/custom-filter-u-texture-size-expected.html: Removed.
215 * css3/filters/custom/custom-filter-u-texture-size.html: Removed.
216 * css3/filters/custom/custom-filter-u-tile-size-expected.html: Removed.
217 * css3/filters/custom/custom-filter-u-tile-size.html: Removed.
218 * css3/filters/custom/custom-filter-unavailable-varying-expected.html: Removed.
219 * css3/filters/custom/custom-filter-unavailable-varying.html: Removed.
220 * css3/filters/custom/effect-color-check-expected.png: Removed.
221 * css3/filters/custom/effect-color-check-expected.txt: Removed.
222 * css3/filters/custom/effect-color-check.html: Removed.
223 * css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
224 * css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed.
225 * css3/filters/custom/effect-custom-combined-missing.html: Removed.
226 * css3/filters/custom/effect-custom-disabled-expected.txt: Removed.
227 * css3/filters/custom/effect-custom-disabled.html: Removed.
228 * css3/filters/custom/effect-custom-expected.png: Removed.
229 * css3/filters/custom/effect-custom-expected.txt: Removed.
230 * css3/filters/custom/effect-custom-parameters-expected.png: Removed.
231 * css3/filters/custom/effect-custom-parameters-expected.txt: Removed.
232 * css3/filters/custom/effect-custom-parameters.html: Removed.
233 * css3/filters/custom/effect-custom-transform-parameters-expected.html: Removed.
234 * css3/filters/custom/effect-custom-transform-parameters.html: Removed.
235 * css3/filters/custom/effect-custom.html: Removed.
236 * css3/filters/custom/filter-fallback-to-software-expected.html: Removed.
237 * css3/filters/custom/filter-fallback-to-software.html: Removed.
238 * css3/filters/custom/filter-repaint-custom-clipped-expected.png: Removed.
239 * css3/filters/custom/filter-repaint-custom-clipped-expected.txt: Removed.
240 * css3/filters/custom/filter-repaint-custom-clipped.html: Removed.
241 * css3/filters/custom/filter-repaint-custom-expected.png: Removed.
242 * css3/filters/custom/filter-repaint-custom-expected.txt: Removed.
243 * css3/filters/custom/filter-repaint-custom-rotated-expected.png: Removed.
244 * css3/filters/custom/filter-repaint-custom-rotated-expected.txt: Removed.
245 * css3/filters/custom/filter-repaint-custom-rotated.html: Removed.
246 * css3/filters/custom/filter-repaint-custom.html: Removed.
247 * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html: Removed.
248 * css3/filters/custom/invalid-custom-filter-attribute-types.html: Removed.
249 * css3/filters/custom/invalid-custom-filter-shader-expected.html: Removed.
250 * css3/filters/custom/invalid-custom-filter-shader.html: Removed.
251 * css3/filters/custom/invalid-custom-filter-uniform-types-expected.html: Removed.
252 * css3/filters/custom/invalid-custom-filter-uniform-types.html: Removed.
253 * css3/filters/custom/missing-custom-filter-shader-expected.png: Removed.
254 * css3/filters/custom/missing-custom-filter-shader-expected.txt: Removed.
255 * css3/filters/custom/missing-custom-filter-shader.html: Removed.
256 * css3/filters/resources/a-tex-coord-defined.vs: Removed.
257 * css3/filters/resources/a-tex-coord-undefined.vs: Removed.
258 * css3/filters/resources/a-triangle-coord-defined.vs: Removed.
259 * css3/filters/resources/array-uniform-indirect-index.vs: Removed.
260 * css3/filters/resources/checkerboard.vs: Removed.
261 * css3/filters/resources/color-fill.fs: Removed.
262 * css3/filters/resources/color-offset.fs: Removed.
263 * css3/filters/resources/composite.fs: Removed.
264 * css3/filters/resources/css-keyword-as-parameter-name.fs: Removed.
265 * css3/filters/resources/custom-filter-clamp-css-color-matrix-negative.fs: Removed.
266 * css3/filters/resources/custom-filter-clamp-css-color-matrix.fs: Removed.
267 * css3/filters/resources/custom-filter-parser.js: Removed.
268 * css3/filters/resources/fragment-color.fs: Removed.
269 * css3/filters/resources/fragment-colors.fs: Removed.
270 * css3/filters/resources/fragment-matN.fs: Removed.
271 * css3/filters/resources/grayscale-color-matrix.fs: Removed.
272 * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs: Removed.
273 * css3/filters/resources/invalid-custom-attribute.vs: Removed.
274 * css3/filters/resources/invalid-shader.vs: Removed.
275 * css3/filters/resources/invalid-type-a-mesh-coord.vs: Removed.
276 * css3/filters/resources/invalid-type-a-position.vs: Removed.
277 * css3/filters/resources/invalid-type-a-tex-coord.vs: Removed.
278 * css3/filters/resources/invalid-type-a-triangle-coord.vs: Removed.
279 * css3/filters/resources/invalid-type-attribute-array.vs: Removed.
280 * css3/filters/resources/invalid-type-u-mesh-box.fs: Removed.
281 * css3/filters/resources/invalid-type-u-mesh-size.fs: Removed.
282 * css3/filters/resources/invalid-type-u-projection-matrix.fs: Removed.
283 * css3/filters/resources/invalid-type-u-texture-size.fs: Removed.
284 * css3/filters/resources/invalid-type-u-tile-size.fs: Removed.
285 * css3/filters/resources/invalid-type-uniform-array.fs: Removed.
286 * css3/filters/resources/mix-color.fs: Removed.
287 * css3/filters/resources/pass-tex-coord.vs: Removed.
288 * css3/filters/resources/sample-defined-css-u-texture-mix.fs: Removed.
289 * css3/filters/resources/sample-defined-css-u-texture.fs: Removed.
290 * css3/filters/resources/sample-u-texture-mix.fs: Removed.
291 * css3/filters/resources/sample-u-texture.fs: Removed.
292 * css3/filters/resources/sample-undefined-css-u-texture-mix.fs: Removed.
293 * css3/filters/resources/sample-undefined-css-u-texture.fs: Removed.
294 * css3/filters/resources/u-mesh-box-is-unit-square.fs: Removed.
295 * css3/filters/resources/u-mesh-size.fs: Removed.
296 * css3/filters/resources/u-texture-size.fs: Removed.
297 * css3/filters/resources/u-tile-size.fs: Removed.
298 * css3/filters/resources/unavailable-varying.fs: Removed.
299 * css3/filters/resources/varying-mix-color.fs: Removed.
300 * css3/filters/resources/vertex-explode-detached.vs: Removed.
301 * css3/filters/resources/vertex-horizontal-offset.vs: Removed.
302 * css3/filters/resources/vertex-offset-parameters.vs: Removed.
303 * css3/filters/resources/vertex-offset.vs: Removed.
304 * css3/filters/resources/vertex-rotate.vs: Removed.
305 * css3/filters/resources/vertex-transform-parameter.vs: Removed.
306 * css3/filters/script-tests/custom-filter-mix-bindings.js: Removed.
307 * css3/filters/script-tests/custom-filter-parsing-common.js: Removed.
308 * css3/filters/script-tests/custom-filter-property-computed-style.js: Removed.
309 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: Removed.
310 * css3/filters/script-tests/custom-filter-property-parsing.js: Removed.
311 * css3/filters/script-tests/effect-custom-disabled.js: Removed.
312 * js/dom/global-constructors-attributes-expected.txt:
313 * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt:
314 * platform/mac-wk2/TestExpectations:
315 * platform/mac/TestExpectations:
316 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
317 * platform/win/TestExpectations:
318 * platform/wincairo/TestExpectations:
320 2014-01-22 Jon Honeycutt <jhoneycutt@apple.com>
322 REGRESSION(r161967): Crash in WebCore::CachedSVGDocumentReference::load
323 <https://webkit.org/b/127151>
324 <rdar://problem/15840760>
326 Reviewed by Dirk Schulze.
328 * css3/filters/crash-filter-animation-invalid-url-expected.txt: Added.
329 * css3/filters/crash-filter-animation-invalid-url.html: Added.
330 * css3/filters/crash-invalid-url-expected.txt: Added.
331 * css3/filters/crash-invalid-url.html: Added.
333 2014-01-23 Alexey Proskuryakov <ap@apple.com>
335 svg/animations/smil-syncbase-self-dependency.svg is very flaky
337 This is a newly landed test for <https://bugs.webkit.org/show_bug.cgi?id=108184>
338 that wasn't actually testing for what the bug fixed. The plan is to add a better
339 test soon, so deleting this one.
341 * svg/animations/smil-syncbase-self-dependency-expected.txt: Removed.
342 * svg/animations/smil-syncbase-self-dependency.svg: Removed.
344 2014-01-23 Carlos Alberto Lopez Perez <clopez@igalia.com>
346 Unreviewed GTK gardening.
348 Remove failure/timeout expectations for the following passed tests:
350 * platform/gtk/TestExpectations:
351 http/tests/navigation/redirect-to-random-url-versus-memory-cache.html
353 * platform/gtk-wk2/TestExpectations:
354 http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
355 accessibility/multiselect-list-reports-active-option.html
357 2014-01-23 Daniel Bates <dabates@apple.com>
359 [Win] Mark test mathml/presentation/maction-toggle.html as failing in TestExpectation
361 For now, mark the test mathml/presentation/maction-toggle.html as failing. See
362 <https://bugs.webkit.org/show_bug.cgi?id=127495> for more details.
364 * platform/win/TestExpectations:
366 2014-01-23 Daniel Bates <dabates@apple.com>
368 [Win] Mark test js/dom/date-big-constructor.html as failing and add Windows expected result
370 Mark the test js/dom/date-big-constructor.html as failing while we investigate
371 regression in <https://bugs.webkit.org/show_bug.cgi?id=127492>. Also add Windows expected
372 result for test fast/css/relative-position-replaced-in-table-display-crash.html as the test
373 passes but differs in whitespace. We'll investigate this whitespace difference in
374 <https://bugs.webkit.org/show_bug.cgi?id=127479>.
376 * platform/win/TestExpectations:
377 * platform/win/fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Added.
379 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
381 Unreviewed EFL gardening
383 Add test expectations for failing tests.
385 * platform/efl/TestExpectations:
387 2014-01-23 Daniel Bates <dabates@apple.com>
389 [Win] Update expected result for test svg/W3C-SVG-1.1/paths-data-03-f.html
391 The expected result for the test test svg/W3C-SVG-1.1/paths-data-03-f.html on Windows
392 shows a progression towards matching the Mac expected result. Currently, there are many
393 numerical differences between the expected results for these platforms, described within
394 three diff chunks. After this commit there will be a single numerical difference (described
395 in one diff chunk) between the Mac and Windows results. See <https://bugs.webkit.org/show_bug.cgi?id=127490>
398 * platform/win/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
400 2014-01-23 Daniel Bates <dabates@apple.com>
402 [Win] Mark some tests as failing in TestExpectations
404 Mark test fast/dom/gc-attribute-node.html as failing (see http://webkit.org/b/127480).
405 Also mark the following Windows-only tests as failing (see http://webkit.org/b/127485):
407 platform/win/accessibility/option-element-selection-and-focus-events.html
408 platform/win/accessibility/parent-element.html
409 platform/win/accessibility/select-element-valuechange-event.html
411 * platform/win/TestExpectations:
413 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
415 [EFL] Unreviewed gardening
417 * platform/efl-wk2/TestExpectations: Skip failing tests only on WK2.
418 * platform/efl/TestExpectations: Unskip now passing tests on WK1.
420 2014-01-23 Daniel Bates <dabates@apple.com>
422 [Win] Remove Windows-specific result for test fast/css-generated-content/table-row-group-to-inline.html
424 As of the time of writing, the Windows expected results for test fast/css-generated-content/table-row-group-to-inline.html
425 are identical to the results on Mac.
427 * platform/win/fast/css-generated-content/table-row-group-to-inline-expected.txt: Removed.
429 2014-01-23 Krzysztof Wolanski <k.wolanski@samsung.com>
431 [EFL] Updated test expectations for failing tests
432 https://bugs.webkit.org/show_bug.cgi?id=127478
434 Unreviewed EFL gardening
436 * platform/efl/TestExpectations:
437 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
438 Removed incorrect test expectation for css2.1/t1604-c542-letter-sp-00-b-a.html
439 * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
442 2014-01-23 Daniel Bates <dabates@apple.com>
444 [Win] Whitespace differences in test results for fast/{css, dom, forms, multicolor, ruinin}
445 https://bugs.webkit.org/show_bug.cgi?id=127479
447 Add Windows-specific expected results for some tests that PASS, but differ in whitespace
448 in their output. We should further investigate such whitespace differences.
450 * platform/win/fast/css/first-letter-block-form-controls-crash-expected.txt: Added.
451 * platform/win/fast/dom/adopt-node-crash-2-expected.txt: Added.
452 * platform/win/fast/forms/access-key-for-all-elements-expected.txt: Added.
453 * platform/win/fast/forms/form-associated-element-crash3-expected.txt: Added.
454 * platform/win/fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
455 * platform/win/fast/runin/nonblock-runin-expected.txt: Added.
457 2014-01-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
459 Unreviewed EFL gardening
461 Update test expectations for failing or crashing http/tests/websocket/tests/hybi tests.
463 * platform/efl-wk1/TestExpectations:
464 * platform/efl-wk2/TestExpectations:
465 * platform/efl/TestExpectations:
467 2014-01-23 Mihai Maerean <mmaerean@adobe.com>
469 [CSS Regions] Fix positioning composited layers when the region has overflow:hidden
470 https://bugs.webkit.org/show_bug.cgi?id=124042
472 Reviewed by Mihnea Ovidenie.
474 * compositing/regions/position-layer-inside-region-overflow-hidden.html: Added.
475 * compositing/regions/position-layer-inside-region-overflow-hidden-expected.html: Added.
476 * compositing/regions/position-layer-inside-overflow-hidden.html: Added.
477 * compositing/regions/position-layer-inside-overflow-hidden-expected.html: Added.
478 * compositing/regions/position-layers-inside-region-overflow-hidden.html: Added.
479 * compositing/regions/position-layers-inside-region-overflow-hidden-expected.html: Added.
480 * compositing/regions/position-layers-inside-regions-overflow-hidden.html: Added.
481 * compositing/regions/position-layers-inside-regions-overflow-hidden-expected.html: Added.
483 2014-01-23 Csaba Osztrogonác <ossy@webkit.org>
485 Unreviewed gardening.
487 Move fast/harness/sample-fail-mismatch-reftest.html to the platform
488 independent TestExpectations, since all ports skip it as expected.
491 * platform/efl/TestExpectations:
492 * platform/gtk/TestExpectations:
493 * platform/mac/TestExpectations:
494 * platform/win/TestExpectations:
495 * platform/wincairo/TestExpectations:
497 2014-01-23 László Langó <llango.u-szeged@partner.samsung.com>
499 Range should be constructable.
500 https://bugs.webkit.org/show_bug.cgi?id=115639
502 Reviewed by Ryosuke Niwa.
504 * fast/dom/Range/range-constructor-expected.txt: Added.
505 * fast/dom/Range/range-constructor.html: Added.
506 * fast/dom/dom-constructors-expected.txt:
507 * fast/dom/dom-constructors.html:
509 2014-01-22 Jinwoo Song <jinwoo7.song@samsung.com>
511 Unreviewed EFL gardening after r162553.
513 * platform/efl/css1/box_properties/padding-expected.txt:
514 * platform/efl/css1/box_properties/padding_top-expected.txt:
515 * platform/efl/css1/formatting_model/vertical_formatting-expected.txt:
516 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
517 * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
518 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
519 * platform/efl/fast/css/empty-pseudo-class-expected.txt:
520 * platform/efl/fast/css/fieldset-display-row-expected.txt:
521 * platform/efl/fast/css/first-child-pseudo-class-expected.txt:
522 * platform/efl/fast/css/last-child-pseudo-class-expected.txt:
523 * platform/efl/fast/css/only-child-pseudo-class-expected.txt:
524 * platform/efl/fast/repaint/reflection-redraw-expected.txt:
525 * platform/efl/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
526 * platform/efl/fast/table/multiple-captions-display-expected.txt:
527 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
528 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
529 * platform/efl/tables/mozilla/other/body_col-expected.txt:
530 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
531 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
532 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
533 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
535 2014-01-22 Myles C. Maxfield <mmaxfield@apple.com>
537 ASSERTION FAILED: v.isFixed() in WebCore::RenderStyle::setWordSpacing
538 https://bugs.webkit.org/show_bug.cgi?id=126987
540 Reviewed by Simon Fraser.
542 When "inherit" is specified and there is no parent, Length values have an "Auto" type
544 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash-expected.txt: Added.
545 * fast/css3-text/css3-word-spacing-percentage/word-spacing-crash.html: Added.
547 2014-01-22 Samuel White <samuel_white@apple.com>
549 AX: Can't always increment web sliders.
550 https://bugs.webkit.org/show_bug.cgi?id=127451
552 Reviewed by Chris Fleizach.
554 Adding range-alter-by-percent.html to compliment the existing range-alter-by-step.html test.
556 * accessibility/range-alter-by-percent-expected.txt: Added.
557 * accessibility/range-alter-by-percent.html: Added.
559 2014-01-22 Chris Fleizach <cfleizach@apple.com>
561 AX: WebKit concatenates name of all toolbar buttons in the apple.com video player
562 https://bugs.webkit.org/show_bug.cgi?id=126914
564 Reviewed by Mario Sanchez Prada.
566 * accessibility/focusable-div-expected.txt:
567 * accessibility/focusable-div.html:
569 2014-01-22 Dean Jackson <dino@apple.com>
571 Implement ANGLE_instanced_arrays
572 https://bugs.webkit.org/show_bug.cgi?id=127257
574 Reviewed by Brent Fulgham.
576 Copied a slightly modified version of the Khronos instanced
577 arrays test (mostly modified due to the fact this comes from
578 an in-progress update to the test suite).
580 * fast/canvas/webgl/angle-instanced-arrays-expected.txt: Added.
581 * fast/canvas/webgl/angle-instanced-arrays.html: Added.
582 * fast/canvas/webgl/resources/webgl-test-utils.js:
583 (WebGLTestUtils): Added some new functions that were missing, and
584 some output to a checkColor test.
585 * platform/efl/TestExpectations: Skip this for EFL.
586 * platform/mac-mountainlion/fast/canvas/webgl/angle-instanced-arrays-expected.txt: Not
587 supported on Mountain Lion.
589 2014-01-22 Zalan Bujtas <zalan@apple.com>
591 Unreviewed Apple Windows port gardering after r162553.
593 * platform/win/fast/repaint/reflection-redraw-expected.txt: Added.
594 * platform/win/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
595 * platform/win/fast/table/multiple-captions-display-expected.txt: Added.
596 * platform/win/tables/mozilla/marvin/body_col-a-expected.txt: Added.
597 * platform/win/tables/mozilla/marvin/x_th_valign_baseline-expected.txt: Added.
598 * platform/win/tables/mozilla/other/body_col-expected.txt: Added.
600 2014-01-22 Zalan Bujtas <zalan@apple.com>
602 [CSS Shapes] shape-inside rectangle layout can fail
603 https://bugs.webkit.org/show_bug.cgi?id=124784
605 Reviewed by Darin Adler.
607 Early subpixel rounding/flooring/ceiling can have unwanted
608 side effect on the final pixel value. Delay pixel
609 conversions as much as possible.
611 Existing test is changed to reflect subpixel functionality.
613 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.html:
614 * platform/mac/TestExpectations:
615 * platform/win/TestExpectations:
617 2014-01-22 Zalan Bujtas <zalan@apple.com>
619 Subpixel Layout: SimpleLineLayout needs more position rounding to match InlineFlowBox layout.
620 https://bugs.webkit.org/show_bug.cgi?id=127404
622 Reviewed by Antti Koivisto.
624 In order to produce a CSS pixel perfect layout, SimpleLineLayout needs to
625 round line positions to CSS (integral) position similarly to InlineFlowBox.
627 * platform/mac/css1/box_properties/padding-expected.txt:
628 * platform/mac/css1/box_properties/padding_top-expected.txt:
629 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
630 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
631 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
632 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
633 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
634 * platform/mac/fast/css/fieldset-display-row-expected.txt:
635 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
636 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
637 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
638 * platform/mac/fast/repaint/reflection-redraw-expected.txt:
639 * platform/mac/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.png: Removed.
640 * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
641 * platform/mac/fast/table/multiple-captions-display-expected.txt:
642 * platform/mac/tables/mozilla/marvin/body_col-expected.txt:
643 * platform/mac/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
644 * platform/mac/tables/mozilla/other/body_col-expected.txt:
645 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
646 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
647 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
648 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
650 2014-01-22 Alexey Proskuryakov <ap@apple.com>
652 REGRESSION: fast/js/dfg-* typed array tests frequently time out on debug bots
653 https://bugs.webkit.org/show_bug.cgi?id=126166
655 Rubber-stamped by Filip Pizlo.
657 * TestExpectations: Skipped these tests in debug builds.
659 2014-01-22 Michał Pakuła vel Rutka <m.pakula@samsung.com>
661 Unreviewed EFL gardening
663 Add some http/tests/websocket/tests/hybi tests to skipped list as they crash
664 generating thousands lines of error messages.
666 * platform/efl/TestExpectations:
668 2014-01-22 Mihai Tica <mitica@adobe.com>
670 [CSS Background Blending] -webkit-background-blend-mode fails for certain SVG files
671 https://bugs.webkit.org/show_bug.cgi?id=127350
673 Reviewed by Dirk Schulze.
675 * css3/compositing/background-blend-mode-svg-expected.html: Added.
676 * css3/compositing/background-blend-mode-svg.html: Added.
678 2014-01-22 Antti Koivisto <antti@apple.com>
680 Update overlay scrollbars in single pass
681 https://bugs.webkit.org/show_bug.cgi?id=127289
683 * platform/mac/accessibility/iframe-aria-hidden.html:
685 Try to keep this non-flaky by forcing layout. Real fix would probably be in the
686 accessibility test framework.
688 2014-01-22 ChangSeok Oh <changseok.oh@collabora.com>
690 Unreviewed GTK gardening
692 Remove test expectations for passed tests.
693 fast/parser/document-write-basic.html is marked crash but passed.
694 fast/forms/select-live-pseudo-selectors.html is marked crash but passed.
696 * platform/gtk-wk2/TestExpectations:
698 2014-01-22 Alexey Proskuryakov <ap@apple.com>
700 inspector-protocol/page/deny-X-FrameOption.html is very flaky
701 https://bugs.webkit.org/show_bug.cgi?id=127414
703 * inspector-protocol/page/deny-X-FrameOption.html: Speculative fix, don't manipulate
704 a frame before onload, even if it's empty.
706 2014-01-22 Mihnea Ovidenie <mihnea@adobe.com>
708 [CSSRegions] Incorrect layout of a region pseudo children
709 https://bugs.webkit.org/show_bug.cgi?id=126146
711 Reviewed by David Hyatt.
713 * fast/regions/collapse-anonymous-region-expected.html: Added.
714 * fast/regions/collapse-anonymous-region.html: Added.
716 2014-01-21 Ryuan Choi <ryuan.choi@samsung.com>
718 Remove unused "acceleratedCompositingForScrollableFramesEnabled" setting
719 https://bugs.webkit.org/show_bug.cgi?id=127402
721 Reviewed by Anders Carlsson.
723 * compositing/iframes/iframe-composited-scrolling.html:
724 Removed acceleratedCompositingForScrollableFramesEnabled changes because
725 it is dead code in WebCore side.
727 2014-01-21 Zalan Bujtas <zalan@apple.com>
729 Subpixel Layout: Off-by-one pixel text when multiple regions with different widths are present.
730 https://bugs.webkit.org/show_bug.cgi?id=127212
732 Reviewed by Simon Fraser.
734 Subpixel values accumulate differently when computing the text position inside a 300px wide div
735 vs. multiple 'flow into' regions with 300px, 400px widths. They are both correct. Blink
736 also addressed it by adjusting the test content.
738 * fast/regions/overflow-moving-below-floats-in-variable-width-regions.html:
739 * platform/mac/TestExpectations:
741 2014-01-21 László Langó <llango.u-szeged@partner.samsung.com>
743 Assertion failure in Range::nodeWillBeRemoved
744 https://bugs.webkit.org/show_bug.cgi?id=121694
746 Reviewed by Ryosuke Niwa.
748 * fast/dom/Range/remove-twice-crash-expected.txt: Added.
749 * fast/dom/Range/remove-twice-crash.html: Added.
751 2014-01-21 Alexey Proskuryakov <ap@apple.com>
753 AX: Mac: Expose the visible text of a password field to AX
754 https://bugs.webkit.org/show_bug.cgi?id=127353
756 Test landed with this fix was filing everywhere, trying to fix it.
758 * accessibility/password-field-value.html: Fix paths in the test, and clean it up a little.
760 2014-01-21 Bear Travis <betravis@adobe.com>
762 [CSS Shapes] Preserve box-shape order when serializing shape values
763 https://bugs.webkit.org/show_bug.cgi?id=127200
765 Reviewed by Dirk Schulze.
767 Modify the expectations for box shape pairs, preserving the order of
768 the arguments in non-computed values. Computed values are still a
769 shape followed by a box.
771 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
772 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
773 * fast/shapes/parsing/parsing-test-utils.js:
775 2014-01-21 Alexey Proskuryakov <ap@apple.com>
777 platform/mac/accessibility/iframe-aria-hidden.html is flaky
778 https://bugs.webkit.org/show_bug.cgi?id=127323
780 Reviewed by Chris Fleizach.
782 This test got de-flaked on bots by rolling out r162354. But there was still
783 a potential race in it, which this change fixes.
785 * platform/mac-wk2/TestExpectations: Removed expectation.
787 * platform/mac/accessibility/iframe-aria-hidden.html: Run the test in onload, as
788 frames load asynchronously.
790 2014-01-21 Chris Fleizach <cfleizach@apple.com>
792 AX: Mac: Expose the visible text of a password field to AX
793 https://bugs.webkit.org/show_bug.cgi?id=127353
795 Reviewed by Brent Fulgham.
797 * accessibility/password-field-value-expected.txt: Added.
798 * accessibility/password-field-value.html: Added.
800 2014-01-21 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
802 ASSERT(time.isFinite()) in SVGSMILElement::createInstanceTimesFromSyncbase
803 <https://webkit.org/b/108184>
805 Reviewed by Philip Rogers.
807 Test checks whether valid self-dependency is accidentally broken.
809 * svg/animations/smil-syncbase-self-dependency-expected.txt: Added.
810 * svg/animations/smil-syncbase-self-dependency.svg: Added.
812 2014-01-20 Myles C. Maxfield <mmaxfield@apple.com>
814 Test that text-decoration-skip: ink inherits as expected
815 https://bugs.webkit.org/show_bug.cgi?id=127329
817 Reviewed by Dean Jackson.
819 Adding a test for text-decoration-skip: ink inheriting
821 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit-expected.html: Added.
822 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-inherit.html: Added.
824 2014-01-21 Eric Carlson <eric.carlson@apple.com>
826 Add ‎ ‏ and to WebVTT parser
827 https://bugs.webkit.org/show_bug.cgi?id=85112
829 Reviewed by Jer Noble.
831 * media/track/captions-webvtt/tc022-entities.vtt:
832 * media/track/track-webvtt-tc022-entities-expected.txt:
833 * media/track/track-webvtt-tc022-entities.html:
835 2014-01-21 Mihai Tica <mitica@adobe.com>
837 If you set a tiled cross-faded-image or a tiled gradient as
838 a background layer, -webkit-background-blend-mode doesn't work.
839 https://bugs.webkit.org/show_bug.cgi?id=126888
841 Reviewed by Dirk Schulze.
843 * css3/compositing/background-blend-mode-tiled-layers-expected.html: Added.
844 * css3/compositing/background-blend-mode-tiled-layers.html: Added.
845 * platform/efl/TestExpectations: Skip test for efl, blendModes are not implemented.
846 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the actual result and the blending formula.
848 2014-01-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
850 Fix SVG animations which set rx or ry attributes
851 https://bugs.webkit.org/show_bug.cgi?id=127337
853 Reviewed by Dirk Schulze.
855 Merged from Blink: https://src.chromium.org/viewvc/blink?revision=152376&view=revision
857 * svg/stroke/animated-non-scaling-rxry-expected.html: Added.
858 * svg/stroke/animated-non-scaling-rxry.html: Added.
860 2014-01-21 Krzysztof Czech <k.czech@samsung.com>
862 [ATK] Expose aria-flowto through ATK_RELATION_FLOWS_TO
863 https://bugs.webkit.org/show_bug.cgi?id=127291
865 Reviewed by Mario Sanchez Prada.
867 Share aria-flowto.html with other ports. It passes on GTK and EFL.
869 * accessibility/aria-flowto-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto-expected.txt.
870 * accessibility/aria-flowto.html: Renamed from LayoutTests/platform/mac/accessibility/aria-flowto.html.
872 2014-01-20 Zalan Bujtas <zalan@apple.com>
874 Change image failures from [ Failure ] to [ ImageOnlyFailure ] where needed.
876 * platform/mac/TestExpectations:
877 * platform/win/TestExpectations:
879 2014-01-20 Zalan Bujtas <zalan@apple.com>
881 Add missing expectations to subpixel failures.
883 * platform/mac/TestExpectations:
885 2014-01-20 Alexey Proskuryakov <ap@apple.com>
887 platform/mac/accessibility/iframe-aria-hidden.html is flaky
888 https://bugs.webkit.org/show_bug.cgi?id=127323
890 * platform/mac-wk2/TestExpectations: Marked as such.
892 2014-01-20 Alexey Proskuryakov <ap@apple.com>
894 Fix an erroneous paste in TestExpectations.
896 * platform/mac-wk2/TestExpectations:
898 2014-01-20 Alexey Proskuryakov <ap@apple.com>
900 svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html is flaky
901 https://bugs.webkit.org/show_bug.cgi?id=127316
903 * platform/mac-wk2/TestExpectations: Marked as such.
905 2014-01-20 Zalan Bujtas <zalan@apple.com>
907 Subpixel layout: 100000px overflows while calculating layout positions.
908 https://bugs.webkit.org/show_bug.cgi?id=126896
910 Reviewed by Simon Fraser.
912 Test case is adjusted to subpixel layout.
914 * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
915 * platform/efl/TestExpectations:
916 * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Removed.
917 * platform/mac/TestExpectations:
919 2014-01-20 Alexey Proskuryakov <ap@apple.com>
921 svg/filters/feComponentTransfer-style-crash.xhtml is flaky
922 https://bugs.webkit.org/show_bug.cgi?id=127310
924 * platform/mac/TestExpectations: Marked it as such.
926 2014-01-20 Morten Stenshorne <mstensho@opera.com>
928 Region based multicol: support explicit column breaks
929 https://bugs.webkit.org/show_bug.cgi?id=123993
931 Reviewed by David Hyatt.
933 * fast/multicol/newmulticol/break-after-expected.html: Added.
934 * fast/multicol/newmulticol/break-after.html: Added.
935 * fast/multicol/newmulticol/break-before-expected.html: Added.
936 * fast/multicol/newmulticol/break-before.html: Added.
937 * fast/multicol/newmulticol/breaks-2-columns-3-expected.html: Added.
938 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing-expected.html: Added.
939 * fast/multicol/newmulticol/breaks-2-columns-3-no-balancing.html: Added.
940 * fast/multicol/newmulticol/breaks-2-columns-3.html: Added.
941 * fast/multicol/newmulticol/breaks-3-columns-3-expected.html: Added.
942 * fast/multicol/newmulticol/breaks-3-columns-3.html: Added.
943 * fast/multicol/newmulticol/fixed-height-fill-balance-2-expected.html: Added.
944 * fast/multicol/newmulticol/fixed-height-fill-balance-2.html: Added.
946 2014-01-20 Eric Carlson <eric.carlson@apple.com>
948 Allow MediaSessionManager to restrict 'preload' behavior
949 https://bugs.webkit.org/show_bug.cgi?id=127297
951 Reviewed by Jer Noble.
953 * media/video-restricted-no-preload-auto-expected.txt: Added.
954 * media/video-restricted-no-preload-auto.html: Added.
955 * media/video-restricted-no-preload-metadata-expected.txt: Added.
956 * media/video-restricted-no-preload-metadata.html: Added.
958 2014-01-20 Mihai Tica <mitica@adobe.com>
960 Fix test expectations for css3/compositing/background-blend-mode-data-uri-svg-image.html
961 https://bugs.webkit.org/show_bug.cgi?id=127298
963 Reviewed by Mihnea Ovidenie.
965 * platform/efl/TestExpectations:
966 * platform/mac/TestExpectations:
968 2014-01-20 Mihai Tica <mitica@adobe.com>
971 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
972 when having -webkit-background-blending applied. Tests now use SVG rects, instead
975 https://bugs.webkit.org/show_bug.cgi?id=126887
976 Reviewed by Dirk Schulze.
978 * css3/compositing/background-blend-mode-crossfade-image-expected.html:
979 * css3/compositing/background-blend-mode-crossfade-image.html:
980 * platform/efl/TestExpectations: Pass efl as blendMode is not implemented.
981 * platform/mac/TestExpectations: Mark added test as ImageOnlyFailure due to slight differences between the result and the blending formula.
983 2014-01-16 Sergio Villar Senin <svillar@igalia.com>
985 [CSS Grid Layout] Simplify grid-columns-rows-get-set{-multiple}.html tests
986 https://bugs.webkit.org/show_bug.cgi?id=127055
988 Reviewed by Andreas Kling.
990 The testing code was refactored in 4 new functions that allow us
991 to write each test case in a single line significantly reducing
992 the amount of boilerplate and improving maintenance.
994 * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt:
995 * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt:
996 * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
997 * fast/css-grid-layout/grid-columns-rows-get-set.html:
998 * fast/css-grid-layout/named-grid-line-get-set-expected.txt:
999 * fast/css-grid-layout/named-grid-line-get-set.html:
1000 * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js:
1003 * fast/css-grid-layout/resources/grid-columns-rows-get-set.js:
1004 * fast/css-grid-layout/resources/grid-definitions-parsing-utils.js: Added.
1005 (testGridDefinitionsValues):
1006 (testGridDefinitionsSetJSValues):
1007 (testNonGridDefinitionsSetJSValues):
1008 (checkGridDefinitionsSetJSValues): Helper function for testGridDefinitions*.
1009 (testGridDefinitionsSetBadJSValues):
1011 2013-11-22 Sergio Villar Senin <svillar@igalia.com>
1013 Null-pointer dereference in WebCore::CSSValue::isPrimitiveValue
1014 https://bugs.webkit.org/show_bug.cgi?id=124769
1016 Reviewed by Andreas Kling.
1018 Checks that invalid position declarations (like skiping the comma
1019 separator) do not make the engine crash.
1021 * fast/gradients/crash-on-no-position-separator-expected.txt: Added.
1022 * fast/gradients/crash-on-no-position-separator.html: Added.
1024 2014-01-20 Mihai Tica <mitica@adobe.com>
1026 Background-blend-mode doesn't work for an element with an
1027 SVG image as background and border-style or padding set.
1028 Tests now use rectangles instead of circles for SVGs.
1029 https://bugs.webkit.org/show_bug.cgi?id=118894
1031 Reviewed by Dirk Schulze.
1033 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
1034 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
1035 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
1036 * platform/mac/TestExpectations: marking test as ImageOnlyFailure due to slight pixel inconsistencies between the result and the formula.
1038 2014-01-20 Zalan Bujtas <zalan@apple.com>
1040 Subpixel layout: setSimpleLineLayoutEnabled() produces different layout when line position has CSS px fractions.
1041 https://bugs.webkit.org/show_bug.cgi?id=126892
1043 Reviewed by Antti Koivisto.
1045 SimpleLineLayout needs to copy normal linebox layout's subpixel rounding strategy to produce
1048 * platform/mac/TestExpectations: Unskipping some SimpleLineLayout tests.
1050 2014-01-20 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1052 Unreviewed EFL gardening
1054 Add test expectations for failing tests.
1056 * platform/efl-wk2/TestExpectations:
1057 * platform/efl/TestExpectations:
1059 2014-01-20 Gurpreet Kaur <k.gurpreet@samsung.com>
1061 Col width is not honored when dynamically updated and it would make table narrower
1062 https://bugs.webkit.org/show_bug.cgi?id=104711
1064 Reviewed by Antti Koivisto.
1066 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width-expected.txt: Added.
1067 * fast/dom/HTMLTableColElement/resize-table-width-using-col-width.html: Added.
1068 Added new test case to verify that table cell width decreases by
1069 decreasing the colgroup width.
1071 2014-01-20 Zan Dobersek <zdobersek@igalia.com>
1073 Unreviewed GTK gardening.
1075 Marked media/audio-concurrent-supported.html as flaky.
1076 Marked js/dom/string-replacement-outofmemory.html as slow on the release configuration as well.
1078 * platform/gtk/TestExpectations:
1080 2014-01-20 Morten Stenshorne <mstensho@opera.com>
1082 Region based multicol: tall line causes taller multicol container than necessary
1083 https://bugs.webkit.org/show_bug.cgi?id=122550
1085 Reviewed by David Hyatt.
1087 * fast/multicol/newmulticol/balance10-expected.txt: Added.
1088 * fast/multicol/newmulticol/balance10.html: Added.
1090 2014-01-19 Zalan Bujtas <zalan@apple.com>
1092 Unreviewed Apple Windows port gardering.
1094 A few more missing newlines.
1096 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1097 * platform/win/svg/batik/text/textPosition-expected.txt:
1099 2014-01-18 Zalan Bujtas <zalan@apple.com>
1101 Unreviewed Apple Windows port gardering.
1103 Add missing newlines.
1105 * platform/win/css1/box_properties/margin_right-expected.txt:
1106 * platform/win/css1/box_properties/padding-expected.txt:
1107 * platform/win/css1/box_properties/padding_left-expected.txt:
1108 * platform/win/css1/box_properties/padding_right-expected.txt:
1109 * platform/win/css1/box_properties/padding_top-expected.txt:
1110 * platform/win/css1/font_properties/font-expected.txt:
1111 * platform/win/css1/formatting_model/vertical_formatting-expected.txt:
1112 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
1113 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
1114 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
1115 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
1116 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
1117 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1118 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1119 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1120 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1121 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1122 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1123 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1124 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1125 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1126 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1127 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1128 * platform/win/fast/borders/bidi-012-expected.txt:
1129 * platform/win/fast/css/empty-pseudo-class-expected.txt:
1130 * platform/win/fast/css/fieldset-display-row-expected.txt:
1131 * platform/win/fast/css/first-child-pseudo-class-expected.txt:
1132 * platform/win/fast/css/last-child-pseudo-class-expected.txt:
1133 * platform/win/fast/css/only-child-pseudo-class-expected.txt:
1134 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1135 * platform/win/fast/inline/inline-box-background-expected.txt:
1136 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1137 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1138 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1139 * platform/win/fast/lists/003-vertical-expected.txt:
1140 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1141 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1142 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1143 * platform/win/svg/batik/filters/feTile-expected.txt:
1144 * platform/win/svg/batik/masking/maskRegions-expected.txt:
1145 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1146 * platform/win/svg/batik/text/textDecoration-expected.txt:
1147 * platform/win/svg/batik/text/textEffect-expected.txt:
1148 * platform/win/svg/batik/text/textLength-expected.txt:
1149 * platform/win/svg/batik/text/textPosition-expected.txt:
1150 * platform/win/svg/batik/text/verticalText-expected.txt:
1151 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1153 2014-01-18 Zalan Bujtas <zalan@apple.com>
1155 Unreviewed Apple Windows port gardering.
1157 Rebaseline subpixel layout results.
1159 * platform/win/TestExpectations:
1160 * platform/win/css1/box_properties/margin_right-expected.txt: Added.
1161 * platform/win/css1/box_properties/padding-expected.txt: Added.
1162 * platform/win/css1/box_properties/padding_left-expected.txt: Added.
1163 * platform/win/css1/box_properties/padding_right-expected.txt: Added.
1164 * platform/win/css1/box_properties/padding_top-expected.txt: Added.
1165 * platform/win/css1/font_properties/font-expected.txt:
1166 * platform/win/css1/formatting_model/vertical_formatting-expected.txt: Added.
1167 * platform/win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
1168 * platform/win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
1169 * platform/win/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
1170 * platform/win/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
1171 * platform/win/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
1172 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1173 * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
1174 * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
1175 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
1176 * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
1177 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
1178 * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
1179 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1180 * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1181 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1182 * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1183 * platform/win/fast/borders/bidi-012-expected.txt:
1184 * platform/win/fast/css/empty-pseudo-class-expected.txt: Added.
1185 * platform/win/fast/css/fieldset-display-row-expected.txt: Added.
1186 * platform/win/fast/css/first-child-pseudo-class-expected.txt: Added.
1187 * platform/win/fast/css/last-child-pseudo-class-expected.txt: Added.
1188 * platform/win/fast/css/only-child-pseudo-class-expected.txt: Added.
1189 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
1190 * platform/win/fast/forms/range/slider-mouse-events-expected.txt:
1191 * platform/win/fast/inline/inline-box-background-expected.txt:
1192 * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
1193 * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
1194 * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
1195 * platform/win/fast/lists/003-vertical-expected.txt:
1196 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1197 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1198 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1199 * platform/win/svg/batik/filters/feTile-expected.txt: Added.
1200 * platform/win/svg/batik/masking/maskRegions-expected.txt: Added.
1201 * platform/win/svg/batik/paints/gradientLimit-expected.txt:
1202 * platform/win/svg/batik/text/textDecoration-expected.txt: Added.
1203 * platform/win/svg/batik/text/textEffect-expected.txt: Added.
1204 * platform/win/svg/batik/text/textLength-expected.txt: Added.
1205 * platform/win/svg/batik/text/textPosition-expected.txt: Added.
1206 * platform/win/svg/batik/text/verticalText-expected.txt: Added.
1207 * platform/win/transforms/2d/hindi-rotated-expected.txt:
1209 2014-01-18 Zalan Bujtas <zalan@apple.com>
1211 Subpixel layout: IntRect::infiniteRect() overflows when subpixel layout is enabled.
1212 https://bugs.webkit.org/show_bug.cgi?id=126899
1214 Reviewed by Tim Horton.
1216 Use LayoutUnits when setting the infinite values on IntRect::infiniteRect() to ensure
1217 it won't overflow later when the IntRect gets converted to LayoutRect.
1219 * platform/mac/TestExpectations: Unskipping svg test (failed with subpixel on)
1221 2014-01-18 Anders Carlsson <andersca@apple.com>
1223 Remove support for the viewsource attribute
1224 https://bugs.webkit.org/show_bug.cgi?id=127232
1226 Reviewed by Andreas Kling.
1229 * fast/frames/resources/viewsource-fake-image-file.png: Removed.
1230 * fast/frames/resources/viewsource-frame-1.html: Removed.
1231 * fast/frames/resources/viewsource-frame-2.html: Removed.
1232 * fast/frames/resources/viewsource-frame-3.html: Removed.
1233 * fast/frames/resources/viewsource-frame-4.html: Removed.
1234 * fast/frames/resources/viewsource-frame-5.html: Removed.
1235 * fast/frames/resources/viewsource-frame-unfinished-script.html: Removed.
1236 * fast/frames/resources/viewsource-frame-unfinished-textarea.html: Removed.
1237 * fast/frames/viewsource-attribute.html: Removed.
1238 * fast/frames/viewsource-empty-attribute-value-expected.txt: Removed.
1239 * fast/frames/viewsource-empty-attribute-value.html: Removed.
1240 * fast/frames/viewsource-linebreak-expected.txt: Removed.
1241 * fast/frames/viewsource-linebreak.html: Removed.
1242 * fast/frames/viewsource-link-on-href-value-expected.txt: Removed.
1243 * fast/frames/viewsource-link-on-href-value.html: Removed.
1244 * fast/frames/viewsource-on-image-file.html: Removed.
1245 * fast/frames/viewsource-plain-text-tags-expected.txt: Removed.
1246 * fast/frames/viewsource-plain-text-tags.html: Removed.
1247 * fast/frames/viewsource-unfinished-tags-expected.txt: Removed.
1248 * fast/frames/viewsource-unfinished-tags.html: Removed.
1249 * fast/frames/viewsource-xml-expected.txt: Removed.
1250 * fast/frames/viewsource-xml.html: Removed.
1251 * http/tests/security/resources/view-source-no-refresh.php: Removed.
1252 * http/tests/security/view-source-javascript-url-in-document-expected.txt: Removed.
1253 * http/tests/security/view-source-javascript-url-in-document.html: Removed.
1254 * http/tests/security/view-source-no-javascript-url-expected.txt: Removed.
1255 * http/tests/security/view-source-no-javascript-url.html: Removed.
1256 * http/tests/security/view-source-no-refresh-expected.txt: Removed.
1257 * http/tests/security/view-source-no-refresh.html: Removed.
1258 * platform/efl/fast/frames/viewsource-attribute-expected.png: Removed.
1259 * platform/efl/fast/frames/viewsource-attribute-expected.txt: Removed.
1260 * platform/efl/fast/frames/viewsource-on-image-file-expected.png: Removed.
1261 * platform/efl/fast/frames/viewsource-on-image-file-expected.txt: Removed.
1262 * platform/mac/fast/frames/viewsource-attribute-expected.png: Removed.
1263 * platform/mac/fast/frames/viewsource-attribute-expected.txt: Removed.
1264 * platform/mac/fast/frames/viewsource-on-image-file-expected.png: Removed.
1265 * platform/mac/fast/frames/viewsource-on-image-file-expected.txt: Removed.
1266 * platform/win/TestExpectations:
1268 2014-01-18 Alexey Proskuryakov <ap@apple.com>
1270 media/video-size.html is flaky
1271 https://bugs.webkit.org/show_bug.cgi?id=124932
1273 * platform/efl/TestExpectations:
1274 * platform/TestExpectations:
1275 Moving flakiness expectation to cross-platform file, as it also fails on Mac in the same way.
1277 2014-01-18 Alexey Proskuryakov <ap@apple.com>
1279 media/video-display-aspect-ratio.html fails
1280 https://bugs.webkit.org/show_bug.cgi?id=35297
1282 * platform/mac/TestExpectations: Marking as flaky.
1284 2014-01-17 Beth Dakin <bdakin@apple.com>
1286 Need a way to test the tile cache with margins enabled
1287 https://bugs.webkit.org/show_bug.cgi?id=127194
1289 <rdar://problem/15571327>
1291 Reviewed by Tim Horton.
1293 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles-expected.txt: Added.
1294 * platform/mac-wk2/tiled-drawing/simple-document-with-margin-tiles.html: Added.
1296 2014-01-17 Bem Jones-Bey <bjonesbe@adobe.com>
1298 [CSS Shapes] Stacked floats with shape-outside should allow inline content to interact with the non-outermost float
1299 https://bugs.webkit.org/show_bug.cgi?id=122576
1301 Reviewed by David Hyatt.
1303 Tests for shape-outside on stacked floats and interaction with inline
1306 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000-expected.html: Added.
1307 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-000.html: Added.
1308 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001-expected.html: Added.
1309 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-001.html: Added.
1310 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002-expected.html: Added.
1311 * fast/shapes/shape-outside-floats/shape-outside-floats-stacked-002.html: Added.
1313 2014-01-17 Zoltan Horvath <zoltan@webkit.org>
1315 [CSS3] Add rendering support for -webkit-text-align-last
1316 https://bugs.webkit.org/show_bug.cgi?id=99584
1318 Reviewed by David Hyatt.
1320 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify-expected.html: Added.
1321 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-justify.html: Added.
1322 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify-expected.html: Added.
1323 * fast/css3-text/css3-text-align-last/text-align-last-with-text-align-non-justify.html: Added.
1325 2014-01-17 Bear Travis <betravis@adobe.com>
1327 [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset
1328 https://bugs.webkit.org/show_bug.cgi?id=127010
1330 Reviewed by Rob Buis.
1332 Update existing parsing and animation tests. For parsing tests, top / left keywords
1333 are omitted whenever possible. For animation tests, animations to bottom / right
1334 offsets will use calc values based from the top / left direction.
1336 * animations/resources/animation-test-helpers.js:
1337 (parseBasicShape): Parse non-numerical arguments to the shape function.
1338 (basicShapeParametersMatch): Match non-numerical arguments to the shape function.
1339 * fast/shapes/parsing/parsing-shape-inside-expected.txt: Update serialized values
1340 to omit top / left keywords when possible.
1341 * fast/shapes/parsing/parsing-shape-outside-expected.txt: Update serialized values
1342 to omit top / left keywords when possible.
1343 * fast/shapes/parsing/parsing-test-utils.js: Modify shape parsing test expectations.
1344 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt: Ditto.
1345 * fast/shapes/shape-outside-floats/shape-outside-animation.html: Ditto.
1347 2014-01-16 Myles C. Maxfield <mmaxfield@apple.com>
1349 Unprefix text-emphasis CSS properties
1350 https://bugs.webkit.org/show_bug.cgi?id=127160
1352 Reviewed by Sam Weinig.
1354 Add a reftest to compare the prefixed and unprefixed properties
1356 * fast/css3-text/css3-text-decoration/text-decoration-unprefix-expected.html: Added.
1357 * fast/css3-text/css3-text-decoration/text-decoration-unprefix.html: Added.
1359 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1361 Unreviewed EFL gardening
1363 * platform/efl/js/dom/dom-static-property-for-in-iteration-expected.txt: Rebaseline after r153772 and r154057.
1364 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Rebaseline after r153772 and r154127.
1365 * platform/efl/js/dom/global-constructors-attributes-expected.txt: Ditto.
1366 * platform/efl/js/dom/global-constructors-attributes-shared-worker-expected.txt: Ditto.
1368 2014-01-17 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1370 Unreviewed EFL gardening
1372 Fix wrong test expectations added in r162128.
1374 * platform/efl-wk2/TestExpectations:
1376 2014-01-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>
1378 Allow grammar checking tests to be able to run asynchronously
1379 https://bugs.webkit.org/show_bug.cgi?id=127099
1381 Reviewed by Ryosuke Niwa.
1383 Some grammar checking tests have already used asynchronous text checking path.
1384 Due to WebKit tends to use asynchronous spell checking, this patch adapts grammar
1385 checking tests that used synchronous path to be able to run asynchronously.
1387 Additionally, the tests description was fixed.
1389 * editing/spelling/grammar-edit-word-expected.txt:
1390 * editing/spelling/grammar-edit-word.html:
1391 * editing/spelling/grammar-expected.txt:
1392 * editing/spelling/grammar-markers.html:
1393 * editing/spelling/grammar.html:
1394 * editing/spelling/markers-expected.txt:
1395 * editing/spelling/markers.html:
1397 * platform/mac-wk2/TestExpectations:
1398 Marking markers.html as failing for mac-wk2 due to bug 125690.
1400 2014-01-16 Jer Noble <jer.noble@apple.com>
1402 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
1403 https://bugs.webkit.org/show_bug.cgi?id=127147
1405 Re-enable media/video-controls-visible-audio-only.html.
1407 Reviewed by Eric Carlson.
1409 * platform/mac/TestExpectations:
1411 2014-01-16 Alexey Proskuryakov <ap@apple.com>
1413 REGRESSION(r162145): media/video-controls-visible-audio-only.html fails
1414 https://bugs.webkit.org/show_bug.cgi?id=127147
1416 * platform/mac/TestExpectations: Marking it as flaky while Jer investigates.
1418 2014-01-16 Eric Carlson <eric.carlson@apple.com>
1420 Allow MediaSessionManager to restrict inline <video> playback
1421 https://bugs.webkit.org/show_bug.cgi?id=127113
1423 Reviewed by Jer Noble.
1425 * media/video-fullscreeen-only-playback-expected.txt: Added.
1426 * media/video-fullscreeen-only-playback.html: Added.
1428 2014-01-07 Myles C. Maxfield <mmaxfield@apple.com>
1430 text-emphasis-position CSS property doesn't recognize 'left' and 'right'
1431 https://bugs.webkit.org/show_bug.cgi?id=126611
1433 Reviewed by Simon Fraser.
1435 With regards to text-emphasis-position, "left" and "right" are only valid in
1436 vertical writing modes, and "over" and "under" are only valid in horizontal
1439 In order to keep in line with existing pages, specifying "under" without
1440 "left" or "right" should draw text as if "under left" was specified (and
1443 The default value for text-emphasis-position should be "over right".
1445 * fast/css/getComputedStyle/computed-style-expected.txt:
1446 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1447 * fast/css/parsing-text-emphasis-expected.txt:
1448 * fast/css/parsing-text-emphasis.html:
1449 * fast/text/emphasis-horizontal-left-right-expected.html: Added.
1450 * fast/text/emphasis-horizontal-left-right.html: Added.
1451 * fast/text/emphasis-vertical-over-right-expected.html: Added.
1452 * fast/text/emphasis-vertical-over-right.html: Added.
1453 * fast/text/emphasis-vertical-over-under-expected.html: Added.
1454 * fast/text/emphasis-vertical-over-under.html: Added.
1456 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1458 Unreviewed EFL gardening
1460 Add failure test expectations for tests introduced in r162117.
1462 * platform/efl-wk2/TestExpectations:
1464 2014-01-16 Chris Fleizach <cfleizach@apple.com>
1466 AX: WebKit is not firing AXMenuOpenedNotification
1467 https://bugs.webkit.org/show_bug.cgi?id=126993
1469 Reviewed by Mario Sanchez Prada.
1471 * platform/mac/accessibility/aria-menu-open-notification-expected.txt: Added.
1472 * platform/mac/accessibility/aria-menu-open-notification.html: Added.
1474 2014-01-16 Zalan Bujtas <zalan@apple.com>
1476 Merged some more subpixel skipped tests. Unreviewed.
1478 webkit.org/b/126891 is a duplicate of webkit.org/b/126892
1480 * platform/mac/TestExpectations:
1482 2014-01-16 Chris Fleizach <cfleizach@apple.com>
1484 AX: WebKit is not firing AXMenuItemSelectedNotification
1485 https://bugs.webkit.org/show_bug.cgi?id=127081
1487 Reviewed by Mario Sanchez Prada.
1489 * platform/mac/accessibility/aria-menu-item-selected-notification-expected.txt: Added.
1490 * platform/mac/accessibility/aria-menu-item-selected-notification.html: Added.
1492 2014-01-16 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1494 Unreviewed EFL gardening
1496 Add failure test expectations for media tests.
1498 * platform/efl-wk2/TestExpectations:
1499 * platform/efl/TestExpectations:
1501 2014-01-16 Krzysztof Wolanski <k.wolanski@samsung.com>
1503 [EFL] Rebaselining after r161404
1504 https://bugs.webkit.org/show_bug.cgi?id=127105
1506 Unreviewed gardening.
1508 * platform/efl/editing/selection/after-line-wrap-expected.txt:
1510 2014-01-15 Mihnea Ovidenie <mihnea@adobe.com>
1512 [CSS Regions] Enable accelerated compositing for fixed elements in named flows
1513 https://bugs.webkit.org/show_bug.cgi?id=125144
1515 Reviewed by David Hyatt.
1517 Added new tests and made the existing tests for fixed positioned elements use the
1518 non-compositing mode.
1520 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow-expected.txt: Added.
1521 * compositing/regions/abs-in-named-flow-from-fixed-in-named-flow.html: Added.
1522 * compositing/regions/fixed-in-diff-named-flows-zIndex-expected.html: Added.
1523 * compositing/regions/fixed-in-diff-named-flows-zIndex.html: Added.
1524 * compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added.
1525 * compositing/regions/fixed-in-named-flow-clip-descendant.html: Added.
1526 * compositing/regions/fixed-in-named-flow-expected.txt: Added.
1527 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added.
1528 * compositing/regions/fixed-in-named-flow-from-abs-in-named-flow.html: Added.
1529 * compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added.
1530 * compositing/regions/fixed-in-named-flow-from-outflow.html: Added.
1531 * compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added.
1532 * compositing/regions/fixed-in-named-flow-got-transformed-parent.html: Added.
1533 * compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added.
1534 * compositing/regions/fixed-in-named-flow-lost-transformed-parent.html: Added.
1535 * compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added.
1536 * compositing/regions/fixed-in-named-flow-overlap-composited.html: Added.
1537 * compositing/regions/fixed-in-named-flow-position-changed-expected.html: Added.
1538 * compositing/regions/fixed-in-named-flow-position-changed.html: Added.
1539 * compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added.
1540 * compositing/regions/fixed-in-named-flow-transformed-parent.html: Added.
1541 * compositing/regions/fixed-in-named-flow-zIndex-expected.html: Added.
1542 * compositing/regions/fixed-in-named-flow-zIndex.html: Added.
1543 * compositing/regions/fixed-in-named-flow.html: Added.
1544 * compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added.
1545 * compositing/regions/fixed-transformed-in-named-flow.html: Added.
1546 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html:
1547 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html:
1548 * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html:
1549 * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html:
1551 2014-01-15 Mihai Maerean <mmaerean@adobe.com>
1553 [CSS Regions] Fix painting when the composited region has overflow:hidden
1554 https://bugs.webkit.org/show_bug.cgi?id=124887
1556 Reviewed by Alexandru Chiculita.
1558 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div.html: Added.
1559 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-div-expected.html: Added.
1560 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region.html: Added.
1561 * compositing/regions/paint-inside-composited-region-overflow-hidden-versus-region-expected.html: Added.
1563 2014-01-15 Ryuan Choi <ryuan.choi@samsung.com>
1565 Unreviewed. EFL Gardening.
1567 * platform/efl-wk1/TestExpectations:
1568 Unskipped some tests in svg/dynamic-updates which are passing now.
1570 2014-01-15 Roger Fong <roger_fong@apple.com>
1572 Remove unnecessary call to webGLContextCreated
1573 https://bugs.webkit.org/show_bug.cgi?id=127000
1575 Reviewed by Brent Fulgham.
1577 * platform/mac/TestExpectations: Unskipping tests skipped in r162002.
1579 2014-01-15 Brian Burg <bburg@apple.com>
1581 Web Inspector: capture probe samples on the backend
1582 https://bugs.webkit.org/show_bug.cgi?id=126668
1584 Reviewed by Joseph Pecoraro.
1586 Add protocol tests for setting and hitting the probe breakpoint action type.
1588 * inspector-protocol/debugger/setBreakpoint-actions-expected.txt:
1589 * inspector-protocol/debugger/setBreakpoint-actions.html:
1590 * inspector-protocol/debugger/setProbe-multiple-actions-expected.txt: Added.
1591 * inspector-protocol/debugger/setProbe-multiple-actions.html: Added.
1592 * inspector-protocol/resources/probe-helper.js: Added.
1593 (ProbeHelper.simplifiedProbeSample):
1595 2014-01-15 Gavin Barraclough <barraclough@apple.com>
1597 REGRESSION (r158369): Some pop-up windows open at incorrect size (affects GMail, theblaze.com)
1598 https://bugs.webkit.org/show_bug.cgi?id=126289
1600 Reviewed by Anders Carlson.
1602 Partial revert of https://bugs.webkit.org/show_bug.cgi?id=123557.
1603 On window.open, update page when the UIProcess sends the create message
1605 * platform/mac-wk2/TestExpectations:
1606 - test is bad (results in DRT don't reflect in browser behaviour).
1608 2014-01-15 Frédéric Wang <fred.wang@free.fr>
1610 [SVG] Accept HTML and MathML namespaces as valid requiredExtensions
1611 https://bugs.webkit.org/show_bug.cgi?id=88188
1613 Reviewed by Chris Fleizach.
1615 conditional-processing-1 verifies that indeed a renderer object is only
1616 created for the first "valid" SVG element of a <switch>, contrary to
1617 what an incorrect FIXME comment said. conditional-processing-2 verifies
1618 that the <switch> takes into account XHTML and MathML namespaces in the
1619 requiredExtensions attribute to decide which SVG element is "valid".
1620 SVGTests.html verifies the SVGTests interface of SVG DOM: three
1621 SVGStringList attributes (already tested in svg/dom/SVGStringList.html)
1622 and the hasExtension() function.
1624 * svg/custom/conditional-processing-1-expected.svg: Added.
1625 * svg/custom/conditional-processing-1.svg: Added.
1626 * svg/custom/conditional-processing-2-expected.html: Added.
1627 * svg/custom/conditional-processing-2.html: Added.
1628 * svg/dom/SVGTests-expected.txt: Added.
1629 * svg/dom/SVGTests.html: Added.
1630 * svg/dom/script-tests/SVGTests.js: Added.
1632 2014-01-15 Alexey Proskuryakov <ap@apple.com>
1634 AX: Merge layout test from Mac and GTK checking accessibility roles
1635 https://bugs.webkit.org/show_bug.cgi?id=126685
1637 Fix Mac test results.
1639 * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Removed.
1640 This test was merged into another, but its Mountain Lion results were not moved accordingly.
1642 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt.
1643 Custom results with a different role for "dl".
1645 * platform/mac/accessibility/roles-exposed-expected.txt: Changed to have results that
1646 are correct forward looking.
1648 2014-01-15 Commit Queue <commit-queue@webkit.org>
1650 Unreviewed, rolling out r162066.
1651 http://trac.webkit.org/changeset/162066
1652 https://bugs.webkit.org/show_bug.cgi?id=127056
1654 The added test still fails on some bots (Requested by ap on
1657 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
1658 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
1659 * platform/efl/TestExpectations:
1661 2014-01-15 Brent Fulgham <bfulgham@apple.com>
1663 Unreviewed test correctino for webgl compressed textures.
1665 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt:
1666 * platform/mac-mountainlion/fast/canvas: Removed.
1667 * platform/mac-mountainlion/fast/canvas/webgl: Removed.
1668 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
1670 2014-01-15 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1672 Unreviewed EFL gardening
1674 Add failure test expectations for reftests added in r161626.
1676 * platform/efl/TestExpectations:
1678 2014-01-15 Zalan Bujtas <zalan@apple.com>
1680 Merged some subpixel skipped tests. Unreviewed.
1682 webkit.org/b/126894 is a duplicate of webkit.org/b/126892
1684 * platform/mac/TestExpectations:
1686 2014-01-15 Brent Fulgham <bfulgham@apple.com>
1688 Unreviewed test fix for Mountain Lion WebGL behavior.
1690 Add Mountain Lion expected output matching ML's output of INVALID_OPERATION for improperly-sized textures.
1692 * platform/mac-mountainlion/fast/canvas: Added.
1693 * platform/mac-mountainlion/fast/canvas/webgl: Added.
1694 * platform/mac-mountainlion/fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
1696 2014-01-15 Zan Dobersek <zdobersek@igalia.com>
1699 Unreviewed GTK gardening. Removing an unneeded GTK-specific baseline
1700 for a layout test that was fixed proper in r161549.
1702 * platform/gtk/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt: Removed.
1704 2014-01-15 Mario Sanchez Prada <mario.prada@samsung.com>
1706 AX: Merge layout test from Mac and GTK checking accessibility roles
1707 https://bugs.webkit.org/show_bug.cgi?id=126685
1709 Reviewed by Chris Fleizach.
1711 Merged GTK and Mac tests into one cross-platform test that is
1712 aware of the platform-specific differences by declaring which
1713 elements are supported in which platforms and which platform
1714 specific roles (if it's the case) should be expected.
1716 * accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/gtk/accessibility/roles-exposed-expected.txt.
1717 * accessibility/roles-exposed.html: Added.
1718 * platform/gtk/accessibility/roles-exposed.html: Removed.
1719 * platform/mac/accessibility/role-subrole-roledescription.html: Removed.
1720 * platform/mac/accessibility/roles-exposed-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/role-subrole-roledescription-expected.txt.
1722 2014-01-15 Mihai Tica <mitica@adobe.com>
1725 Background-blend-mode doesn't work for an element with an
1726 SVG image as background and border-style or padding set.
1727 Tests now use rectangles instead of circles for SVGs.
1728 https://bugs.webkit.org/show_bug.cgi?id=118894
1730 Reviewed by Dirk Schulze.
1732 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html:
1733 * css3/compositing/background-blend-mode-data-uri-svg-image.html:
1734 * platform/efl/TestExpectations: pass tests for efl, blendMode is not implemented.
1736 2014-01-15 Andrei Bucur <abucur@adobe.com>
1738 [CSS Regions] Hit-testing goes through clipped layer in fast/regions/overflow-first-and-last-regions-in-container-hidden.html
1739 https://bugs.webkit.org/show_bug.cgi?id=126886
1741 Reviewed by Mihnea Ovidenie.
1743 Add a test that verifies you can't hover an element flowed inside a region but found inside
1744 the hidden overflow of the region.
1746 * fast/regions/hover-and-js-in-visual-overflow-hidden-expected.html: Added.
1747 * fast/regions/hover-and-js-in-visual-overflow-hidden.html: Added.
1749 2014-01-15 László Langó <llango.u-szeged@partner.samsung.com>
1751 DocumentFragment should be constructable.
1752 https://bugs.webkit.org/show_bug.cgi?id=115641
1754 Reviewed by Ryosuke Niwa.
1756 * fast/dom/DocumentFragment/document-fragment-constructor-expected.txt: Added.
1757 * fast/dom/DocumentFragment/document-fragment-constructor.html: Added.
1758 * fast/dom/dom-constructors-expected.txt:
1759 * fast/dom/dom-constructors.html:
1761 2014-01-14 Ryosuke Niwa <rniwa@webkit.org>
1763 Make DoYouEvenBench runnable by run-perf-tests
1764 https://bugs.webkit.org/show_bug.cgi?id=127030
1766 Reviewed by Andreas Kling.
1768 Use customIterationCount as it has been renamed from dromaeoIterationCount.
1770 * fast/harness/perftests/runs-per-second-iterations.html:
1772 2014-01-14 Dirk Schulze <krit@webkit.org>
1774 Remove unnecessary WebkitCSSSVGDocumentValue
1775 https://bugs.webkit.org/show_bug.cgi?id=126997
1777 Reviewed by Andreas Kling.
1779 Update results after use of CSSPrimitiveValue.
1781 * css3/filters/filter-property-computed-style-expected.txt:
1782 * css3/filters/filter-property-expected.txt:
1783 * css3/filters/filter-property-parsing-expected.txt:
1784 * css3/filters/script-tests/filter-property-computed-style.js:
1785 * css3/filters/script-tests/filter-property-parsing.js:
1786 * css3/filters/script-tests/filter-property.js:
1787 * fast/filter-image/parse-filter-image-expected.txt:
1788 * fast/filter-image/parse-filter-image.html:
1790 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
1792 [CSSRegions] Incorrect repaint of fixed element with transformed parent
1793 https://bugs.webkit.org/show_bug.cgi?id=125756
1795 Reviewed by Simon Fraser.
1797 Add tests for a fixed positioned element with a parent that:
1798 1. dynamically gets a transform, in which case the fixed positioned element should be positioned
1799 relative to its parent
1800 2. dynamically loses its transform, in which case the fixed positioned element should be positioned
1801 relative to the view.
1803 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.html: Added.
1804 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Added.
1805 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.html: Added.
1806 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Added.
1808 2014-01-14 Brent Fulgham <bfulgham@apple.com>
1810 Unreviewed test fix.
1812 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Use same
1813 failure mode as the khronos test suite.
1815 2014-01-14 Zalan Bujtas <zalan@apple.com>
1817 Merged some subpixel skipped tests. Unreviewed.
1819 webkit.org/b/126893 is a duplicate of webkit.org/b/126892
1821 * platform/mac/TestExpectations:
1823 2014-01-14 Mark Lam <mark.lam@apple.com>
1825 ASSERTION FAILED: !hasError() in JSC::Parser<LexerType>::createSavePoint().
1826 https://bugs.webkit.org/show_bug.cgi?id=126990.
1828 Reviewed by Geoffrey Garen.
1830 * js/dom/parse-syntax-error-in-initializer-expected.txt: Added.
1831 * js/dom/parse-syntax-error-in-initializer.html: Added.
1832 * js/resources/parse-syntax-error-in-initializer.js: Added.
1833 - Added bug test case as a regression test.
1835 2014-01-14 Roger Fong <roger_fong@apple.com>
1837 Skip some tests that now fail after r162000.
1838 https://bugs.webkit.org/show_bug.cgi?id=127000.
1840 * platform/mac/TestExpectations:
1842 2014-01-14 Brent Fulgham <bfulgham@apple.com>
1844 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
1845 https://bugs.webkit.org/show_bug.cgi?id=126925
1847 Reviewed by Dean Jackson.
1849 * fast/canvas/webgl/resources/webgl-test-utils.js:
1850 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
1851 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
1852 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
1854 2014-01-14 Commit Queue <commit-queue@webkit.org>
1856 Unreviewed, rolling out r161978.
1857 http://trac.webkit.org/changeset/161978
1858 https://bugs.webkit.org/show_bug.cgi?id=126992
1860 Test case causes crash on some hardware (Requested by bfulgham
1863 * fast/canvas/webgl/resources/webgl-test-utils.js:
1865 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
1866 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
1868 2014-01-14 Commit Queue <commit-queue@webkit.org>
1870 Unreviewed, rolling out r161964 and r161965.
1871 http://trac.webkit.org/changeset/161964
1872 http://trac.webkit.org/changeset/161965
1873 https://bugs.webkit.org/show_bug.cgi?id=126988
1875 Tests do not pass on the bots because of slight color
1876 differences. The tests should be redone with squared results
1877 and blending that leads to stable colors. (Requested by krit_
1880 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Removed.
1881 * css3/compositing/background-blend-mode-crossfade-image.html: Removed.
1882 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Removed.
1883 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Removed.
1885 2014-01-14 Hans Muller <hmuller@adobe.com>
1887 [CSS Shapes] Shape images are now <image> types, not just URIs
1888 https://bugs.webkit.org/show_bug.cgi?id=125224
1890 Reviewed by Andreas Kling.
1892 * fast/shapes/shape-inside/shape-inside-image-set-expected.html: Added.
1893 * fast/shapes/shape-inside/shape-inside-image-set.html: Added.
1894 * fast/shapes/shape-outside-floats/shape-outside-image-set-expected.html: Added.
1895 * fast/shapes/shape-outside-floats/shape-outside-image-set.html: Added.
1897 2014-01-14 Brent Fulgham <bfulgham@apple.com>
1899 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
1900 https://bugs.webkit.org/show_bug.cgi?id=126925
1902 Reviewed by Dean Jackson.
1904 * fast/canvas/webgl/resources/webgl-test-utils.js:
1905 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
1906 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
1907 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
1909 2014-01-14 Zalan Bujtas <zalan@apple.com>
1911 Unreviewed Mac TestExpectations update.
1913 <https://webkit.org/b/126890> is duplicate of <https://webkit.org/b/126889>
1915 * platform/mac/TestExpectations: Mark it as such.
1917 2014-01-14 Mario Sanchez Prada <mario.prada@samsung.com>
1919 [ATK] AXChildrenChanged notification handling is a performance black hole
1920 https://bugs.webkit.org/show_bug.cgi?id=126970
1922 Reviewed by Gustavo Noronha Silva.
1924 Because of the removal of the referring test when
1925 AXChildrenChanged is received, the children-changed:add signal is
1926 now emitted later, so we need to reorder the expectations.
1928 * accessibility/children-changed-sends-notification-expected.txt: Updated.
1930 2014-01-14 Mihai Tica <mitica@adobe.com>
1932 [CSS Background Blending] Background layer with -webkit-cross-fade doesn't blend
1933 when having -webkit-background-blending applied.
1935 https://bugs.webkit.org/show_bug.cgi?id=126887
1936 Reviewed by Dirk Schulze.
1938 * css3/compositing/background-blend-mode-crossfade-image-expected.html: Added.
1939 * css3/compositing/background-blend-mode-crossfade-image.html: Added.
1941 2014-01-14 Mihai Tica <mitica@adobe.com>
1943 Background-blend-mode doesn't work for an element with an
1944 SVG image as background and border-style or padding set.
1945 https://bugs.webkit.org/show_bug.cgi?id=118894
1947 Reviewed by Dirk Schulze.
1949 * css3/compositing/background-blend-mode-data-uri-svg-image-expected.html: Added.
1950 * css3/compositing/background-blend-mode-data-uri-svg-image.html: Added.
1952 2014-01-14 Mihnea Ovidenie <mihnea@adobe.com>
1954 [CSSRegions] Test dynamic change of position for fixed element in named flow
1955 https://bugs.webkit.org/show_bug.cgi?id=126807
1957 Reviewed by Dirk Schulze.
1959 * fast/regions/fixed-in-named-flow-position-changed-expected.html: Added.
1960 * fast/regions/fixed-in-named-flow-position-changed.html: Added.
1962 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
1964 Unreviewed GTK gardening.
1966 Added missing baselines for some regions tests.
1968 * platform/gtk/TestExpectations: Unskip tests as new baselines have been added.
1969 * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added.
1970 * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Added.
1971 * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Added.
1972 * platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
1973 * platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
1974 * platform/gtk/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added.
1975 * platform/gtk/fast/regions/repaint/region-painting-invalidation-expected.txt: Added.
1976 * platform/gtk/fast/regions/repaint/region-painting-via-layout-expected.txt: Added.
1977 * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added.
1979 2014-01-14 Manuel Rego Casasnovas <rego@igalia.com>
1981 Unreviewed GTK gardening.
1983 Added missing baselines for some regions tests.
1985 * platform/gtk/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added.
1986 * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
1987 * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Added.
1988 * platform/gtk/fast/regions/iframe-html-collected-expected.txt: Added.
1990 2014-01-13 Grzegorz Czajkowski <g.czajkowski@samsung.com>
1992 Make spelling tests added in r141354 to be able to run asynchronously
1993 https://bugs.webkit.org/show_bug.cgi?id=126895
1995 Reviewed by Ryosuke Niwa.
1997 As we started running spelling tests asynchronously, invoke 'finishJSTest()'
1998 when all operations are completed, for example, required spelling markers have appeared.
1999 It might happen later then during 'initSpellTest' testing callback.
2001 Due to the tests perform other checks that do not affect expectation order (selection,
2002 context menu suggestion items), the asynchronous operations were pushed back to the end of
2003 the tests to be sure that those won't break expectation order.
2005 * editing/spelling/context-menu-suggestions-multiword-selection-expected.txt:
2006 * editing/spelling/context-menu-suggestions-multiword-selection.html:
2007 * editing/spelling/context-menu-suggestions-subword-selection-expected.txt:
2008 * editing/spelling/context-menu-suggestions-subword-selection.html:
2009 * editing/spelling/resources/util.js:
2010 * editing/spelling/spelling-changed-text-expected.txt:
2011 * editing/spelling/spelling-changed-text.html:
2012 * editing/spelling/spelling-double-clicked-word-expected.txt:
2013 * editing/spelling/spelling-double-clicked-word.html:
2014 * editing/spelling/spelling-exactly-selected-word-expected.txt:
2015 * editing/spelling/spelling-exactly-selected-word.html:
2017 * editing/spelling/spelling-with-whitespace-selection-expected.txt:
2018 * editing/spelling/spelling-with-whitespace-selection.html:
2019 * editing/spelling/spelling-with-punctuation-selection-expected.txt:
2020 * editing/spelling/spelling-with-punctuation-selection.html:
2021 Additionally fix description format and get rid of context click, needless after r148282.
2023 2014-01-13 Commit Queue <commit-queue@webkit.org>
2025 Unreviewed, rolling out r161907.
2026 http://trac.webkit.org/changeset/161907
2027 https://bugs.webkit.org/show_bug.cgi?id=126963
2029 fast/canvas/webgl/webgl-compressed-texture-size-limit.html
2030 fails on many bots (Requested by ap on #webkit).
2032 * fast/canvas/webgl/resources/webgl-test-utils.js:
2034 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Removed.
2035 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Removed.
2037 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2039 Layout Test plugins/plugin-document-load-prevented-userscript.html is flaky
2040 https://bugs.webkit.org/show_bug.cgi?id=126962
2042 * platform/mac-wk2/TestExpectations: Marking as such.
2044 2014-01-13 Commit Queue <commit-queue@webkit.org>
2046 Unreviewed, rolling out r161916.
2047 http://trac.webkit.org/changeset/161916
2048 https://bugs.webkit.org/show_bug.cgi?id=126952
2050 it is a lie - still fails on some configs (Requested by dino
2053 * platform/mac/TestExpectations:
2055 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2057 Unreviewed EFL gardening. Rebaselining after r161669.
2059 * platform/efl/css3/masking/clip-path-circle-border-box-expected.png: Added.
2060 * platform/efl/css3/masking/clip-path-circle-border-box-expected.txt: Added.
2061 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.png: Added.
2062 * platform/efl/css3/masking/clip-path-circle-bounding-box-expected.txt: Added.
2063 * platform/efl/css3/masking/clip-path-circle-content-box-expected.png: Added.
2064 * platform/efl/css3/masking/clip-path-circle-content-box-expected.txt: Added.
2065 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.png: Added.
2066 * platform/efl/css3/masking/clip-path-circle-margin-box-expected.txt: Added.
2067 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.png: Added.
2068 * platform/efl/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
2070 2014-01-13 Jinwoo Song <jinwoo7.song@samsung.com>
2072 Unreviewed EFL gardening. Rebaseline after r161696.
2074 * platform/efl/css1/text_properties/word_spacing-expected.png:
2075 * platform/efl/css1/text_properties/word_spacing-expected.txt:
2077 2014-01-13 Dean Jackson <dino@apple.com>
2079 Unreviewed gardening. Unskipping WebGL 1.0.2/conformance/ogles/GL/build_009_to_016.html
2082 * platform/mac/TestExpectations:
2084 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2086 [WebGL] Invalid range checking in WebGLRenderContext::validateTexFunctionLevel
2087 https://bugs.webkit.org/show_bug.cgi?id=126925
2089 Reviewed by Dean Jackson.
2091 * fast/canvas/webgl/resources/webgl-test-utils.js:
2092 (WebGLTestUtils): Add missing 'waitForComposite' implementatino.
2093 * fast/canvas/webgl/webgl-compressed-texture-size-limit-expected.txt: Added.
2094 * fast/canvas/webgl/webgl-compressed-texture-size-limit.html: Added.
2096 2014-01-13 Alexey Proskuryakov <ap@apple.com>
2098 Update Mountain Lion test results for subpixel layout chanegs.
2100 Patch by Zalan Bujtas.
2102 * platform/mac-mountainlion/compositing: Added.
2103 * platform/mac-mountainlion/compositing/contents-opaque: Added.
2104 * platform/mac-mountainlion/compositing/contents-opaque/control-layer-expected.txt: Added.
2105 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt:
2106 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt:
2107 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt:
2108 * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt:
2109 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2110 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2111 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2112 * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2113 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt:
2114 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt:
2115 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt:
2116 * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt:
2117 * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt:
2118 * platform/mac-mountainlion/editing/selection/3690703-expected.txt:
2119 * platform/mac-mountainlion/editing/selection/3690719-expected.txt:
2120 * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt:
2121 * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt:
2122 * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt:
2123 * platform/mac-mountainlion/fast/css/margin-top-bottom-dynamic-expected.txt: Added.
2124 * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt:
2125 * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2126 * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt:
2127 * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt:
2128 * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt:
2129 * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt:
2130 * platform/mac-mountainlion/fast/forms/button-cannot-be-nested-expected.txt: Added.
2131 * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt:
2132 * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt:
2133 * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt:
2134 * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt:
2135 * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt:
2136 * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt:
2137 * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt:
2138 * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt:
2139 * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt:
2140 * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt:
2141 * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt:
2142 * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt:
2143 * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt:
2144 * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt:
2145 * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt:
2146 * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2147 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
2148 * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt:
2149 * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt:
2150 * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt:
2151 * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt:
2152 * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt:
2153 * platform/mac-mountainlion/fast/forms/select-baseline-expected.txt: Added.
2154 * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt:
2155 * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt:
2156 * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt:
2157 * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt:
2158 * platform/mac-mountainlion/fast/html/details-open2-expected.txt:
2159 * platform/mac-mountainlion/fast/html/details-open4-expected.txt:
2160 * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt:
2161 * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt:
2162 * platform/mac-mountainlion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2163 * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt:
2164 * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt:
2165 * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt:
2166 * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt:
2167 * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt:
2168 * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt:
2169 * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt:
2170 * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt:
2171 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt:
2172 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt:
2173 * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt:
2174 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
2175 * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt:
2176 * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt:
2177 * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt:
2178 * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt:
2179 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt:
2180 * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt:
2181 * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt:
2182 * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt:
2183 * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt:
2184 * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt:
2185 * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt:
2186 * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2187 * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt:
2188 * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt:
2189 * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt:
2190 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2191 * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
2192 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
2193 * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2194 * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt:
2196 2014-01-13 Eric Carlson <eric.carlson@apple.com>
2198 Allow MediaSessionManager to restrict media playback
2199 https://bugs.webkit.org/show_bug.cgi?id=126780
2201 Reviewed by Jer Noble.
2203 * media/video-concurrent-playback-expected.txt: Added.
2204 * media/video-concurrent-playback.html: Added.
2206 2014-01-13 Zalan Bujtas <zalan@apple.com>
2208 Unreviewed Mac WK2 gardering after r161882.
2210 * platform/mac-wk2/fast/dynamic/012-expected.txt:
2212 2014-01-13 Youenn Fablet <youennf@gmail.com>
2214 Dispatch a progress event before dispatching abort, error or timeout event
2215 https://bugs.webkit.org/show_bug.cgi?id=126575
2217 Reviewed by Alexey Proskuryakov.
2219 Updated onloadend-event-after-abort.html and onloadend-event-after-error.html to check for progress event.
2220 Fixed the other tests to cope with additional progress event.
2222 * http/tests/xmlhttprequest/onabort-progressevent-attributes.html:
2223 * http/tests/xmlhttprequest/onloadend-event-after-abort-expected.txt:
2224 * http/tests/xmlhttprequest/onloadend-event-after-abort.html:
2225 * http/tests/xmlhttprequest/onloadend-event-after-error-expected.txt:
2226 * http/tests/xmlhttprequest/onloadend-event-after-error.html:
2227 * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt:
2228 * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html:
2229 * http/tests/xmlhttprequest/upload-onloadend-event-after-abort.html:
2230 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
2232 2014-01-13 Brent Fulgham <bfulgham@apple.com>
2234 [WebGL] Error messages should use source code labels, not internal mangled symbols.
2235 https://bugs.webkit.org/show_bug.cgi?id=126832
2237 Reviewed by Dean Jackson.
2239 * fast/canvas/webgl/glsl-conformance.html: Add log to program output
2240 showing error message to confirm proper labels are being used.
2241 * fast/canvas/webgl/glsl-conformance-expected.txt: updated.
2243 2014-01-13 Zalan Bujtas <zalan@apple.com>
2245 Unreviewed MAC gardening. Rebaselining after subpixel layout is enabled (r161882).
2247 * css3/background/background-repeat-space-content-expected.html:
2248 * css3/background/background-repeat-space-padding-expected.html:
2249 * css3/masking/mask-repeat-space-content-expected.html:
2250 * css3/masking/mask-repeat-space-padding-expected.html:
2251 * fast/regions/auto-size/autoheight-correct-region-for-lines-2.html:
2252 * fast/regions/overflow-region-transform.html:
2253 * platform/mac/TestExpectations:
2254 * platform/mac/accessibility/image-link-expected.txt:
2255 * platform/mac/accessibility/internal-link-anchors2-expected.txt:
2256 * platform/mac/accessibility/svg-bounds-expected.txt:
2257 * platform/mac/accessibility/svg-remote-element-expected.txt:
2258 * platform/mac/accessibility/table-attributes-expected.txt:
2259 * platform/mac/accessibility/table-cell-spans-expected.txt:
2260 * platform/mac/accessibility/table-cells-expected.txt:
2261 * platform/mac/accessibility/table-detection-expected.txt:
2262 * platform/mac/accessibility/table-sections-expected.txt:
2263 * platform/mac/compositing/contents-opaque/control-layer-expected.txt: Added.
2264 * platform/mac/compositing/direct-image-compositing-expected.txt:
2265 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
2266 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt:
2267 * platform/mac/compositing/shadows/shadow-drawing-expected.txt:
2268 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2269 * platform/mac/css1/basic/inheritance-expected.txt:
2270 * platform/mac/css1/box_properties/acid_test-expected.txt:
2271 * platform/mac/css1/box_properties/clear_float-expected.txt:
2272 * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
2273 * platform/mac/css1/box_properties/margin-expected.txt:
2274 * platform/mac/css1/box_properties/margin_bottom-expected.txt:
2275 * platform/mac/css1/box_properties/margin_right-expected.txt:
2276 * platform/mac/css1/box_properties/margin_top-expected.txt:
2277 * platform/mac/css1/box_properties/padding-expected.txt:
2278 * platform/mac/css1/box_properties/padding_bottom-expected.txt:
2279 * platform/mac/css1/box_properties/padding_left-expected.txt:
2280 * platform/mac/css1/box_properties/padding_right-expected.txt:
2281 * platform/mac/css1/box_properties/padding_top-expected.txt:
2282 * platform/mac/css1/box_properties/width-expected.txt:
2283 * platform/mac/css1/color_and_background/background_attachment-expected.txt:
2284 * platform/mac/css1/font_properties/font-expected.txt:
2285 * platform/mac/css1/font_properties/font_size-expected.txt:
2286 * platform/mac/css1/font_properties/font_weight-expected.txt:
2287 * platform/mac/css1/formatting_model/floating_elements-expected.txt:
2288 * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt:
2289 * platform/mac/css1/formatting_model/inline_elements-expected.txt:
2290 * platform/mac/css1/formatting_model/replaced_elements-expected.txt:
2291 * platform/mac/css1/formatting_model/vertical_formatting-expected.txt:
2292 * platform/mac/css1/text_properties/text_indent-expected.txt:
2293 * platform/mac/css1/text_properties/vertical_align-expected.txt:
2294 * platform/mac/css1/units/percentage_units-expected.txt:
2295 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt:
2296 * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt:
2297 * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
2298 * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt:
2299 * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
2300 * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
2301 * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
2302 * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
2303 * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
2304 * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
2305 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
2306 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
2307 * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
2308 * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
2309 * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
2310 * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt:
2311 * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
2312 * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
2313 * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
2314 * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
2315 * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt:
2316 * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt:
2317 * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt:
2318 * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt:
2319 * platform/mac/css3/flexbox/flexbox-baseline-expected.txt:
2320 * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt:
2321 * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt:
2322 * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt:
2323 * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt:
2324 * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt:
2325 * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt:
2326 * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
2327 * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
2328 * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
2329 * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
2330 * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
2331 * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
2332 * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt:
2333 * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
2334 * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt:
2335 * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
2336 * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt:
2337 * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt:
2338 * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
2339 * platform/mac/editing/inserting/before-after-input-element-expected.txt:
2340 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
2341 * platform/mac/editing/pasteboard/4806874-expected.txt:
2342 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
2343 * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
2344 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2345 * platform/mac/editing/selection/3690703-2-expected.txt:
2346 * platform/mac/editing/selection/3690703-expected.txt:
2347 * platform/mac/editing/selection/3690719-expected.txt:
2348 * platform/mac/editing/selection/4397952-expected.txt:
2349 * platform/mac/editing/selection/4895428-3-expected.txt:
2350 * platform/mac/editing/selection/4975120-expected.txt:
2351 * platform/mac/editing/selection/5240265-expected.txt:
2352 * platform/mac/editing/selection/5354455-2-expected.txt:
2353 * platform/mac/editing/selection/caret-ltr-2-expected.txt:
2354 * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
2355 * platform/mac/editing/selection/caret-ltr-expected.txt:
2356 * platform/mac/editing/selection/caret-ltr-right-expected.txt:
2357 * platform/mac/editing/selection/caret-rtl-2-expected.txt:
2358 * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
2359 * platform/mac/editing/selection/caret-rtl-expected.txt:
2360 * platform/mac/editing/selection/caret-rtl-right-expected.txt:
2361 * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt:
2362 * platform/mac/editing/selection/drag-select-1-expected.txt:
2363 * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt:
2364 * platform/mac/editing/selection/mixed-editability-10-expected.txt:
2365 * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
2366 * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt:
2367 * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt:
2368 * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
2369 * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
2370 * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt:
2371 * platform/mac/editing/selection/selection-button-text-expected.txt:
2372 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
2373 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
2374 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
2375 * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
2376 * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt:
2377 * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
2378 * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
2379 * platform/mac/fast/block/basic/001-expected.txt:
2380 * platform/mac/fast/block/basic/011-expected.txt:
2381 * platform/mac/fast/block/basic/014-expected.txt:
2382 * platform/mac/fast/block/basic/015-expected.txt:
2383 * platform/mac/fast/block/basic/016-expected.txt:
2384 * platform/mac/fast/block/basic/019-expected.txt:
2385 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
2386 * platform/mac/fast/block/float/013-expected.txt:
2387 * platform/mac/fast/block/float/025-expected.txt:
2388 * platform/mac/fast/block/float/026-expected.txt:
2389 * platform/mac/fast/block/float/027-expected.txt:
2390 * platform/mac/fast/block/float/028-expected.txt:
2391 * platform/mac/fast/block/float/032-expected.txt:
2392 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt:
2393 * platform/mac/fast/block/float/float-avoidance-expected.txt:
2394 * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
2395 * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
2396 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
2397 * platform/mac/fast/block/margin-collapse/100-expected.txt:
2398 * platform/mac/fast/block/margin-collapse/103-expected.txt:
2399 * platform/mac/fast/block/positioning/047-expected.txt:
2400 * platform/mac/fast/block/positioning/051-expected.txt:
2401 * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
2402 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
2403 * platform/mac/fast/borders/bidi-002-expected.txt:
2404 * platform/mac/fast/borders/bidi-009a-expected.txt:
2405 * platform/mac/fast/borders/bidi-012-expected.txt:
2406 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
2407 * platform/mac/fast/borders/rtl-border-01-expected.txt:
2408 * platform/mac/fast/borders/rtl-border-02-expected.txt:
2409 * platform/mac/fast/borders/rtl-border-03-expected.txt:
2410 * platform/mac/fast/box-sizing/box-sizing-expected.txt:
2411 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt:
2412 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt:
2413 * platform/mac/fast/css-generated-content/011-expected.txt:
2414 * platform/mac/fast/css-generated-content/012-expected.txt:
2415 * platform/mac/fast/css-generated-content/013-expected.txt:
2416 * platform/mac/fast/css-generated-content/014-expected.txt:
2417 * platform/mac/fast/css-generated-content/015-expected.txt:
2418 * platform/mac/fast/css-generated-content/details-summary-before-after-expected.txt:
2419 * platform/mac/fast/css-generated-content/inline-display-types-expected.txt:
2420 * platform/mac/fast/css/003-expected.txt:
2421 * platform/mac/fast/css/004-expected.txt:
2422 * platform/mac/fast/css/005-expected.txt:
2423 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Removed.
2424 * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
2425 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
2426 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
2427 * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt:
2428 * platform/mac/fast/css/continuationCrash-expected.txt:
2429 * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt:
2430 * platform/mac/fast/css/css2-system-fonts-expected.txt:
2431 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
2432 * platform/mac/fast/css/ex-after-font-variant-expected.txt:
2433 * platform/mac/fast/css/fieldset-display-row-expected.txt:
2434 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
2435 * platform/mac/fast/css/first-line-text-decoration-expected.txt:
2436 * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
2437 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
2438 * platform/mac/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt:
2439 * platform/mac/fast/css/h1-in-section-elements-expected.txt:
2440 * platform/mac/fast/css/hsl-color-expected.txt:
2441 * platform/mac/fast/css/hsla-color-expected.txt:
2442 * platform/mac/fast/css/inline-properties-important-expected.txt:
2443 * platform/mac/fast/css/input-search-padding-expected.txt:
2444 * platform/mac/fast/css/invalid-percentage-property-expected.txt:
2445 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
2446 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
2447 * platform/mac/fast/css/line-height-expected.txt:
2448 * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt:
2449 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
2450 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
2451 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
2452 * platform/mac/fast/css/percentage-non-integer-expected.txt:
2453 * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
2454 * platform/mac/fast/css/rgb-float-expected.txt:
2455 * platform/mac/fast/css/rtl-ordering-expected.txt:
2456 * platform/mac/fast/css/selector-set-attribute-expected.txt:
2457 * platform/mac/fast/css/text-align-expected.txt:
2458 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
2459 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
2460 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
2461 * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt:
2462 * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt:
2463 * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt:
2464 * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt:
2465 * platform/mac/fast/css/text-overflow-input-expected.txt:
2466 * platform/mac/fast/css/transform-default-parameter-expected.txt:
2467 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt:
2468 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt:
2469 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt:
2470 * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt:
2471 * platform/mac/fast/css/word-space-extra-expected.txt:
2472 * platform/mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added.
2473 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
2474 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
2475 * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
2476 * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
2477 * platform/mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
2478 * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
2479 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
2480 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2481 * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
2482 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
2483 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2484 * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
2485 * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
2486 * platform/mac/fast/dom/isindex-001-expected.txt:
2487 * platform/mac/fast/dom/isindex-002-expected.txt:
2488 * platform/mac/fast/dynamic/012-expected.txt:
2489 * platform/mac/fast/dynamic/anchor-lock-expected.txt:
2490 * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
2491 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
2492 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
2493 * platform/mac/fast/events/context-no-deselect-expected.txt:
2494 * platform/mac/fast/events/document-elementFromPoint-expected.txt:
2495 * platform/mac/fast/events/pointer-events-2-expected.txt:
2496 * platform/mac/fast/flexbox/flex-hang-expected.txt:
2497 * platform/mac/fast/forms/001-expected.txt:
2498 * platform/mac/fast/forms/006-expected.txt:
2499 * platform/mac/fast/forms/007-expected.txt:
2500 * platform/mac/fast/forms/basic-buttons-expected.txt:
2501 * platform/mac/fast/forms/basic-inputs-expected.txt:
2502 * platform/mac/fast/forms/basic-textareas-expected.txt:
2503 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
2504 * platform/mac/fast/forms/blankbuttons-expected.txt:
2505 * platform/mac/fast/forms/box-shadow-override-expected.txt:
2506 * platform/mac/fast/forms/button-cannot-be-nested-expected.txt:
2507 * platform/mac/fast/forms/button-default-title-expected.txt:
2508 * platform/mac/fast/forms/button-generated-content-expected.txt:
2509 * platform/mac/fast/forms/button-positioned-expected.txt:
2510 * platform/mac/fast/forms/button-sizes-expected.txt:
2511 * platform/mac/fast/forms/button-style-color-expected.txt:
2512 * platform/mac/fast/forms/button-table-styles-expected.txt:
2513 * platform/mac/fast/forms/button-text-transform-expected.txt:
2514 * platform/mac/fast/forms/button-white-space-expected.txt:
2515 * platform/mac/fast/forms/color/input-appearance-color-expected.txt:
2516 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
2517 * platform/mac/fast/forms/encoding-test-expected.txt:
2518 * platform/mac/fast/forms/fieldset-align-expected.txt:
2519 * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
2520 * platform/mac/fast/forms/fieldset-with-float-expected.txt:
2521 * platform/mac/fast/forms/file/file-input-direction-expected.txt:
2522 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
2523 * platform/mac/fast/forms/file/input-file-re-render-expected.txt:
2524 * platform/mac/fast/forms/float-before-fieldset-expected.txt:
2525 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2526 * platform/mac/fast/forms/formmove-expected.txt:
2527 * platform/mac/fast/forms/formmove2-expected.txt:
2528 * platform/mac/fast/forms/formmove3-expected.txt:
2529 * platform/mac/fast/forms/indeterminate-expected.txt:
2530 * platform/mac/fast/forms/input-align-expected.txt:
2531 * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt:
2532 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt:
2533 * platform/mac/fast/forms/input-appearance-disabled-expected.txt:
2534 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2535 * platform/mac/fast/forms/input-appearance-height-expected.txt:
2536 * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
2537 * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
2538 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
2539 * platform/mac/fast/forms/input-appearance-visibility-expected.txt:
2540 * platform/mac/fast/forms/input-appearance-width-expected.txt:
2541 * platform/mac/fast/forms/input-baseline-expected.txt:
2542 * platform/mac/fast/forms/input-button-sizes-expected.txt:
2543 * platform/mac/fast/forms/input-disabled-color-expected.txt:
2544 * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
2545 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
2546 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
2547 * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
2548 * platform/mac/fast/forms/input-readonly-dimmed-expected.txt:
2549 * platform/mac/fast/forms/input-readonly-empty-expected.txt:
2550 * platform/mac/fast/forms/input-spaces-expected.txt:
2551 * platform/mac/fast/forms/input-table-expected.txt:
2552 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2553 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2554 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2555 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2556 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2557 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2558 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2559 * platform/mac/fast/forms/input-text-word-wrap-expected.txt:
2560 * platform/mac/fast/forms/input-value-expected.txt:
2561 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
2562 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt:
2563 * platform/mac/fast/forms/menulist-clip-expected.txt:
2564 * platform/mac/fast/forms/minWidthPercent-expected.txt:
2565 * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt:
2566 * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
2567 * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
2568 * platform/mac/fast/forms/placeholder-position-expected.txt:
2569 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
2570 * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2571 * platform/mac/fast/forms/range/input-appearance-range-expected.txt:
2572 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
2573 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
2574 * platform/mac/fast/forms/search-rtl-expected.txt:
2575 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
2576 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
2577 * platform/mac/fast/forms/searchfield-heights-expected.txt:
2578 * platform/mac/fast/forms/select-baseline-expected.txt:
2579 * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
2580 * platform/mac/fast/forms/targeted-frame-submission-expected.txt:
2581 * platform/mac/fast/forms/text-style-color-expected.txt:
2582 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2583 * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
2584 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2585 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2586 * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
2587 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
2588 * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
2589 * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt:
2590 * platform/mac/fast/gradients/generated-gradients-expected.txt:
2591 * platform/mac/fast/gradients/radial-centered-expected.txt:
2592 * platform/mac/fast/gradients/simple-gradients-expected.txt:
2593 * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt:
2594 * platform/mac/fast/html/details-add-child-1-expected.txt:
2595 * platform/mac/fast/html/details-add-child-2-expected.txt:
2596 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
2597 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
2598 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
2599 * platform/mac/fast/html/details-add-summary-1-expected.txt:
2600 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
2601 * platform/mac/fast/html/details-add-summary-10-expected.txt:
2602 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
2603 * platform/mac/fast/html/details-add-summary-2-expected.txt:
2604 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
2605 * platform/mac/fast/html/details-add-summary-3-expected.txt:
2606 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
2607 * platform/mac/fast/html/details-add-summary-4-expected.txt:
2608 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
2609 * platform/mac/fast/html/details-add-summary-5-expected.txt:
2610 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
2611 * platform/mac/fast/html/details-add-summary-6-expected.txt:
2612 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
2613 * platform/mac/fast/html/details-add-summary-7-expected.txt:
2614 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
2615 * platform/mac/fast/html/details-add-summary-8-expected.txt:
2616 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
2617 * platform/mac/fast/html/details-add-summary-9-expected.txt:
2618 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
2619 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
2620 * platform/mac/fast/html/details-marker-style-expected.txt:
2621 * platform/mac/fast/html/details-nested-1-expected.txt:
2622 * platform/mac/fast/html/details-nested-2-expected.txt:
2623 * platform/mac/fast/html/details-no-summary1-expected.txt:
2624 * platform/mac/fast/html/details-no-summary2-expected.txt:
2625 * platform/mac/fast/html/details-no-summary3-expected.txt:
2626 * platform/mac/fast/html/details-no-summary4-expected.txt:
2627 * platform/mac/fast/html/details-open-javascript-expected.txt:
2628 * platform/mac/fast/html/details-open1-expected.txt:
2629 * platform/mac/fast/html/details-open2-expected.txt:
2630 * platform/mac/fast/html/details-open3-expected.txt:
2631 * platform/mac/fast/html/details-open4-expected.txt:
2632 * platform/mac/fast/html/details-open5-expected.txt:
2633 * platform/mac/fast/html/details-open6-expected.txt:
2634 * platform/mac/fast/html/details-position-expected.txt:
2635 * platform/mac/fast/html/details-remove-child-1-expected.txt:
2636 * platform/mac/fast/html/details-remove-child-2-expected.txt:
2637 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
2638 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
2639 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
2640 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
2641 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
2642 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
2643 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
2644 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
2645 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
2646 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
2647 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
2648 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
2649 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
2650 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
2651 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
2652 * platform/mac/fast/html/details-replace-text-expected.txt:
2653 * platform/mac/fast/html/details-writing-mode-expected.txt:
2654 * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt:
2655 * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
2656 * platform/mac/fast/images/zoomed-img-size-expected.txt:
2657 * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
2658 * platform/mac/fast/inline/002-expected.txt:
2659 * platform/mac/fast/inline/continuation-outlines-expected.txt:
2660 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
2661 * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt:
2662 * platform/mac/fast/inline/inline-box-background-expected.txt:
2663 * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
2664 * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
2665 * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
2666 * platform/mac/fast/inline/outline-continuations-expected.txt:
2667 * platform/mac/fast/inline/positionedLifetime-expected.txt:
2668 * platform/mac/fast/invalid/010-expected.txt:
2669 * platform/mac/fast/invalid/014-expected.txt:
2670 * platform/mac/fast/invalid/junk-data-expected.txt:
2671 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
2672 * platform/mac/fast/invalid/nestedh3s-expected.txt:
2673 * platform/mac/fast/layers/video-layer-expected.txt:
2674 * platform/mac/fast/line-grid/line-align-left-edges-expected.txt:
2675 * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt:
2676 * platform/mac/fast/lists/003-expected.txt:
2677 * platform/mac/fast/lists/003-vertical-expected.txt:
2678 * platform/mac/fast/lists/008-expected.txt:
2679 * platform/mac/fast/lists/008-vertical-expected.txt:
2680 * platform/mac/fast/lists/dynamic-marker-crash-expected.txt:
2681 * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
2682 * platform/mac/fast/multicol/break-properties-expected.txt:
2683 * platform/mac/fast/multicol/client-rects-expected.txt:
2684 * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
2685 * platform/mac/fast/multicol/float-multicol-expected.txt:
2686 * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
2687 * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
2688 * platform/mac/fast/multicol/nested-columns-expected.txt:
2689 * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
2690 * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
2691 * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
2692 * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
2693 * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
2694 * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt:
2695 * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2696 * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
2697 * platform/mac/fast/multicol/span/clone-flexbox-expected.txt:
2698 * platform/mac/fast/multicol/span/clone-summary-expected.txt:
2699 * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
2700 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2701 * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
2702 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
2703 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2704 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
2705 * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
2706 * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
2707 * platform/mac/fast/multicol/table-vertical-align-expected.txt:
2708 * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt:
2709 * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
2710 * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
2711 * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
2712 * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt:
2713 * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
2714 * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
2715 * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
2716 * platform/mac/fast/overflow/007-expected.txt:
2717 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
2718 * platform/mac/fast/overflow/overflow-rtl-expected.txt:
2719 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
2720 * platform/mac/fast/overflow/overflow_hidden-expected.txt:
2721 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2722 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
2723 * platform/mac/fast/parser/bad-xml-slash-expected.txt:
2724 * platform/mac/fast/parser/entity-comment-in-style-expected.txt:
2725 * platform/mac/fast/parser/style-script-head-test-expected.txt:
2726 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
2727 * platform/mac/fast/reflections/reflection-with-zoom-expected.txt:
2728 * platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.png: Added.
2729 * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
2730 * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
2731 * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
2732 * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
2733 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
2734 * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt:
2735 * platform/mac/fast/regions/selection/selecting-text-through-different-region-flows-expected.png: Added.
2736 * platform/mac/fast/repaint/control-clip-expected.txt:
2737 * platform/mac/fast/repaint/delete-into-nested-block-expected.txt:
2738 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
2739 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
2740 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
2741 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
2742 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
2743 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
2744 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
2745 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
2746 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
2747 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
2748 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
2749 * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt:
2750 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
2751 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt:
2752 * platform/mac/fast/repaint/transform-translate-expected.txt:
2753 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
2754 * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt:
2755 * platform/mac/fast/replaced/table-percent-height-expected.txt:
2756 * platform/mac/fast/replaced/width100percent-button-expected.txt:
2757 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
2758 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
2759 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
2760 * platform/mac/fast/ruby/ruby-inline-table-expected.txt:
2761 * platform/mac/fast/selectors/032-expected.txt:
2762 * platform/mac/fast/selectors/166-expected.txt:
2763 * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt:
2764 * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt:
2765 * platform/mac/fast/shapes/shape-inside/shape-inside-circle-expected.png: Added.
2766 * platform/mac/fast/shapes/shape-inside/shape-inside-circle-padding-expected.png: Added.
2767 * platform/mac/fast/shapes/shape-inside/shape-inside-ellipse-expected.png: Added.
2768 * platform/mac/fast/shapes/shape-inside/shape-inside-ellipse-padding-expected.png: Added.
2769 * platform/mac/fast/shapes/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.png: Added.
2770 * platform/mac/fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.png: Added.
2771 * platform/mac/fast/table/009-expected.txt:
2772 * platform/mac/fast/table/014-expected.txt:
2773 * platform/mac/fast/table/040-expected.txt:
2774 * platform/mac/fast/table/040-vertical-expected.txt:
2775 * platform/mac/fast/table/041-expected.txt:
2776 * platform/mac/fast/table/absolute-table-at-bottom-expected.txt:
2777 * platform/mac/fast/table/append-cells2-expected.txt:
2778 * platform/mac/fast/table/border-collapsing/004-expected.txt:
2779 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
2780 * platform/mac/fast/table/colspanMinWidth-expected.txt:
2781 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2782 * platform/mac/fast/table/frame-and-rules-expected.txt:
2783 * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
2784 * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
2785 * platform/mac/fast/table/nested-percent-height-table-expected.txt:
2786 * platform/mac/fast/table/overflowHidden-expected.txt:
2787 * platform/mac/fast/table/percent-heights-expected.txt:
2788 * platform/mac/fast/table/remove-td-display-none-expected.txt:
2789 * platform/mac/fast/table/spanOverlapRepaint-expected.txt:
2790 * platform/mac/fast/table/table-display-types-strict-expected.txt:
2791 * platform/mac/fast/table/table-hspace-align-center-expected.txt:
2792 * platform/mac/fast/table/text-field-baseline-expected.txt:
2793 * platform/mac/fast/text/basic/012-expected.txt:
2794 * platform/mac/fast/text/basic/013-expected.txt:
2795 * platform/mac/fast/text/basic/generic-family-reset-expected.txt:
2796 * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
2797 * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
2798 * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
2799 * platform/mac/fast/text/line-breaks-expected.txt:
2800 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
2801 * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt:
2802 * platform/mac/fast/text/whitespace/024-expected.txt:
2803 * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
2804 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
2805 * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
2806 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
2807 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
2808 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
2809 * platform/mac/fast/transforms/transforms-with-zoom-expected.txt:
2810 * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
2811 * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt:
2812 * platform/mac/fast/writing-mode/fieldsets-expected.txt:
2813 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt:
2814 * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt:
2815 * platform/mac/http/tests/misc/acid3-expected.txt:
2816 * platform/mac/http/tests/misc/iframe404-expected.txt:
2817 * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
2818 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2819 * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
2820 * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
2821 * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
2822 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
2823 * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
2824 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
2825 * platform/mac/media/audio-controls-rendering-expected.txt:
2826 * platform/mac/media/controls-after-reload-expected.txt:
2827 * platform/mac/media/controls-strict-expected.txt:
2828 * platform/mac/media/controls-styling-strict-expected.txt:
2829 * platform/mac/media/controls-without-preload-expected.txt:
2830 * platform/mac/media/media-controls-clone-expected.txt:
2831 * platform/mac/media/video-no-audio-expected.txt:
2832 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
2833 * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
2834 * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt:
2835 * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added.
2836 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt:
2837 * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
2838 * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
2839 * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt:
2840 * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt:
2841 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
2842 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
2843 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
2844 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
2845 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
2846 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
2847 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
2848 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
2849 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
2850 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
2851 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
2852 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
2853 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
2854 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
2855 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
2856 * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
2857 * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
2858 * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
2859 * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
2860 * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
2861 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
2862 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
2863 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
2864 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
2865 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
2866 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2867 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2868 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
2869 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
2870 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
2871 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
2872 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
2873 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
2874 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
2875 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
2876 * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
2877 * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
2878 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
2879 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
2880 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
2881 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
2882 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
2883 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2884 * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt:
2885 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
2886 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
2887 * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt:
2888 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt:
2889 * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt:
2890 * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
2891 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
2892 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
2893 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
2894 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
2895 * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
2896 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
2897 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
2898 * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
2899 * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt:
2900 * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt:
2901 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
2902 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
2903 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
2904 * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt:
2905 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt:
2906 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
2907 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
2908 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
2909 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
2910 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
2911 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
2912 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
2913 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2914 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2915 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2916 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2917 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2918 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2919 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2920 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2921 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2922 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2923 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2924 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2925 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2926 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2927 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2928 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2929 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2930 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2931 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2932 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2933 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2934 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2935 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2936 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2937 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2938 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2939 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2940 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2941 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2942 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2943 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2944 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2945 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2946 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2947 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2948 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2949 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2950 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2951 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2952 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2953 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2954 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2955 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2956 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2957 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2958 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2959 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2960 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2961 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2962 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2963 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2964 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2965 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2966 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2967 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2968 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2969 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2970 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2971 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2972 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2973 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2974 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2975 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2976 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2977 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2978 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2979 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2980 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2981 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2982 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2983 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2984 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2985 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2986 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2987 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2988 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2989 * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
2990 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2991 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2992 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2993 * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
2994 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
2995 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2996 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2997 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2998 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2999 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3000 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3001 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
3002 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3003 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3004 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3005 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3006 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3007 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3008 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3009 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3010 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3011 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
3012 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3013 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3014 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3015 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
3016 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3017 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3018 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3019 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3020 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3021 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3022 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3023 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3024 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3025 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3026 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3027 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3028 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3029 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3030 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3031 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3032 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3033 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
3034 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
3035 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3036 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3037 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3038 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3039 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3040 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3041 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3042 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3043 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3044 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3045 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3046 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3047 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3048 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3049 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3050 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3051 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3052 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3053 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3054 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3055 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3056 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
3057 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3058 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3059 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3060 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3061 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3062 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3063 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3064 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3065 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3066 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3067 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
3068 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3069 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3070 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3071 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3072 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3073 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3074 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3075 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3076 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3077 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3078 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3079 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3080 * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
3081 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3082 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3083 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3084 * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
3085 * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
3086 * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
3087 * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
3088 * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
3089 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
3090 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3091 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3092 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3093 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3094 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3095 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3096 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3097 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3098 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3099 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3100 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3101 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3102 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3103 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3104 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
3105 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
3106 * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
3107 * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt:
3108 * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt:
3109 * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
3110 * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt:
3111 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
3112 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3113 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3114 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3115 * platform/mac/svg/batik/text/smallFonts-expected.txt:
3116 * platform/mac/svg/batik/text/textAnchor-expected.txt:
3117 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
3118 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
3119 * platform/mac/svg/batik/text/textDecoration2-expected.txt:
3120 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3121 * platform/mac/svg/batik/text/textEffect3-expected.txt:
3122 * platform/mac/svg/batik/text/textFeatures-expected.txt:
3123 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3124 * platform/mac/svg/batik/text/textLayout-expected.txt:
3125 * platform/mac/svg/batik/text/textLayout2-expected.txt:
3126 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
3127 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
3128 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
3129 * platform/mac/svg/batik/text/textPCDATA-expected.txt:
3130 * platform/mac/svg/batik/text/textPosition2-expected.txt: Added.
3131 * platform/mac/svg/batik/text/textProperties-expected.txt:
3132 * platform/mac/svg/batik/text/textProperties2-expected.txt:
3133 * platform/mac/svg/batik/text/textStyles-expected.txt:
3134 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
3135 * platform/mac/svg/carto.net/button-expected.txt:
3136 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3137 * platform/mac/svg/carto.net/combobox-expected.txt:
3138 * platform/mac/svg/carto.net/scrollbar-expected.txt:
3139 * platform/mac/svg/carto.net/selectionlist-expected.txt:
3140 * platform/mac/svg/carto.net/slider-expected.txt:
3141 * platform/mac/svg/carto.net/tabgroup-expected.txt:
3142 * platform/mac/svg/carto.net/textbox-expected.txt:
3143 * platform/mac/svg/carto.net/window-expected.txt:
3144 * platform/mac/svg/clip-path/clip-path-pixelation-expected.txt:
3145 * platform/mac/svg/css/shadow-changes-expected.txt:
3146 * platform/mac/svg/css/text-shadow-multiple-expected.txt:
3147 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
3148 * platform/mac/svg/custom/bug45331-expected.txt:
3149 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3150 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
3151 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3152 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3153 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3154 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3155 * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
3156 * platform/mac/svg/custom/font-face-simple-expected.txt:
3157 * platform/mac/svg/custom/fractional-rects-expected.txt:
3158 * platform/mac/svg/custom/getTransformToElement-expected.txt:
3159 * platform/mac/svg/custom/glyph-setting-d-attribute-expected.txt:
3160 * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.txt:
3161 * platform/mac/svg/custom/image-parent-translation-expected.txt:
3162 * platform/mac/svg/custom/image-small-width-height-expected.txt:
3163 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3164 * platform/mac/svg/custom/invalid-css-expected.txt:
3165 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
3166 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
3167 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
3168 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
3169 * platform/mac/svg/custom/js-update-container-expected.txt:
3170 * platform/mac/svg/custom/junk-data-expected.txt:
3171 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
3172 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
3173 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
3174 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
3175 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
3176 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
3177 * platform/mac/svg/custom/linking-uri-01-b-expected.txt:
3178 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
3179 * platform/mac/svg/custom/missing-xlink-expected.txt:
3180 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
3181 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
3182 * platform/mac/svg/custom/object-sizing-expected.txt:
3183 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
3184 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
3185 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
3186 * platform/mac/svg/custom/path-bad-data-expected.txt:
3187 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
3188 * platform/mac/svg/custom/pattern-incorrect-tiling-expected.txt:
3189 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3190 * platform/mac/svg/custom/pattern-rotate-gaps-expected.txt:
3191 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
3192 * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt:
3193 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
3194 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
3195 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
3196 * platform/mac/svg/custom/stroked-pattern-expected.txt: Added.
3197 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
3198 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
3199 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
3200 * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
3201 * platform/mac/svg/custom/text-clip-expected.txt:
3202 * platform/mac/svg/custom/text-ctm-expected.txt:
3203 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
3204 * platform/mac/svg/custom/text-filter-expected.txt:
3205 * platform/mac/svg/custom/text-hit-test-expected.txt:
3206 * platform/mac/svg/custom/text-letter-spacing-expected.txt:
3207 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
3208 * platform/mac/svg/custom/text-rotation-expected.txt:
3209 * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
3210 * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt:
3211 * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
3212 * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt:
3213 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
3214 * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
3215 * platform/mac/svg/custom/text-x-dy-lists-expected.txt:
3216 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
3217 * platform/mac/svg/custom/tref-own-content-removal-expected.txt:
3218 * platform/mac/svg/custom/tref-update-expected.txt:
3219 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
3220 * platform/mac/svg/custom/use-detach-expected.txt:
3221 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
3222 * platform/mac/svg/custom/use-font-face-crash-expected.txt:
3223 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
3224 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
3225 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
3226 * platform/mac/svg/custom/use-recursion-1-expected.txt:
3227 * platform/mac/svg/custom/use-recursion-2-expected.txt:
3228 * platform/mac/svg/custom/use-recursion-3-expected.txt:
3229 * platform/mac/svg/custom/use-recursion-4-expected.txt:
3230 * platform/mac/svg/custom/viewBox-hit-expected.txt:
3231 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
3232 * platform/mac/svg/hixie/error/002-expected.txt:
3233 * platform/mac/svg/hixie/error/012-expected.txt:
3234 * platform/mac/svg/hixie/error/013-expected.txt:
3235 * platform/mac/svg/hixie/perf/001-expected.txt:
3236 * platform/mac/svg/hixie/perf/002-expected.txt:
3237 * platform/mac/svg/hixie/perf/003-expected.txt:
3238 * platform/mac/svg/hixie/perf/004-expected.txt: Added.
3239 * platform/mac/svg/hixie/perf/005-expected.txt: Added.
3240 * platform/mac/svg/hixie/perf/006-expected.txt: Added.
3241 * platform/mac/svg/hixie/perf/007-expected.txt:
3242 * platform/mac/svg/hixie/text/001-expected.txt:
3243 * platform/mac/svg/hixie/text/003-expected.txt:
3244 * platform/mac/svg/hixie/text/003a-expected.txt:
3245 * platform/mac/svg/hixie/text/003b-expected.txt:
3246 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
3247 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
3248 * platform/mac/svg/text/append-text-node-to-tspan-expected.txt:
3249 * platform/mac/svg/text/bidi-embedded-direction-expected.txt:
3250 * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
3251 * platform/mac/svg/text/bidi-text-query-expected.txt:
3252 * platform/mac/svg/text/bidi-tspans-expected.txt:
3253 * platform/mac/svg/text/font-size-below-point-five-expected.txt:
3254 * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt:
3255 * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt:
3256 * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt:
3257 * platform/mac/svg/text/remove-tspan-from-text-expected.txt:
3258 * platform/mac/svg/text/scaled-font-expected.txt:
3259 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt:
3260 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
3261 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
3262 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
3263 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
3264 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
3265 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
3266 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
3267 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
3268 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
3269 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
3270 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
3271 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
3272 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
3273 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
3274 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
3275 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
3276 * platform/mac/svg/text/select-x-list-1-expected.txt:
3277 * platform/mac/svg/text/select-x-list-2-expected.txt:
3278 * platform/mac/svg/text/select-x-list-3-expected.txt:
3279 * platform/mac/svg/text/select-x-list-4-expected.txt:
3280 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
3281 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
3282 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
3283 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
3284 * platform/mac/svg/text/selection-doubleclick-expected.txt:
3285 * platform/mac/svg/text/selection-tripleclick-expected.txt: Copied from LayoutTests/platform/mac/svg/text/selection-doubleclick-expected.txt.
3286 * platform/mac/svg/text/small-fonts-2-expected.txt:
3287 * platform/mac/svg/text/small-fonts-3-expected.txt:
3288 * platform/mac/svg/text/small-fonts-expected.txt:
3289 * platform/mac/svg/text/small-fonts-in-html5-expected.txt:
3290 * platform/mac/svg/text/text-align-01-b-expected.txt:
3291 * platform/mac/svg/text/text-align-02-b-expected.txt:
3292 * platform/mac/svg/text/text-align-03-b-expected.txt:
3293 * platform/mac/svg/text/text-align-04-b-expected.txt:
3294 * platform/mac/svg/text/text-align-05-b-expected.txt:
3295 * platform/mac/svg/text/text-align-06-b-expected.txt:
3296 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
3297 * platform/mac/svg/text/text-deco-01-b-expected.txt:
3298 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
3299 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
3300 * platform/mac/svg/text/text-hkern-expected.txt:
3301 * platform/mac/svg/text/text-intro-05-t-expected.txt:
3302 * platform/mac/svg/text/text-midpoint-split-bug-expected.txt:
3303 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
3304 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
3305 * platform/mac/svg/text/text-path-01-b-expected.txt:
3306 * platform/mac/svg/text/text-path-middle-align-expected.txt:
3307 * platform/mac/svg/text/text-repaint-rects-expected.txt:
3308 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
3309 * platform/mac/svg/text/text-text-01-b-expected.txt:
3310 * platform/mac/svg/text/text-text-03-b-expected.txt:
3311 * platform/mac/svg/text/text-text-04-t-expected.txt:
3312 * platform/mac/svg/text/text-text-05-t-expected.txt:
3313 * platform/mac/svg/text/text-text-06-t-expected.txt:
3314 * platform/mac/svg/text/text-text-07-t-expected.txt:
3315 * platform/mac/svg/text/text-text-08-b-expected.txt:
3316 * platform/mac/svg/text/text-tref-01-b-expected.txt:
3317 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
3318 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
3319 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
3320 * platform/mac/svg/text/text-viewbox-rescale-expected.txt:
3321 * platform/mac/svg/text/text-ws-01-t-expected.txt:
3322 * platform/mac/svg/text/text-ws-02-t-expected.txt:
3323 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
3324 * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
3325 * platform/mac/svg/transforms/svg-css-transforms-expected.txt:
3326 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
3327 * platform/mac/svg/wicd/rightsizing-grid-expected.txt:
3328 * platform/mac/svg/wicd/sizing-flakiness-expected.txt:
3329 * platform/mac/svg/wicd/test-rightsizing-a-expected.txt:
3330 * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
3331 * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt:
3332 * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt:
3333 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt:
3334 * platform/mac/svg/zoom/page/zoom-background-images-expected.txt:
3335 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
3336 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
3337 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
3338 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
3339 * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
3340 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
3341 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
3342 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
3343 * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
3344 * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt:
3345 * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt:
3346 * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt:
3347 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
3348 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
3349 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
3350 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
3351 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
3352 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
3353 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
3354 * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
3355 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
3356 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
3357 * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
3358 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
3359 * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt:
3360 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
3361 * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt:
3362 * platform/mac/tables/mozilla/bugs/bug106816-expected.txt:
3363 * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
3364 * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
3365 * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
3366 * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt:
3367 * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt:
3368 * platform/mac/tables/mozilla/bugs/bug1188-expected.txt:
3369 * platform/mac/tables/mozilla/bugs/bug12384-expected.txt:
3370 * platform/mac/tables/mozilla/bugs/bug126742-expected.txt:
3371 * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
3372 * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
3373 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
3374 * platform/mac/tables/mozilla/bugs/bug138725-expected.txt:
3375 * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt:
3376 * platform/mac/tables/mozilla/bugs/bug159108-expected.txt:
3377 * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt:
3378 * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt:
3379 * platform/mac/tables/mozilla/bugs/bug17138-expected.txt:
3380 * platform/mac/tables/mozilla/bugs/bug18359-expected.txt:
3381 * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
3382 * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
3383 * platform/mac/tables/mozilla/bugs/bug24200-expected.txt:
3384 * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt:
3385 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt:
3386 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt:
3387 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
3388 * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
3389 * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
3390 * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt:
3391 * platform/mac/tables/mozilla/bugs/bug28928-expected.txt:
3392 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
3393 * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt:
3394 * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt:
3395 * platform/mac/tables/mozilla/bugs/bug33137-expected.txt:
3396 * platform/mac/tables/mozilla/bugs/bug33855-expected.txt:
3397 * platform/mac/tables/mozilla/bugs/bug39209-expected.txt:
3398 * platform/mac/tables/mozilla/bugs/bug42187-expected.txt:
3399 * platform/mac/tables/mozilla/bugs/bug4284-expected.txt:
3400 * platform/mac/tables/mozilla/bugs/bug4382-expected.txt:
3401 * platform/mac/tables/mozilla/bugs/bug4429-expected.txt:
3402 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
3403 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt:
3404 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt:
3405 * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt:
3406 * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt:
3407 * platform/mac/tables/mozilla/bugs/bug51037-expected.txt:
3408 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
3409 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
3410 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
3411 * platform/mac/tables/mozilla/bugs/bug5538-expected.txt:
3412 * platform/mac/tables/mozilla/bugs/bug55545-expected.txt:
3413 * platform/mac/tables/mozilla/bugs/bug59354-expected.txt:
3414 * platform/mac/tables/mozilla/bugs/bug60749-expected.txt:
3415 * platform/mac/tables/mozilla/bugs/bug6304-expected.txt:
3416 * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt:
3417 * platform/mac/tables/mozilla/bugs/bug69187-expected.txt:
3418 * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt:
3419 * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt:
3420 * platform/mac/tables/mozilla/bugs/bug73321-expected.txt:
3421 * platform/mac/tables/mozilla/bugs/bug7342-expected.txt:
3422 * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt:
3423 * platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
3424 * platform/mac/tables/mozilla/bugs/bug8381-expected.txt:
3425 * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt:
3426 * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt:
3427 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
3428 * platform/mac/tables/mozilla/bugs/bug99948-expected.txt:
3429 * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
3430 * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
3431 * platform/mac/tables/mozilla/core/margins-expected.txt:
3432 * platform/mac/tables/mozilla/core/misc-expected.txt:
3433 * platform/mac/tables/mozilla/dom/tableDom-expected.txt:
3434 * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
3435 * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3436 * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
3437 * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
3438 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
3439 * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
3440 * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
3441 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
3442 * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
3443 * platform/mac/tables/mozilla/other/move_row-expected.txt:
3444 * platform/mac/tables/mozilla/other/test3-expected.txt:
3445 * platform/mac/tables/mozilla/other/test6-expected.txt:
3446 * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
3447 * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
3448 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
3449 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
3450 * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
3451 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
3452 * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
3453 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added.
3454 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
3455 * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
3456 * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
3457 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3458 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
3459 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
3460 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
3461 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
3462 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
3463 * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
3464 * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
3465 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
3466 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
3467 * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
3468 * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
3469 * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
3470 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
3471 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
3472 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
3473 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
3474 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
3475 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt:
3476 * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt:
3477 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
3478 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
3479 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
3480 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
3481 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
3482 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
3483 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
3484 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
3485 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
3486 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
3487 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
3488 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
3489 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
3490 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
3491 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
3492 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
3493 * platform/mac/transforms/2d/hindi-rotated-expected.txt:
3494 * platform/mac/transforms/2d/zoom-menulist-expected.txt:
3495 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
3496 * platform/mac/transforms/svg-vs-css-expected.txt:
3498 2014-01-13 László Langó <llango.u-szeged@partner.samsung.com>
3500 Text should be constructable.
3501 https://bugs.webkit.org/show_bug.cgi?id=115640
3503 Reviewed by Csaba Osztrogonác.
3505 * fast/dom/Text/text-constructor-expected.txt: Added.
3506 * fast/dom/Text/text-constructor.html: Added.
3507 * fast/dom/dom-constructors-expected.txt:
3508 * fast/dom/dom-constructors.html:
3510 2014-01-13 Zan Dobersek <zdobersek@igalia.com>
3512 Unreviewed GTK gardening. Rebaselining after r161696. Adding failure expectations
3513 for a few reference tests that were introduced in r161573 and r161626.
3515 * platform/gtk/TestExpectations:
3516 * platform/gtk/css1/text_properties/word_spacing-expected.png:
3517 * platform/gtk/css1/text_properties/word_spacing-expected.txt:
3519 2014-01-13 László Langó <llango.u-szeged@partner.samsung.com>
3521 Comment should be consructable.
3522 https://bugs.webkit.org/show_bug.cgi?id=115642
3524 Reviewed by Andreas Kling.
3526 * fast/dom/Comment/comment-constructor-expected.txt: Added.
3527 * fast/dom/Comment/comment-constructor.html: Added.
3528 * fast/dom/dom-constructors-expected.txt:
3529 * fast/dom/dom-constructors.html:
3531 2014-01-12 Commit Queue <commit-queue@webkit.org>
3533 Unreviewed, rolling out r161843.
3534 http://trac.webkit.org/changeset/161843
3535 https://bugs.webkit.org/show_bug.cgi?id=126871
3537 Caused CSS custom filter tests to assert (Requested by smfr on
3540 * fast/canvas/webgl/glsl-conformance-expected.txt:
3541 * fast/canvas/webgl/glsl-conformance.html:
3543 2014-01-12 Brent Fulgham <bfulgham@apple.com>
3545 Unreviewed test maintenance.
3547 * platform/mac/TestExpectations: Re-enable the typedarray/data-view-test.html
3548 WebGL test now that it works properly.
3550 2014-01-12 Brent Fulgham <bfulgham@apple.com>
3552 [WebGL] Error messages should use source code labels, not internal mangled symbols.
3553 https://bugs.webkit.org/show_bug.cgi?id=126832
3555 Reviewed by Dean Jackson.
3557 * fast/canvas/webgl/glsl-conformance.html: Add log to program output
3558 showing error message to confirm proper labels are being used.
3559 * fast/canvas/webgl/glsl-conformance-expected.txt: updated.
3561 2014-01-12 Benjamin Poulain <benjamin@webkit.org>
3563 Use the Selector Code Generator for matching in SelectorQuery
3564 https://bugs.webkit.org/show_bug.cgi?id=126185
3566 Reviewed by Ryosuke Niwa.
3568 Add some tests for longer backtracking cases typically not covered by the other tests.
3570 * fast/selectors/querySelector-long-adjacent-backtracking-expected.txt: Added.
3571 * fast/selectors/querySelector-long-adjacent-backtracking.html: Added.
3572 * fast/selectors/querySelector-long-child-backtracking-expected.txt: Added.
3573 * fast/selectors/querySelector-long-child-backtracking.html: Added.
3574 * fast/selectors/querySelector-mixed-child-adjacent-backtracking-expected.txt: Added.
3575 * fast/selectors/querySelector-mixed-child-adjacent-backtracking.html: Added.
3576 * fast/selectors/querySelector-multiple-simple-child-backtracking-expected.txt: Added.
3577 * fast/selectors/querySelector-multiple-simple-child-backtracking.html: Added.
3578 * fast/selectors/querySelector-simple-adjacent-backtracking-expected.txt: Added.
3579 * fast/selectors/querySelector-simple-adjacent-backtracking.html: Added.
3580 * fast/selectors/querySelector-simple-child-backtracking-expected.txt: Added.
3581 * fast/selectors/querySelector-simple-child-backtracking.html: Added.
3583 2014-01-12 Andreas Kling <akling@apple.com>
3585 REGRESSION(r160806): line-height is not applied when only present in :link style.
3586 <http://webkit.org/b/126839>
3587 <rdar://problem/15799899>
3589 Reviewed by Antti Koivisto.
3591 * fast/css/line-height-link-style-expected.txt: Added.
3592 * fast/css/line-height-link-style.html: Added.
3594 2014-01-11 Brent Fulgham <bfulgham@apple.com>
3596 [WebGL] Correct uniform input validation for texture sampler uniforms
3597 https://bugs.webkit.org/show_bug.cgi?id=126775
3599 Reviewed by Anders Carlsson.
3601 * fast/canvas/webgl/uniform-samplers-test-expected.txt: Added.
3602 * fast/canvas/webgl/uniform-samplers-test.html: Corrected resource
3603 includes when moving from khronos suite to our fast suite.
3604 * resources/js-test-pre.js:
3605 (expectTrue): Added.
3607 2014-01-11 Dean Jackson <dino@apple.com>
3609 [JSC] Revise typed array implementations to match ECMAScript and WebGL Specification
3610 https://bugs.webkit.org/show_bug.cgi?id=126754
3612 Reviewed by Filip Pizlo.
3614 New test which checks that we throw an exception when calling
3615 any of the typed array constructors without using "new".
3617 * js/script-tests/typedarray-constructors.js: Added.
3618 * js/typedarray-constructors-expected.txt: Added.
3619 * js/typedarray-constructors.html: Added.
3620 * resources/standalone-pre.js: Add missing 'shouldNotThrow'
3621 method (duplicated from resources/js-test-pre.js)
3623 2014-01-10 Commit Queue <commit-queue@webkit.org>
3625 Unreviewed, rolling out r161702.
3626 http://trac.webkit.org/changeset/161702
3627 https://bugs.webkit.org/show_bug.cgi?id=126803
3629 Broke multiple tests (Requested by ap on #webkit).
3631 * js/script-tests/typedarray-constructors.js: Removed.
3632 * js/typedarray-constructors-expected.txt: Removed.
3633 * js/typedarray-constructors.html: Removed.
3635 2014-01-10 Dean Jackson <dino@apple.com>
3637 [JSC] Revise typed array implementations to match ECMAScript and WebGL Specification
3638 https://bugs.webkit.org/show_bug.cgi?id=126754
3640 Reviewed by Filip Pizlo.
3642 New test which checks that we throw an exception when calling
3643 any of the typed array constructors without using "new".
3645 * js/script-tests/typedarray-constructors.js: Added.
3646 * js/typedarray-constructors-expected.txt: Added.
3647 * js/typedarray-constructors.html: Added.
3649 2014-01-10 Myles C. Maxfield <mmaxfield@apple.com>
3651 CSS word-spacing property does not obey percentages
3652 https://bugs.webkit.org/show_bug.cgi?id=126674
3654 Reviewed by Simon Fraser.
3656 See per-file description
3658 * fast/css3-text/css3-word-spacing-percentage/word-spacing-change-font-expected.html: Added.
3659 * fast/css3-text/css3-word-spacing-percentage/word-spacing-change-font.html: Added.
3660 Make sure that if Javascript changes the font after initial layout, that the word-spacing
3661 value gets appropriately updated.
3662 * fast/css3-text/css3-word-spacing-percentage/word-spacing-percentage-expected.html: Added.
3663 * fast/css3-text/css3-word-spacing-percentage/word-spacing-percentage-parse-expected.txt: Added.
3664 * fast/css3-text/css3-word-spacing-percentage/word-spacing-percentage-parse.html: Added.
3665 Make sure that the CSSOM yields the correct percentage values when queried.
3666 * fast/css3-text/css3-word-spacing-percentage/word-spacing-percentage.html: Added.
3667 Try some specific values of percentages (-100%, 0%, and 100%).
3668 * css1/text_properties/word_spacing.html: Updated to not disregard percentages
3669 * css2.1/20110323/c541-word-sp-001-expected.html:
3670 * css2.1/20110323/c541-word-sp-001.htm: Ditto
3671 * platform/mac/css1/text_properties/word_spacing-expected.png:
3672 * platform/mac/css1/text_properties/word_spacing-expected.txt: Ditto
3674 2014-01-10 Dean Jackson <dino@apple.com>
3676 Implement OES texture half float linear
3677 https://bugs.webkit.org/show_bug.cgi?id=125060
3679 Reviewed by Brent Fulgham.
3681 Exercise the OES_texture_half_float_linear extension. The new test
3682 is copied from the official Khronos WebGL repository.
3684 * fast/canvas/webgl/oes-texture-float-linear-expected.txt: Change the console log
3685 messages, which now also mention half float linear.
3686 * fast/canvas/webgl/oes-texture-half-float-linear-expected.txt: Added.
3687 * fast/canvas/webgl/oes-texture-half-float-linear.html: Added.
3689 2014-01-10 Brent Fulgham <bfulgham@apple.com>
3691 [WebGL] Correct uniform input validation for texture sampler uniforms.
3692 https://bugs.webkit.org/show_bug.cgi?id=126775
3694 Reviewed by Dean Jackson.
3696 * fast/canvas/webgl/uniform-samplers-test.html: Add a test that
3697 shows that we can set sampler uniforms using Int32Array types.
3699 2014-01-10 Dirk Schulze <krit@webkit.org>
3701 Make clipping path from basic-shapes relative to <box> value
3702 https://bugs.webkit.org/show_bug.cgi?id=126206
3704 Reviewed by Simon Fraser.
3706 Add new tests to check that different reference boxes are chosen for sizing and
3707 positioning the clipping path.
3709 * css3/masking/clip-path-circle-border-box.html: Added.
3710 * css3/masking/clip-path-circle-bounding-box.html: Added.
3711 * css3/masking/clip-path-circle-content-box.html: Added.
3712 * css3/masking/clip-path-circle-margin-box.html: Added.
3713 * css3/masking/clip-path-circle-padding-box.html: Added.
3714 * platform/mac/css3/masking/clip-path-circle-border-box-expected.png: Added.
3715 * platform/mac/css3/masking/clip-path-circle-border-box-expected.txt: Added.
3716 * platform/mac/css3/masking/clip-path-circle-bounding-box-expected.png: Added.
3717 * platform/mac/css3/masking/clip-path-circle-bounding-box-expected.txt: Added.
3718 * platform/mac/css3/masking/clip-path-circle-content-box-expected.png: Added.
3719 * platform/mac/css3/masking/clip-path-circle-content-box-expected.txt: Added.
3720 * platform/mac/css3/masking/clip-path-circle-margin-box-expected.png: Added.
3721 * platform/mac/css3/masking/clip-path-circle-margin-box-expected.txt: Added.
3722 * platform/mac/css3/masking/clip-path-circle-padding-box-expected.png: Added.
3723 * platform/mac/css3/masking/clip-path-circle-padding-box-expected.txt: Added.
3724 * platform/mac/css3/masking/mask-luminance-png-expected.png: Added.
3726 2014-01-10 Youenn Fablet <youennf@gmail.com>
3728 Correctly set XHR loadend event attributes (loaded and total).
3729 https://bugs.webkit.org/show_bug.cgi?id=120828
3731 Reviewed by Alexey Proskuryakov.
3733 Tests for abort, load, loadstart and loadend ProgressEvent events for XMLHttpRequest and XMLHttpRequestUpload
3735 * fast/xmlhttprequest/xmlhttprequest-get-expected.txt: Changed to correct event values
3736 * http/tests/xmlhttprequest/loadstart-event-init-expected.txt: Added.
3737 * http/tests/xmlhttprequest/loadstart-event-init.html: Added.
3738 * http/tests/xmlhttprequest/onabort-progressevent-attributes-expected.txt: Added.
3739 * http/tests/xmlhttprequest/onabort-progressevent-attributes.html: Added.
3740 * http/tests/xmlhttprequest/onload-progressevent-attributes-expected.txt: Added.
3741 * http/tests/xmlhttprequest/onload-progressevent-attributes.html: Added.
3742 * http/tests/xmlhttprequest/upload-onabort-progressevent-attributes-expected.txt: Added.
3743 * http/tests/xmlhttprequest/upload-onabort-progressevent-attributes.html: Added.
3744 * http/tests/xmlhttprequest/upload-onload-progressevent-attributes-expected.txt: Added.
3745 * http/tests/xmlhttprequest/upload-onload-progressevent-attributes.html: Added.
3747 2014-01-10 Mario Sanchez Prada <mario.prada@samsung.com>
3749 Move platformName property from testRunner to accessibilityController
3750 https://bugs.webkit.org/show_bug.cgi?id=126689
3752 Reviewed by Chris Fleizach.
3754 Updated tests and expectations affected by the move of
3755 platformName from TestRunner to AccessibilityController.
3757 * accessibility/canvas-fallback-content.html:
3758 * accessibility/ignore-spacer-elements.html:
3759 * accessibility/platform-name.html:
3760 * platform/efl/accessibility/platform-name-expected.txt:
3761 * platform/gtk/accessibility/platform-name-expected.txt:
3763 2014-01-10 Anders Carlsson <andersca@apple.com>
3765 Remove supportMultipleWindows setting
3766 https://bugs.webkit.org/show_bug.cgi?id=126772
3768 Reviewed by Beth Dakin.
3770 * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Removed.
3771 * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Removed.
3772 * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Removed.
3773 * fast/dom/Window/window-open-no-multiple-windows.html: Removed.
3774 * fast/forms/post-popup-no-multiple-windows-expected.txt: Removed.
3775 * fast/forms/post-popup-no-multiple-windows.html: Removed.
3777 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3779 Remove the BlackBerry files outside WebCore
3780 https://bugs.webkit.org/show_bug.cgi?id=126715
3782 Reviewed by Anders Carlsson.
3784 * platform/blackberry: Removed.
3786 2014-01-10 Commit Queue <commit-queue@webkit.org>
3788 Unreviewed, rolling out r161629.
3789 http://trac.webkit.org/changeset/161629
3790 https://bugs.webkit.org/show_bug.cgi?id=126762
3792 Fails svg/custom/conditional-processing-2.html (Requested by
3795 * svg/custom/conditional-processing-1-expected.txt: Removed.
3796 * svg/custom/conditional-processing-1.svg: Removed.
3797 * svg/custom/conditional-processing-2-expected.txt: Removed.
3798 * svg/custom/conditional-processing-2.html: Removed.
3799 * svg/dom/SVGTests-expected.txt: Removed.
3800 * svg/dom/SVGTests.html: Removed.
3801 * svg/dom/script-tests/SVGTests.js: Removed.
3803 2014-01-10 Brent Fulgham <bfulgham@apple.com>
3805 Unreviewed test correction after r161605.
3807 * platform/mac/TestExpectations: Reactivate tests fixed by
3808 https://bugs.webkit.org/show_bug.cgi?id=126718.
3810 2014-01-10 Mihnea Ovidenie <mihnea@adobe.com>
3812 [CSSRegions] Disable accelerated compositing for fixed elements in regions tests
3813 https://bugs.webkit.org/show_bug.cgi?id=126743
3815 Reviewed by Dirk Schulze.
3817 Once we enable the support of accelerated compositing for fixed positioned elements in regions
3818 in https://bugs.webkit.org/show_bug.cgi?id=125144, those tests will be added into compositing/regions as well.
3820 * fast/regions/fixed-inside-fixed-in-named-flow-expected.html:
3821 * fast/regions/fixed-inside-fixed-in-named-flow.html:
3822 * fast/regions/fixed-pos-elem-in-region-expected.html:
3823 * fast/regions/fixed-pos-elem-in-region.html:
3825 2014-01-10 Antti Koivisto <antti@apple.com>
3827 Crash when mutating SVG text with transform
3828 https://bugs.webkit.org/show_bug.cgi?id=126744
3830 Reviewed by Dirk Schulze.
3832 * svg/custom/mutation-text-transform-crash-expected.txt: Added.
3833 * svg/custom/mutation-text-transform-crash.html: Added.
3835 2014-01-10 Frédéric Wang <fred.wang@free.fr>
3837 [SVG] Accept HTML and MathML namespaces as valid requiredExtensions
3838 https://bugs.webkit.org/show_bug.cgi?id=88188
3840 Reviewed by Dirk Schulze.
3842 conditional-processing-1 verifies that indeed a renderer object is only
3843 created for the first "valid" SVG element of a <switch>, contrary to
3844 what an incorrect FIXME comment said. conditional-processing-2 verifies
3845 that the <switch> takes into account XHTML and MathML namespaces in the
3846 requiredExtensions attribute to decide which SVG element is "valid".
3847 SVGTests.html verifies the SVGTests interface of SVG DOM: three
3848 SVGStringList attributes (already tested in svg/dom/SVGStringList.html)
3849 and the hasExtension() function.
3851 * svg/custom/conditional-processing-1-expected.txt: Added.
3852 * svg/custom/conditional-processing-1.svg: Added.
3853 * svg/custom/conditional-processing-2-expected.txt: Added.
3854 * svg/custom/conditional-processing-2.html: Added.
3855 * svg/dom/SVGTests-expected.txt: Added.
3856 * svg/dom/SVGTests.html: Added.
3857 * svg/dom/script-tests/SVGTests.js: Added.
3859 2014-01-10 Mihai Tica <mitica@adobe.com>
3861 Add support for blendmode to Core Animation layer.
3862 Patch by Rik Cabanier, Dean Jackson and Mihai Tica.
3864 https://bugs.webkit.org/show_bug.cgi?id=99200
3866 Reviewed by Dirk Schulze.
3868 * css3/compositing/blend-mode-layers.html: Added.
3869 * css3/compositing/blend-mode-overflow-expected.txt: Added.
3870 * css3/compositing/blend-mode-overflow.html: Added.
3871 * css3/compositing/blend-mode-reflection.html: Added.
3872 * css3/compositing/blend-mode-should-not-have-compositing-layer-expected.txt: Added.
3873 * css3/compositing/blend-mode-should-not-have-compositing-layer.html: Added.
3874 * css3/compositing/blend-mode-simple.html: Added.
3875 * css3/compositing/should-have-compositing-layer-expected.txt:
3876 * platform/efl/TestExpectations: Efl doesn't support blend modes at the moment.
3877 * platform/mac/css3/compositing/blend-mode-layers-expected.png: Added.
3878 * platform/mac/css3/compositing/blend-mode-layers-expected.txt: Added.
3879 * platform/mac/css3/compositing/blend-mode-overflow-expected.png: Added.
3880 * platform/mac/css3/compositing/blend-mode-reflection-expected.png: Added.
3881 * platform/mac/css3/compositing/blend-mode-reflection-expected.txt: Added.
3882 * platform/mac/css3/compositing/blend-mode-simple-expected.png: Added.
3883 * platform/mac/css3/compositing/blend-mode-simple-expected.txt: Added.
3885 2014-01-10 Andrei Bucur <abucur@adobe.com>
3887 [CSS Regions] Implement visual overflow computation for inline elements
3888 https://bugs.webkit.org/show_bug.cgi?id=125291
3890 Reviewed by David Hyatt.
3892 Tests for inline elements overflow correct painting inside regions.
3894 * fast/regions/overflow-in-variable-width-regions-inline-bt-expected.html: Added.
3895 * fast/regions/overflow-in-variable-width-regions-inline-bt.html: Added.
3896 * fast/regions/overflow-in-variable-width-regions-inline-continuation-expected.html: Added.
3897 * fast/regions/overflow-in-variable-width-regions-inline-continuation.html: Added.
3898 * fast/regions/overflow-in-variable-width-regions-inline-expected.html: Added.
3899 * fast/regions/overflow-in-variable-width-regions-inline-lr-expected.html: Added.
3900 * fast/regions/overflow-in-variable-width-regions-inline-lr.html: Added.
3901 * fast/regions/overflow-in-variable-width-regions-inline-rl-expected.html: Added.
3902 * fast/regions/overflow-in-variable-width-regions-inline-rl.html: Added.
3903 * fast/regions/overflow-in-variable-width-regions-inline.html: Added.
3905 2014-01-09 Jer Noble <jer.noble@apple.com>
3907 [Mac] .mp3 media document controls missing their background
3908 https://bugs.webkit.org/show_bug.cgi?id=126683
3910 Reviewed by Eric Carlson.
3912 * media/media-document-audio-controls-visible-expected.txt: Added.
3913 * media/media-document-audio-controls-visible.html: Added.
3915 2014-01-09 Myles C. Maxfield <mmaxfield@apple.com>
3917 text-decoration-skip: ink does not work with line wraps
3918 https://bugs.webkit.org/show_bug.cgi?id=126729
3920 Reviewed by Simon Fraser.
3922 This test compares rending of a single element that wraps lines with one element per line.