1 2011-08-31 Philippe Normand <pnormand@igalia.com>
3 Unreviewed, GTK rebaseline after r94109 and r93909.
5 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
6 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
7 * platform/gtk/fast/multicol/inherit-column-values-expected.txt: Added.
8 * platform/gtk/fast/multicol/initial-column-values-expected.txt: Added.
9 * platform/gtk/fast/multicol/single-line-expected.txt:
10 * platform/gtk/fast/multicol/table-vertical-align-expected.txt:
11 * platform/gtk/fast/repaint/multicol-repaint-expected.txt:
12 * platform/gtk/fast/table/table-before-child-in-table-expected.txt:
13 * platform/gtk/fast/table/table-before-child-style-update-expected.txt: Added.
14 * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt:
15 * platform/gtk/fast/table/table-row-after-child-in-table-expected.txt:
16 * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt:
17 * platform/gtk/fast/table/table-row-before-child-in-table-expected.txt:
18 * platform/gtk/fast/table/table-row-before-child-style-update-expected.txt: Added.
20 2011-08-31 Keishi Hattori <keishi@webkit.org>
22 input color: onchange event is not fired when changing color from color chooser
23 https://bugs.webkit.org/show_bug.cgi?id=66848
25 Reviewed by Kent Tamura.
27 * fast/forms/color/input-color-onchange-event-expected.txt: Added.
28 * fast/forms/color/input-color-onchange-event.html: Added. Tests if change event is fired when user selects color from color chooser.
30 2011-08-31 Philippe Normand <pnormand@igalia.com>
32 Unreviewed, GTK rebaseline after r94147.
34 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
35 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
36 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
37 * platform/gtk/fast/js/global-constructors-expected.txt:
39 2011-08-30 David Levin <levin@chromium.org>
41 [chromium] Update result due to r94114.
43 * platform/chromium-win/svg/custom/pan-direction-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pan-direction-expected.png.
44 * platform/chromium/test_expectations.txt:
46 2011-08-30 David Levin <levin@chromium.org>
48 [chromium] Update due to r94147.
50 * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt.
51 * platform/chromium-mac/fast/events/constructors/custom-event-constructor-expected.txt: Added.
52 Several of these results are failures but that should be fixed by bug 66756.
53 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
54 * platform/chromium/fast/events/constructors/custom-event-constructor-expected.txt: Added.
56 2011-08-30 Sam Weinig <sam@webkit.org>
58 Add constructor for CustomEvent
59 https://bugs.webkit.org/show_bug.cgi?id=67248
61 Reviewed by Dan Bernstein.
63 * fast/events/constructors/custom-event-constructor-expected.txt: Added.
64 * fast/events/constructors/custom-event-constructor.html: Added.
67 * fast/dom/constructed-objects-prototypes-expected.txt:
68 * platform/mac/fast/dom/Window/window-properties-expected.txt:
69 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
70 * platform/mac/fast/dom/prototype-inheritance-expected.txt:
71 * platform/mac/fast/js/global-constructors-expected.txt:
72 Updated for add window.CustomEvent.
74 2011-08-30 David Levin <levin@chromium.org>
76 [chromium] New baselines due to r94109.
78 * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Removed.
79 * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Removed.
80 * platform/chromium-linux/fast/table/table-after-child-in-table-expected.txt: Removed.
81 * platform/chromium-linux/fast/table/table-before-child-in-table-expected.txt: Removed.
82 * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.txt: Removed.
83 * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.txt: Removed.
84 * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.txt: Removed.
85 * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.txt: Removed.
86 * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
87 * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
88 * platform/chromium-win/fast/table/table-after-child-in-table-expected.txt:
89 * platform/chromium-win/fast/table/table-before-child-in-table-expected.txt:
90 * platform/chromium-win/fast/table/table-before-child-style-update-expected.png: Added.
91 * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt:
92 * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.txt:
93 * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt:
94 * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.txt:
95 * platform/chromium-win/fast/table/table-row-before-child-style-update-expected.png: Added.
97 2011-08-30 Ojan Vafai <ojan@chromium.org>
99 add a test for border/padding/margin on the flexbox container
100 https://bugs.webkit.org/show_bug.cgi?id=67243
102 Reviewed by Tony Chang.
104 * css3/flexbox/001-expected.txt:
105 * css3/flexbox/001.html:
106 * css3/flexbox/resources/flexbox.js:
108 2011-08-30 Alice Boxhall <aboxhall@chromium.org>
110 Correctly report selected text range for accessibility APIs for role=textbox
111 https://bugs.webkit.org/show_bug.cgi?id=65900
113 Reviewed by Chris Fleizach.
115 * accessibility/textbox-role-reports-selection-expected.txt: Added.
116 * accessibility/textbox-role-reports-selection.html: Added.
118 2011-08-30 Rachel Blum <groby@chromium.org>
120 The "port" property of an <a> whose href does not specify a port returns the wrong value
121 https://bugs.webkit.org/show_bug.cgi?id=66081
123 Updated tests to reflect behavior change around invalid port strings.
124 Updated chromium location-port test to reflect chromium issues
126 Reviewed by Adam Barth.
128 * fast/dom/HTMLAnchorElement/get-href-attribute-port-expected.txt: Added.
129 * fast/dom/HTMLAnchorElement/get-href-attribute-port.html: Added.
130 * fast/dom/HTMLAnchorElement/script-tests/get-href-attribute-port.js: Added.
131 * fast/loader/location-port-expected.txt:
132 * fast/loader/location-port.html:
133 * fast/url/script-tests/segments-from-data-url.js:
134 * fast/url/script-tests/segments.js:
135 * fast/url/script-tests/trivial-segments.js:
136 * fast/url/segments-expected.txt:
137 * fast/url/segments-from-data-url-expected.txt:
138 * fast/url/trivial-segments-expected.txt:
139 * platform/chromium-cg-mac/fast/loader/location-port-expected.txt:
140 * platform/chromium-win/fast/loader/location-port-expected.txt:
141 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt:
143 2011-08-30 Scott Byer <scottbyer@chromium.org>
145 Fix pan scrolling on Windows to be clamped
146 https://bugs.webkit.org/show_bug.cgi?id=66910
148 With the recent change to support rubberband scrolling on the Mac, pan
149 scrolling of overflow divs became unclamped and would scroll infinitely
150 and along an axis without a scrollbar.
152 Reviewed by Simon Fraser
154 * platform/mac/fast/frames/iframe-scaling-with-scroll-expected.png:
155 * platform/win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
156 * platform/win/fast/events/panScroll-correct-direction-expected.txt: Added.
157 * platform/win/fast/events/panScroll-correct-direction.html: Added.
159 2011-08-30 Chris Rogers <crogers@google.com>
161 Don't allow nodes of one context to be connected to nodes of another context
162 https://bugs.webkit.org/show_bug.cgi?id=67245
164 Reviewed by Dimitri Glazkov.
166 * webaudio/audionode-expected.txt:
167 * webaudio/audionode.html:
169 2011-08-30 Aaron Colwell <acolwell@chromium.org>
171 Add MediaSource API to HTMLMediaElement
172 https://bugs.webkit.org/show_bug.cgi?id=64731
174 Reviewed by Eric Carlson.
176 * http/tests/media/media-source/webm/video-media-source-errors-expected.txt: Added.
177 * http/tests/media/media-source/webm/video-media-source-errors.html: Added.
178 * http/tests/media/media-source/webm/video-media-source-play-expected.txt: Added.
179 * http/tests/media/media-source/webm/video-media-source-play.html: Added.
180 * http/tests/media/media-source/webm/video-media-source-seek-expected.txt: Added.
181 * http/tests/media/media-source/webm/video-media-source-seek.html: Added.
182 * http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt: Added.
183 * http/tests/media/media-source/webm/video-media-source-state-changes.html: Added.
184 * http/tests/media/media-source/webm/webm-media-source.js: Added.
189 (getClusterTimeForIndex):
190 (getClusterIndexForTimestamp):
191 (setSrcToMediaSourceURL):
194 (appendUntilEndOfStream):
196 (getSourceStateName):
198 * http/tests/media/resources/media-source/webm/test.webm: Added.
199 * http/tests/media/resources/media-source/webm/test.webm.cluster-0: Added.
200 * http/tests/media/resources/media-source/webm/test.webm.cluster-1: Added.
201 * http/tests/media/resources/media-source/webm/test.webm.cluster-10: Added.
202 * http/tests/media/resources/media-source/webm/test.webm.cluster-11: Added.
203 * http/tests/media/resources/media-source/webm/test.webm.cluster-12: Added.
204 * http/tests/media/resources/media-source/webm/test.webm.cluster-13: Added.
205 * http/tests/media/resources/media-source/webm/test.webm.cluster-14: Added.
206 * http/tests/media/resources/media-source/webm/test.webm.cluster-15: Added.
207 * http/tests/media/resources/media-source/webm/test.webm.cluster-2: Added.
208 * http/tests/media/resources/media-source/webm/test.webm.cluster-3: Added.
209 * http/tests/media/resources/media-source/webm/test.webm.cluster-4: Added.
210 * http/tests/media/resources/media-source/webm/test.webm.cluster-5: Added.
211 * http/tests/media/resources/media-source/webm/test.webm.cluster-6: Added.
212 * http/tests/media/resources/media-source/webm/test.webm.cluster-7: Added.
213 * http/tests/media/resources/media-source/webm/test.webm.cluster-8: Added.
214 * http/tests/media/resources/media-source/webm/test.webm.cluster-9: Added.
215 * http/tests/media/resources/media-source/webm/test.webm.headers: Added.
216 * platform/chromium/test_expectations.txt:
217 * platform/gtk/Skipped:
218 * platform/mac/Skipped:
219 * platform/qt/Skipped:
220 * platform/win/Skipped:
222 2011-08-30 Abhishek Arya <inferno@chromium.org>
224 Unreviewed. Chromium rebaselines for r94109.
226 * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
227 * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
228 * platform/chromium-linux/fast/table/table-after-child-in-table-expected.txt: Added.
229 * platform/chromium-linux/fast/table/table-before-child-in-table-expected.txt: Added.
230 * platform/chromium-linux/fast/table/table-before-child-style-update-expected.png: Added.
231 * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.txt: Added.
232 * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.txt: Added.
233 * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.txt: Added.
234 * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.txt: Added.
235 * platform/chromium-linux/fast/table/table-row-before-child-style-update-expected.png: Added.
237 2011-08-30 Tim Horton <timothy_horton@apple.com>
239 getBBox() on a SVGPathElement with curves incorrectly includes control points
240 https://bugs.webkit.org/show_bug.cgi?id=53512
241 <rdar://problem/9861154>
243 Reviewed by Dirk Schulze.
245 Add a test ensuring that getBBox returns only the bounds of the filled shape,
246 not the bounds of all of the control points.
248 * platform/chromium/test_expectations.txt:
249 * svg/custom/getBBox-path-expected.txt: Added.
250 * svg/custom/getBBox-path.svg: Added.
252 2011-08-30 Tim Horton <timothy_horton@apple.com>
254 SVG panning y-axis is flipped in WebKit2
255 https://bugs.webkit.org/show_bug.cgi?id=65800
256 <rdar://problem/9908012>
258 Reviewed by Darin Adler.
260 Add a test which attempts to pan an SVG using eventSender.
262 * platform/chromium-linux/svg/custom/pan-direction-expected.png: Added.
263 * platform/mac/svg/custom/pan-direction-expected.png: Added.
264 * svg/custom/pan-direction-expected.txt: Added.
265 * svg/custom/pan-direction.svg: Added.
267 2011-08-30 Cary Clark <caryclark@google.com>
269 LayoutTest expected results for Skia on Mac (animations and canvas directories only)
270 https://bugs.webkit.org/show_bug.cgi?id=67218
272 Reviewed by Adam Barth.
274 * platform/chromium-mac/animations: Added.
275 * platform/chromium-mac/animations/missing-values-first-keyframe-expected.png: Added.
276 * platform/chromium-mac/animations/missing-values-last-keyframe-expected.png: Added.
277 * platform/chromium-mac/animations/opacity-transform-animation-expected.png: Added.
278 * platform/chromium-mac/animations/state-at-end-event-expected.png: Added.
279 * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added.
280 * platform/chromium-mac/canvas: Added.
281 * platform/chromium-mac/canvas/philip: Added.
282 * platform/chromium-mac/canvas/philip/tests: Added.
283 * platform/chromium-mac/canvas/philip/tests/2d.composite.operation.clear-expected.txt: Added.
284 * platform/chromium-mac/canvas/philip/tests/2d.composite.operation.darker-expected.txt: Added.
285 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.fill.copy-expected.txt: Added.
286 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.copy-expected.txt: Added.
287 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.destination-atop-expected.txt: Added.
288 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.destination-in-expected.txt: Added.
289 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.source-in-expected.txt: Added.
290 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.source-out-expected.txt: Added.
291 * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.pattern.copy-expected.txt: Added.
292 * platform/chromium-mac/canvas/philip/tests/2d.drawImage.broken-expected.txt: Added.
293 * platform/chromium-mac/canvas/philip/tests/2d.drawImage.image.incomplete.omitted-expected.txt: Added.
294 * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Added.
295 * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.rgb-eof-expected.txt: Added.
296 * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.rgba-eof-expected.txt: Added.
297 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added.
298 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added.
299 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Added.
300 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added.
301 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added.
302 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.outside3-expected.txt: Added.
303 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added.
304 * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added.
305 * platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Added.
306 * platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Added.
307 * platform/chromium-mac/canvas/philip/tests/2d.imageData.get.type-expected.txt: Added.
308 * platform/chromium-mac/canvas/philip/tests/2d.imageData.object.round-expected.txt: Added.
309 * platform/chromium-mac/canvas/philip/tests/2d.imageData.object.wrap-expected.txt: Added.
310 * platform/chromium-mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Added.
311 * platform/chromium-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Added.
312 * platform/chromium-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Added.
313 * platform/chromium-mac/canvas/philip/tests/2d.missingargs-expected.txt: Added.
314 * platform/chromium-mac/canvas/philip/tests/2d.path.arc.angle.3-expected.txt: Added.
315 * platform/chromium-mac/canvas/philip/tests/2d.path.arc.angle.5-expected.txt: Added.
316 * platform/chromium-mac/canvas/philip/tests/2d.path.arcTo.shape.curve1-expected.txt: Added.
317 * platform/chromium-mac/canvas/philip/tests/2d.path.arcTo.shape.curve2-expected.txt: Added.
318 * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.broken-expected.txt: Added.
319 * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Added.
320 * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Added.
321 * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.string-expected.txt: Added.
322 * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.undefined-expected.txt: Added.
323 * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.norepeat.coord3-expected.txt: Added.
324 * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.repeatx.coord1-expected.txt: Added.
325 * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.repeaty.coord1-expected.txt: Added.
326 * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.alpha-expected.txt: Added.
327 * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.basic-expected.txt: Added.
328 * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.transparent.2-expected.txt: Added.
329 * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Added.
330 * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.alpha-expected.txt: Added.
331 * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.basic-expected.txt: Added.
332 * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.scale-expected.txt: Added.
333 * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.transparent.2-expected.txt: Added.
334 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.align.center-expected.txt: Added.
335 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.bottom-expected.txt: Added.
336 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.hanging-expected.txt: Added.
337 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.ideographic-expected.txt: Added.
338 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.middle-expected.txt: Added.
339 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.top-expected.txt: Added.
340 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Added.
341 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.end-expected.txt: Added.
342 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt: Added.
343 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.other-expected.txt: Added.
344 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.space-expected.txt: Added.
345 * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.start-expected.txt: Added.
346 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Added.
347 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Added.
348 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Added.
349 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Added.
350 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Added.
351 * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Added.
352 * platform/chromium-mac/canvas/philip/tests/2d.text.measure.width.space-expected.txt: Added.
353 * platform/chromium-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Added.
354 * platform/chromium-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Added.
355 * platform/chromium-mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Added.
356 * platform/chromium-mac/canvas/philip/tests/type.prototype-expected.txt: Added.
358 2011-08-30 Adam Barth <abarth@webkit.org>
360 Flaky crash with JavaScript URLs
361 https://bugs.webkit.org/show_bug.cgi?id=66360
363 Reviewed by Nate Chapin.
365 * fast/loader/javascript-url-iframe-crash-expected.txt: Added.
366 * fast/loader/javascript-url-iframe-crash.html: Added.
368 2011-08-30 Tony Gentilcore <tonyg@chromium.org>
370 PreloadScanner shouldn't load images inside noscript via doc.write
371 https://bugs.webkit.org/show_bug.cgi?id=67214
373 Reviewed by Adam Barth.
375 * fast/preloader/document-write-noscript-expected.txt: Added.
376 * fast/preloader/document-write-noscript.html: Added.
378 2011-08-30 Abhishek Arya <inferno@chromium.org>
380 Style not updated for table parts in :before, :after content.
381 https://bugs.webkit.org/show_bug.cgi?id=66141
383 1. 2 new tests show that the blue and green boxes don't overlap
385 2. update r93794 tests showing that style info is propagated.
387 Reviewed by Dave Hyatt.
389 * fast/table/table-before-child-style-update-expected.png: Added.
390 * fast/table/table-before-child-style-update-expected.txt: Added.
391 * fast/table/table-before-child-style-update.html: Added.
392 * fast/table/table-row-before-child-style-update-expected.png: Added.
393 * fast/table/table-row-before-child-style-update-expected.txt: Added.
394 * fast/table/table-row-before-child-style-update.html: Added.
395 * platform/mac/fast/table/table-after-child-in-table-expected.txt:
396 * platform/mac/fast/table/table-before-child-in-table-expected.txt:
397 * platform/mac/fast/table/table-row-after-child-in-block-expected.txt:
398 * platform/mac/fast/table/table-row-after-child-in-table-expected.txt:
399 * platform/mac/fast/table/table-row-before-child-in-block-expected.txt:
400 * platform/mac/fast/table/table-row-before-child-in-table-expected.txt:
402 2011-08-30 Tony Chang <tony@chromium.org>
404 refactor box-ordinal-group handling so we don't timeout on large values
405 https://bugs.webkit.org/show_bug.cgi?id=65783
407 Reviewed by David Hyatt.
409 * fast/flexbox/box-ordinal-group-expected.txt: Added.
410 * fast/flexbox/box-ordinal-group.html: Added.
412 2011-08-30 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
414 Emit last progress notification before calling dispatchDidFinishLoad
415 https://bugs.webkit.org/show_bug.cgi?id=28851
417 Reviewed by Adam Barth.
419 Keep track of the order expected for the progressFinishedNotification, which is
420 before the didFinishLoadForFrame.
422 * http/tests/loading/progress-finished-callback-expected.txt: Added.
423 * http/tests/loading/progress-finished-callback.html: Added.
424 * platform/mac/Skipped:
425 * platform/win/Skipped:
427 2011-08-30 Ojan Vafai <ojan@chromium.org>
429 CSS parsing for -webkit-flex-flow
430 https://bugs.webkit.org/show_bug.cgi?id=67224
432 Reviewed by Tony Chang.
434 * css3/flexbox/css-properties-expected.txt:
435 * css3/flexbox/script-tests/css-properties.js:
437 2011-08-30 Alexey Proskuryakov <ap@apple.com>
439 fast/loader/document-destruction-within-unload.html causes an assertion failure in the next
440 test (currently, document-with-fragment-url-1.html)
441 https://bugs.webkit.org/show_bug.cgi?id=66783
443 * platform/mac/Skipped: Skipping the offending test.
445 2011-08-29 Oliver Hunt <oliver@apple.com>
447 TypedArrays don't ensure that denormalised values are normalised
448 https://bugs.webkit.org/show_bug.cgi?id=67178
450 Reviewed by Gavin Barraclough.
452 Add test to ensure that we create a non-signalling nan when reading
453 a singaling nan from a typed array.
455 * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
456 * fast/canvas/webgl/webgl-array-invalid-ranges.html:
458 2011-08-30 David Levin <levin@chromium.org>
460 [chromium] Add baselines for due to r94092 and r93909.
462 * platform/chromium-cg-mac/fast/multicol/overflow-across-columns-expected.png: Added.
463 * platform/chromium-cg-mac/fast/multicol/overflow-unsplittable-expected.png: Added.
464 * platform/chromium-linux/fast/multicol/overflow-across-columns-expected.png: Added.
465 * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png: Added.
466 * platform/chromium-win/fast/multicol/overflow-across-columns-expected.png: Added.
467 * platform/chromium-win/fast/multicol/overflow-across-columns-expected.txt: Added.
468 * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png: Added.
469 * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.txt: Added.
470 * platform/chromium-win/fast/text/complex-preferred-logical-widths-expected.txt: Added.
471 * platform/chromium/test_expectations.txt:
473 2011-08-30 David Levin <levin@chromium.org>
475 [chromium] Update baselines after r94084 and r94088 and r93909.
477 * platform/chromium-cg-mac/fast/multicol/positive-leading-expected.png: Added.
478 * platform/chromium-cg-mac/fast/text/complex-preferred-logical-widths-expected.txt: Removed.
479 * platform/chromium-linux/fast/multicol/positive-leading-expected.png: Added.
480 * platform/chromium-linux/fast/multicol/single-line-expected.png:
481 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
482 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
483 * platform/chromium-linux/fast/repaint/multicol-repaint-expected.txt: Removed.
484 * platform/chromium-win/fast/multicol/positive-leading-expected.png: Added.
485 * platform/chromium-win/fast/multicol/positive-leading-expected.txt: Added.
486 * platform/chromium-win/fast/multicol/single-line-expected.png:
487 * platform/chromium-win/fast/multicol/single-line-expected.txt:
488 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
489 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
490 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
491 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
492 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
493 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
494 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
495 * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
496 * platform/chromium-win/fast/repaint/multicol-repaint-expected.png:
497 * platform/chromium-win/fast/repaint/multicol-repaint-expected.txt:
498 * platform/chromium/test_expectations.txt:
500 2011-08-30 David Hyatt <hyatt@apple.com>
502 <rdar://problem/10002140> 9A309: Text gets clipped in book because of overflow:auto
504 https://bugs.webkit.org/show_bug.cgi?id=67212 - Text gets clipped in multi-column layouts when overflow:auto
507 Revise our overflow:auto pagination behavior. If the overflow block doesn't specify any logical height
508 information, then we'll just assume the plan is for it to enclose its contents, and we will be willing
509 to paginate in those circumstances.
511 Reviewed by Dan Bernstein.
513 Added overflow-across-columns.html and overflow-unsplittable.html
515 * fast/multicol/overflow-across-columns.html: Added.
516 * fast/multicol/overflow-unsplittable.html: Added.
517 * platform/mac/fast/multicol/overflow-across-columns-expected.png: Added.
518 * platform/mac/fast/multicol/overflow-across-columns-expected.txt: Added.
519 * platform/mac/fast/multicol/overflow-unsplittable-expected.png: Added.
520 * platform/mac/fast/multicol/overflow-unsplittable-expected.txt: Added.
522 2011-08-30 Sheriff Bot <webkit.review.bot@gmail.com>
524 Unreviewed, rolling out r93924.
525 http://trac.webkit.org/changeset/93924
526 https://bugs.webkit.org/show_bug.cgi?id=67209
528 Bad baseline submitted for OS X. Should be chromium specific.
529 (Requested by dave_levin on #webkit).
531 * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt:
533 2011-08-30 David Hyatt <hyatt@apple.com>
535 <rdar://problem/8832814> With large line-height, column break can happen anywhere in the
536 inter-line gap, causing staggered lines.
538 https://bugs.webkit.org/show_bug.cgi?id=67202 Handle positive leading when paginating lines.
540 Technically we should paginate lines based solely off their line top and line bottom with
541 leading included. However there are two issues with always doing so. The first is that overflow
542 can cause lines to overlap, and the second is that negative leading can cause lines to overlap.
544 Since we're incapable of dealing with overlap until we stop clipping column boxes and allow them
545 to have a form of specialized overflow, we still have to at least factor in overflow and ignore
546 negative leading for now. However we can at least honor positive leading when the lines don't
547 overlap. This patch provides basic support for paginating when positive leading is involved.
549 Reviewed by Dan Bernstein.
551 Added fast/multicol/positive-leading.html.
553 * fast/multicol/positive-leading.html: Added.
554 * platform/mac/fast/multicol/positive-leading-expected.png: Added.
555 * platform/mac/fast/multicol/positive-leading-expected.txt: Added.
557 2011-08-30 Young Han Lee <joybro@company100.net>
559 [Qt][WK2] svg/animations/animate-end-attribute.html r93949
560 https://bugs.webkit.org/show_bug.cgi?id=67130
562 Skip a svg test on WebKit2 that rely on unimplemented test harness API.
564 Reviewed by Noam Rosenthal.
566 * platform/wk2/Skipped:
568 2011-08-30 Ben Wells <benwells@chromium.org>
570 Update registerProtocolHandler scheme whitelist to match spec
571 https://bugs.webkit.org/show_bug.cgi?id=67104
573 Reviewed by Darin Adler.
575 * fast/dom/register-protocol-handler-expected.txt:
576 * fast/dom/register-protocol-handler.html:
577 * platform/chromium/fast/dom/register-protocol-handler-expected.txt:
579 2011-08-30 Sheriff Bot <webkit.review.bot@gmail.com>
581 Unreviewed, rolling out r94076.
582 http://trac.webkit.org/changeset/94076
583 https://bugs.webkit.org/show_bug.cgi?id=67201
585 Results will be different on each platform (Requested by
588 * fast/multicol/huge-column-count-expected.png: Removed.
589 * fast/multicol/inherit-column-values-expected.png: Removed.
590 * fast/multicol/initial-column-values-expected.png: Removed.
591 * platform/chromium/test_expectations.txt:
593 2011-08-30 Alexander Pavlov <apavlov@chromium.org>
595 Unreviewed, add missing multicol test baselines.
597 * fast/multicol/huge-column-count-expected.png: Added.
598 * fast/multicol/inherit-column-values-expected.png: Added.
599 * fast/multicol/initial-column-values-expected.png: Added.
600 * platform/chromium/test_expectations.txt: Remove huge-column-count-expected.png MISSING expectation.
602 2011-08-30 Csaba Osztrogonác <ossy@webkit.org>
604 [Qt] Unreviewed gardening.
606 * platform/qt-4.8/fast/text/complex-preferred-logical-widths-expected.png: Added.
607 * platform/qt-4.8/fast/text/complex-preferred-logical-widths-expected.txt: Added.
608 * platform/qt-arm/Skipped:
609 * platform/qt/Skipped:
610 * platform/qt/test_expectations.txt:
612 2011-08-30 Csaba Osztrogonác <ossy@webkit.org>
614 [Qt] Unreviewed gardening.
616 * platform/qt/Skipped: Unskip now passing tests.
617 * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.png:
618 * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.txt:
619 * platform/qt/fast/block/float/floats-and-text-indent-expected.png: Added.
620 * platform/qt/fast/block/float/floats-and-text-indent-expected.txt: Added.
621 * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
622 * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.txt: Added.
623 * platform/qt/fast/borders/border-fit-2-expected.png: Added.
624 * platform/qt/fast/borders/border-fit-2-expected.txt: Added.
625 * platform/qt/fast/forms/input-appearance-number-rtl-expected.png: Added.
626 * platform/qt/fast/forms/input-appearance-number-rtl-expected.txt:
627 * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
628 * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
629 * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
630 * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt:
631 * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
632 * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
634 2011-08-30 Alexander Pavlov <apavlov@chromium.org>
636 REGRESSION(93978): inspector/styles/styles-computed-trace.html fails
637 https://bugs.webkit.org/show_bug.cgi?id=67185
639 Reviewed by Yury Semikhatsky.
641 * inspector/styles/styles-computed-trace-expected.txt:
642 * inspector/styles/styles-computed-trace.html:
643 * platform/chromium-win/inspector/styles/styles-computed-trace-expected.txt: Removed.
644 * platform/chromium/test_expectations.txt:
646 2011-08-30 Yury Semikhatsky <yurys@chromium.org>
648 Unreviewed. Update test expectations for userscripts/window-onerror-for-isolated-world-1.html
650 * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt:
651 * userscripts/window-onerror-for-isolated-world-1-expected.txt:
653 2011-08-30 Oliver Varga <voliver@inf.u-szeged.hu>
655 [Qt] 3 test started crashing somewhere between r93878-r93935
656 https://bugs.webkit.org/show_bug.cgi?id=67197
658 Unreviewed gardening.
660 * platform/qt/Skipped:
662 2011-08-30 Ryosuke Niwa <rniwa@webkit.org>
664 lastChangeWasUserEdit continues to return true when innerText or textContent is modified
665 https://bugs.webkit.org/show_bug.cgi?id=67183
667 Reviewed by Kent Tamura.
669 Two test cases now pass.
671 * fast/forms/textfield-lastchange-was-useredit-expected.txt:
673 2011-08-29 Yury Semikhatsky <yurys@chromium.org>
675 Web Inspector: wrong script display name when there is a slash in its URL query parameters
676 https://bugs.webkit.org/show_bug.cgi?id=67120
678 Reviewed by Pavel Feldman.
680 * inspector/debugger/scripts-sorting.html:
681 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt:
683 2011-08-30 Yury Semikhatsky <yurys@chromium.org>
685 Unreviewed. Update window.onerror tests after r94061 to match new semantics
686 of window.onerror return value.
688 * fast/workers/resources/shared-worker-script-error.js:
689 * http/tests/security/cross-origin-script-window-onerror-redirected.html:
690 * http/tests/security/cross-origin-script-window-onerror.html:
691 * userscripts/window-onerror-for-isolated-world-1.html:
692 * userscripts/window-onerror-for-isolated-world-2.html:
694 2011-08-30 Yury Semikhatsky <yurys@chromium.org>
696 Unreviewed. Update Chromium test expectations for new test.
698 * platform/chromium/fast/events/window-onerror13-expected.txt: Added.
700 2011-08-30 Sheriff Bot <webkit.review.bot@gmail.com>
702 Unreviewed, rolling out r94055 and r94057.
703 http://trac.webkit.org/changeset/94055
704 http://trac.webkit.org/changeset/94057
705 https://bugs.webkit.org/show_bug.cgi?id=67191
707 Many failures on Mac 10.5 (Requested by toyoshim on #webkit).
709 * http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py:
710 * http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py:
711 * http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py:
712 * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py:
713 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py:
714 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py:
715 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py:
716 * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py:
717 * http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py:
718 * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py:
719 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py:
720 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py:
721 * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py:
722 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py:
723 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py:
724 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py:
725 * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py:
726 * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py:
727 * http/tests/websocket/tests/hybi/masked-frames_wsh.py:
729 2011-08-30 Renata Hodovan <reni@webkit.org>
731 [Qt] Qt Linux Release bot has four failed tests.
734 Unreviewed gardening.
736 * platform/qt/Skipped:
738 2011-08-29 Yury Semikhatsky <yurys@chromium.org>
740 Return value of window.onerror has inverted semantics
741 https://bugs.webkit.org/show_bug.cgi?id=67119
743 Reviewed by Darin Adler.
745 * fast/events/window-onerror1.html:
746 * fast/events/window-onerror11.html:
747 * fast/events/window-onerror12.html:
748 * fast/events/window-onerror13-expected.txt: Added.
749 * fast/events/window-onerror13.html: Copied from LayoutTests/fast/events/window-onerror11.html.
750 * fast/events/window-onerror2.html:
751 * fast/events/window-onerror3.html:
752 * fast/events/window-onerror4.html:
753 * fast/events/window-onerror5.html:
754 * fast/events/window-onerror6.html:
755 * fast/events/window-onerror8.html:
756 * fast/events/window-onerror9.html:
757 * fast/workers/resources/worker-script-error-bubbled.js:
759 * fast/workers/resources/worker-script-error-handled.js:
761 * http/tests/security/window-onerror-exception-in-iframe.html:
763 2011-08-30 Takashi Toyoshima <toyoshim@chromium.org>
765 [WebSocket] Prevent unnecessary pywebsocket warnings on layout tests.
766 https://bugs.webkit.org/show_bug.cgi?id=67182
768 Reviewed by Kent Tamura.
770 Some layout tests for WebSocket raised Exception to prevent unnecessary
771 pywebsocket warning. But it doesn't work any more on pywebsocket 0.6b4.
772 Now pywebsocket support AbortedByUserException to prevent warning.
773 This change make raise AbortedByUserException instead of Exception.
775 handshake-fail-by-prepended-null_wsh.py didn't use Exception, but
776 expected abnormal closure on sending response could raise unexpected
777 Exception by chance. This change also takes care of it.
779 * http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py:
780 * http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py:
781 * http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py:
782 * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py:
783 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py:
784 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py:
785 * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py:
786 * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py:
787 * http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py:
788 * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py:
789 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py:
790 * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py:
791 * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py:
792 * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py:
793 * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py:
794 * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py:
795 * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py:
796 * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py:
797 * http/tests/websocket/tests/hybi/masked-frames_wsh.py:
798 Use AbortedByUserException instead of Exception.
800 2011-08-29 Takashi Toyoshima <toyoshim@chromium.org>
802 Fix two layout tests which fails on Qt port with latest pywebsocket.
803 https://bugs.webkit.org/show_bug.cgi?id=66929
805 Reviewed by Kent Tamura.
807 hanging-handshake_wsh.py read socket to hang in opening handshake.
808 Then client initiated closing handshakes or abnormal closures caused
809 exception or resulted in http error response on hybi-10 compliant new
810 pywebsocket. Because tests finished at closure, it depends on timing
811 whether tests detects the error response. Actually, two tests failed on
813 Essentially, hangings is unnecessary because open event must be queued
814 and WebSocket's readyState could not be changed to OPEN until the next
815 event loop is executed. That's why we can use echo_wsh.py instead of
816 hanging-handshake_wsh.py safely.
818 close-unref-websocket tests call close() before GC. These tests expect
819 GC cause close event. But close() itself also queues close event.
820 These close() are redandant. If GC doesn't cause close event, these
821 tests can pass by close event that close() queues. This change also
822 remove these redandant close() calls.
824 * http/tests/websocket/tests/hixie76/close-before-open.html:
825 Use echo_wsh.py instead of hanging-handshake_wsh.py.
826 * http/tests/websocket/tests/hixie76/close-unref-websocket-expected.txt:
827 * http/tests/websocket/tests/hixie76/close-unref-websocket.html:
828 Used echo_wsh.py, remove ws.close() and fix expectation.
829 * http/tests/websocket/tests/hixie76/hanging-handshake_wsh.py: Removed.
830 * http/tests/websocket/tests/hybi/close-before-open.html:
831 Use echo_wsh.py instead of hanging-handshake_wsh.py.
832 * http/tests/websocket/tests/hybi/close-unref-websocket-expected.txt:
833 * http/tests/websocket/tests/hybi/close-unref-websocket.html:
834 Used echo_wsh.py, remove ws.close() and fix expectation.
835 * http/tests/websocket/tests/hybi/hanging-handshake_wsh.py: Removed.
836 * http/tests/websocket/tests/hybi/close-code-and-reason.html:
837 * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js:
838 Use echo_wsh.py instead of hanging-handshake_wsh.py.
840 2011-08-29 MORITA Hajime <morrita@google.com>
842 Unreviewed marking skip.
844 * platform/win/Skipped: Skipped editing/spelling/spelling-insert-html.html
846 2011-08-25 Kent Tamura <tkent@chromium.org>
848 REGRESSION(r88115): Disabling a file upload control causes an endless busyloop.
849 https://bugs.webkit.org/show_bug.cgi?id=66659
851 Reviewed by Darin Adler.
853 * fast/forms/file/disabling-file-busy-loop-expected.txt: Added.
854 * fast/forms/file/disabling-file-busy-loop.html: Added.
856 2011-08-29 David Levin <levin@chromium.org>
858 [chromium] Add exception due to missing results for r94037.
860 * platform/chromium/test_expectations.txt:
862 2011-08-29 David Levin <levin@chromium.org>
864 [chromium] Minor update for test that is timing out.
866 * platform/chromium/test_expectations.txt:
868 2011-08-29 David Levin <levin@chromium.org>
870 [chromium] Misc test expectations updates.
872 * platform/chromium-mac/fast/files/create-blob-url-crash-expected.txt: Copied from LayoutTests/platform/qt/fast/files/create-blob-url-crash-expected.txt.
873 * platform/chromium/fast/files/create-blob-url-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/files/create-blob-url-crash-expected.txt.
874 Added due to it being different from normal OSX result.
875 * platform/chromium/test_expectations.txt: Changes due to expectation
876 update for media-document-audio-repaint.html leading to only an image mismatch
877 and a test that is a slow on OS X as well as Linux and Windows.
879 2011-08-29 Yuta Kitamura <yutak@chromium.org>
881 WebSocket: Receive binary message as Blob
882 https://bugs.webkit.org/show_bug.cgi?id=67115
884 Reviewed by Kent Tamura.
886 * http/tests/websocket/tests/hybi/binary-frames_wsh.py: Added. Used from receive-blob.html.
887 * http/tests/websocket/tests/hybi/fragmented-binary-frames-expected.txt: Added.
888 * http/tests/websocket/tests/hybi/fragmented-binary-frames.html:
889 Added. The content of this test is almost identical to receive-blob.html.
890 * http/tests/websocket/tests/hybi/fragmented-binary-frames_wsh.py: Added.
891 * http/tests/websocket/tests/hybi/receive-blob-expected.txt: Added.
892 * http/tests/websocket/tests/hybi/receive-blob.html:
893 Added. It is a bit complicated to validate the content of a Blob, because a Blob must be read
894 asynchronously. FileReader is used to read a blob as an ArrayBuffer, each byte of which is
895 compared with the expected result.
896 * http/tests/websocket/tests/hybi/workers/receive-blob-expected.txt: Added.
897 * http/tests/websocket/tests/hybi/workers/receive-blob.html: Added.
898 * http/tests/websocket/tests/hybi/workers/resources/binary-frames_wsh.py:
899 Added. Same as above binary-frames_wsh.py.
900 * http/tests/websocket/tests/hybi/workers/resources/receive-blob.js: Added.
902 2011-08-29 Ryosuke Niwa <rniwa@webkit.org>
904 Add a test for lastChangeWasUserEdit in HTMLInputElement and HTMLTextAreaElement
905 https://bugs.webkit.org/show_bug.cgi?id=67173
907 Reviewed by Darin Adler.
909 Added some basic test for HTMLInputElement::lastChangeWasUserEdit and
910 HTMLTextAreaElement::lastChangeWasUserEdit.
912 * fast/forms/textfield-lastchange-was-useredit-expected.txt: Added.
913 * fast/forms/textfield-lastchange-was-useredit.html: Added.
915 2011-08-29 Kenji Imasaki <imasaki@chromium.org>
917 [Chromium] Added new rebaselines for media/media-document-audio-repaint.
918 These are obtained by the rebaseline tool.
919 https://bugs.webkit.org/show_bug.cgi?id=67070
921 Reviewed by David Levin.
923 * platform/chromium-cg-mac-leopard/media/media-document-audio-repaint-expected.png: Added.
924 * platform/chromium-cg-mac/media/media-document-audio-repaint-expected.png:
925 * platform/chromium-cg-mac/media/media-document-audio-repaint-expected.txt:
926 * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.png: Added.
927 * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.txt: Added.
928 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Added.
929 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Added.
930 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
931 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
932 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
934 2011-08-29 Sam Weinig <sam@webkit.org>
936 Fix path to style sheet in fast/events/constructors/event-constructors.html.
938 Reviewed by Gavin Barraclough.
940 * fast/events/constructors/event-constructors.html:
942 2011-08-29 Sam Weinig <sam@webkit.org>
944 Update results for fast/files/create-blob-url-crash.html to match
947 * fast/files/create-blob-url-crash-expected.txt:
949 2011-08-29 David Levin <levin@chromium.org>
951 Fix test_expectation.txt typo.
953 * platform/chromium/test_expectations.txt:
955 2011-08-29 Julien Chaffraix <jchaffraix@webkit.org>
957 Assertion failure in RenderLayer::computeRepaintRects when scrolling
958 https://bugs.webkit.org/show_bug.cgi?id=67140
960 Reviewed by David Hyatt.
962 This test checks that a fixed element with no visible content does not ASSERT and
965 * fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added.
966 * fast/repaint/scroll-fixed-layer-with-no-visible-content.html: Added.
967 * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
968 * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
969 * platform/mac/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
971 2011-08-29 Nayan Kumar K <nayankk@motorola.com>
973 As per HTML specification, default font style of dfn tag should be italic.
974 https://bugs.webkit.org/show_bug.cgi?id=56670
976 Reviewed by Adam Barth.
978 * fast/css/dfn-default-font-style-expected.txt: Added.
979 * fast/css/dfn-default-font-style.html: Added.
981 2011-08-29 Chris Palmer <palmer@google.com>
983 Fix failures when FFT array size is changed.
984 https://bugs.webkit.org/show_bug.cgi?id=66916
986 Reviewed by Kenneth Russell.
988 * webaudio/realtimeanalyser-fft-sizing-expected.txt: Added.
989 * webaudio/realtimeanalyser-fft-sizing.html: Added.
991 2011-08-29 Abhishek Arya <inferno@chromium.org>
993 Crash in InlineBox::deleteLine due to accessing removed
995 https://bugs.webkit.org/show_bug.cgi?id=66015
997 Reviewed by Simon Fraser.
999 * fast/block/line-layout/inline-box-wrapper-crash-expected.txt: Added.
1000 * fast/block/line-layout/inline-box-wrapper-crash.html: Added.
1002 2011-08-29 Chris Marrin <cmarrin@apple.com>
1004 Fixing LayoutTests broken by http://trac.webkit.org/changeset/93980
1008 Add Mac specific tests to take into account new requestAnimationFrame functionality
1010 * platform/mac/fast/dom/Window/window-properties-expected.txt: Added.
1011 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: Added.
1012 * platform/mac/fast/dom/prototype-inheritance-expected.txt: Added.
1014 2011-08-29 Tony Chang <tony@chromium.org>
1016 Implement -webkit-flex-pack for horizontal flexboxen
1017 https://bugs.webkit.org/show_bug.cgi?id=66898
1019 Reviewed by Ojan Vafai.
1021 * css3/flexbox/004-expected.txt: Added.
1022 * css3/flexbox/004.html: Added.
1024 2011-08-29 Sam Weinig <sam@webkit.org>
1026 Update tests after landing Event constructors.
1028 Reviewed by Anders Carlsson.
1030 * fast/dom/constructed-objects-prototypes-expected.txt:
1031 * fast/dom/dom-constructors-expected.txt:
1032 * fast/dom/dom-constructors.html:
1034 2011-08-29 Stephen White <senorblanco@chromium.org>
1036 Unreviewed gardening.
1038 Mark test fast/canvas/setWidthResetAfterForcedRender.html as failing
1041 * platform/chromium/test_expectations.txt:
1043 2011-08-29 David Levin <levin@chromium.org>
1045 Update test expections due to r94006 and r93978.
1047 * platform/chromium/test_expectations.txt: Add failing test due to r93978.
1048 * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.txt: Change to use of dfn tag and
1049 behavior change in r94006.
1051 2011-08-29 David Levin <levin@chromium.org>
1053 Temporary suppression for new test added in r93982.
1055 * platform/chromium/test_expectations.txt:
1057 2011-08-22 David Levin <levin@chromium.org>
1059 postMessage raises INVALID_STATE_ERR instead of DATA_CLONE_ERR in many cases.
1060 https://bugs.webkit.org/show_bug.cgi?id=66713
1062 Reviewed by Dmitry Titov.
1064 * fast/events/message-port-clone-expected.txt: Output changed from INVALID_STATE_ERR to DATA_CLONE_ERR.
1065 * fast/events/message-port-multi-expected.txt: Ditto.
1066 * fast/workers/worker-context-multi-port-expected.txt: Ditto.
1067 * fast/workers/worker-multi-port-expected.txt: Ditto.
1068 * platform/chromium-win/fast/events/message-port-multi-expected.txt: Ditto.
1069 * platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt: Ditto.
1070 * platform/chromium-win/fast/workers/worker-multi-port-expected.txt: Ditto.
1072 2011-08-29 Julien Chaffraix <jchaffraix@webkit.org>
1074 Assertion failure in WebCore::RenderFlow::rightmostPosition
1075 https://bugs.webkit.org/show_bug.cgi?id=12085
1077 Reviewed by Alexey Proskuryakov.
1079 The bug got solved. Landed the test to avoid regressing.
1081 * fast/css/assert-marquee-not-last-element-expected.txt: Added.
1082 * fast/css/assert-marquee-not-last-element.html: Added.
1084 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1086 Unreviewed, rebaseline inspector/styles/styles-computed-trace.html in chromium.
1088 * platform/chromium-win/inspector/styles/styles-computed-trace-expected.txt: Added.
1090 2011-08-29 Tom Zakrajsek <tomz@codeaurora.org>
1092 canvas arc() missing line to start of arc if swing is zero
1093 https://bugs.webkit.org/show_bug.cgi?id=55696
1095 LayoutTests/canvas/philip/tests/2d.path.stroke.prune.arc.html misinterprets pruning requirement
1096 https://bugs.webkit.org/show_bug.cgi?id=66832
1098 Reviewed by Andreas Kling.
1100 Update to 2d.path.stroke.prune.arc.html was reviewed by Philip Taylor and will be part of the
1101 next update to http://philip.html5.org/tests/canvas/suite/tests/2d.path.stroke.prune.arc.html
1103 * canvas/philip/tests/2d.path.stroke.prune.arc.html:
1104 * fast/canvas/canvas-arc-zero-lineto-expected.txt: Added.
1105 * fast/canvas/canvas-arc-zero-lineto.html: Added.
1107 2011-08-23 Chris Marrin <cmarrin@apple.com>
1109 [mac] requestAnimationFrame support for mac port
1110 https://bugs.webkit.org/show_bug.cgi?id=59146
1112 Reviewed by Simon Fraser.
1114 Enable requestAnimationFrame tests for Mac. Tests were also
1115 modified to work on Mac. Before the tests would assume the
1116 requestAnimationFrame callbacks would be called by calling
1117 LayoutTestController.display(). This is not a valid assumption
1118 for Mac, since it skips display() if nothing was dirty.
1120 Tests were changed to use timeouts to wait for callbacks and
1121 ensure they get called. Also added more positive indications
1122 that test failed or succeeded, rather than relying on the lack
1123 of an error message to indicate success.
1125 * fast/animation/request-animation-frame-cancel-expected.txt:
1126 * fast/animation/request-animation-frame-cancel.html:
1127 * fast/animation/request-animation-frame-cancel2-expected.txt:
1128 * fast/animation/request-animation-frame-cancel2.html:
1129 * fast/animation/request-animation-frame-display.html:
1130 * fast/animation/request-animation-frame-during-modal-expected.txt:
1131 * fast/animation/request-animation-frame-during-modal.html:
1132 * fast/animation/request-animation-frame-timestamps.html:
1133 * fast/animation/request-animation-frame-within-callback.html:
1134 * fast/animation/request-animation-frame.html:
1135 * fast/animation/script-tests/request-animation-frame-cancel.js:
1138 * fast/animation/script-tests/request-animation-frame-cancel2.js:
1140 * fast/animation/script-tests/request-animation-frame-display.js:
1142 * fast/animation/script-tests/request-animation-frame-timestamps.js:
1144 * fast/animation/script-tests/request-animation-frame-within-callback.js:
1145 * fast/animation/script-tests/request-animation-frame.js:
1147 * platform/mac/Skipped:
1149 2011-08-29 Alexander Pavlov <apavlov@chromium.org>
1151 Web Inspector: <button hidden>..</button> has a different computed "display" value than "none"
1152 https://bugs.webkit.org/show_bug.cgi?id=67124
1154 Reviewed by Yury Semikhatsky.
1156 * inspector/elements/elements-panel-styles-expected.txt:
1157 * inspector/styles/styles-computed-trace-expected.txt:
1158 * inspector/styles/styles-computed-trace.html:
1160 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
1162 Web Inspector: rename sourceFile to (raw|ui)SourceCode in DebuggerPresentationModel.
1163 https://bugs.webkit.org/show_bug.cgi?id=66769
1165 Reviewed by Pavel Feldman.
1167 * inspector/debugger/scripts-panel.html:
1168 * inspector/debugger/source-file.html:
1170 2011-08-29 Gabor Loki <loki@webkit.org>
1172 [Qt] The square-button-appearance test is wrong
1173 https://bugs.webkit.org/show_bug.cgi?id=67128
1175 Unreviewed skip until square-button fix on qt-arm.
1177 * platform/qt-arm/Skipped:
1179 2011-08-29 Zsolt Fehér <feherzs@inf.u-szeged.hu>
1181 Unreviewed Qt gardening.
1183 * platform/qt/Skipped:
1185 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1187 Unreviewed, update chromium test expectations.
1189 * platform/chromium/test_expectations.txt:
1191 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
1193 Web Inspector: extract FormattedContentProvider from RawSourceCode.
1194 https://bugs.webkit.org/show_bug.cgi?id=66938
1196 Reviewed by Pavel Feldman.
1198 * inspector/debugger/content-providers-expected.txt:
1199 * inspector/debugger/content-providers.html:
1201 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1203 Unreviewed, mark fast/dom/dom-constructors.html as TEXT in chromium.
1205 * platform/chromium/fast/dom/dom-constructors-expected.txt: Removed.
1206 * platform/chromium/test_expectations.txt:
1208 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1210 Unreviewed, fix event-constructors.html test.
1211 https://bugs.webkit.org/show_bug.cgi?id=63878
1213 * fast/events/constructors/event-constructors.html:
1215 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
1217 Web Inspector: link UISourceCode to RawSourceCode.
1218 https://bugs.webkit.org/show_bug.cgi?id=66944
1220 Reviewed by Pavel Feldman.
1222 * inspector/debugger/ui-source-code.html:
1224 2011-08-29 Zoltan Horvath <zoltan@webkit.org>
1226 [Qt] Skip failing and flaky results after r93937
1227 https://bugs.webkit.org/show_bug.cgi?id=67118
1229 * platform/qt/Skipped:
1231 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1233 Unreviewed, mark overflow-scroll-overlap.html as flaky on chromium gpu.
1235 * platform/chromium/test_expectations.txt:
1237 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1239 Unreviewed, add new chromium mac cg baseline for square-button-appearance added in r93953.
1241 * platform/chromium-cg-mac-leopard/fast/css/square-button-appearance-expected.png: Added.
1243 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1245 Unreviewed, update chromium expectations. Mark frame-removed-during-resize.html and scrollbar-buttons.html
1246 as crashing on win linux debug only.
1248 * platform/chromium/test_expectations.txt:
1250 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
1252 Web Inspector: remove RawSourceCode.setFormatted.
1253 https://bugs.webkit.org/show_bug.cgi?id=66947
1255 Reviewed by Pavel Feldman.
1257 * inspector/debugger/source-file.html:
1259 2011-08-26 Pavel Podivilov <podivilov@chromium.org>
1261 Web Inspector: Debugger.setBreakpointByUrl should return error when setting breakpoint on the same location twice.
1262 https://bugs.webkit.org/show_bug.cgi?id=67030
1264 Reviewed by Pavel Feldman.
1266 * inspector/debugger/set-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger/debugger-pause-on-breakpoint-expected.txt.
1267 * inspector/debugger/set-breakpoint.html: Renamed from LayoutTests/inspector/debugger/debugger-pause-on-breakpoint.html.
1269 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1271 Unreviewed, fix event-constructors.html test.
1272 https://bugs.webkit.org/show_bug.cgi?id=63878
1274 * fast/events/constructors/event-constructors.html:
1276 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1278 Unreviewed, mark event-constructors.html as failing in chromium.
1279 https://bugs.webkit.org/show_bug.cgi?id=66756
1281 * platform/chromium/test_expectations.txt:
1283 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1285 Unreviewed, adding custom expectation for dom-constructors test in chromium
1286 until bug 66756 is resolved.
1287 https://bugs.webkit.org/show_bug.cgi?id=66756
1289 * platform/chromium/fast/dom/dom-constructors-expected.txt: Added.
1291 2011-08-29 Pavel Podivilov <podivilov@chromium.org>
1293 Unreviewed, mark scrollbars/scrollbar-buttons.html as crashing in chromium.
1295 * platform/chromium/test_expectations.txt:
1297 2011-08-28 Keishi Hattori <keishi@webkit.org>
1299 Chromium Win: Setting square-button appearance reaches NOTREACHED
1300 https://bugs.webkit.org/show_bug.cgi?id=66918
1302 Reviewed by Kent Tamura.
1304 * fast/css/square-button-appearance-expected.txt: Added.
1305 * fast/css/square-button-appearance.html: Added. Test rendering of square-button appearance.
1306 * platform/chromium-linux/fast/css/square-button-appearance-expected.png: Added.
1307 * platform/chromium-win/fast/css/square-button-appearance-expected.png: Added.
1308 * platform/gtk/test_expectations.txt: Added this test as expected to fail.
1309 * platform/mac/fast/css/square-button-appearance-expected.png: Added.
1310 * platform/qt/test_expectations.txt: Added this test as expected to fail.
1312 2011-08-28 Sam Weinig <sam@webkit.org>
1314 Add support for constructor syntax for Events
1315 https://bugs.webkit.org/show_bug.cgi?id=63878
1317 Reviewed by Oliver Hunt.
1319 Add basic test for Event constructors.
1321 * fast/events/constructors/event-constructors-expected.txt: Added.
1322 * fast/events/constructors/event-constructors.html: Added.
1324 2011-08-27 Robert Hogan <robert@webkit.org>
1326 Don't rely on hardcoded position in absolute-appended-to-inline.html
1328 Allow test added in r93944 to pass on platforms other than Chromium-Linux.
1330 Unreviewed, fix on r93944.
1332 * fast/block/positioning/absolute-appended-to-inline.html:
1334 2011-08-07 Robert Hogan <robert@webkit.org>
1336 The child div element with position:absolute will overlap with its parent div when a 'break' element is present in between
1337 https://bugs.webkit.org/show_bug.cgi?id=21934
1339 Reviewed by David Hyatt.
1341 * fast/block/positioning/absolute-appended-to-inline-expected.txt: Added.
1342 * fast/block/positioning/absolute-appended-to-inline.html: Added.
1344 2011-08-27 Anders Carlsson <andersca@apple.com>
1346 iChat: Receiving a message containing only a single-quote (') causes bubble to fail
1347 https://bugs.webkit.org/show_bug.cgi?id=67076
1348 <rdar://problem/10026089>
1350 Reviewed by Dan Bernstein.
1352 * fast/borders/border-fit-2.html: Added.
1353 * platform/mac/fast/borders/border-fit-2-expected.png: Added.
1354 * platform/mac/fast/borders/border-fit-2-expected.txt: Added.
1356 2011-08-27 Young Han Lee <joybro@company100.net>
1358 Reviewed by Dirk Schulze.
1360 SVG animation fill="freeze" doesn't set baseVal to current animVal if animation stops before reaching the end
1361 https://bugs.webkit.org/show_bug.cgi?id=63553
1363 calculateAnimationPercentAndRepeat() is returning 1, which means 100%, whenever
1364 elapsed >= m_intervalEnd, but this is wrong because m_intervalEnd can be in the middle
1365 of the animation duration. (e.g. begin="0s" end="2s" dur="3s")
1367 This change makes the function return the animations's true progress instead of 100%
1368 when the animation ends.
1370 * svg/animations/animate-end-attribute-expected.txt: Added.
1371 * svg/animations/animate-end-attribute.html: Added.
1372 * svg/animations/script-tests/animate-end-attribute.js: Added.
1378 2011-08-27 Jarred Nicholls <jarred@sencha.com>
1380 [Qt] Need spin-button implementation
1381 https://bugs.webkit.org/show_bug.cgi?id=65896
1383 Reviewed by Kenneth Rohde Christiansen.
1385 * platform/qt/Skipped:
1386 * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
1387 * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
1388 * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
1390 2011-08-27 Csaba Osztrogonác <ossy@webkit.org>
1392 [Qt] Unreviewed gardening.
1394 * platform/qt/Skipped: Remove a non-existent test.
1395 * platform/qt/fast/text/complex-preferred-logical-widths-expected.png: Added.
1396 * platform/qt/fast/text/complex-preferred-logical-widths-expected.txt: Added.
1398 2011-08-26 Xiaomei Ji <xji@chromium.org>
1400 Regression(91788): Bad cast in WebCore::blockWithNextLineBox
1401 https://bugs.webkit.org/show_bug.cgi?id=66090
1403 Reviewed by Ryosuke Niwa.
1405 * editing/selection/move-by-word-visually-crash-test-1-expected.txt: Added.
1406 * editing/selection/move-by-word-visually-crash-test-1.html: Added.
1407 * editing/selection/move-by-word-visually-crash-test-2-expected.txt: Added.
1408 * editing/selection/move-by-word-visually-crash-test-2.html: Added.
1409 * editing/selection/move-by-word-visually-crash-test-3-expected.txt: Added.
1410 * editing/selection/move-by-word-visually-crash-test-3.html: Added.
1411 * editing/selection/move-by-word-visually-crash-test-4-expected.txt: Added.
1412 * editing/selection/move-by-word-visually-crash-test-4.html: Added.
1413 * editing/selection/move-by-word-visually-multi-line-expected.txt:
1414 * editing/selection/resources/move-by-word-visually.js:
1417 2011-08-26 Gavin Barraclough <barraclough@apple.com>
1419 DFG JIT - ArithMod may clobber operands.
1420 https://bugs.webkit.org/show_bug.cgi?id=67085
1422 Reviewed by Sam Weinig.
1426 * fast/js/mod-crash-expected.txt:
1427 * fast/js/script-tests/mod-crash.js:
1428 (nonSpeculativeModReuseInner):
1429 (nonSpeculativeModReuse):
1431 2011-08-26 Anna Cavender <annacc@chromium.org>
1433 Cleanup resulting text of media/track tests.
1434 https://bugs.webkit.org/show_bug.cgi?id=67073
1436 Reviewed by Eric Carlson.
1438 * media/track/track-webvtt-tc001-utf8-expected.txt:
1439 * media/track/track-webvtt-tc002-bom-expected.txt:
1440 * media/track/track-webvtt-tc003-newlines-expected.txt:
1441 * media/track/track-webvtt-tc004-magic-header-expected.txt:
1442 * media/track/track-webvtt-tc005-header-comment-expected.txt:
1443 * media/track/track-webvtt-tc006-cue-identifiers-expected.txt:
1444 * media/track/track-webvtt-tc007-cue-no-id-expected.txt:
1445 * media/track/track-webvtt-tc008-timings-no-hours-expected.txt:
1446 * media/track/track-webvtt-tc009-timings-hour-expected.txt:
1447 * media/track/track-webvtt-tc011-blank-lines-expected.txt:
1448 * media/track/track-webvtt-tc013-settings-expected.txt:
1449 * media/track/track-webvtt-tc014-alignment-expected.txt:
1450 * media/track/track-webvtt-tc015-positioning-expected.txt:
1451 * media/track/track-webvtt-tc016-align-positioning-expected.txt:
1452 * media/track/track-webvtt-tc017-line-position-expected.txt:
1453 * media/track/track-webvtt-tc018-align-text-line-position-expected.txt:
1454 * media/track/track-webvtt-tc019-cue-size-expected.txt:
1455 * media/track/track-webvtt-tc020-cue-size-align-expected.txt:
1456 * media/track/track-webvtt-tc021-valign-expected.txt:
1457 * media/track/track-webvtt-tc022-entities-expected.txt:
1458 * media/track/track-webvtt-tc028-unsupported-markup-expected.txt:
1459 * media/video-test.js:
1462 2011-08-26 David Levin <levin@chromium.org>
1464 [chromium] Update tests expectations due to r93909 and r93913.
1466 * platform/chromium-cg-mac/fast/text/complex-preferred-logical-widths-expected.txt: Added.
1467 * platform/chromium-linux/fast/text/complex-preferred-logical-widths-expected.png: Added.
1468 * platform/chromium-win/fast/text/complex-preferred-logical-widths-expected.png: Added.
1469 * platform/chromium/test_expectations.txt:
1471 2011-08-26 David Levin <levin@chromium.org>
1473 [chromium] Update tests expectations due to r93909.
1475 * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt:
1477 2011-08-26 David Levin <levin@chromium.org>
1479 [chromium] Update tests expectations due to r93913.
1481 * platform/chromium-cg-mac/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Removed.
1482 * platform/chromium-win/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Removed.
1483 * platform/chromium/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Added.
1485 2011-08-26 Ojan Vafai <ojan@chromium.org>
1487 change the default preferred width of the flex() function to 0px per the new spec
1488 https://bugs.webkit.org/show_bug.cgi?id=67067
1490 Reviewed by Tony Chang.
1492 * css3/flexbox/001.html:
1493 * css3/flexbox/002.html:
1494 * css3/flexbox/flex-parsing-expected.txt:
1495 * css3/flexbox/script-tests/flex-parsing.js:
1497 2011-08-26 Aaron Colwell <acolwell@chromium.org>
1499 Rebasing media/video-layer-crash & media/video-transformed images.
1500 https://bugs.webkit.org/show_bug.cgi?id=67065
1502 Reviewed by David Levin.
1504 * platform/chromium-linux/media/video-layer-crash-expected.png:
1505 * platform/chromium-linux/media/video-transformed-expected.png:
1506 * platform/chromium-win/media/video-layer-crash-expected.png:
1507 * platform/chromium-win/media/video-transformed-expected.png:
1508 * platform/chromium/test_expectations.txt:
1510 2011-08-26 Alexey Proskuryakov <ap@apple.com>
1512 Get rid of frame life support timer
1513 https://bugs.webkit.org/show_bug.cgi?id=66874
1515 Reviewed by Geoff Garen.
1517 * fast/dom/resources/xmlhttprequest-constructor-in-detached-document-frame.html:
1518 * fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt:
1519 The test used to access XMLHttpRequest constructor from a detached frame. Modified the test
1520 to also try a stored constructor, and added an error that's clogged when trying that in a
1521 detached frame to test output.
1523 * fast/frames/detached-frame-property-expected.txt: Added.
1524 * fast/frames/detached-frame-property.html: Added.
1525 Added a test to check for the new, more compatible behavior.
1527 * fast/storage/storage-detached-iframe.html:
1528 Store a reference to localStorage before detaching a frame, as it won't be available
1529 afterwards any more.
1531 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1533 fast/js/const.html is opening a modal print dialog, leading to a timeout on the GTK+ bots
1534 https://bugs.webkit.org/show_bug.cgi?id=67061
1536 Reviewed by Oliver Hunt.
1538 Update this test to remove inadvertant calls to window.print().
1540 * fast/js/resources/const.js:
1541 (tryCatch1): Remove call to window.print()
1544 2011-08-26 Dan Bernstein <mitz@apple.com>
1546 RenderText::computePreferredLogicalWidths() should measure words with trailing spaces
1547 https://bugs.webkit.org/show_bug.cgi?id=66733
1549 * fast/text/complex-preferred-logical-widths.html: Added.
1550 * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt: Added.
1552 2011-08-26 Tony Chang <tony@chromium.org>
1554 Add CSS parsing for -webkit-flex-align
1555 https://bugs.webkit.org/show_bug.cgi?id=66726
1557 Reviewed by Ojan Vafai.
1559 * css3/flexbox/css-properties-expected.txt:
1560 * css3/flexbox/script-tests/css-properties.js:
1562 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1564 Skip two tests on GTK+ that are failing due to known issues.
1566 * platform/gtk/Skipped: Update the skipped list.
1568 2011-08-26 Chris Rogers <crogers@google.com>
1570 Add MediaPlayer::audioSourceProvider() method for audio stream access by the Web Audio API.
1571 https://bugs.webkit.org/show_bug.cgi?id=66398
1573 Reviewed by Eric Carlson.
1575 * webaudio/mediaelementaudiosourcenode-expected.txt:
1576 * webaudio/mediaelementaudiosourcenode.html:
1578 2011-08-23 Stephen White <senorblanco@chromium.org>
1580 Assertion fires if canvas is resized while save() active
1581 https://bugs.webkit.org/show_bug.cgi?id=66710
1583 Reviewed by Simon Fraser.
1585 * fast/canvas/resize-while-save-active-expected.txt: Added.
1586 * fast/canvas/resize-while-save-active.html: Added.
1588 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1590 Add some new baselines for GTK+ and unskip tests that now have them.
1592 * platform/gtk/Skipped: Unskip tests.
1593 * platform/gtk/fast/block/float/fit_line_below_floats-expected.png: Added.
1594 * platform/gtk/fast/block/float/fit_line_below_floats-expected.txt: Added.
1595 * platform/gtk/fast/block/float/floats-and-text-indent-expected.png: Added.
1596 * platform/gtk/fast/block/float/floats-and-text-indent-expected.txt: Added.
1597 * platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
1598 * platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.txt: Added.
1600 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1602 Import the last set of GTK+ CSS3 selector results.
1604 * platform/gtk/css3/selectors3/xml: Import the last set of results.
1606 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1608 Continue importing GTK+ CSS3 selector test results.
1610 * platform/gtk/css3/selectors3/xml: Import the next set of results.
1612 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1614 Begin importing the last directory of CSS3 selector results for GTK+.
1616 * platform/gtk/css3/selectors3/xml: Import the first set of files in this directory.
1618 2011-08-26 Victoria Kirst <vrk@chromium.org>
1620 Unreviewed; adding files missing from r93885.
1622 * media/track/captions-webvtt/tc000-empty.vtt: Added.
1623 * media/track/captions-webvtt/tc001-iso2022jp3.vtt: Added.
1624 * media/track/captions-webvtt/tc001-utf8.vtt: Added.
1625 * media/track/captions-webvtt/tc002-bom.vtt: Added.
1626 * media/track/captions-webvtt/tc003-newlines.vtt: Added.
1627 * media/track/captions-webvtt/tc003-no-newline-at-eof.vtt: Added.
1628 * media/track/captions-webvtt/tc004-no-webvtt.vtt: Added.
1629 * media/track/captions-webvtt/tc004-webvtt-file.vtt: Added.
1630 * media/track/captions-webvtt/tc004-webvtt-rubbish.vtt: Added.
1631 * media/track/captions-webvtt/tc005-default-styles.vtt: Added.
1632 * media/track/captions-webvtt/tc005-metadata-area.vtt: Added.
1633 * media/track/captions-webvtt/tc006-cue-id-error.vtt: Added.
1634 * media/track/captions-webvtt/tc006-cue-id.vtt: Added.
1635 * media/track/captions-webvtt/tc007-cue-no-id-error.vtt: Added.
1636 * media/track/captions-webvtt/tc007-cue-no-id.vtt: Added.
1637 * media/track/captions-webvtt/tc008-timings-no-hour-errors.vtt: Added.
1638 * media/track/captions-webvtt/tc008-timings-no-hour.vtt: Added.
1639 * media/track/captions-webvtt/tc009-timings-hour-error.vtt: Added.
1640 * media/track/captions-webvtt/tc009-timings-hour.vtt: Added.
1641 * media/track/captions-webvtt/tc010-no-timings.vtt: Added.
1642 * media/track/captions-webvtt/tc011-cues-no-separation.vtt: Added.
1643 * media/track/captions-webvtt/tc011-cues.vtt: Added.
1644 * media/track/captions-webvtt/tc012-out-of-order.vtt: Added.
1645 * media/track/captions-webvtt/tc013-settings-bad-separation.vtt: Added.
1646 * media/track/captions-webvtt/tc013-settings.vtt: Added.
1647 * media/track/captions-webvtt/tc014-alignment-bad.vtt: Added.
1648 * media/track/captions-webvtt/tc014-alignment-ltr.vtt: Added.
1649 * media/track/captions-webvtt/tc014-alignment.vtt: Added.
1650 * media/track/captions-webvtt/tc015-positioning-bad.vtt: Added.
1651 * media/track/captions-webvtt/tc015-positioning-ltr.vtt: Added.
1652 * media/track/captions-webvtt/tc015-positioning.vtt: Added.
1653 * media/track/captions-webvtt/tc016-align-positioning-bad.vtt: Added.
1654 * media/track/captions-webvtt/tc016-align-positioning.vtt: Added.
1655 * media/track/captions-webvtt/tc017-line-position-bad.vtt: Added.
1656 * media/track/captions-webvtt/tc017-line-position.vtt: Added.
1657 * media/track/captions-webvtt/tc018-align-text-line-position-bad.vtt: Added.
1658 * media/track/captions-webvtt/tc018-align-text-line-position.vtt: Added.
1659 * media/track/captions-webvtt/tc019-cue-size-bad.vtt: Added.
1660 * media/track/captions-webvtt/tc019-cue-size.vtt: Added.
1661 * media/track/captions-webvtt/tc020-cue-size-align-bad.vtt: Added.
1662 * media/track/captions-webvtt/tc020-cue-size-align.vtt: Added.
1663 * media/track/captions-webvtt/tc021-valign-bad.vtt: Added.
1664 * media/track/captions-webvtt/tc021-valign-ltr.vtt: Added.
1665 * media/track/captions-webvtt/tc021-valign.vtt: Added.
1666 * media/track/captions-webvtt/tc022-entities-wrong.vtt: Added.
1667 * media/track/captions-webvtt/tc022-entities.vtt: Added.
1668 * media/track/captions-webvtt/tc023-markup-bad.vtt: Added.
1669 * media/track/captions-webvtt/tc023-markup.vtt: Added.
1670 * media/track/captions-webvtt/tc024-timestamp-bad.vtt: Added.
1671 * media/track/captions-webvtt/tc024-timestamp.vtt: Added.
1672 * media/track/captions-webvtt/tc025-class-bad.vtt: Added.
1673 * media/track/captions-webvtt/tc025-class.vtt: Added.
1674 * media/track/captions-webvtt/tc026-voice-bad.vtt: Added.
1675 * media/track/captions-webvtt/tc026-voice.vtt: Added.
1676 * media/track/captions-webvtt/tc027-empty-cue.vtt: Added.
1677 * media/track/captions-webvtt/tc028-unsupported-markup.vtt: Added.
1678 * media/track/track-webvtt-tc004-magic-header-expected.txt: Added.
1679 * media/track/track-webvtt-tc004-magic-header.html: Added.
1680 * media/track/track-webvtt-tc005-header-comment-expected.txt: Added.
1681 * media/track/track-webvtt-tc005-header-comment.html: Added.
1682 * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Added.
1683 * media/track/track-webvtt-tc006-cue-identifiers.html: Added.
1684 * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Added.
1685 * media/track/track-webvtt-tc007-cue-no-id.html: Added.
1686 * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Added.
1687 * media/track/track-webvtt-tc008-timings-no-hours.html: Added.
1688 * media/track/track-webvtt-tc009-timings-hour-expected.txt: Added.
1689 * media/track/track-webvtt-tc009-timings-hour.html: Added.
1690 * media/track/track-webvtt-tc010-no-timings-expected.txt: Added.
1691 * media/track/track-webvtt-tc010-no-timings.html: Added.
1692 * media/track/track-webvtt-tc011-blank-lines-expected.txt: Added.
1693 * media/track/track-webvtt-tc011-blank-lines.html: Added.
1694 * media/track/track-webvtt-tc012-out-of-order-expected.txt: Added.
1695 * media/track/track-webvtt-tc012-out-of-order.html: Added.
1696 * media/track/track-webvtt-tc014-alignment-expected.txt: Added.
1697 * media/track/track-webvtt-tc014-alignment.html: Added.
1698 * media/track/track-webvtt-tc015-positioning-expected.txt: Added.
1699 * media/track/track-webvtt-tc015-positioning.html: Added.
1700 * media/track/track-webvtt-tc016-align-positioning-expected.txt: Added.
1701 * media/track/track-webvtt-tc016-align-positioning.html: Added.
1702 * media/track/track-webvtt-tc017-line-position-expected.txt: Added.
1703 * media/track/track-webvtt-tc017-line-position.html: Added.
1704 * media/track/track-webvtt-tc018-align-text-line-position-expected.txt: Added.
1705 * media/track/track-webvtt-tc018-align-text-line-position.html: Added.
1706 * media/track/track-webvtt-tc019-cue-size-expected.txt: Added.
1707 * media/track/track-webvtt-tc019-cue-size.html: Added.
1708 * media/track/track-webvtt-tc020-cue-size-align-expected.txt: Added.
1709 * media/track/track-webvtt-tc020-cue-size-align.html: Added.
1710 * media/track/track-webvtt-tc021-valign-expected.txt: Added.
1711 * media/track/track-webvtt-tc021-valign.html: Added.
1712 * media/track/track-webvtt-tc022-entities-expected.txt: Added.
1713 * media/track/track-webvtt-tc022-entities.html: Added.
1714 * media/track/track-webvtt-tc023-markup-expected.txt: Added.
1715 * media/track/track-webvtt-tc023-markup.html: Added.
1716 * media/track/track-webvtt-tc024-timestamp-expected.txt: Added.
1717 * media/track/track-webvtt-tc024-timestamp.html: Added.
1718 * media/track/track-webvtt-tc025-class-markup-expected.txt: Added.
1719 * media/track/track-webvtt-tc025-class-markup.html: Added.
1720 * media/track/track-webvtt-tc026-voice-expected.txt: Added.
1721 * media/track/track-webvtt-tc026-voice.html: Added.
1722 * media/track/track-webvtt-tc027-empty-cue-expected.txt: Added.
1723 * media/track/track-webvtt-tc027-empty-cue.html: Added.
1724 * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Added.
1725 * media/track/track-webvtt-tc028-unsupported-markup.html: Added.
1727 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1729 Continue importing GTK+ CSS3 selector results.
1731 * platform/gtk/css3/selectors3/xhtml: Import this directory.
1733 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1735 Begin importing CSS3 selector test results for GTK+.
1737 * platform/gtk/css3/selectors3/html: Import this directory.
1739 2011-08-25 Anna Cavender <annacc@chromium.org>
1741 Tests for validating a new WebVTT parser and tokenizer for TextTrackCue content.
1742 https://bugs.webkit.org/show_bug.cgi?id=65884
1744 Reviewed by Eric Carlson.
1746 * media/track/captions-webvtt/tc000-empty.vtt: Renamed from media/track/captions/tc000_empty.vtt.
1747 * media/track/captions-webvtt/tc001-iso2022jp3.vtt: Renamed from media/track/captions/tc001_iso2022jp3.vtt.
1748 * media/track/captions-webvtt/tc001-utf8.vtt: Renamed from media/track/captions/tc001_utf8.vtt.
1749 * media/track/captions-webvtt/tc002-bom.vtt: Renamed from media/track/captions/tc002_bom.vtt.
1750 * media/track/captions-webvtt/tc003-newlines.vtt: Renamed from media/track/captions/tc003_newlines.vtt
1751 * media/track/captions-webvtt/tc003-no-newline-at-eof.vtt: Renamed from media/track/captions/tc003_nonewlineateof.vtt
1752 * media/track/captions-webvtt/tc004-no-webvtt.vtt: Renamed from media/track/captions/tc004_nowebvtt.vtt.
1753 * media/track/captions-webvtt/tc004-webvtt-file.vtt: Renamed from media/track/captions/tc004_webvttfile.vtt.
1754 * media/track/captions-webvtt/tc004-webvtt-rubbish.vtt: Renamed from media/track/captions/tc004_webvttrubbish.vtt.
1755 * media/track/captions-webvtt/tc005-default-styles.vtt: Renamed from media/track/captions/tc005_defaultstyles.vtt.
1756 * media/track/captions-webvtt/tc005-metadata-area.vtt: Renamed from media/track/captions/tc005_metadataarea.vtt.
1757 * media/track/captions-webvtt/tc006-cue-id-error.vtt: Renamed from media/track/captions/tc006_cueiderror.vtt.
1758 * media/track/captions-webvtt/tc006-cue-id.vtt: Renamed from media/track/captions/tc006_cueid.vtt.
1759 * media/track/captions-webvtt/tc007-cue-no-id-error.vtt: Renamed from media/track/captions/tc007_cuenoid.vtt.
1760 * media/track/captions-webvtt/tc007-cue-no-id.vtt: Renamed from media/track/captions/tc007_cuenoiderror.vtt.
1761 * media/track/captions-webvtt/tc008-timings-no-hour-errors.vtt: Renamed from media/track/captions/tc008_timingsnohourerrors.vtt.
1762 * media/track/captions-webvtt/tc008-timings-no-hour.vtt: Renamed from media/track/captions/tc008_timingsnohour.vtt.
1763 * media/track/captions-webvtt/tc009-timings-hour-error.vtt: Renamed from media/track/captions/tc009_timingshourerror.vtt.
1764 * media/track/captions-webvtt/tc009-timings-hour.vtt: Renamed from media/track/captions/tc009_timingshour.vtt.
1765 * media/track/captions-webvtt/tc010-no-timings.vtt: Renamed from media/track/captions/tc010_notimings.vtt.
1766 * media/track/captions-webvtt/tc011-cues-no-separation.vtt: Copied from media/track/captions/tc011_cuesnosep.vtt.
1767 * media/track/captions-webvtt/tc011-cues.vtt: Renamed from media/track/captions/tc011_cues.vtt.
1768 * media/track/captions-webvtt/tc012-out-of-order.vtt: Renamed from media/track/captions/tc012_outoforder.vtt.
1769 * media/track/captions-webvtt/tc013-settings-bad-separation.vtt: Renamed from media/track/captions/tc013_settingsbadsep.vtt.
1770 * media/track/captions-webvtt/tc013-settings.vtt: Renamed from media/track/captions/tc013_settings.vtt.
1771 * media/track/captions-webvtt/tc014-alignment-bad.vtt: Added.
1772 * media/track/captions-webvtt/tc014-alignment-ltr.vtt: Added.
1773 * media/track/captions-webvtt/tc014-alignment.vtt: Added.
1774 * media/track/captions-webvtt/tc015-positioning-bad.vtt: Added.
1775 * media/track/captions-webvtt/tc015-positioning-ltr.vtt: Added.
1776 * media/track/captions-webvtt/tc015-positioning.vtt: Added.
1777 * media/track/captions-webvtt/tc016-align-positioning-bad.vtt: Added.
1778 * media/track/captions-webvtt/tc016-align-positioning.vtt: Added.
1779 * media/track/captions-webvtt/tc017-line-position-bad.vtt: Added.
1780 * media/track/captions-webvtt/tc017-line-position.vtt: Added.
1781 * media/track/captions-webvtt/tc018-align-text-line-position-bad.vtt: Added.
1782 * media/track/captions-webvtt/tc018-align-text-line-position.vtt: Added.
1783 * media/track/captions-webvtt/tc019-cue-size-bad.vtt: Added.
1784 * media/track/captions-webvtt/tc019-cue-size.vtt: Added.
1785 * media/track/captions-webvtt/tc020-cue-size-align-bad.vtt: Added.
1786 * media/track/captions-webvtt/tc020-cue-size-align.vtt: Added.
1787 * media/track/captions-webvtt/tc021-valign-bad.vtt: Added.
1788 * media/track/captions-webvtt/tc021-valign-ltr.vtt: Added.
1789 * media/track/captions-webvtt/tc021-valign.vtt: Added.
1790 * media/track/captions-webvtt/tc022-entities-wrong.vtt: Added.
1791 * media/track/captions-webvtt/tc022-entities.vtt: Added.
1792 * media/track/captions-webvtt/tc023-markup-bad.vtt: Added.
1793 * media/track/captions-webvtt/tc023-markup.vtt: Added.
1794 * media/track/captions-webvtt/tc024-timestamp-bad.vtt: Added.
1795 * media/track/captions-webvtt/tc024-timestamp.vtt: Added.
1796 * media/track/captions-webvtt/tc025-class-bad.vtt: Added.
1797 * media/track/captions-webvtt/tc025-class.vtt: Added.
1798 * media/track/captions-webvtt/tc026-voice-bad.vtt: Added.
1799 * media/track/captions-webvtt/tc026-voice.vtt: Added.
1800 * media/track/captions-webvtt/tc027-empty-cue.vtt: Added.
1801 * media/track/captions-webvtt/tc028-unsupported-markup.vtt: Added.
1802 * media/track/track-webvtt-tc000-empty.html:
1803 * media/track/track-webvtt-tc001-utf8-expected.txt:
1804 * media/track/track-webvtt-tc001-utf8.html:
1805 * media/track/track-webvtt-tc002-bom-expected.txt:
1806 * media/track/track-webvtt-tc002-bom.html:
1807 * media/track/track-webvtt-tc003-newlines-expected.txt:
1808 * media/track/track-webvtt-tc003-newlines.html:
1809 * media/track/track-webvtt-tc004-magic-header-expected.txt: Renamed from media/track/track-webvtt-tc004-magicheader-expected.txt.
1810 * media/track/track-webvtt-tc004-magic-header.html: Renamed from media/track/track-webvtt-tc004-magicheader.html.
1811 * media/track/track-webvtt-tc005-header-comment-expected.txt: Renamed from media/track/track-webvtt-tc005-headercomment-expected.txt.
1812 * media/track/track-webvtt-tc005-header-comment.html: Renamed from media/track/track-webvtt-tc005-headercomment.html.
1813 * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Renamed from media/track/track-webvtt-tc006-cueidentifiers-expected.txt.
1814 * media/track/track-webvtt-tc006-cue-identifiers.html: Renamed from media/track/track-webvtt-tc006-cueidentifiers.html.
1815 * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Renamed from media/track/track-webvtt-tc007-cuenoid-expected.txt.
1816 * media/track/track-webvtt-tc007-cue-no-id.html: Renamed media/track/track-webvtt-tc007-cuenoid.html.
1817 * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Renamed from media/track/track-webvtt-tc008-timingsnohours-expected.txt.
1818 * media/track/track-webvtt-tc008-timings-no-hours.html: Renamed from media/track/track-webvtt-tc008-timingsnohours.html.
1819 * media/track/track-webvtt-tc009-timings-hour-expected.txt: Renamed from media/track/track-webvtt-tc009-timingshour-expected.txt.
1820 * media/track/track-webvtt-tc009-timings-hour.html: Renamed from media/track/track-webvtt-tc009-timingshour.html.
1821 * media/track/track-webvtt-tc010-no-timings-expected.txt: Copied from media/track/track-webvtt-tc010-notimings-expected.txt.
1822 * media/track/track-webvtt-tc010-no-timings.html: Renamed from media/track/track-webvtt-tc012-outoforder.html.
1823 * media/track/track-webvtt-tc011-blank-lines-expected.txt: Renamed from media/track/track-webvtt-tc011-blanklines-expected.txt.
1824 * media/track/track-webvtt-tc011-blank-lines.html: Renamed from media/track/track-webvtt-tc011-blanklines.html.
1825 * media/track/track-webvtt-tc012-out-of-order-expected.txt: Renamed from media/track/track-webvtt-tc012-outoforder-expected.txt.
1826 * media/track/track-webvtt-tc012-out-of-order.html: Copied from media/track/track-webvtt-tc000-empty.html.
1827 * media/track/track-webvtt-tc013-settings-expected.txt:
1828 * media/track/track-webvtt-tc013-settings.html:
1829 * media/track/track-webvtt-tc014-alignment-expected.txt: Added.
1830 * media/track/track-webvtt-tc014-alignment.html: Added.
1831 * media/track/track-webvtt-tc015-positioning-expected.txt: Added.
1832 * media/track/track-webvtt-tc015-positioning.html: Added.
1833 * media/track/track-webvtt-tc016-align-positioning-expected.txt: Added.
1834 * media/track/track-webvtt-tc016-align-positioning.html: Added.
1835 * media/track/track-webvtt-tc017-line-position-expected.txt: Added.
1836 * media/track/track-webvtt-tc017-line-position.html: Added.
1837 * media/track/track-webvtt-tc018-align-text-line-position-expected.txt: Added.
1838 * media/track/track-webvtt-tc018-align-text-line-position.html: Added.
1839 * media/track/track-webvtt-tc019-cue-size-expected.txt: Added.
1840 * media/track/track-webvtt-tc019-cue-size.html: Added.
1841 * media/track/track-webvtt-tc020-cue-size-align-expected.txt: Added.
1842 * media/track/track-webvtt-tc020-cue-size-align.html: Added.
1843 * media/track/track-webvtt-tc021-valign-expected.txt: Added.
1844 * media/track/track-webvtt-tc021-valign.html: Added.
1845 * media/track/track-webvtt-tc022-entities-expected.txt: Added.
1846 * media/track/track-webvtt-tc022-entities.html: Added.
1847 * media/track/track-webvtt-tc023-markup-expected.txt: Added.
1848 * media/track/track-webvtt-tc023-markup.html: Added.
1849 * media/track/track-webvtt-tc024-timestamp-expected.txt: Added.
1850 * media/track/track-webvtt-tc024-timestamp.html: Added.
1851 * media/track/track-webvtt-tc025-class-markup-expected.txt: Added.
1852 * media/track/track-webvtt-tc025-class-markup.html: Added.
1853 * media/track/track-webvtt-tc026-voice-expected.txt: Added.
1854 * media/track/track-webvtt-tc026-voice.html: Added.
1855 * media/track/track-webvtt-tc027-empty-cue-expected.txt: Added.
1856 * media/track/track-webvtt-tc027-empty-cue.html: Added.
1857 * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Added.
1858 * media/track/track-webvtt-tc028-unsupported-markup.html: Added.
1859 * media/video-test.js:
1863 2011-08-26 Pavel Podivilov <podivilov@chromium.org>
1865 Unreviewed, rolling out r93870.
1866 http://trac.webkit.org/changeset/93870
1867 https://bugs.webkit.org/show_bug.cgi?id=65203
1869 Broke i18n chromium tests
1871 * platform/chromium/test_expectations.txt:
1873 2011-08-26 Martin Robinson <mrobinson@igalia.com>
1875 Removing some tests from the GTK+ skipped lists that have results now
1878 * platform/gtk/Skipped: Clean up.
1879 * platform/gtk/test_expectations.txt: Ditto.
1881 2011-08-26 Andreas Kling <kling@webkit.org>
1883 Rebaseline Qt (4.7) after r93873.
1885 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
1886 * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1887 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1888 * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1889 * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1890 * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1891 * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1892 * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1893 * platform/qt/svg/batik/text/textOnPath-expected.txt:
1894 * platform/qt/svg/batik/text/textOnPath2-expected.txt:
1895 * platform/qt/svg/batik/text/textOnPath3-expected.txt:
1896 * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:
1897 * platform/qt/svg/text/text-path-01-b-expected.txt:
1899 2011-08-26 Pavel Podivilov <podivilov@chromium.org>
1901 Unreviewed, fix error in chromium test_expectations.
1903 * platform/chromium/test_expectations.txt:
1905 2011-08-26 Philippe Normand <pnormand@igalia.com>
1907 Unreviewed, GTK baselines for new tests.
1909 * platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt: Added.
1910 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
1911 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added.
1912 * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added.
1913 * platform/gtk/fast/table/table-before-child-in-table-expected.txt: Added.
1914 * platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt: Added.
1915 * platform/gtk/fast/table/table-cell-after-child-in-table-expected.txt: Added.
1916 * platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt: Added.
1917 * platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt: Added.
1918 * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt: Added.
1919 * platform/gtk/fast/table/table-row-after-child-in-table-expected.txt: Added.
1920 * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt: Added.
1921 * platform/gtk/fast/table/table-row-before-child-in-table-expected.txt: Added.
1922 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1923 * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1924 * platform/gtk/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
1925 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1926 * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1928 2011-08-26 Andreas Kling <kling@webkit.org>
1930 [Qt] Path::boundingRect() is unnecessarily slow.
1931 https://bugs.webkit.org/show_bug.cgi?id=66854
1933 Reviewed by Benjamin Poulain.
1935 Rebaseline SVG tests after Path::boundingRect() change.
1936 This brings Qt quite a bit closer to CG and Skia metrics.
1938 * platform/qt-4.8/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
1939 * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1940 * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1941 * platform/qt-4.8/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1942 * platform/qt-4.8/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1943 * platform/qt-4.8/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1944 * platform/qt-4.8/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1945 * platform/qt-4.8/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1946 * platform/qt-4.8/svg/batik/text/textOnPath-expected.txt:
1947 * platform/qt-4.8/svg/batik/text/textOnPath2-expected.txt:
1948 * platform/qt-4.8/svg/batik/text/textOnPath3-expected.txt:
1949 * platform/qt-4.8/svg/batik/text/verticalTextOnPath-expected.txt:
1950 * platform/qt-4.8/svg/text/text-path-01-b-expected.txt:
1951 * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1952 * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
1953 * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
1954 * platform/qt/svg/custom/animate-path-morphing-expected.txt:
1955 * platform/qt/svg/custom/broken-internal-references-expected.txt:
1956 * platform/qt/svg/custom/control-points-for-S-and-T-expected.txt:
1957 * platform/qt/svg/custom/path-textPath-simulation-expected.txt:
1958 * platform/qt/svg/custom/second-inline-text-expected.txt:
1959 * platform/qt/svg/custom/use-nested-transform-expected.txt:
1960 * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt:
1961 * platform/qt/svg/hixie/perf/001-expected.txt:
1962 * platform/qt/svg/hixie/perf/002-expected.txt:
1963 * platform/qt/svg/hixie/shapes/path/001-expected.txt:
1965 2011-08-26 Philippe Normand <pnormand@igalia.com>
1967 Unreviewed, another rebaseline after switch to GTK+3.x.
1969 * platform/gtk/editing/selection/caret-rtl-2-expected.txt:
1970 * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt:
1971 * platform/gtk/editing/selection/caret-rtl-expected.txt:
1972 * platform/gtk/editing/selection/caret-rtl-right-expected.txt:
1973 * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt:
1974 * platform/gtk/editing/selection/move-past-trailing-space-expected.txt:
1975 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
1976 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
1977 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
1978 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
1979 * platform/gtk/fast/borders/bidi-012-expected.txt:
1980 * platform/gtk/fast/borders/rtl-border-04-expected.txt:
1981 * platform/gtk/fast/css/rtl-ordering-expected.txt:
1982 * platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
1983 * platform/gtk/fast/css/text-overflow-ellipsis-expected.txt:
1984 * platform/gtk/fast/css/text-overflow-ellipsis-strict-expected.txt:
1985 * platform/gtk/fast/forms/listbox-bidi-align-expected.txt:
1986 * platform/gtk/fast/forms/search-rtl-expected.txt:
1987 * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
1988 * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
1989 * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
1990 * platform/gtk/fast/inline/inline-box-background-expected.txt:
1991 * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt:
1992 * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt:
1993 * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt:
1994 * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
1995 * platform/gtk/fast/text/cg-fallback-bolding-expected.txt:
1996 * platform/gtk/fast/text/drawBidiText-expected.txt:
1997 * platform/gtk/fast/text/in-rendered-text-rtl-expected.txt:
1998 * platform/gtk/fast/text/international/bidi-L2-run-reordering-expected.txt:
1999 * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt:
2000 * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt:
2001 * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
2002 * platform/gtk/fast/text/international/bidi-european-terminators-expected.txt:
2003 * platform/gtk/fast/text/international/bidi-explicit-embedding-expected.txt:
2004 * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2005 * platform/gtk/fast/text/international/bidi-innertext-expected.txt:
2006 * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
2007 * platform/gtk/fast/text/international/bidi-linebreak-001-expected.txt:
2008 * platform/gtk/fast/text/international/bidi-linebreak-002-expected.txt:
2009 * platform/gtk/fast/text/international/bidi-linebreak-003-expected.txt:
2010 * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt:
2011 * platform/gtk/fast/text/international/bidi-neutral-run-expected.txt:
2012 * platform/gtk/fast/text/international/bidi-override-expected.txt:
2013 * platform/gtk/fast/text/international/hebrew-vowels-expected.txt:
2014 * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2015 * platform/gtk/fast/text/international/rtl-caret-expected.txt:
2016 * platform/gtk/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
2017 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt:
2018 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
2019 * platform/gtk/fast/text/trailing-white-space-2-expected.txt:
2020 * platform/gtk/fast/text/trailing-white-space-expected.txt:
2021 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
2022 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
2023 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
2024 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
2025 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
2026 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
2027 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
2028 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
2029 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
2030 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
2031 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
2032 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
2033 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
2034 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
2035 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
2036 * platform/gtk/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
2037 * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
2038 * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
2039 * platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2040 * platform/gtk/svg/text/bidi-embedded-direction-expected.txt:
2041 * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt:
2042 * platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt:
2043 * platform/gtk/svg/text/text-tselect-02-f-expected.txt:
2044 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
2046 2011-08-26 Mike Reed <reed@google.com>
2048 [skia] never draw with GDI, so that all text can be gpu-accelerated
2049 https://bugs.webkit.org/show_bug.cgi?id=65203
2051 Reviewed by Kenneth Russell.
2053 * platform/chromium/test_expectations.txt:
2055 2011-08-26 Pavel Podivilov <podivilov@chromium.org>
2057 Unreviewed, rebaseline chromium fast/borders/* tests.
2059 * fast/borders/borderRadiusArcs01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusArcs01-expected.txt.
2060 * fast/borders/borderRadiusDashed02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed02-expected.txt.
2061 * fast/borders/borderRadiusDashed03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed03-expected.txt.
2062 * fast/borders/borderRadiusDotted01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted01-expected.txt.
2063 * fast/borders/borderRadiusDouble01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble01-expected.txt.
2064 * fast/borders/borderRadiusDouble02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble02-expected.txt.
2065 * fast/borders/borderRadiusDouble03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble03-expected.txt.
2066 * fast/borders/borderRadiusGroove01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove01-expected.txt.
2067 * fast/borders/borderRadiusGroove02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove02-expected.txt.
2068 * fast/borders/borderRadiusInset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInset01-expected.txt.
2069 * fast/borders/borderRadiusOutset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusOutset01-expected.txt.
2070 * fast/borders/borderRadiusRidge01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusRidge01-expected.txt.
2071 * fast/borders/borderRadiusSolid01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid01-expected.txt.
2072 * fast/borders/borderRadiusSolid02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid02-expected.txt.
2073 * fast/borders/borderRadiusSolid03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid03-expected.txt.
2074 * fast/borders/borderRadiusSolid04-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid04-expected.txt.
2075 * fast/borders/fieldsetBorderRadius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt.
2076 * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png: Removed.
2077 * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png: Removed.
2078 * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png: Removed.
2079 * platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
2080 * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
2081 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
2082 * platform/chromium-linux/fast/borders/border-radius-inline-flow-expected.png:
2083 * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
2084 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2085 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
2086 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
2087 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
2088 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
2089 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
2090 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
2091 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
2092 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
2093 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
2094 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
2095 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
2096 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
2097 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
2098 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
2099 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
2100 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
2101 * platform/chromium-linux/fast/borders/borderRadiusSolid04-expected.png:
2102 * platform/chromium-linux/fast/borders/different-color-borders-expected.png:
2103 * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png:
2104 * platform/chromium-linux/fast/borders/rtl-border-01-expected.png:
2105 * platform/chromium-linux/fast/borders/rtl-border-02-expected.png:
2106 * platform/chromium-linux/fast/borders/rtl-border-03-expected.png:
2107 * platform/chromium-linux/fast/borders/rtl-border-04-expected.png:
2108 * platform/chromium-linux/fast/borders/rtl-border-05-expected.png:
2109 * platform/chromium-win/fast/borders/border-antialiasing-expected.png:
2110 * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
2111 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
2112 * platform/chromium-win/fast/borders/border-radius-inline-flow-expected.png:
2113 * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
2114 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2115 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
2116 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
2117 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
2118 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
2119 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
2120 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
2121 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
2122 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
2123 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
2124 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
2125 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
2126 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
2127 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
2128 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
2129 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
2130 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
2131 * platform/chromium-win/fast/borders/borderRadiusSolid04-expected.png:
2132 * platform/chromium-win/fast/borders/different-color-borders-expected.png:
2133 * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png:
2134 * platform/chromium-win/fast/borders/rtl-border-01-expected.png:
2135 * platform/chromium-win/fast/borders/rtl-border-02-expected.png:
2136 * platform/chromium-win/fast/borders/rtl-border-03-expected.png:
2137 * platform/chromium-win/fast/borders/rtl-border-04-expected.png:
2138 * platform/chromium-win/fast/borders/rtl-border-05-expected.png:
2139 * platform/chromium-win/fast/borders/table-borders-expected.png:
2140 * platform/chromium/test_expectations.txt:
2141 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Removed.
2142 * platform/qt/fast/borders/borderRadiusDashed02-expected.txt: Removed.
2143 * platform/qt/fast/borders/borderRadiusDashed03-expected.txt: Removed.
2144 * platform/qt/fast/borders/borderRadiusDotted01-expected.txt: Removed.
2145 * platform/qt/fast/borders/fieldsetBorderRadius-expected.txt: Removed.
2147 2011-08-26 Philippe Normand <pnormand@igalia.com>
2149 Unreviewed, GTK rebaseline of some svg tests after switch to
2152 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
2153 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
2154 * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
2155 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
2156 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
2157 * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
2158 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
2159 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
2160 * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
2161 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
2162 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
2163 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
2164 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
2165 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
2166 * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
2167 * platform/gtk/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
2168 * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
2169 * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
2170 * platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2171 * platform/gtk/svg/text/bidi-embedded-direction-expected.txt:
2172 * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt:
2173 * platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt:
2174 * platform/gtk/svg/text/text-tselect-02-f-expected.txt:
2176 2011-08-26 Philippe Normand <pnormand@igalia.com>
2178 Unreviewed, GTK rebaseline of some fast/ tests after switch to
2181 * platform/gtk/fast/borders/bidi-012-expected.txt:
2182 * platform/gtk/fast/borders/rtl-border-04-expected.txt:
2183 * platform/gtk/fast/css/pseudo-cache-stale-expected.txt:
2184 * platform/gtk/fast/css/rtl-ordering-expected.txt:
2185 * platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt:
2186 * platform/gtk/fast/css/text-overflow-ellipsis-expected.txt:
2187 * platform/gtk/fast/css/text-overflow-ellipsis-strict-expected.txt:
2188 * platform/gtk/fast/forms/input-placeholder-text-indent-expected.txt:
2189 * platform/gtk/fast/forms/isindex-placeholder-expected.txt:
2190 * platform/gtk/fast/forms/listbox-bidi-align-expected.txt:
2191 * platform/gtk/fast/forms/password-placeholder-expected.txt:
2192 * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt:
2193 * platform/gtk/fast/forms/placeholder-position-expected.txt:
2194 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
2195 * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt:
2196 * platform/gtk/fast/forms/placeholder-stripped-expected.txt:
2197 * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
2198 * platform/gtk/fast/forms/search-rtl-expected.txt:
2199 * platform/gtk/fast/forms/search-styled-expected.txt:
2200 * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
2201 * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
2202 * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2203 * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt:
2204 * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
2205 * platform/gtk/fast/inline/inline-box-background-expected.txt:
2206 * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt:
2207 * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt:
2208 * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt:
2209 * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
2210 * platform/gtk/fast/text/cg-fallback-bolding-expected.txt:
2211 * platform/gtk/fast/text/drawBidiText-expected.txt:
2212 * platform/gtk/fast/text/in-rendered-text-rtl-expected.txt:
2213 * platform/gtk/fast/text/international/bidi-L2-run-reordering-expected.txt:
2214 * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt:
2215 * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt:
2216 * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
2217 * platform/gtk/fast/text/international/bidi-european-terminators-expected.txt:
2218 * platform/gtk/fast/text/international/bidi-explicit-embedding-expected.txt:
2219 * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
2220 * platform/gtk/fast/text/international/bidi-innertext-expected.txt:
2221 * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt:
2222 * platform/gtk/fast/text/international/bidi-linebreak-001-expected.txt:
2223 * platform/gtk/fast/text/international/bidi-linebreak-002-expected.txt:
2224 * platform/gtk/fast/text/international/bidi-linebreak-003-expected.txt:
2225 * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt:
2226 * platform/gtk/fast/text/international/bidi-neutral-run-expected.txt:
2227 * platform/gtk/fast/text/international/bidi-override-expected.txt:
2228 * platform/gtk/fast/text/international/hebrew-vowels-expected.txt:
2229 * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2230 * platform/gtk/fast/text/international/rtl-caret-expected.txt:
2231 * platform/gtk/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
2232 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt:
2233 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
2234 * platform/gtk/fast/text/trailing-white-space-2-expected.txt:
2235 * platform/gtk/fast/text/trailing-white-space-expected.txt:
2237 2011-08-26 Nikolas Zimmermann <nzimmermann@rim.com>
2239 [Qt] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm fails intermittently
2240 https://bugs.webkit.org/show_bug.cgi?id=65969
2242 Not reviewed. Unskip this test on Qt, it's fixed now.
2244 * platform/qt/Skipped:
2246 2011-08-26 Philippe Normand <pnormand@igalia.com>
2248 Unreviewed, GTK rebaseline of some editing tests after switch to
2251 * platform/gtk/editing/pasteboard/4641033-expected.txt:
2252 * platform/gtk/editing/selection/caret-rtl-2-expected.txt:
2253 * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt:
2254 * platform/gtk/editing/selection/caret-rtl-expected.txt:
2255 * platform/gtk/editing/selection/caret-rtl-right-expected.txt:
2256 * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: Added.
2257 * platform/gtk/editing/selection/move-past-trailing-space-expected.txt:
2258 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
2259 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
2260 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
2261 * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
2263 2011-08-26 James Kozianski <koz@chromium.org>
2265 Unreviewed, rolling out r93853.
2266 http://trac.webkit.org/changeset/93853
2267 https://bugs.webkit.org/show_bug.cgi?id=67016
2271 * platform/chromium/test_expectations.txt:
2273 2011-08-26 Csaba Osztrogonác <ossy@webkit.org>
2275 [Qt] Unreviewed gardening. Add Qt specific expected results for new tests introduced in r93794.
2277 * platform/qt/Skipped:
2278 * platform/qt/fast/table/table-after-child-in-table-expected.png: Added.
2279 * platform/qt/fast/table/table-after-child-in-table-expected.txt: Added.
2280 * platform/qt/fast/table/table-before-child-in-table-expected.png: Added.
2281 * platform/qt/fast/table/table-before-child-in-table-expected.txt: Added.
2282 * platform/qt/fast/table/table-cell-after-child-in-block-expected.png: Added.
2283 * platform/qt/fast/table/table-cell-after-child-in-block-expected.txt: Added.
2284 * platform/qt/fast/table/table-cell-after-child-in-table-expected.png: Added.
2285 * platform/qt/fast/table/table-cell-after-child-in-table-expected.txt: Added.
2286 * platform/qt/fast/table/table-cell-before-child-in-block-expected.png: Added.
2287 * platform/qt/fast/table/table-cell-before-child-in-block-expected.txt: Added.
2288 * platform/qt/fast/table/table-cell-before-child-in-table-expected.png: Added.
2289 * platform/qt/fast/table/table-cell-before-child-in-table-expected.txt: Added.
2290 * platform/qt/fast/table/table-row-after-child-in-block-expected.png: Added.
2291 * platform/qt/fast/table/table-row-after-child-in-block-expected.txt: Added.
2292 * platform/qt/fast/table/table-row-after-child-in-table-expected.png: Added.
2293 * platform/qt/fast/table/table-row-after-child-in-table-expected.txt: Added.
2294 * platform/qt/fast/table/table-row-before-child-in-block-expected.png: Added.
2295 * platform/qt/fast/table/table-row-before-child-in-block-expected.txt: Added.
2296 * platform/qt/fast/table/table-row-before-child-in-table-expected.png: Added.
2297 * platform/qt/fast/table/table-row-before-child-in-table-expected.txt: Added.
2299 2011-08-26 Shinya Kawanaka <shinyak@google.com>
2301 REGRESSION(r93390): Empty or invalid maxlength of an input tag should be ignored.
2302 https://bugs.webkit.org/show_bug.cgi?id=67015
2304 Reviewed by Kent Tamura.
2306 * fast/forms/input-text-paste-maxlength-expected.txt:
2307 Added maxlength="" and maxlength="invalid" tests.
2308 * fast/forms/input-text-paste-maxlength.html: ditto.
2309 * fast/forms/script-tests/textarea-maxlength.js: ditto.
2310 * fast/forms/textarea-maxlength-expected.txt: ditto.
2312 2011-08-25 Ben Wells <benwells@chromium.org>
2314 Update expectations to remove conflict
2315 https://bugs.webkit.org/show_bug.cgi?id=67020
2317 Unreviewed, expectations update.
2319 * platform/chromium/test_expectations.txt:
2321 2011-08-25 Jeremy Apthorp <jeremya@google.com>
2323 https://bugs.webkit.org/show_bug.cgi?id=67016
2325 Unreviewed, test expectations update.
2327 * platform/chromium/test_expectations.txt:
2329 2011-08-25 Martin Robinson <mrobinson@igalia.com>
2331 Reviewed by Xan Lopez.
2333 Update GTK+ result that depend on the GTK+ version.
2335 * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.png:
2336 * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt:
2337 * platform/gtk/editing/pasteboard/4641033-expected.png:
2338 * platform/gtk/editing/pasteboard/4641033-expected.txt:
2339 * platform/gtk/editing/pasteboard/4944770-1-expected.png:
2340 * platform/gtk/editing/pasteboard/4944770-1-expected.txt:
2341 * platform/gtk/editing/pasteboard/4944770-2-expected.png:
2342 * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
2343 * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added.
2344 * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
2345 * platform/gtk/editing/selection/caret-before-select-expected.png:
2346 * platform/gtk/editing/selection/caret-before-select-expected.txt:
2347 * platform/gtk/editing/selection/replaced-boundaries-3-expected.png:
2348 * platform/gtk/editing/selection/replaced-boundaries-3-expected.txt:
2349 * platform/gtk/editing/selection/select-box-expected.png:
2350 * platform/gtk/editing/selection/select-box-expected.txt:
2351 * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.png:
2352 * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt:
2353 * platform/gtk/fast/block/basic/011-expected.png:
2354 * platform/gtk/fast/block/basic/011-expected.txt:
2355 * platform/gtk/fast/block/float/float-avoidance-expected.png:
2356 * platform/gtk/fast/block/float/float-avoidance-expected.txt:
2357 * platform/gtk/fast/block/margin-collapse/103-expected.png:
2358 * platform/gtk/fast/block/margin-collapse/103-expected.txt:
2359 * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt:
2360 * platform/gtk/fast/forms/001-expected.png:
2361 * platform/gtk/fast/forms/001-expected.txt:
2362 * platform/gtk/fast/forms/003-expected.png:
2363 * platform/gtk/fast/forms/003-expected.txt:
2364 * platform/gtk/fast/forms/004-expected.png:
2365 * platform/gtk/fast/forms/004-expected.txt:
2366 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png:
2367 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
2368 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png:
2369 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
2370 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png:
2371 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
2372 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png:
2373 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
2374 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png:
2375 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
2376 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png:
2377 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
2378 * platform/gtk/fast/forms/basic-inputs-expected.png:
2379 * platform/gtk/fast/forms/basic-inputs-expected.txt:
2380 * platform/gtk/fast/forms/basic-selects-expected.png:
2381 * platform/gtk/fast/forms/basic-selects-expected.txt:
2382 * platform/gtk/fast/forms/box-shadow-override-expected.png:
2383 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
2384 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.png:
2385 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt:
2386 * platform/gtk/fast/forms/control-clip-overflow-expected.png:
2387 * platform/gtk/fast/forms/control-clip-overflow-expected.txt:
2388 * platform/gtk/fast/forms/control-restrict-line-height-expected.png:
2389 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
2390 * platform/gtk/fast/forms/disabled-select-change-index-expected.png:
2391 * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
2392 * platform/gtk/fast/forms/file-input-disabled-expected.png:
2393 * platform/gtk/fast/forms/file-input-disabled-expected.txt:
2394 * platform/gtk/fast/forms/form-element-geometry-expected.png:
2395 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
2396 * platform/gtk/fast/forms/formmove-expected.png:
2397 * platform/gtk/fast/forms/formmove-expected.txt:
2398 * platform/gtk/fast/forms/formmove2-expected.png:
2399 * platform/gtk/fast/forms/formmove2-expected.txt:
2400 * platform/gtk/fast/forms/indeterminate-expected.png:
2401 * platform/gtk/fast/forms/indeterminate-expected.txt:
2402 * platform/gtk/fast/forms/input-appearance-height-expected.png:
2403 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
2404 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png:
2405 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt:
2406 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png:
2407 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
2408 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png:
2409 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
2410 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png:
2411 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
2412 * platform/gtk/fast/forms/input-value-expected.png:
2413 * platform/gtk/fast/forms/input-value-expected.txt:
2414 * platform/gtk/fast/forms/menulist-clip-expected.png:
2415 * platform/gtk/fast/forms/menulist-clip-expected.txt:
2416 * platform/gtk/fast/forms/menulist-deselect-update-expected.png:
2417 * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
2418 * platform/gtk/fast/forms/menulist-narrow-width-expected.png:
2419 * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
2420 * platform/gtk/fast/forms/menulist-no-overflow-expected.png:
2421 * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
2422 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png:
2423 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
2424 * platform/gtk/fast/forms/menulist-separator-painting-expected.png:
2425 * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
2426 * platform/gtk/fast/forms/menulist-style-color-expected.png:
2427 * platform/gtk/fast/forms/menulist-style-color-expected.txt:
2428 * platform/gtk/fast/forms/menulist-width-change-expected.png:
2429 * platform/gtk/fast/forms/menulist-width-change-expected.txt:
2430 * platform/gtk/fast/forms/option-script-expected.png:
2431 * platform/gtk/fast/forms/option-script-expected.txt:
2432 * platform/gtk/fast/forms/option-strip-whitespace-expected.png:
2433 * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
2434 * platform/gtk/fast/forms/option-text-clip-expected.png:
2435 * platform/gtk/fast/forms/option-text-clip-expected.txt:
2436 * platform/gtk/fast/forms/radio-attr-order-expected.png:
2437 * platform/gtk/fast/forms/radio-attr-order-expected.txt:
2438 * platform/gtk/fast/forms/radio-nested-labels-expected.png:
2439 * platform/gtk/fast/forms/radio-nested-labels-expected.txt:
2440 * platform/gtk/fast/forms/radio_checked-expected.png:
2441 * platform/gtk/fast/forms/radio_checked-expected.txt:
2442 * platform/gtk/fast/forms/radio_checked_dynamic-expected.png:
2443 * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt:
2444 * platform/gtk/fast/forms/select-align-expected.png:
2445 * platform/gtk/fast/forms/select-align-expected.txt:
2446 * platform/gtk/fast/forms/select-background-none-expected.png:
2447 * platform/gtk/fast/forms/select-background-none-expected.txt:
2448 * platform/gtk/fast/forms/select-baseline-expected.png:
2449 * platform/gtk/fast/forms/select-baseline-expected.txt:
2450 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png:
2451 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
2452 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png:
2453 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
2454 * platform/gtk/fast/forms/select-disabled-appearance-expected.png:
2455 * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
2456 * platform/gtk/fast/forms/select-empty-option-height-expected.png:
2457 * platform/gtk/fast/forms/select-empty-option-height-expected.txt:
2458 * platform/gtk/fast/forms/select-initial-position-expected.png:
2459 * platform/gtk/fast/forms/select-initial-position-expected.txt:
2460 * platform/gtk/fast/forms/select-selected-expected.png:
2461 * platform/gtk/fast/forms/select-selected-expected.txt:
2462 * platform/gtk/fast/forms/select-size-expected.png:
2463 * platform/gtk/fast/forms/select-size-expected.txt:
2464 * platform/gtk/fast/forms/select-style-expected.png:
2465 * platform/gtk/fast/forms/select-style-expected.txt:
2466 * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
2467 * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
2468 * platform/gtk/fast/forms/select-writing-direction-natural-expected.png:
2469 * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
2470 * platform/gtk/fast/forms/selectlist-minsize-expected.png:
2471 * platform/gtk/fast/forms/selectlist-minsize-expected.txt:
2472 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png:
2473 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
2474 * platform/gtk/fast/inline/positionedLifetime-expected.png:
2475 * platform/gtk/fast/inline/positionedLifetime-expected.txt:
2476 * platform/gtk/fast/invalid/014-expected.png:
2477 * platform/gtk/fast/invalid/014-expected.txt:
2478 * platform/gtk/fast/invalid/residual-style-expected.png:
2479 * platform/gtk/fast/invalid/residual-style-expected.txt:
2480 * platform/gtk/fast/parser/bad-xml-slash-expected.png:
2481 * platform/gtk/fast/parser/bad-xml-slash-expected.txt:
2482 * platform/gtk/fast/parser/document-write-option-expected.png:
2483 * platform/gtk/fast/parser/document-write-option-expected.txt:
2484 * platform/gtk/fast/replaced/replaced-breaking-expected.png:
2485 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
2486 * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.png:
2487 * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
2488 * platform/gtk/fast/replaced/table-percent-height-expected.txt:
2489 * platform/gtk/fast/replaced/three-selects-break-expected.png:
2490 * platform/gtk/fast/replaced/three-selects-break-expected.txt:
2491 * platform/gtk/fast/replaced/width100percent-checkbox-expected.png:
2492 * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
2493 * platform/gtk/fast/replaced/width100percent-menulist-expected.png:
2494 * platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
2495 * platform/gtk/fast/replaced/width100percent-radio-expected.png:
2496 * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
2497 * platform/gtk/fast/text/international/bidi-menulist-expected.png:
2498 * platform/gtk/fast/text/international/bidi-menulist-expected.txt:
2499 * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
2500 * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
2501 * platform/gtk/fast/text/textIteratorNilRenderer-expected.png:
2502 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
2503 * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
2504 * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
2505 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.png:
2506 * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
2507 * platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
2508 * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
2509 * platform/gtk/tables/mozilla/bugs/bug1318-expected.png:
2510 * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
2511 * platform/gtk/tables/mozilla/bugs/bug18359-expected.png:
2512 * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
2513 * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.png:
2514 * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
2515 * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.png:
2516 * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
2517 * platform/gtk/tables/mozilla/bugs/bug29326-expected.png:
2518 * platform/gtk/tables/mozilla/bugs/bug29326-expected.txt:
2519 * platform/gtk/tables/mozilla/bugs/bug33855-expected.png:
2520 * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt:
2521 * platform/gtk/tables/mozilla/bugs/bug4382-expected.png:
2522 * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
2523 * platform/gtk/tables/mozilla/bugs/bug4527-expected.png:
2524 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
2525 * platform/gtk/tables/mozilla/bugs/bug96334-expected.png:
2526 * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
2527 * platform/gtk/tables/mozilla/core/margins-expected.png:
2528 * platform/gtk/tables/mozilla/core/margins-expected.txt:
2529 * platform/gtk/tables/mozilla/dom/tableDom-expected.png:
2530 * platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
2531 * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
2532 * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2533 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.png:
2534 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
2535 * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.png:
2536 * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt:
2537 * platform/gtk/transforms/2d/zoom-menulist-expected.png:
2538 * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
2540 2011-08-25 Ben Wells <benwells@chromium.org>
2542 Use PATH_BASED_BORDER_RADIUS_DRAWING for skia
2543 https://bugs.webkit.org/show_bug.cgi?id=65583
2545 Reviewed by James Robinson.
2547 Update expectations: added failures for baselines to come. removed some
2548 failure expectations for tests that now pass and moved some expectations
2549 into the group of tests to be rebaselined.
2551 * platform/chromium/test_expectations.txt:
2553 2011-08-25 Martin Robinson <mrobinson@igalia.com>
2555 Skip some tests on GTK+ that are missing DRT functionality. Also
2556 reorganize some failures on the skipped list.
2558 * platform/gtk/Skipped: Update the skipped list.
2560 2011-08-25 Peter Kasting <pkasting@google.com>
2562 Temporarily mark some tests as crashing (assertion failure) after r93794.
2564 Unreviewed, test expectations update.
2566 * platform/chromium/test_expectations.txt:
2567 * platform/gtk/test_expectations.txt:
2568 * platform/mac/test_expectations.txt:
2569 * platform/qt/test_expectations.txt:
2570 * platform/win/test_expectations.txt:
2572 2011-08-25 Peter Kasting <pkasting@google.com>
2574 [chromium] Some tests are apparently slow on Mac debug too.
2576 Unreviewed, test expectations update.
2578 * platform/chromium/test_expectations.txt:
2580 2011-08-25 Peter Kasting <pkasting@google.com>
2582 [chromium] Test expectation updates.
2584 Unreviewed, test expectations update.
2586 * platform/chromium/test_expectations.txt:
2588 2011-08-25 Peter Kasting <pkasting@google.com>
2590 [chromium] Test expectation updates.
2592 Unreviewed, test expectations update.
2594 * platform/chromium/test_expectations.txt:
2596 2011-08-25 Igor Oliveira <igor.oliveira@openbossa.org>
2598 Rollout r93799: Caused bad clipping on the bottom of tall glyphs inside a button label
2600 * fast/css/button-overflow-ellipsis.html: Removed.
2601 * platform/qt/fast/css/button-overflow-ellipsis-expected.txt: Removed.
2603 2011-08-25 Anders Carlsson <andersca@apple.com>
2605 Return the correct value for NPNVsupportsCarbonBool
2606 https://bugs.webkit.org/show_bug.cgi?id=66964
2608 Reviewed by Adam Roben.
2612 * platform/mac/plugins/supports-carbon-event-model-expected.txt: Added.
2613 * platform/mac/plugins/supports-carbon-event-model.html: Added.
2615 2011-08-25 Peter Kasting <pkasting@google.com>
2617 [chromium] Further attempts to clean up the test expectations by being
2618 more consistent about handling SKIPped and WONTFIXed tests.
2620 Unreviewed, test expectations update.
2622 * platform/chromium/test_expectations.txt:
2624 2011-08-25 Dean Jackson <dino@apple.com>
2626 https://bugs.webkit.org/show_bug.cgi?id=21586
2627 Apply CSS animations and transitions to SVG properties
2629 Reviewed by Simon Fraser.
2631 New test for the SVG properties that can now animate. Also
2632 updated the test helper script to handle colors and
2635 This test has one entry that intentionally fails for a type
2636 of animation that we don't yet support: with a paint
2637 server of the form "url(#invalidref) green".
2639 * transitions/resources/transition-test-helpers.js:
2641 * transitions/svg-transitions-expected.txt: Added.
2642 * transitions/svg-transitions.html: Added.
2644 2011-08-25 Igor Oliveira <igor.oliveira@openbossa.org>
2646 [Qt] Unreviewed, rebaseline for bug 53438
2648 * platform/qt/fast/css/button-overflow-ellipsis-expected.txt:
2650 2011-08-25 Abhishek Arya <inferno@chromium.org>
2652 Unreviewed. Chromium rebaselines for r93794.
2654 * platform/chromium-cg-mac-leopard/fast/table/table-after-child-in-table-expected.png: Added.
2655 * platform/chromium-cg-mac-leopard/fast/table/table-before-child-in-table-expected.png: Added.
2656 * platform/chromium-cg-mac-leopard/fast/table/table-cell-after-child-in-block-expected.png: Added.
2657 * platform/chromium-cg-mac-leopard/fast/table/table-cell-after-child-in-table-expected.png: Added.
2658 * platform/chromium-cg-mac-leopard/fast/table/table-cell-before-child-in-block-expected.png: Added.
2659 * platform/chromium-cg-mac-leopard/fast/table/table-cell-before-child-in-table-expected.png: Added.
2660 * platform/chromium-cg-mac-leopard/fast/table/table-row-after-child-in-block-expected.png: Added.
2661 * platform/chromium-cg-mac-leopard/fast/table/table-row-after-child-in-table-expected.png: Added.
2662 * platform/chromium-cg-mac-leopard/fast/table/table-row-before-child-in-block-expected.png: Added.
2663 * platform/chromium-cg-mac-leopard/fast/table/table-row-before-child-in-table-expected.png: Added.
2664 * platform/chromium-linux/fast/table/table-after-child-in-table-expected.png: Added.
2665 * platform/chromium-linux/fast/table/table-before-child-in-table-expected.png: Added.
2666 * platform/chromium-linux/fast/table/table-cell-after-child-in-block-expected.png: Added.
2667 * platform/chromium-linux/fast/table/table-cell-after-child-in-table-expected.png: Added.
2668 * platform/chromium-linux/fast/table/table-cell-before-child-in-block-expected.png: Added.
2669 * platform/chromium-linux/fast/table/table-cell-before-child-in-table-expected.png: Added.
2670 * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.png: Added.
2671 * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.png: Added.
2672 * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.png: Added.
2673 * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.png: Added.
2674 * platform/chromium-win-vista/fast/table: Removed.
2675 * platform/chromium-win/fast/table/table-after-child-in-table-expected.png: Added.
2676 * platform/chromium-win/fast/table/table-after-child-in-table-expected.txt: Added.
2677 * platform/chromium-win/fast/table/table-before-child-in-table-expected.png: Added.
2678 * platform/chromium-win/fast/table/table-before-child-in-table-expected.txt: Added.
2679 * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.png: Added.
2680 * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.txt: Added.
2681 * platform/chromium-win/fast/table/table-cell-after-child-in-table-expected.png: Added.
2682 * platform/chromium-win/fast/table/table-cell-after-child-in-table-expected.txt: Added.
2683 * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.png: Added.
2684 * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.txt: Added.
2685 * platform/chromium-win/fast/table/table-cell-before-child-in-table-expected.png: Added.
2686 * platform/chromium-win/fast/table/table-cell-before-child-in-table-expected.txt: Added.
2687 * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.png: Added.
2688 * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt: Added.
2689 * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.png: Added.
2690 * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.txt: Added.
2691 * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.png: Added.
2692 * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt: Added.
2693 * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.png: Added.
2694 * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.txt: Added.
2696 2011-08-25 Kent Tamura <tkent@chromium.org>
2698 REGRESSION(r90971): Fix an assertion failure with textarea placeholder.
2699 https://bugs.webkit.org/show_bug.cgi?id=66164
2701 Reviewed by Dave Hyatt.
2703 * fast/forms/textarea-placeholder-relayout-assertion-expected.txt: Added.
2704 * fast/forms/textarea-placeholder-relayout-assertion.html: Added.
2706 2011-08-25 Csaba Osztrogonác <ossy@webkit.org>
2708 [Qt] Unreviewed gardening.
2710 * platform/qt/Skipped: Skip new tests until check them.
2712 2011-08-25 Igor Oliveira <igor.oliveira@openbossa.org>
2714 Text-overflow is broken for button elements
2715 https://bugs.webkit.org/show_bug.cgi?id=53438
2717 Add button text-overflow test.
2719 Reviewed by David Hyatt.
2721 * fast/css/button-overflow-ellipsis.html: Added.
2722 * platform/qt/fast/css/button-overflow-ellipsis-expected.txt: Added.
2724 2011-08-25 Peter Kasting <pkasting@google.com>
2726 [chromium] Several test expectation updates.
2728 Unreviewed, test expectations update.
2730 * platform/chromium/test_expectations.txt:
2732 2011-08-25 Abhishek Arya <inferno@chromium.org>
2734 Incorrect layout of :before and :after content, with display
2735 table, table-row and table-cell.
2736 https://bugs.webkit.org/show_bug.cgi?id=66699
2738 Reviewed by David Hyatt.
2740 * fast/table/table-after-child-in-table.html: Added.
2741 * fast/table/table-before-child-in-table.html: Added.
2742 * fast/table/table-cell-after-child-in-block.html: Added.
2743 * fast/table/table-cell-after-child-in-table.html: Added.
2744 * fast/table/table-cell-before-child-in-block.html: Added.
2745 * fast/table/table-cell-before-child-in-table.html: Added.
2746 * fast/table/table-row-after-child-in-block.html: Added.
2747 * fast/table/table-row-after-child-in-table.html: Added.
2748 * fast/table/table-row-before-child-in-block.html: Added.
2749 * fast/table/table-row-before-child-in-table.html: Added.
2750 * platform/mac/fast/table/table-after-child-in-table-expected.png: Added.
2751 * platform/mac/fast/table/table-after-child-in-table-expected.txt: Added.
2752 * platform/mac/fast/table/table-before-child-in-table-expected.png: Added.
2753 * platform/mac/fast/table/table-before-child-in-table-expected.txt: Added.
2754 * platform/mac/fast/table/table-cell-after-child-in-block-expected.png: Added.
2755 * platform/mac/fast/table/table-cell-after-child-in-block-expected.txt: Added.
2756 * platform/mac/fast/table/table-cell-after-child-in-table-expected.png: Added.
2757 * platform/mac/fast/table/table-cell-after-child-in-table-expected.txt: Added.
2758 * platform/mac/fast/table/table-cell-before-child-in-block-expected.png: Added.
2759 * platform/mac/fast/table/table-cell-before-child-in-block-expected.txt: Added.
2760 * platform/mac/fast/table/table-cell-before-child-in-table-expected.png: Added.
2761 * platform/mac/fast/table/table-cell-before-child-in-table-expected.txt: Added.
2762 * platform/mac/fast/table/table-row-after-child-in-block-expected.png: Added.
2763 * platform/mac/fast/table/table-row-after-child-in-block-expected.txt: Added.
2764 * platform/mac/fast/table/table-row-after-child-in-table-expected.png: Added.
2765 * platform/mac/fast/table/table-row-after-child-in-table-expected.txt: Added.
2766 * platform/mac/fast/table/table-row-before-child-in-block-expected.png: Added.
2767 * platform/mac/fast/table/table-row-before-child-in-block-expected.txt: Added.
2768 * platform/mac/fast/table/table-row-before-child-in-table-expected.png: Added.
2769 * platform/mac/fast/table/table-row-before-child-in-table-expected.txt: Added.
2771 2011-08-25 Pavel Feldman <pfeldman@google.com>
2773 [Qt] REGRESSION(93769): inspector/console/console-tests.html fails
2774 https://bugs.webkit.org/show_bug.cgi?id=66930
2776 Reviewed by Yury Semikhatsky.
2778 * inspector/console/console-repeat-count-expected.txt: Added.
2779 * inspector/console/console-repeat-count.html: Added.
2781 2011-08-25 Sheriff Bot <webkit.review.bot@gmail.com>
2783 Unreviewed, rolling out r93775.
2784 http://trac.webkit.org/changeset/93775
2785 https://bugs.webkit.org/show_bug.cgi?id=66932
2787 "Patch introduced the failures was rolled out." (Requested by
2788 kbalazs on #webkit).
2790 * platform/qt/Skipped:
2792 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
2794 Unreviewed, rebaseline chromium expectations.
2796 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
2798 2011-08-25 Zsolt Fehér <h490267@stud.u-szeged.hu>
2800 Unreviewed Qt gardening.
2802 * platform/qt/Skipped:
2804 2011-08-24 Pavel Feldman <pfeldman@google.com>
2806 Web Inspector: split ConsoleView into the View and the Model.
2807 https://bugs.webkit.org/show_bug.cgi?id=66861
2809 Reviewed by Yury Semikhatsky.
2811 * http/tests/inspector/change-iframe-src.html:
2812 * http/tests/inspector/console-cd-completions.html:
2813 * http/tests/inspector/console-cd.html:
2814 * http/tests/inspector/console-resource-errors.html:
2815 * http/tests/inspector/console-test.js:
2816 (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages):
2817 (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
2818 (initialize_ConsoleTest.InspectorTest.expandConsoleMessages):
2819 (initialize_ConsoleTest):
2820 * http/tests/inspector/inspector-test.js:
2821 (initialize_InspectorTest.InspectorTest.evaluateInConsole):
2822 (initialize_InspectorTest):
2823 * http/tests/inspector/network/disabled-cache-crash.html:
2824 * http/tests/inspector/network/network-cachedresources-with-same-urls.html:
2825 * http/tests/inspector/network/network-clear-cache.html-disabled:
2826 * http/tests/inspector/network/network-clear-cookies.html-disabled:
2827 * http/tests/inspector/network/network-content-replacement-embed.html:
2828 * http/tests/inspector/network/network-content-replacement-xhr.html:
2829 * http/tests/inspector/network/network-disable-cache-memory.html:
2830 * http/tests/inspector/network/network-disable-cache-xhrs.html:
2831 * http/tests/inspector/network/network-embed.html:
2832 * http/tests/inspector/network/network-iframe-load-and-delete.html:
2833 * http/tests/inspector/network/network-initiator-from-console.html:
2834 * http/tests/inspector/network/network-initiator.html:
2835 * http/tests/inspector/network/network-request-revision-content.html:
2836 * http/tests/inspector/network/network-shared-worker.html:
2837 * http/tests/inspector/network/network-sidebar-width.html:
2838 * http/tests/inspector/network/network-size-chunked.html:
2839 * http/tests/inspector/network/network-size-sync.html:
2840 * http/tests/inspector/network/network-size.html:
2841 * http/tests/inspector/network/network-timing.html:
2842 * http/tests/inspector/network/network-worker.html:
2843 * http/tests/inspector/network/network-xhr-async.html:
2844 * http/tests/inspector/network/network-xhr-sync.html:
2845 * http/tests/inspector/resource-tree/resource-tree-frame-add.html:
2846 * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
2847 * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html:
2848 * inspector/console/console-assert.html:
2849 * inspector/console/console-trace-in-eval.html:
2850 * inspector/console/console-trace.html:
2851 * inspector/console/console-uncaught-exception.html:
2852 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
2853 * inspector/debugger/debugger-completions-on-call-frame.html:
2854 * inspector/styles/styles-iframe.html:
2855 * inspector/timeline/timeline-network-resource.html:
2856 * inspector/timeline/timeline-script-tag-1.html:
2857 * inspector/timeline/timeline-script-tag-2.html:
2859 2011-08-25 Pavel Podivilov <podivilov@chromium.org>
2861 Unreviwed, fix error in chromium test_expectations.
2863 * platform/chromium/test_expectations.txt:
2865 2011-08-25 MORITA Hajime <morrita@google.com>
2867 Unreviewed, rolling out r93762.
2868 http://trac.webkit.org/changeset/93762
2869 https://bugs.webkit.org/show_bug.cgi?id=66756
2871 IndexedDb tests crash
2873 * fast/events/event-constructors-expected.txt: Removed.
2874 * fast/events/event-constructors.html: Removed.
2875 * platform/gtk/Skipped:
2876 * platform/mac/Skipped:
2877 * platform/qt/Skipped:
2878 * platform/win/Skipped:
2879 * platform/wk2/Skipped:
2881 2011-08-25 Zoltan Herczeg <zherczeg@webkit.org>
2883 [Qt] Add Qt specific expected after r93713 since ENABLE_MEDIA_STREAM is disabled.
2885 Unreviewed, test expectations update.
2887 * platform/qt/fast/files/create-blob-url-crash-expected.txt: Added.
2889 2011-08-24 Kentaro Hara <haraken@google.com>
2891 Implement an Event constructor.
2892 https://bugs.webkit.org/show_bug.cgi?id=66756
2894 Reviewed by Adam Barth.
2896 The spec of the Event constructor is here:
2897 http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-constructor.
2898 This patch added the Event constructor to EventConstructors.h using
2899 JavaScript implementation-independent macros. This patch also added the V8
2900 implementation of these macros to V8EventConstructors.cpp.
2902 * fast/events/event-constructors-expected.txt: Added.
2903 * fast/events/event-constructors.html: Added.
2904 * platform/gtk/Skipped: Skipped event-constructors.html, since Event constructors are not yet implemented in JSC.
2905 * platform/mac/Skipped: Ditto.
2906 * platform/qt/Skipped: Ditto.
2907 * platform/win/Skipped: Ditto.
2908 * platform/wk2/Skipped: Ditto.
2910 2011-08-24 Kentaro Hara <haraken@google.com>
2912 Implement a keypath parser strictly following the specification
2913 https://bugs.webkit.org/show_bug.cgi?id=62288
2915 Reviewed by Tony Chang.
2917 Implemented a keypath parser that accepts either an empty string, a JavaScript
2918 identifier, or multiple JavaScript identifiers separated by periods.
2919 We fixed createObjectStore() and createIndex() so that they parse and check
2920 their |keypath| argument and return an appropriate exception if the |keypath|
2921 is not valid. We removed create-index-null-name.html since this test violates the
2922 specification that says "a |keypath| argument of createIndex() must not be nullable".
2924 * storage/indexeddb/keypath-basics-expected.txt:
2925 * storage/indexeddb/keypath-basics.html:
2926 * storage/indexeddb/keypath-fetch-key-expected.txt: Renamed from LayoutTests/storage/indexeddb/keyPath-expected.txt.
2927 * storage/indexeddb/keypath-fetch-key.html: Renamed from LayoutTests/storage/indexeddb/keyPath.html.
2928 * storage/indexeddb/mozilla/create-index-null-name-expected.txt: Removed.
2929 * storage/indexeddb/mozilla/create-index-null-name.html: Removed.
2931 2011-08-24 James Robinson <jamesr@chromium.org>
2933 [chromium] Remove expected CRASH lines for tests that don't crash
2935 * platform/chromium/test_expectations.txt:
2937 2011-08-24 James Robinson <jamesr@chromium.org>
2939 [chromium] Remove expected failure lines from tests that work now.
2941 * platform/chromium/test_expectations.txt:
2943 2011-08-24 James Robinson <jamesr@chromium.org>
2945 [chromium] Update chromium mac baselines for fast/repaint/japanese-rl-selection-repaint-in-regions.html
2947 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
2948 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
2949 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
2950 * platform/chromium/test_expectations.txt:
2952 2011-08-24 Peter Kasting <pkasting@google.com>
2954 [chromium] Mark a test as flaky.
2956 Unreviewed, test expectations update.
2958 * platform/chromium/test_expectations.txt:
2960 2011-08-24 Peter Kasting <pkasting@google.com>
2962 [chromium] Update expectations after r93728 and r93737.
2964 Unreviewed, test expectations update.
2966 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
2967 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
2968 * platform/chromium/test_expectations.txt:
2970 2011-08-24 Daniel Bates <dbates@webkit.org>
2972 XSS filter bypass via document.write(location.href) and fragments
2973 https://bugs.webkit.org/show_bug.cgi?id=66585
2975 Reviewed by Darin Adler.
2977 Add a test case for a variation of a DOM-based XSS attack using an anchor URL.
2979 * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: Added.
2980 * http/tests/security/xssAuditor/anchor-url-dom-write-location2.html: Added.
2982 2011-08-24 James Robinson <jamesr@chromium.org>
2984 [chromium] Update expectations for tests that no longer crash.
2986 * platform/chromium/test_expectations.txt:
2988 2011-08-24 James Robinson <jamesr@chromium.org>
2990 Some compositing LayoutTests flakily crashing on Mac 10.6
2991 https://bugs.webkit.org/show_bug.cgi?id=66740
2993 Reviewed by Adam Barth.
2995 Remove = CRASH expectations for plugin tests that should no longer crash.
2997 * platform/chromium/test_expectations.txt:
2999 2011-08-24 Peter Kasting <pkasting@google.com>
3001 [chromium] More test expectation updates.
3003 Unreviewed, test expectations update.
3005 * platform/chromium/test_expectations.txt:
3007 2011-08-24 Alexey Proskuryakov <ap@apple.com>
3009 Plug-in tests are flaky on Mac
3010 https://bugs.webkit.org/show_bug.cgi?id=66822
3012 Reviewed by Anders Carlsson.
3014 * platform/wk2/Skipped: Removed a test that was already passing in WK2 (but flaky in WK1).
3016 2011-08-24 Alexandru Chiculita <achicu@adobe.com>
3018 [CSSRegions] Fix Element::getBoundingClientRect and Element::getClientRects for content flow
3019 https://bugs.webkit.org/show_bug.cgi?id=66641
3021 Original author of the patch is Mihnea Ovidenie <mihnea@adobe.com>.
3023 Reviewed by David Hyatt.
3025 * fast/regions/flowed-content-bounding-client-rect-expected.txt: Added.
3026 * fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Added.
3027 * fast/regions/flowed-content-bounding-client-rect-horizontal-bt.html: Added.
3028 * fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Added.
3029 * fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Added.
3030 * fast/regions/flowed-content-bounding-client-rect-vertical-rl.html: Added.
3031 * fast/regions/flowed-content-bounding-client-rect-vertical.html: Added.
3032 * fast/regions/flowed-content-bounding-client-rect.html: Added.
3033 * fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Added.
3034 * fast/regions/flowed-content-transform-bounding-client-rect.html: Added.
3035 * fast/regions/resources/helper.js: Added.
3040 (testBoundingRects):
3042 2011-08-24 Nate Chapin <japhet@chromium.org>
3044 Test for https://bugs.webkit.org/show_bug.cgi?id=45202.
3046 Reviewed by Alexey Proskuryakov.
3048 * http/tests/eventsource/eventsource-reconnect-during-navigate-crash-expected.txt: Added.
3049 * http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html: Added.
3050 * http/tests/eventsource/resources/wait-then-notify-done.php: Added.
3052 2011-08-24 Peter Kasting <pkasting@google.com>
3054 [chromium] Test expectation updates.
3056 Unreviewed, test expectations update.
3058 * platform/chromium/test_expectations.txt:
3060 2011-08-24 Alexandru Chiculita <achicu@adobe.com>
3062 [CSSRegions] RenderRegion is not used if there's another renderer after it
3063 https://bugs.webkit.org/show_bug.cgi?id=66844
3065 Reviewed by David Hyatt.
3067 * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.png: Added.
3068 * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Added.
3069 * fast/regions/content-flowed-into-regions-dynamically-inserted.html: Added.
3071 2011-08-24 Peter Kasting <pkasting@google.com>
3073 [chromium] Organize SLOW section of expectations.
3075 Unreviewed, test expectations update.
3077 * platform/chromium/test_expectations.txt:
3079 2011-08-24 Andrew Scherkus <scherkus@chromium.org>
3081 Unreviewed, rebaselining media/video-currentTime-set.html due to
3084 * platform/chromium-cg-mac/media/video-currentTime-set-expected.txt:
3085 * platform/chromium-win/media/video-currentTime-set-expected.txt:
3087 2011-08-24 Tommy Widenflycht <tommyw@google.com>
3089 MediaStream API: add createObjectURL functionality
3090 https://bugs.webkit.org/show_bug.cgi?id=65925
3092 Reviewed by Adam Barth.
3094 * fast/files/create-blob-url-crash-expected.txt:
3096 2011-08-23 David Levin <levin@chromium.org>
3098 MessageEvent.ports shouldn't ever be null.
3099 https://bugs.webkit.org/show_bug.cgi?id=66789
3101 Reviewed by Darin Adler.
3103 Fix all tests which verified that MessageEvents.ports was null in various cases.
3105 * fast/dom/Window/window-postmessage-args-expected.txt:
3106 * fast/events/message-port-multi-expected.txt:
3107 * fast/events/resources/message-port-multi.js:
3108 (channel.port2.onmessage):
3109 * fast/workers/resources/worker-context-multi-port.js:
3111 * fast/workers/resources/worker-messageport.js:
3113 * fast/workers/resources/worker-thread-multi-port.js:
3115 * fast/workers/worker-context-multi-port-expected.txt:
3116 * fast/workers/worker-messageport-expected.txt:
3117 * fast/workers/worker-multi-port-expected.txt:
3118 * platform/chromium-win/fast/events/message-port-multi-expected.txt:
3119 * platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt:
3120 * platform/chromium-win/fast/workers/worker-multi-port-expected.txt:
3121 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
3123 2011-08-24 Alexandru Chiculita <achicu@adobe.com>
3125 https://bugs.webkit.org/show_bug.cgi?id=66799
3126 RenderFlowThread creates a list of child elements, so that it can search
3127 the insertion point of a new element without searching the whole DOM.
3128 The issue is that it used addChild/removeChild, but that wasn't taking care of
3129 elements added in anonymous blocks created inside the RenderFlowThread.
3131 Reviewed by David Hyatt.
3133 * fast/regions/flow-anonymous-children-expected.txt: Added.
3134 * fast/regions/flow-anonymous-children.html: Added.
3136 2011-08-24 Pavel Podivilov <podivilov@chromium.org>
3138 Unreviewed, chromium rebaseline for gradient-after-transparent-border.
3140 * platform/chromium-cg-mac-leopard/fast/gradients/gradient-after-transparent-border-expected.png:
3141 * platform/chromium-cg-mac/fast/gradients/gradient-after-transparent-border-expected.png:
3142 * platform/chromium/test_expectations.txt:
3144 2011-08-24 Pavel Podivilov <podivilov@chromium.org>
3146 Unreviewed, update test expectations for svg/custom/stroke-opacity-update.
3148 * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png: Added.
3149 * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png: Added.
3150 * platform/chromium/test_expectations.txt:
3151 * platform/mac/svg/custom/stroke-opacity-update-expected.txt: Removed.
3152 * platform/qt/svg/custom/stroke-opacity-update-expected.txt: Removed.
3153 * svg/custom/stroke-opacity-update-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-opacity-update-expected.txt.
3155 2011-08-24 Tatiana Meshkova <tatiana.meshkova@nokia.com>
3157 Pixel crash test for RenderThemeQt::paintSliderTrack.
3158 https://bugs.webkit.org/show_bug.cgi?id=50453
3160 Reviewed by Kenneth Rohde Christiansen.
3162 Support -webkit-appearance: slider-horizontal/vertical
3163 painting without range input.
3165 * platform/qt/fast/forms/range/slider-crash-expected.png: Added.
3166 * platform/qt/fast/forms/range/slider-crash-expected.txt: Added.
3167 * platform/qt/fast/forms/range/slider-crash.html: Added.
3169 2011-08-24 Pavel Podivilov <podivilov@chromium.org>
3171 Unreviewed, fix chromium expectations for fast/preloader/script.html.
3173 * platform/chromium/fast/preloader/script-expected.txt: Added.
3175 2011-08-23 Ben Wells <benwells@chromium.org>
3177 Extra baseline for bug 66036 (canvas fill composite modes)
3178 https://bugs.webkit.org/show_bug.cgi?id=66835
3180 Unreviewed, new baseline for pixel tests.
3182 * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
3184 2011-08-23 Ben Wells <benwells@chromium.org>
3186 Extra baseline for bug 66442 (skia webkit-transform breaks webkit-mask)
3187 https://bugs.webkit.org/show_bug.cgi?id=66833
3189 Reviewed by Kenneth Russell.
3191 * platform/chromium-gpu-linux/compositing/masks/multiple-masks-expected.png: Added.
3193 2011-08-23 Ben Wells <benwells@chromium.org>
3195 Rebaselines for bug 66036 (fills with various canvas compositing modes)
3196 https://bugs.webkit.org/show_bug.cgi?id=66824
3198 Reviewed by James Robinson.
3200 * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: Added.
3201 * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png: Added.
3202 * platform/chromium/test_expectations.txt:
3204 2011-08-23 Peter Kasting <pkasting@google.com>
3206 [chromium] Add more flaky snowleopard GPU tests.
3208 Unreviewed, test expectations update.
3210 * platform/chromium/test_expectations.txt:
3212 2011-08-23 Peter Kasting <pkasting@google.com>
3214 [chromium] Fix erroneous test expectation.
3216 Unreviewed, test expectations update.
3218 * platform/chromium/test_expectations.txt:
3220 2011-08-23 James Robinson <jamesr@chromium.org>
3222 [chromium] Need a way to test lost compositor context recovery
3223 https://bugs.webkit.org/show_bug.cgi?id=66820
3225 Reviewed by Kenneth Russell.
3227 Adds a simple test for losing the compositor context in a recoverable
3228 way on a composited page. Tests that we recover without crashing and
3229 render the updated content on the next frame.
3231 * platform/chromium/compositing/lost-compositor-context.html: Added.
3233 2011-08-23 Adam Barth <abarth@webkit.org>
3235 Fix baselines for fast/block/float/fit_line_below_floats.html. I forgot Windows in my previous patch.
3237 * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.txt: Removed.
3238 * platform/chromium-win/fast/block/float/fit_line_below_floats-expected.png: Added.
3239 * platform/chromium-win/fast/block/float/fit_line_below_floats-expected.txt: Added.
3241 2011-08-23 Peter Kasting <pkasting@google.com>
3243 [chromium] Remove comments formerly associated with now-rebaselined tests.
3245 Unreviewed, test expectations update.
3247 * platform/chromium/test_expectations.txt:
3249 2011-08-23 Chang Shu <cshu@webkit.org>
3251 Added support for momentarily revealing last typed character in password input.
3252 Code change was partially based on Apple's iOS code and Samuel Nevala's work.
3253 https://bugs.webkit.org/show_bug.cgi?id=32509
3255 Reviewed by Alexey Proskuryakov.
3257 Updated failed expected files.
3259 * editing/input/password-echo-passnode-expected.txt:
3260 * editing/input/password-echo-passnode2-expected.txt:
3262 2011-08-23 Ben Wells <benwells@chromium.org>
3264 Rebaselines for bug 66442 (skia webkit-transform breaks webkit-mask)
3265 https://bugs.webkit.org/show_bug.cgi?id=66757
3267 Reviewed by Kenneth Russell.
3269 * platform/chromium-gpu-win/compositing/masks/multiple-masks-expected.png: Added.
3270 * platform/chromium-gpu-win/compositing/masks/multiple-masks-expected.txt: Added.
3271 * platform/chromium-linux/fast/backgrounds/mask-composite-expected.png: Added.
3272 * platform/chromium-win/fast/backgrounds/mask-composite-expected.png: Added.
3273 * platform/chromium-win/fast/backgrounds/mask-composite-expected.txt: Added.
3274 * platform/chromium-win/fast/css/transformed-mask-expected.png: Added.
3275 * platform/chromium-win/fast/css/transformed-mask-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/transformed-mask-expected.txt.
3276 * platform/chromium/test_expectations.txt:
3278 2011-08-23 Tony Chang <tony@chromium.org>
3280 Add handling of mix-width and max-width for flexitems
3281 https://bugs.webkit.org/show_bug.cgi?id=66723
3283 Reviewed by David Hyatt.
3285 * css3/flexbox/003-expected.txt: Added.
3286 * css3/flexbox/003.html: Added.
3288 2011-08-23 Adam Barth <abarth@webkit.org>
3290 Update expectations for pkasting. The rebaseline script is having
3291 trouble on Cygwin, so I ran the script as instructed by Peter.
3293 * platform/chromium-cg-mac-leopard/fast/block/float/fit_line_below_floats-expected.png: Added.
3294 * platform/chromium-cg-mac-leopard/fast/block/float/floats-and-text-indent-expected.png: Added.
3295 * platform/chromium-cg-mac-leopard/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
3296 * platform/chromium-cg-mac-leopard/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
3297 * platform/chromium-cg-mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
3298 * platform/chromium-linux-x86/fast/css: Removed.
3299 * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
3300 * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.png: Added.
3301 * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.txt: Added.
3302 * platform/chromium-linux/fast/block/float/floats-and-text-indent-expected.png: Added.
3303 * platform/chromium-linux/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
3304 * platform/chromium-linux/fast/block/positioning/058-expected.png:
3305 * platform/chromium-linux/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
3306 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
3307 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
3308 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
3309 * platform/chromium-win-vista/svg/dynamic-updates: Removed.
3310 * platform/chromium-win/fast/block/float/floats-and-text-indent-expected.png: Added.
3311 * platform/chromium-win/fast/block/float/floats-and-text-indent-expected.txt: Added.
3312 * platform/chromium-win/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
3313 * platform/chromium-win/fast/block/float/floats-and-text-indent-rl-expected.txt: Added.
3314 * platform/chromium-win/fast/block/positioning/058-expected.png:
3315 * platform/chromium-win/fast/block/positioning/058-expected.txt:
3316 * platform/chromium-win/fast/css/border-radius-non-negative-expected.png: Added.
3317 * platform/chromium-win/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
3318 * platform/chromium-win/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
3319 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
3320 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
3321 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
3322 * platform/chromium/test_expectations.txt:
3323 * platform/gtk/svg/custom/image-small-width-height-expected.txt: Removed.
3324 * platform/qt/svg/custom/image-small-width-height-expected.txt: Removed.
3325 * svg/custom/image-small-width-height-expected.txt: Added.
3327 2011-08-23 Tatiana Meshkova <tatiana.meshkova@nokia.com>
3329 Swap width and height for sliderthumb-vertical.
3330 https://bugs.webkit.org/show_bug.cgi?id=66732
3332 Reviewed by Kenneth Rohde Christiansen.
3334 * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.txt:
3336 2011-08-23 Peter Kasting <pkasting@google.com>
3338 [chromium] Typo fix.
3340 Unreviewed, test expectations update.
3342 * platform/chromium/test_expectations.txt:
3344 2011-08-23 Peter Kasting <pkasting@google.com>
3346 [chromium] Revert unintentional changes to test expectations in r93638.
3348 Unreviewed, test expectations update.
3350 * platform/chromium/test_expectations.txt:
3352 2011-08-23 Peter Kasting <pkasting@google.com>
3354 Unreviewed, rolling out r93452.
3355 http://trac.webkit.org/changeset/93452
3356 https://bugs.webkit.org/show_bug.cgi?id=66423
3358 Broke Leopard, Snowleopard, and Chromium bots
3360 * fast/parser/innerhtml-with-prefixed-elements.xhtml: Removed.
3361 * platform/chromium/test_expectations.txt:
3362 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Removed.
3363 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Removed.
3365 2011-08-23 Peter Kasting <pkasting@google.com>
3367 [chromium] Move result images into correct subdirectory.
3368 https://bugs.webkit.org/show_bug.cgi?id=66618
3370 Unreviewed, file misplacement fix.
3372 * platform/chromium-cg-mac/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Copied from platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png.
3373 * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png.
3374 * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png.
3375 * platform/chromium-cg-mac/fast/repaint/scroll-fixed-reflected-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png.
3376 * platform/chromium-cg-mac/fast/repaint/scroll-in-clipped-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png.
3377 * platform/chromium-cg-mac/fast/repaint/scroll-in-fixed-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png.
3378 * platform/chromium-cg-mac/fast/repaint/scroll-in-transformed-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png.
3379 * platform/chromium-cg-mac/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png.
3380 * platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png: Removed.
3381 * platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png: Removed.
3382 * platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
3383 * platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png: Removed.
3384 * platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png: Removed.
3385 * platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png: Removed.
3386 * platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png: Removed.
3387 * platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png: Removed.
3389 2011-08-23 Peter Kasting <pkasting@google.com>
3391 [chromium] Attempt to make test expectations more accurate.
3393 Unreviewed, test expectations update.
3395 * platform/chromium/test_expectations.txt:
3397 2011-08-23 Alexandru Chiculita <achicu@adobe.com>
3399 Text overlaps with the floats
3400 https://bugs.webkit.org/show_bug.cgi?id=66671
3402 Reviewed by David Hyatt.
3404 * fast/block/float/fit_line_below_floats.html: Added.
3405 * platform/chromium/test_expectations.txt:
3406 * platform/gtk/Skipped:
3407 * platform/mac/fast/block/float/fit_line_below_floats-expected.png: Added.
3408 * platform/mac/fast/block/float/fit_line_below_floats-expected.txt: Added.
3409 * platform/qt/Skipped:
3411 2011-08-23 Alexandru Chiculita <achicu@adobe.com>
3413 [CSSRegions] RenderFlowThread layout should use the attached region sizes
3414 https://bugs.webkit.org/show_bug.cgi?id=66143
3416 Reviewed by David Hyatt.
3418 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added.
3419 * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Added.
3420 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
3421 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added.
3422 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
3423 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html: Added.
3424 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html: Added.
3425 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Added.
3427 2011-08-23 Alexandru Chiculita <achicu@adobe.com>
3429 Text-indent and floats push the text out of the container box
3430 https://bugs.webkit.org/show_bug.cgi?id=66662
3432 Reviewed by David Hyatt.
3434 * fast/block/float/floats-and-text-indent-rl.html: Added.
3435 * fast/block/float/floats-and-text-indent.html: Added.
3436 * platform/chromium/test_expectations.txt:
3437 * platform/gtk/Skipped:
3438 * platform/mac/fast/block/float/floats-and-text-indent-expected.png: Added.
3439 * platform/mac/fast/block/float/floats-and-text-indent-expected.txt: Added.
3440 * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png: Added.
3441 * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.txt: Added.
3442 * platform/qt/Skipped:
3444 2011-08-23 Gavin Barraclough <barraclough@apple.com>
3446 https://bugs.webkit.org/show_bug.cgi?id=55347
3447 "name" and "message" enumerable on *Error.prototype
3449 Reviewed by Sam Weinig.
3451 * fast/js/exception-properties-expected.txt:
3452 * fast/js/script-tests/exception-properties.js:
3453 - Add tests for value of RangeError.__proto__.{name|message}
3455 2011-08-23 Sheriff Bot <webkit.review.bot@gmail.com>
3457 Unreviewed, rolling out r93616.
3458 http://trac.webkit.org/changeset/93616
3459 https://bugs.webkit.org/show_bug.cgi?id=66796
3461 "causes fast/css/absolute-child-with-percent-height-inside-
3462 relative-parent.html to fail" (Requested by mwenge2 on
3465 * fast/inline/absolute-positioned-block-in-centred-block-expected.png: Removed.
3466 * fast/inline/absolute-positioned-block-in-centred-block-expected.txt: Removed.
3467 * fast/inline/absolute-positioned-block-in-centred-block.html: Removed.
3468 * fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Removed.
3469 * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed.
3470 * fast/inline/absolute-positioned-inline-in-centred-block.html: Removed.
3471 * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3472 * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
3474 2011-07-25 Robert Hogan <robert@webkit.org>
3476 div align="center" rendering problem
3477 https://bugs.webkit.org/show_bug.cgi?id=4860
3479 Reviewed by David Hyatt.
3481 * fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added.
3482 * fast/inline/absolute-positioned-block-in-centred-block-expected.txt: Added.
3483 * fast/inline/absolute-positioned-block-in-centred-block.html: Added.
3484 * fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
3485 * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
3486 * fast/inline/absolute-positioned-inline-in-centred-block.html: Added.
3487 * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3488 * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
3489 Both of these two tests were based on the incorrect behaviour of ignoring the alignment specified
3490 by the container of an element absolute position when there was no text preceding the element.
3491 The updated results agree with Firefox and IE.
3493 2011-08-23 Julien Chaffraix <jchaffraix@webkit.org>
3495 Reduce the amount of RenderLayer rectangles' update when scrolling
3496 https://bugs.webkit.org/show_bug.cgi?id=66618
3498 Reviewed by David Hyatt.
3500 * fast/repaint/resources/default.css:
3501 Added more shortcuts.
3503 * fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added.
3504 * fast/repaint/scroll-absolute-layer-with-reflection.html: Added.
3505 * fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added.
3506 * fast/repaint/scroll-fixed-layer-with-reflection.html: Added.
3507 * fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added.
3508 * fast/repaint/scroll-fixed-layer-with-transformed-parent-layer.html: Added.
3509 * fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added.
3510 * fast/repaint/scroll-fixed-reflected-layer.html: Added.
3511 * fast/repaint/scroll-in-clipped-layer-expected.txt: Added.
3512 * fast/repaint/scroll-in-clipped-layer.html: Added.
3513 * fast/repaint/scroll-in-fixed-layer-expected.txt: Added.
3514 * fast/repaint/scroll-in-fixed-layer.html: Added.
3515 * fast/repaint/scroll-in-transformed-layer-expected.txt: Added.
3516 * fast/repaint/scroll-in-transformed-layer.html: Added.
3517 * fast/repaint/scroll-with-transformed-parent-layer-expected.txt: Added.
3518 * fast/repaint/scroll-with-transformed-parent-layer.html: Added.
3519 Those are a variation on the same theme: scrolling inside a layers (sometimes the layer is itself scrolled)
3520 to show that we are still doing the right thing.
3522 * platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png: Added.
3523 * platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png: Added.
3524 * platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
3525 * platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png: Added.
3526 * platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png: Added.
3527 * platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png: Added.
3528 * platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png: Added.
3529 * platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png: Added.
3530 * platform/chromium-win/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
3531 * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
3532 * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
3533 * platform/chromium-win/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
3534 * platform/chromium-win/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
3535 * platform/chromium-win/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
3536 * platform/chromium-win/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
3537 * platform/chromium-win/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
3538 * platform/mac/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
3539 * platform/mac/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
3540 * platform/mac/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
3541 * platform/mac/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
3542 * platform/mac/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
3543 * platform/mac/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
3544 * platform/mac/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
3545 * platform/mac/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
3546 Baseline for Chromium and Mac.
3548 2011-08-23 Andrey Kosyakov <caseq@chromium.org>
3550 Unreviewed. Disabled inspector/extensions/extensions-resources.html.
3551 https://bugs.webkit.org/show_bug.cgi?id=66786
3553 * platform/qt/Skipped:
3555 2011-08-23 Andrey Kosyakov <caseq@chromium.org>
3557 Unreviewed test fix following r93605.
3559 * http/tests/inspector/resources/extension-main.js:
3561 * inspector/extensions/extensions-resources-expected.txt:
3562 * inspector/extensions/extensions-resources.html:
3564 2011-08-23 Andrey Kosyakov <caseq@chromium.org>
3566 Web Inspector: [Extensions API] provide access to page resources
3567 https://bugs.webkit.org/show_bug.cgi?id=66767
3569 Reviewed by Pavel Feldman.
3571 * http/tests/inspector/resources/extension-main.js:
3573 * inspector/extensions/extensions-api-expected.txt:
3574 * inspector/extensions/extensions-network-expected.txt:
3575 * inspector/extensions/extensions-network.html:
3576 * inspector/extensions/extensions-resources-expected.txt: Added.
3577 * inspector/extensions/extensions-resources.html: Added.
3578 * inspector/extensions/resources/Ahem.ttf:
3579 * inspector/extensions/resources/test-script.js: Added.
3582 2011-08-23 Csaba Osztrogonác <ossy@webkit.org>
3584 [Qt] Unreviewed gardening. Remove a non-existent test from the skipped list.
3586 * platform/qt/Skipped:
3588 2011-08-23 Kent Tamura <tkent@chromium.org>
3590 https://bugs.webkit.org/show_bug.cgi?id=66651
3591 Move <input type=range> tests to fast/forms/range/
3593 Reviewed by Tony Chang.
3595 * fast/forms/ValidityState-stepMismatch-expected.txt: Removed 'range' part.
3596 * fast/forms/input-appearance-range-rtl-expected.html: Removed.
3597 * fast/forms/input-appearance-range-rtl.html: Removed.
3598 * fast/forms/input-appearance-range.html: Removed.
3599 * fast/forms/input-stepup-stepdown-expected.txt: Removed 'range' part.
3600 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed 'range' part.
3601 * fast/forms/input-valueasnumber-range-expected.txt: Removed.
3602 * fast/forms/input-valueasnumber-range.html: Removed.
3603 * fast/forms/range: Added.
3604 * fast/forms/range-default-value-expected.txt: Removed.
3605 * fast/forms/range-default-value.html: Removed.
3606 * fast/forms/range-drag-expected.txt: Removed.
3607 * fast/forms/range-drag.html: Removed.
3608 * fast/forms/range-input-dynamic-oninput-expected.txt: Removed.
3609 * fast/forms/range-input-dynamic-oninput.html: Removed.
3610 * fast/forms/range-keyoperation-expected.txt: Removed.
3611 * fast/forms/range-keyoperation.html: Removed.
3612 * fast/forms/range-reset-expected.txt: Removed.
3613 * fast/forms/range-reset.html: Removed.
3614 * fast/forms/range-set-attribute-expected.txt: Removed.
3615 * fast/forms/range-set-attribute.html: Removed.
3616 * fast/forms/range-thumb-height-percentage.html: Removed.
3617 * fast/forms/range/ValidityState-stepMismatch-range-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
3618 * fast/forms/range/ValidityState-stepMismatch-range.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
3619 * fast/forms/range/input-appearance-range-rtl-expected.html: Copied from LayoutTests/fast/forms/input-appearance-range-rtl-expected.html.
3620 * fast/forms/range/input-appearance-range-rtl.html: Copied from LayoutTests/fast/forms/input-appearance-range-rtl.html.
3621 * fast/forms/range/input-appearance-range.html: Copied from LayoutTests/fast/forms/input-appearance-range.html.
3622 * fast/forms/range/input-valueasnumber-range-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-range-expected.txt.
3623 * fast/forms/range/input-valueasnumber-range.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-range.js.
3624 * fast/forms/range/range-default-value-expected.txt: Copied from LayoutTests/fast/forms/range-default-value-expected.txt.
3625 * fast/forms/range/range-default-value.html: Copied from LayoutTests/fast/forms/range-default-value.html.
3626 * fast/forms/range/range-drag-expected.txt: Copied from LayoutTests/fast/forms/range-drag-expected.txt.
3627 * fast/forms/range/range-drag.html: Copied from LayoutTests/fast/forms/range-drag.html.
3628 * fast/forms/range/range-input-dynamic-oninput-expected.txt: Copied from LayoutTests/fast/forms/range-input-dynamic-oninput-expected.txt.
3629 * fast/forms/range/range-input-dynamic-oninput.html: Copied from LayoutTests/fast/forms/range-input-dynamic-oninput.html.
3630 * fast/forms/range/range-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/range-keyoperation-expected.txt.
3631 * fast/forms/range/range-keyoperation.html: Copied from LayoutTests/fast/forms/range-keyoperation.html.
3632 * fast/forms/range/range-reset-expected.txt: Copied from LayoutTests/fast/forms/range-reset-expected.txt.
3633 * fast/forms/range/range-reset.html: Copied from LayoutTests/fast/forms/range-reset.html.
3634 * fast/forms/range/range-set-attribute-expected.txt: Copied from LayoutTests/fast/forms/range-set-attribute-expected.txt.
3635 * fast/forms/range/range-set-attribute.html: Copied from LayoutTests/fast/forms/range-set-attribute.html.
3636 * fast/forms/range/range-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
3637 * fast/forms/range/range-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
3638 * fast/forms/range/range-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
3639 * fast/forms/range/range-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
3640 * fast/forms/range/range-thumb-height-percentage.html: Copied from LayoutTests/fast/forms/range-thumb-height-percentage.html.
3641 * fast/forms/range/slider-delete-while-dragging-thumb-expected.txt: Copied from LayoutTests/fast/forms/slider-delete-while-dragging-thumb-expected.txt.
3642 * fast/forms/range/slider-delete-while-dragging-thumb.html: Copied from LayoutTests/fast/forms/slider-delete-while-dragging-thumb.html.
3643 * fast/forms/range/slider-hit-testing-expected.txt: Copied from LayoutTests/fast/forms/slider-hit-testing-expected.txt.
3644 * fast/forms/range/slider-hit-testing.html: Copied from LayoutTests/fast/forms/slider-hit-testing.html.
3645 * fast/forms/range/slider-mouse-events-expected.txt: Copied from LayoutTests/fast/forms/slider-mouse-events-expected.txt.
3646 * fast/forms/range/slider-mouse-events.html: Copied from LayoutTests/fast/forms/slider-mouse-events.html.
3647 * fast/forms/range/slider-onchange-event-expected.txt: Copied from LayoutTests/fast/forms/slider-onchange-event-expected.txt.
3648 * fast/forms/range/slider-onchange-event.html: Copied from LayoutTests/fast/forms/slider-onchange-event.html.
3649 * fast/forms/range/slider-padding.html: Copied from LayoutTests/fast/forms/slider-padding.html.
3650 * fast/forms/range/slider-thumb-shared-style.html: Copied from LayoutTests/fast/forms/slider-thumb-shared-style.html.
3651 * fast/forms/range/slider-thumb-stylability.html: Copied from LayoutTests/fast/forms/slider-thumb-stylability.html.
3652 * fast/forms/range/slider-transformed-expected.txt: Copied from LayoutTests/fast/forms/slider-transformed-expected.txt.
3653 * fast/forms/range/slider-transformed.html: Copied from LayoutTests/fast/forms/slider-transformed.html.
3654 * fast/forms/range/slider-zoomed-expected.txt: Copied from LayoutTests/fast/forms/slider-zoomed-expected.txt.
3655 * fast/forms/range/slider-zoomed.html: Copied from LayoutTests/fast/forms/slider-zoomed.html.
3656 * fast/forms/range/thumbslider-crash-expected.txt: Copied from LayoutTests/fast/forms/thumbslider-crash-expected.txt.
3657 * fast/forms/range/thumbslider-crash.html: Copied from LayoutTests/fast/forms/thumbslider-crash.html.
3658 * fast/forms/range/thumbslider-no-parent-slider.html: Copied from LayoutTests/fast/forms/thumbslider-no-parent-slider.html.
3659 * fast/forms/script-tests/ValidityState-stepMismatch.js: Removed 'range' part.
3660 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed 'range' part.
3661 * fast/forms/script-tests/input-stepup-stepdown.js: Removed 'range' part.
3662 * fast/forms/script-tests/input-valueasnumber-range.js: Removed.
3663 * fast/forms/slider-delete-while-dragging-thumb-expected.txt: Removed.
3664 * fast/forms/slider-delete-while-dragging-thumb.html: Removed.
3665 * fast/forms/slider-hit-testing-expected.txt: Removed.
3666 * fast/forms/slider-hit-testing.html: Removed.
3667 * fast/forms/slider-mouse-events-expected.txt: Removed.
3668 * fast/forms/slider-mouse-events.html: Removed.
3669 * fast/forms/slider-onchange-event-expected.txt: Removed.
3670 * fast/forms/slider-onchange-event.html: Removed.
3671 * fast/forms/slider-padding.html: Removed.
3672 * fast/forms/slider-thumb-shared-style.html: Removed.
3673 * fast/forms/slider-thumb-stylability.html: Removed.
3674 * fast/forms/slider-transformed-expected.txt: Removed.
3675 * fast/forms/slider-transformed.html: Removed.
3676 * fast/forms/slider-zoomed-expected.txt: Removed.
3677 * fast/forms/slider-zoomed.html: Removed.
3678 * fast/forms/thumbslider-crash-expected.txt: Removed.
3679 * fast/forms/thumbslider-crash.html: Removed.
3680 * fast/forms/thumbslider-no-parent-slider.html: Removed.
3681 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-range-expected.png: Removed.
3682 * platform/chromium-cg-mac-leopard/fast/forms/range: Added.
3683 * platform/chromium-cg-mac-leopard/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-appearance-range-expected.png.
3684 * platform/chromium-cg-mac-leopard/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-padding-expected.png.
3685 * platform/chromium-cg-mac-leopard/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-shared-style-expected.png.
3686 * platform/chromium-cg-mac-leopard/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-stylability-expected.png.
3687 * platform/chromium-cg-mac-leopard/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png.
3688 * platform/chromium-cg-mac-leopard/fast/forms/slider-padding-expected.png: Removed.
3689 * platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3690 * platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Removed.
3691 * platform/chromium-cg-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png: Removed.
3692 * platform/chromium-linux/fast/forms/input-appearance-range-expected.png: Removed.
3693 * platform/chromium-linux/fast/forms/input-appearance-range-expected.txt: Removed.
3694 * platform/chromium-linux/fast/forms/range: Added.
3695 * platform/chromium-linux/fast/forms/range-thumb-height-percentage-expected.png: Removed.
3696 * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-range-expected.png.
3697 * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-range-expected.txt.
3698 * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/range-thumb-height-percentage-expected.png.
3699 * platform/chromium-linux/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/slider-padding-expected.png.
3700 * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/slider-thumb-shared-style-expected.png.
3701 * platform/chromium-linux/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png.
3702 * platform/chromium-linux/fast/forms/slider-padding-expected.png: Removed.
3703 * platform/chromium-linux/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3704 * platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png: Removed.
3705 * platform/chromium-win/fast/forms/input-appearance-range-expected.png: Removed.
3706 * platform/chromium-win/fast/forms/input-appearance-range-expected.txt: Removed.
3707 * platform/chromium-win/fast/forms/range: Added.
3708 * platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.png: Removed.
3709 * platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt: Removed.
3710 * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-range-expected.png.
3711 * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-range-expected.txt.
3712 * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.png.
3713 * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt.
3714 * platform/chromium-win/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-padding-expected.png.
3715 * platform/chromium-win/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-padding-expected.txt.
3716 * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.png.
3717 * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt.
3718 * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png.
3719 * platform/chromium-win/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png.
3720 * platform/chromium-win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt.
3721 * platform/chromium-win/fast/forms/slider-padding-expected.png: Removed.
3722 * platform/chromium-win/fast/forms/slider-padding-expected.txt: Removed.
3723 * platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3724 * platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt: Removed.
3725 * platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png: Removed.
3726 * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png: Removed.
3727 * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed.
3728 * platform/chromium/test_expectations.txt:
3729 * platform/gtk/Skipped:
3730 * platform/gtk/fast/forms/input-appearance-range-expected.txt: Removed.
3731 * platform/gtk/fast/forms/range: Added.
3732 * platform/gtk/fast/forms/range-thumb-height-percentage-expected.png: Removed.
3733 * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt: Removed.
3734 * platform/gtk/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-range-expected.txt.
3735 * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.png.
3736 * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt.
3737 * platform/gtk/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-padding-expected.png.
3738 * platform/gtk/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-padding-expected.txt.
3739 * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.png.
3740 * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt.
3741 * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.png.
3742 * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.txt.
3743 * platform/gtk/fast/forms/range/slider-transformed-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-transformed-expected.txt.
3744 * platform/gtk/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt.
3745 * platform/gtk/fast/forms/slider-padding-expected.png: Removed.
3746 * platform/gtk/fast/forms/slider-padding-expected.txt: Removed.
3747 * platform/gtk/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3748 * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt: Removed.
3749 * platform/gtk/fast/forms/slider-thumb-stylability-expected.png: Removed.
3750 * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: Removed.
3751 * platform/gtk/fast/forms/slider-transformed-expected.txt: Removed.
3752 * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed.
3753 * platform/mac-leopard/fast/forms/range: Added.
3754 * platform/mac-leopard/fast/forms/range-thumb-height-percentage-expected.png: Removed.
3755 * platform/mac-leopard/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/range-thumb-height-percentage-expected.png.
3756 * platform/mac-leopard/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-padding-expected.png.
3757 * platform/mac-leopard/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-thumb-shared-style-expected.png.
3758 * platform/mac-leopard/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-thumb-stylability-expected.png.
3759 * platform/mac-leopard/fast/forms/slider-padding-expected.png: Removed.
3760 * platform/mac-leopard/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3761 * platform/mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Removed.
3762 * platform/mac/fast/forms/input-appearance-range-expected.png: Removed.
3763 * platform/mac/fast/forms/input-appearance-range-expected.txt: Removed.
3764 * platform/mac/fast/forms/range: Added.
3765 * platform/mac/fast/forms/range-thumb-height-percentage-expected.png: Removed.
3766 * platform/mac/fast/forms/range-thumb-height-percentage-expected.txt: Removed.
3767 * platform/mac/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-range-expected.png.
3768 * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-range-expected.txt.
3769 * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/mac/fast/forms/range-thumb-height-percentage-expected.png.
3770 * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range-thumb-height-percentage-expected.txt.
3771 * platform/mac/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-padding-expected.png.
3772 * platform/mac/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-padding-expected.txt.
3773 * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-shared-style-expected.png.
3774 * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-shared-style-expected.txt.
3775 * platform/mac/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-stylability-expected.png.
3776 * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-stylability-expected.txt.
3777 * platform/mac/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png.
3778 * platform/mac/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt.
3779 * platform/mac/fast/forms/slider-padding-expected.png: Removed.
3780 * platform/mac/fast/forms/slider-padding-expected.txt: Removed.
3781 * platform/mac/fast/forms/slider-thumb-shared-style-expected.png: Removed.
3782 * platform/mac/fast/forms/slider-thumb-shared-style-expected.txt: Removed.
3783 * platform/mac/fast/forms/slider-thumb-stylability-expected.png: Removed.
3784 * platform/mac/fast/forms/slider-thumb-stylability-expected.txt: Removed.
3785 * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png: Removed.
3786 * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed.
3787 * platform/qt-mac/Skipped:
3788 * platform/qt/Skipped:
3789 * platform/qt/fast/forms/range: Added.
3790 * platform/qt/fast/forms/range-thumb-height-percentage-expected.txt: Removed.
3791 * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/range-thumb-height-percentage-expected.txt.
3792 * platform/qt/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/slider-thumb-shared-style-expected.txt.
3793 * platform/qt/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/slider-thumb-stylability-expected.txt.
3794 * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt.
3795 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt: Removed.
3796 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt: Removed.
3797 * platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed.
3798 * platform/wk2/Skipped:
3800 2011-08-22 Pavel Feldman <pfeldman@google.com>
3802 Web Inspector: generate protocol externs API for the front-end compilation.
3803 https://bugs.webkit.org/show_bug.cgi?id=66677
3805 Reviewed by Tony Gentilcore.
3807 * inspector/debugger/debugger-set-breakpoint-regex.html:
3809 2011-08-23 Csaba Osztrogonác <ossy@webkit.org>
3811 Unreviewed gardening. Remove Windows style new lines from the test introduced in r93521.
3813 * fast/loader/document-destruction-within-unload-expected.txt:
3814 * fast/loader/document-destruction-within-unload.html:
3816 2011-08-23 Csaba Osztrogonác <ossy@webkit.org>
3818 [WK2] Unreviewed gardening.
3820 * platform/wk2/Skipped: Skip fast/frames/focus-controller-crash-change-event.html, because eventSender.keyDown is unimplemented.
3822 2011-08-23 Renata Hodovan <reni@webkit.org>
3824 [Qt] REGRESSION after r93567.
3825 https://bugs.webkit.org/show_bug.cgi?id=66749
3827 Three tests have assertion failed error in debug mode on x86-32 Linux Qt. They are skipped.
3828 Unreviewed gardening.
3830 * platform/qt/Skipped:
3832 2011-08-22 Sheriff Bot <webkit.review.bot@gmail.com>
3834 Unreviewed, rolling out r93565.
3835 http://trac.webkit.org/changeset/93565
3836 https://bugs.webkit.org/show_bug.cgi?id=66745
3838 Breaks layout tests (Requested by koz2 on #webkit).
3840 * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Removed.
3841 * accessibility/aria-labelledby-overrides-aria-labeledby.html: Removed.
3843 2011-08-22 Peter Kasting <pkasting@google.com>
3845 [chromium] Mark some tests on Mac as flakily crashing.
3847 Unreviewed, test expectations update.
3849 * platform/chromium/test_expectations.txt:
3851 2011-08-22 Peter Kasting <pkasting@google.com>
3853 [chromium] Mark some tests on Windows as flaky.
3855 Unreviewed, test expectations update.
3857 * platform/chromium/test_expectations.txt:
3859 2011-08-22 Alice Boxhall <aboxhall@chromium.org>
3861 Reviewed by Chris Fleizach.
3863 aria-labelledby should be used in preference to aria-labeledby
3864 https://bugs.webkit.org/show_bug.cgi?id=62351
3866 * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Added.
3867 * accessibility/aria-labelledby-overrides-aria-labeledby.html: Added.
3869 2011-08-22 Adam Barth <abarth@webkit.org>
3871 HTMLSourceTracker crashes when network packets break poorly
3872 https://bugs.webkit.org/show_bug.cgi?id=66728
3874 Reviewed by Darin Adler.
3876 Test that we don't crash when we get a bad network packet boundary.
3878 * http/tests/security/xssAuditor/crash-while-loading-tag-with-pause-expected.txt: Added.
3879 * http/tests/security/xssAuditor/crash-while-loading-tag-with-pause.html: Added.
3880 * http/tests/security/xssAuditor/resources/tag-with-pause.php: Added.
3882 2011-08-22 Peter Kasting <pkasting@google.com>
3884 Unreviewed, rolling out r93538.
3885 http://trac.webkit.org/changeset/93538
3886 https://bugs.webkit.org/show_bug.cgi?id=66143
3888 Broke Leopard, SnowLeopard, and Chromium Mac bots
3890 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
3891 * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Removed.
3892 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
3893 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr-expected.txt: Removed.
3894 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr.html: Removed.
3895 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Removed.
3897 2011-08-22 Tony Chang <tony@chromium.org>
3899 Move chromium-mac/plugins/keyboard-events-expected.txt to
3900 chromium-cg-mac/plugins/keyboard-events-expected.txt since the results
3901 for chromium-mac are currently in chromium-cg-mac. This result was
3902 added in r93519 and put in the wrong place.
3904 * platform/chromium-cg-mac/plugins/keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-mac/plugins/keyboard-events-expected.txt.
3905 * platform/chromium-mac/plugins: Removed.
3906 * platform/chromium-mac/plugins/keyboard-events-expected.txt: Removed.
3908 2011-08-22 Tony Chang <tony@chromium.org>
3910 Add CSS parsing of -webkit-flex-pack
3911 https://bugs.webkit.org/show_bug.cgi?id=66701
3913 Reviewed by Eric Seidel.
3915 * css3/flexbox/css-properties-expected.txt:
3916 * css3/flexbox/script-tests/css-properties.js:
3918 2011-08-22 Ryosuke Niwa <rniwa@webkit.org>
3920 Add editing/selection/caret-at-bidi-boundary.html back to the Qt's skipped list
3921 because r93529 didn't fix it. The failure is still tracked by the bug 66514.
3923 * platform/qt/Skipped:
3925 2011-08-22 Tony Chang <tony@chromium.org>
3927 handle child margin values when flexing
3928 https://bugs.webkit.org/show_bug.cgi?id=65887
3930 Reviewed by David Hyatt.
3932 * css3/flexbox/002-expected.txt: Added.
3933 * css3/flexbox/002.html: Added.
3934 * css3/flexbox/resources/flexbox.js:
3935 (checkHorizontalBoxen):
3937 2011-08-22 Peter Kasting <pkasting@google.com>
3939 [chromium] Disable compositing tests for Leopard.
3941 Reviewed by James Robinson.
3943 * platform/chromium/test_expectations.txt:
3945 2011-08-22 Alexandru Chiculita <achicu@adobe.com>
3947 [CSSRegions] RenderFlowThread layout should use the attached region sizes
3948 https://bugs.webkit.org/show_bug.cgi?id=66143
3950 Reviewed by David Hyatt.
3952 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added.
3953 * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Added.
3954 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
3955 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr-expected.txt: Added.
3956 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr.html: Added.
3957 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Added.
3959 2011-08-22 David Levin <levin@chromium.org>
3961 REGRESSION (r89086): All worker xhr requests trigger preflight requests.
3962 https://bugs.webkit.org/show_bug.cgi?id=66340
3964 Reviewed by Darin Adler.
3966 Added tests which are similar to the non worker test with the same name.
3968 * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt: Added.
3969 * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple.html: Added.
3970 * http/tests/xmlhttprequest/workers/resources/access-control-basic-get-fail-non-simple-test.js: Added.
3971 * http/tests/xmlhttprequest/workers/resources/access-control-basic-get-fail-non-simple.js: Added.
3972 * http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple-expected.txt: Added.