1 2011-08-10 Ryosuke Niwa <rniwa@webkit.org>
3 Skip a test added by r92769 on Windows port since drag and drop won't work well on Windows port.
5 * platform/win/Skipped:
7 2011-08-10 Ryosuke Niwa <rniwa@webkit.org>
9 GTK and Qt rebaselines after r92792.
11 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
12 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
14 2011-08-10 Kent Tamura <tkent@chromium.org>
16 Move <input type=date> tests to fast/forms/date/
17 https://bugs.webkit.org/show_bug.cgi?id=66029
19 Reviewed by Hajime Morita.
21 * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed "date" part.
22 * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
23 * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
24 * fast/forms/ValidityState-typeMismatch-date.html: Removed.
25 * fast/forms/date: Added.
26 * fast/forms/date-input-visible-strings-expected.txt: Removed.
27 * fast/forms/date-input-visible-strings.html: Removed.
28 * fast/forms/date/ValidityState-rangeOverflow-date-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
29 * fast/forms/date/ValidityState-rangeOverflow-date.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
30 * fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
31 * fast/forms/date/ValidityState-rangeUnderflow-date.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
32 * fast/forms/date/ValidityState-stepMismatch-date-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
33 * fast/forms/date/ValidityState-stepMismatch-date.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
34 * fast/forms/date/ValidityState-typeMismatch-date-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-date-expected.txt.
35 * fast/forms/date/ValidityState-typeMismatch-date.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-date.js.
36 * fast/forms/date/date-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
37 * fast/forms/date/date-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
38 * fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/fast/forms/date-input-visible-strings-expected.txt.
39 * fast/forms/date/date-input-visible-strings.html: Copied from LayoutTests/fast/forms/date-input-visible-strings.html.
40 * fast/forms/date/date-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
41 * fast/forms/date/date-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
42 * fast/forms/date/date-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
43 * fast/forms/date/date-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
44 * fast/forms/date/input-valueasdate-date-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-date-expected.txt.
45 * fast/forms/date/input-valueasdate-date.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-date.js.
46 * fast/forms/date/input-valueasnumber-date-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-date-expected.txt.
47 * fast/forms/date/input-valueasnumber-date.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-date.js.
48 * fast/forms/input-stepup-stepdown-expected.txt: Removed "date" part.
49 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
50 * fast/forms/input-type-change3-expected.txt: ditto.
51 * fast/forms/input-valueasdate-date-expected.txt: Removed.
52 * fast/forms/input-valueasdate-date.html: Removed.
53 * fast/forms/input-valueasnumber-date-expected.txt: Removed.
54 * fast/forms/input-valueasnumber-date.html: Removed.
55 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed "date" part.
56 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
57 * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
58 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: ditto.
59 * fast/forms/script-tests/input-stepup-stepdown.js: ditto.
60 * fast/forms/script-tests/input-type-change3.js: ditto.
61 * fast/forms/script-tests/input-valueasdate-date.js: Removed.
62 * fast/forms/script-tests/input-valueasnumber-date.js: Removed.
64 2011-08-10 Adam Barth <abarth@webkit.org>
66 Test how TouchList behaves with too few arguments
67 https://bugs.webkit.org/show_bug.cgi?id=65815
69 Reviewed by Sam Weinig.
71 This API is very new and the compatibility cost of making this API
72 match the specification is minimal. We should align with the
73 specification and (future) implementations in other browsers by making
74 this argument required.
76 * fast/events/touch/document-create-touch-list-expected.txt:
77 * fast/events/touch/script-tests/document-create-touch-list.js:
79 2011-08-10 Adam Barth <abarth@webkit.org>
81 Test how AudioBufferSourceNode reacts when given too few arguments
82 https://bugs.webkit.org/show_bug.cgi?id=65816
84 Reviewed by Sam Weinig.
86 The WebAudio API is extremely new. It has only been available as an
87 experimental API in a single browser. The compatibility cost of
88 tightening up these APIs is tiny and these APIs make very little sense
89 to call with too-few arguments.
91 * webaudio/audionode-expected.txt:
92 * webaudio/audionode.html:
94 2011-08-10 Adam Barth <abarth@webkit.org>
96 Add tests of optional arguments for Geolocation
97 https://bugs.webkit.org/show_bug.cgi?id=65810
99 Reviewed by Sam Weinig.
101 Test what happens when calling geolocation APIs with too few arguments.
103 * fast/dom/Geolocation/not-enough-arguments-expected.txt: Added.
104 * fast/dom/Geolocation/not-enough-arguments.html: Added.
106 2011-08-10 Anders Carlsson <andersca@apple.com>
108 Skip some more tests on Lion.
110 * platform/mac-lion/Skipped:
112 2011-08-10 Tim Horton <timothy_horton@apple.com>
114 Crash when clicking an SVG <a> link to the local document
115 https://bugs.webkit.org/show_bug.cgi?id=66019
116 <rdar://problem/9933311>
118 Reviewed by Rob Buis.
120 Add a test which programmatically clicks a link referring to "#",
121 and should crash between r89745 and this commit.
123 * svg/custom/click-internal-anchor-with-use-crash-expected.txt: Added.
124 * svg/custom/click-internal-anchor-with-use-crash.xhtml: Added.
126 2011-08-10 Mark Hahnenberg <mhahnenberg@apple.com>
128 JSC should always throw when function arg list is too long
129 https://bugs.webkit.org/show_bug.cgi?id=65869
131 Reviewed by Oliver Hunt.
133 Previous change forgot to update some of the tests in fast/js/function-apply.html so we're doing it now.
135 * fast/js/function-apply-expected.txt:
136 * fast/js/script-tests/function-apply.js:
138 2011-08-10 Abhishek Arya <inferno@chromium.org>
140 Tests that we do not crash when trying to access a removed
141 m_originatingLine for a float.
142 https://bugs.webkit.org/show_bug.cgi?id=65938
144 Reviewed by Dave Hyatt.
146 * fast/block/float/float-originating-line-deleted-crash-expected.txt: Added.
147 * fast/block/float/float-originating-line-deleted-crash.html: Added.
149 2011-08-10 Mark Hahnenberg <mhahnenberg@apple.com>
151 JSC should always throw when function arg list is too long
152 https://bugs.webkit.org/show_bug.cgi?id=65869
154 Reviewed by Oliver Hunt.
156 Changed the tests to make sure passing too many function arguments throws an exception
157 rather than truncating the arguments.
159 * fast/js/function-apply-many-args-expected.txt:
160 * fast/js/script-tests/function-apply-many-args.js:
162 2011-08-10 James Robinson <jamesr@chromium.org>
164 Update chromium gpu baselines for r92255
166 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
167 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
168 * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
169 * platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png:
170 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
171 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
172 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
173 * platform/chromium-gpu-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
174 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
175 * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png:
176 * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.png:
177 * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
178 * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
179 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
180 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png:
181 * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
182 * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
183 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
184 * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
185 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png:
186 * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png:
187 * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
188 * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png:
189 * platform/chromium/test_expectations.txt:
191 2011-08-10 David Hyatt <hyatt@apple.com>
193 https://bugs.webkit.org/show_bug.cgi?id=66004
195 Removing ifdefs for CSS Exclusions and CSS Regions. The code is now on by default, so the new CSS
196 properties are showing up in the computed style results.
198 Reviewed by Adam Roben.
200 * fast/css/getComputedStyle/computed-style-expected.txt:
201 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
202 * svg/css/getComputedStyle-basic-expected.txt:
204 2011-08-10 Abhishek Arya <inferno@chromium.org>
206 ASSERTION FAILED: curr->isRenderInline()
207 https://bugs.webkit.org/show_bug.cgi?id=66000
209 Reviewed by David Hyatt.
211 * svg/text/glyphref-renderer-create-crash-expected.txt: Added.
212 * svg/text/glyphref-renderer-create-crash.html: Added.
214 2011-08-10 Noel Gordon <noel.gordon@gmail.com>
216 [Chromium] plugins/mouse-events-fixedpos.html should pass on win/mac/linux
217 https://bugs.webkit.org/show_bug.cgi?id=65841
219 Reviewed by Tony Chang.
221 Add attribute windowPlugin="false" to the <embed> in this test to force the Chromium
222 Windows and Linux ports to load the test plugin in windowless mode. The plugin will
223 then receive events and can log them to the console as required by this test.
225 Also note, the Apple Mac/Win ports report 0 as the line number for all console.log()
226 messages, whereas, the Chromium ports report the actual line numbers, hence the need
227 for separate test results for Chromium.
229 * platform/chromium-linux/plugins/mouse-events-fixedpos-expected.txt:
230 * platform/chromium-mac/plugins/mouse-events-fixedpos-expected.txt:
231 * platform/chromium-win/plugins/mouse-events-fixedpos-expected.txt:
232 * platform/chromium/test_expectations.txt: New expectations.
233 * plugins/mouse-events-fixedpos.html: Add <embed> attribute windowPlugin="false".
235 2011-08-10 Kenichi Ishibashi <bashi@chromium.org>
237 [Chromium] Implement text shaping with font-feature-settings on Linux
238 https://bugs.webkit.org/show_bug.cgi?id=65903
240 Adds a rendering test for -webkit-font-feature-settings.
241 This tests disabled for now expect for chromium-linux port.
242 FeatureTest.ttf is created from scratch by using FontForge.
244 Reviewed by Adam Barth.
246 * css3/font-feature-settings-rendering.html: Added.
247 * css3/resources/FeatureTest.ttf: Added.
248 * platform/chromium-linux/css3/font-feature-settings-rendering-expected.png: Added.
249 * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt: Added.
250 * platform/chromium/test_expectations.txt: Skips css3/font-feature-settings-rendering.html.
251 * platform/gtk/Skipped: Ditto.
252 * platform/mac/Skipped: Ditto.
253 * platform/qt/Skipped: Ditto.
254 * platform/win/Skipped: Ditto.
256 2011-08-10 Vsevolod Vlasov <vsevik@chromium.org>
258 Web Inspector: Remove Network.initialContentSet from protocol, store workers content on backend.
259 https://bugs.webkit.org/show_bug.cgi?id=65929
261 Reviewed by Pavel Feldman.
263 * http/tests/inspector/network/network-shared-worker-expected.txt: Added.
264 * http/tests/inspector/network/network-shared-worker.html: Added.
265 * http/tests/inspector/network/network-worker-expected.txt: Added.
266 * http/tests/inspector/network/network-worker.html: Added.
267 * http/tests/inspector/network/resources/shared-worker.js: Added.
269 * http/tests/inspector/network/resources/worker.js: Added.
270 * platform/chromium/test_expectations.txt:
272 2011-08-10 Vsevolod Vlasov <vsevik@chromium.org>
274 Web Inspector: console messages markers are lost in Resources panel after page reload
275 https://bugs.webkit.org/show_bug.cgi?id=60701
277 Reviewed by Pavel Feldman.
279 * http/tests/inspector/resource-tree/resource-tree-errors-reload-expected.txt: Added.
280 * http/tests/inspector/resource-tree/resource-tree-errors-reload.html: Added.
282 2011-08-10 Adam Barth <abarth@webkit.org>
284 Update expectations for this test. It's just a minor flake.
286 * platform/chromium/test_expectations.txt:
288 2011-08-10 Benjamin Poulain <benjamin@webkit.org>
290 Unify the way we generate HTML for an image in the Clipboard
291 https://bugs.webkit.org/show_bug.cgi?id=58043
293 Reviewed by Ryosuke Niwa.
295 Add 3 tests for dragging an image-like element to an editable area.
297 * editing/pasteboard/drag-and-drop-image-contenteditable-expected.txt: Added.
298 * editing/pasteboard/drag-and-drop-image-contenteditable.html: Added.
299 * editing/pasteboard/drag-and-drop-inputimage-contenteditable-expected.txt: Added.
300 * editing/pasteboard/drag-and-drop-inputimage-contenteditable.html: Added.
301 * editing/pasteboard/drag-and-drop-objectimage-contenteditable-expected.txt: Added.
302 * editing/pasteboard/drag-and-drop-objectimage-contenteditable.html: Added.
303 * platform/qt/Skipped: Qt does not have support for testing drag and drop.
305 2011-08-10 Pavel Feldman <pfeldman@google.com>
307 Web Inspector: auto-completion for string literals doesn't work
308 https://bugs.webkit.org/show_bug.cgi?id=65701
310 Reviewed by Yury Semikhatsky.
312 * inspector/debugger/debugger-completions-on-call-frame-expected.txt:
313 * inspector/debugger/debugger-completions-on-call-frame.html:
315 2011-08-10 Pavel Feldman <pfeldman@google.com>
317 Web Inspector: CSS editing file containing tabs leads to the whole file change in revision history.
318 https://bugs.webkit.org/show_bug.cgi?id=65959
320 Reviewed by Yury Semikhatsky.
322 * inspector/editor/text-editor-model-replace-tabs-expected.txt: Removed.
323 * inspector/editor/text-editor-model-replace-tabs.html: Removed.
325 2011-08-10 Pavel Feldman <pfeldman@chromium.org>
327 Web Inspector: there should be a way to tell what properties are non-enumerable when expanding objects.
328 https://bugs.webkit.org/show_bug.cgi?id=65518
330 Reviewed by Yury Semikhatsky.
332 * inspector/debugger/debugger-expand-scope-expected.txt:
333 * inspector/protocol/runtime-agent-expected.txt:
334 * inspector/runtime/runtime-getProperties-expected.txt:
335 * inspector/runtime/runtime-getProperties.html:
336 * platform/chromium/inspector/runtime/runtime-getProperties-expected.txt: Removed.
338 2011-08-10 Alexander Pavlov <apavlov@chromium.org>
340 Web Inspector: [REGRESSION] Editor lost after committing a CSS property value for inline style
341 https://bugs.webkit.org/show_bug.cgi?id=65918
343 Reviewed by Pavel Feldman.
345 * inspector/styles/styles-commit-editing.html:
347 2011-08-10 Kent Tamura <tkent@chromium.org>
349 Move <input type=datetime> tests to fast/forms/datetime/
350 https://bugs.webkit.org/show_bug.cgi?id=65970
352 Reviewed by Hajime Morita.
354 * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed "datetime" part.
355 * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
356 * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
357 * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Removed.
358 * fast/forms/ValidityState-typeMismatch-datetime.html: Removed.
359 * fast/forms/date-input-visible-strings-expected.txt: Removed "datetime" part.
360 * fast/forms/date-input-visible-strings.html: ditto.
361 * fast/forms/datetime: Added.
362 * fast/forms/datetime/ValidityState-rangeOverflow-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
363 * fast/forms/datetime/ValidityState-rangeOverflow-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
364 * fast/forms/datetime/ValidityState-rangeUnderflow-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
365 * fast/forms/datetime/ValidityState-rangeUnderflow-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
366 * fast/forms/datetime/ValidityState-stepMismatch-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
367 * fast/forms/datetime/ValidityState-stepMismatch-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
368 * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-datetime-expected.txt.
369 * fast/forms/datetime/ValidityState-typeMismatch-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-datetime.js.
370 * fast/forms/datetime/datetime-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
371 * fast/forms/datetime/datetime-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
372 * fast/forms/datetime/datetime-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
373 * fast/forms/datetime/datetime-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
374 * fast/forms/datetime/datetime-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
375 * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
376 * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
377 * fast/forms/datetime/datetime-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
378 * fast/forms/datetime/input-valueasdate-datetime-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-datetime-expected.txt.
379 * fast/forms/datetime/input-valueasdate-datetime.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-datetime.js.
380 * fast/forms/datetime/input-valueasnumber-datetime-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-datetime-expected.txt.
381 * fast/forms/datetime/input-valueasnumber-datetime.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-datetime.js.
382 * fast/forms/input-stepup-stepdown-expected.txt: Removed "datetime" part.
383 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
384 * fast/forms/input-type-change3-expected.txt: ditto.
385 * fast/forms/input-valueasdate-datetime-expected.txt: Removed.
386 * fast/forms/input-valueasdate-datetime.html: Removed.
387 * fast/forms/input-valueasnumber-datetime-expected.txt: Removed.
388 * fast/forms/input-valueasnumber-datetime.html: Removed.
389 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed "datetime" part.
390 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
391 * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
392 * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Removed.
393 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed "datetime" part.
394 * fast/forms/script-tests/input-stepup-stepdown.js: ditto.
395 * fast/forms/script-tests/input-type-change3.js: ditto.
396 * fast/forms/script-tests/input-valueasdate-datetime.js: Removed.
397 * fast/forms/script-tests/input-valueasnumber-datetime.js: Removed.
399 2011-08-10 Csaba Osztrogonác <ossy@webkit.org>
401 [Qt] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm fails intermittently
402 https://bugs.webkit.org/show_bug.cgi?id=65969
404 Unreviewed gardening.
406 * platform/qt-4.8/Skipped: Remove http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm, because it isn't Qt 4.8 specific bug.
407 * platform/qt/Skipped: Skip http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm.
408 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Update to the correct results.
409 * platform/qt/test_expectations.txt: Remove http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm.
411 2011-08-10 Andrey Kosyakov <caseq@chromium.org>
415 * inspector/network-status-non-http-expected.txt:
416 * inspector/network-status-non-http.html:
418 2011-08-10 Yuta Kitamura <yutak@chromium.org>
420 WebSocket: Add binaryType attribute
421 https://bugs.webkit.org/show_bug.cgi?id=65967
423 Reviewed by Kent Tamura.
425 * http/tests/websocket/tests/hixie76/undefined-attributes-expected.txt: Added.
426 * http/tests/websocket/tests/hixie76/undefined-attributes.html: Added.
427 * http/tests/websocket/tests/hybi/binary-type-expected.txt: Added.
428 * http/tests/websocket/tests/hybi/binary-type.html: Added.
430 2011-08-10 Yuta Kitamura <yutak@chromium.org>
432 WebSocket: Accept multiple subprotocols
433 https://bugs.webkit.org/show_bug.cgi?id=65247
435 Reviewed by Kent Tamura.
437 Add tests to check whether WebSocket accepts multiple subprotocols in constructor.
439 * http/tests/websocket/tests/hybi/accept-first-subprotocol_wsh.py: Added.
440 * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt: Added.
441 * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html: Added.
442 * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt: Added.
443 * http/tests/websocket/tests/hybi/invalid-subprotocols.html: Added.
444 * http/tests/websocket/tests/hybi/multiple-subprotocols-expected.txt: Renamed from LayoutTests/http/tests/websocket/tests/hybi/sub-protocol-with-space-expected.txt.
445 * http/tests/websocket/tests/hybi/multiple-subprotocols.html: Added.
446 * http/tests/websocket/tests/hybi/sub-protocol-with-space-expected.txt: Removed.
447 * http/tests/websocket/tests/hybi/sub-protocol-with-space.html:
448 Removed because hybi-10 does not allow subprotocols containing a space.
449 * http/tests/websocket/tests/hybi/workers/multiple-subprotocols-expected.txt: Added.
450 * http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html: Added.
451 * http/tests/websocket/tests/hybi/workers/resources/multiple-subprotocols.js: Added.
455 * http/tests/websocket/tests/hybi/workers/resources/protocol-test_wsh.py: Copied from http/tests/websocket/tests/hybi/protocol-test_wsh.py.
457 2011-08-10 Noel Gordon <noel.gordon@gmail.com>
459 [Chromium] plugins/mouse-events.html should pass on the mac.
460 https://bugs.webkit.org/show_bug.cgi?id=65957
462 Reviewed by Kent Tamura.
464 Cocoa plugins do not generate adjustCursorEvents. Rebaseline this test result for the
465 chromium Mac port. Note the WebKit Mac/Win ports report 0 for the line number for all
466 console.log() events. The Chromium port reports the actual line number, and hence the
467 need for separate test results for Chromium. Following bug 61721, this test now runs,
468 and passes on all the Chromium ports. The test confirms user-plugin interactivity, so
469 we don't regress sites like youtube.com. Refer to bug 11517.
471 * platform/chromium-mac/plugins/mouse-events-expected.txt:
472 * platform/chromium/test_expectations.txt:
474 2011-08-10 Andrey Kosyakov <caseq@chromium.org>
476 Web Inspector: Network panel always displays file:// resources as "(pending)"
477 https://bugs.webkit.org/show_bug.cgi?id=65784
479 Reviewed by Pavel Feldman.
481 * inspector/network-status-non-http-expected.txt: Added.
482 * inspector/network-status-non-http.html: Added.
484 2011-08-09 Kent Tamura <tkent@chromium.org>
486 Move <input type=datetime-local> tests to fast/forms/datetimelocal/
487 https://bugs.webkit.org/show_bug.cgi?id=65958
489 Reviewed by Hajime Morita.
491 * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed datetime-local part.
492 * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
493 * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
494 * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Removed.
495 * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Removed.
496 * fast/forms/date-input-visible-strings-expected.txt: Removed datetime-local and time parts.
497 * fast/forms/date-input-visible-strings.html: ditto.
498 * fast/forms/datetimelocal: Added.
499 * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
500 * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
501 * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
502 * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
503 * fast/forms/datetimelocal/ValidityState-stepMismatch-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
504 * fast/forms/datetimelocal/ValidityState-stepMismatch-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
505 * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt.
506 * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js.
507 * fast/forms/datetimelocal/datetimelocal-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
508 * fast/forms/datetimelocal/datetimelocal-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
509 * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
510 * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
511 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
512 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
513 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
514 * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
515 * fast/forms/datetimelocal/input-valueasdate-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-datetimelocal-expected.txt.
516 * fast/forms/datetimelocal/input-valueasdate-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-datetimelocal.js.
517 * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-datetimelocal-expected.txt.
518 * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-datetimelocal.js.
519 * fast/forms/input-stepup-stepdown-expected.txt: Removed datetime-local part.
520 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
521 * fast/forms/input-type-change3-expected.txt: ditto.
522 * fast/forms/input-valueasdate-datetimelocal-expected.txt: Removed.
523 * fast/forms/input-valueasdate-datetimelocal.html: Removed.
524 * fast/forms/input-valueasnumber-datetimelocal-expected.txt: Removed.
525 * fast/forms/input-valueasnumber-datetimelocal.html: Removed.
526 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed datetime-local part.
527 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
528 * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
529 * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Removed.
530 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed datetime-local part.
531 * fast/forms/script-tests/input-stepup-stepdown.js: Removed datetime-local part.
532 * fast/forms/script-tests/input-type-change3.js: Removed datetime-local part.
533 * fast/forms/script-tests/input-valueasdate-datetimelocal.js: Removed.
534 * fast/forms/script-tests/input-valueasnumber-datetimelocal.js: Removed.
536 2011-08-10 Adam Barth <abarth@webkit.org>
538 Updated results after http://trac.webkit.org/changeset/92744.
540 * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.png:
541 * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.png:
542 * platform/chromium-mac-leopard/fast/css-generated-content/table-row-before-after-child-add-expected.png:
543 * platform/chromium-mac-leopard/fast/css-generated-content/table-table-before-after-child-add-expected.png:
544 * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.png:
545 * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.png:
546 * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.png:
547 * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.png:
549 2011-08-09 Dominic Cooney <dominicc@chromium.org>
551 [V8] The prototype property of DOM constructors should be read-only.
552 https://bugs.webkit.org/show_bug.cgi?id=39655
554 Reviewed by Dimitri Glazkov.
556 * platform/chromium/test_expectations.txt: Unskip test for prototypes.
558 2011-08-09 Kent Tamura <tkent@chromium.org>
560 Move <input type=time> tests to fast/forms/time/
561 https://bugs.webkit.org/show_bug.cgi?id=65955
563 Reviewed by Hajime Morita.
565 * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed 'time' part.
566 * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
567 * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
568 * fast/forms/ValidityState-typeMismatch-time-expected.txt: Removed.
569 * fast/forms/ValidityState-typeMismatch-time.html: Removed.
570 * fast/forms/input-stepup-stepdown-expected.txt: Removed 'time' part.
571 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
572 * fast/forms/input-type-change3-expected.txt: ditto.
573 * fast/forms/input-valueasdate-time-expected.txt: Removed.
574 * fast/forms/input-valueasdate-time.html: Removed.
575 * fast/forms/input-valueasnumber-time-expected.txt: Removed.
576 * fast/forms/input-valueasnumber-time.html: Removed.
577 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed 'time' part.
578 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
579 * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
580 * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Removed.
581 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed 'time' part.
582 * fast/forms/script-tests/input-stepup-stepdown.js: ditto.
583 * fast/forms/script-tests/input-type-change3.js: ditto.
584 * fast/forms/script-tests/input-valueasdate-time.js: Removed.
585 * fast/forms/script-tests/input-valueasnumber-time.js: Removed.
586 * fast/forms/time: Added.
587 * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
588 * fast/forms/time/ValidityState-rangeOverflow-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
589 * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
590 * fast/forms/time/ValidityState-rangeUnderflow-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
591 * fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
592 * fast/forms/time/ValidityState-stepMismatch-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
593 * fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-time-expected.txt.
594 * fast/forms/time/ValidityState-typeMismatch-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-time.js.
595 * fast/forms/time/input-valueasdate-time-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-time-expected.txt.
596 * fast/forms/time/input-valueasdate-time.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-time.js.
597 * fast/forms/time/input-valueasnumber-time-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-time-expected.txt.
598 * fast/forms/time/input-valueasnumber-time.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-time.js.
599 * fast/forms/time/time-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
600 * fast/forms/time/time-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
601 * fast/forms/time/time-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
602 * fast/forms/time/time-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
603 * fast/forms/time/time-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
604 * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
605 * fast/forms/time/time-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
606 * fast/forms/time/time-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
608 2011-08-09 Abhishek Arya <inferno@chromium.org>
610 Fix functional bug where style change was not getting propogated to before, after
612 https://bugs.webkit.org/show_bug.cgi?id=51862
614 Reviewed by Simon Fraser.
616 * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png:
617 * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png:
619 2011-08-09 Kent Tamura <tkent@chromium.org>
621 Another follow-up for r92728.
622 https://bugs.webkit.org/show_bug.cgi?id=65916
624 * fast/forms/month/ValidityState-stepMismatch-month-expected.txt: Updated.
626 2011-08-09 Kent Tamura <tkent@chromium.org>
628 Add a missing </script> for r92728.
630 * fast/forms/month/ValidityState-stepMismatch-month.html:
632 2011-08-09 Jian Li <jianli@chromium.org>
634 Unreviewed, mark 2 webaudio tests as failed on chromium win.
636 * platform/chromium/test_expectations.txt:
638 2011-08-09 Kent Tamura <tkent@chromium.org>
640 Move <input type=month> tests to fast/forms/month/
641 https://bugs.webkit.org/show_bug.cgi?id=65916
643 Reviewed by Tony Chang.
645 * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed month part.
646 * fast/forms/ValidityState-rangeUnderflow-expected.txt: Removed month part.
647 * fast/forms/ValidityState-stepMismatch-expected.txt: Removed month part.
648 * fast/forms/ValidityState-typeMismatch-month-expected.txt: Removed.
649 * fast/forms/ValidityState-typeMismatch-month.html: Removed.
650 * fast/forms/date-input-visible-strings-expected.txt: Removed month part.
651 * fast/forms/date-input-visible-strings.html: Removed month part.
652 * fast/forms/input-stepup-stepdown-expected.txt: Removed month part.
653 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed month part.
654 * fast/forms/input-type-change3-expected.txt: Removed month part.
655 * fast/forms/input-valueasdate-expected.txt: Removed.
656 * fast/forms/input-valueasdate-month-expected.txt: Removed.
657 * fast/forms/input-valueasdate-month.html: Removed.
658 * fast/forms/input-valueasdate.html: Removed.
659 * fast/forms/input-valueasnumber-month-expected.txt: Removed.
660 * fast/forms/input-valueasnumber-month.html: Removed.
661 * fast/forms/month: Added.
662 * fast/forms/month/ValidityState-rangeOverflow-month-expected.txt: Added.
663 * fast/forms/month/ValidityState-rangeOverflow-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
664 * fast/forms/month/ValidityState-rangeUnderflow-month-expected.txt: Added.
665 * fast/forms/month/ValidityState-rangeUnderflow-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
666 * fast/forms/month/ValidityState-stepMismatch-month-expected.txt: Added.
667 * fast/forms/month/ValidityState-stepMismatch-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
668 * fast/forms/month/ValidityState-typeMismatch-month-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-month-expected.txt.
669 * fast/forms/month/ValidityState-typeMismatch-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-month.js.
670 * fast/forms/month/input-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-expected.txt.
671 * fast/forms/month/input-valueasdate-month-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-month-expected.txt.
672 * fast/forms/month/input-valueasdate-month.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-month.js.
673 * fast/forms/month/input-valueasdate.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate.js.
674 * fast/forms/month/input-valueasnumber-month-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-month-expected.txt.
675 * fast/forms/month/input-valueasnumber-month.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-month.js.
676 * fast/forms/month/month-input-type-expected.txt: Added.
677 * fast/forms/month/month-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
678 * fast/forms/month/month-input-visible-string-expected.txt: Added.
679 * fast/forms/month/month-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
680 * fast/forms/month/month-stepup-stepdown-expected.txt: Added.
681 * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Added.
682 * fast/forms/month/month-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
683 * fast/forms/month/month-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
684 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed month part.
685 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: Removed month part.
686 * fast/forms/script-tests/ValidityState-stepMismatch.js: Removed month part.
687 * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Removed.
688 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed month part.
689 * fast/forms/script-tests/input-stepup-stepdown.js: Removed month part.
690 * fast/forms/script-tests/input-type-change3.js: Removed month part.
691 * fast/forms/script-tests/input-valueasdate-month.js: Removed.
692 * fast/forms/script-tests/input-valueasdate.js: Removed.
693 * fast/forms/script-tests/input-valueasnumber-month.js: Removed.
695 2011-08-09 Anders Carlsson <andersca@apple.com>
697 Add the final batch of Lion specific SVG test results.
699 * platform/mac-snowleopard/svg/W3C-SVG-1.1: Added.
700 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png.
701 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt.
702 * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png.
703 * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt.
704 * platform/mac-snowleopard/svg/text: Added.
705 * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.png: Copied from platform/mac/svg/text/text-intro-05-t-expected.png.
706 * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.txt: Copied from platform/mac/svg/text/text-intro-05-t-expected.txt.
707 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
708 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
709 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
710 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
711 * platform/mac/svg/text/text-intro-05-t-expected.png:
712 * platform/mac/svg/text/text-intro-05-t-expected.txt:
714 2011-08-09 Anders Carlsson <andersca@apple.com>
716 Skip a couple of SVG tests that are missing parts of the content for some odd reason.
718 * platform/mac-lion/Skipped:
720 2011-08-09 Anders Carlsson <andersca@apple.com>
722 Add Lion tests results for a couple of bidi SVG tests.
724 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
725 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
726 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
727 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
728 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
729 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
730 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
731 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
732 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
733 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
734 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
735 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
736 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
737 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
738 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
739 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
740 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
741 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
742 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
743 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
744 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
745 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
746 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
747 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
748 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
749 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
750 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
751 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
752 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
753 * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
755 2011-08-09 Andy Estes <aestes@apple.com>
757 Add a Radar number to a skipped test.
759 * platform/mac-lion/Skipped:
761 2011-08-09 Anders Carlsson <andersca@apple.com>
763 Add an expected result for svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg and check if it's
764 possible to have a pixel test result in a different platform directory from a text result.
766 * platform/mac-snowleopard/svg/W3C-I18N: Added.
767 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
768 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
770 2011-08-09 Anders Carlsson <andersca@apple.com>
772 Tweak an expected result.
774 * platform/mac-snowleopard/fast/loader/file-url-mimetypes-expected.txt:
776 2011-08-09 Filip Pizlo <fpizlo@apple.com>
778 DFG JIT failure loading web site
779 https://bugs.webkit.org/show_bug.cgi?id=65930
781 Reviewed by Oliver Hunt.
783 Reproduced the failure seen in
784 http://www.skinnytaste.com/2011/06/ricotta-cheese-chocolate-chip-muffins.html
786 * fast/js/boxed-double-to-int-expected.txt: Added.
787 * fast/js/boxed-double-to-int.html: Added.
788 * fast/js/script-tests/boxed-double-to-int.js: Added.
791 2011-08-09 Anders Carlsson <andersca@apple.com>
793 Add updated media test results for Lion.
795 * platform/mac-snowleopard/media: Added.
796 * platform/mac-snowleopard/media/controls-strict-expected.png: Copied from platform/mac/media/controls-strict-expected.png.
797 * platform/mac-snowleopard/media/controls-strict-expected.txt: Copied from platform/mac/media/controls-strict-expected.txt.
798 * platform/mac-snowleopard/media/video-controls-rendering-expected.png: Copied from platform/mac/media/video-controls-rendering-expected.png.
799 * platform/mac-snowleopard/media/video-controls-rendering-expected.txt: Copied from platform/mac/media/video-controls-rendering-expected.txt.
800 * platform/mac-snowleopard/media/video-display-toggle-expected.png: Copied from platform/mac/media/video-display-toggle-expected.png.
801 * platform/mac-snowleopard/media/video-display-toggle-expected.txt: Copied from platform/mac/media/video-display-toggle-expected.txt.
802 * platform/mac-snowleopard/media/video-layer-crash-expected.png: Copied from platform/mac/media/video-layer-crash-expected.png.
803 * platform/mac-snowleopard/media/video-layer-crash-expected.txt: Copied from platform/mac/media/video-layer-crash-expected.txt.
804 * platform/mac-snowleopard/media/video-no-audio-expected.png: Copied from platform/mac/media/video-no-audio-expected.png.
805 * platform/mac-snowleopard/media/video-no-audio-expected.txt: Copied from platform/mac/media/video-no-audio-expected.txt.
806 * platform/mac/media/controls-strict-expected.png:
807 * platform/mac/media/controls-strict-expected.txt:
808 * platform/mac/media/video-controls-rendering-expected.png:
809 * platform/mac/media/video-controls-rendering-expected.txt:
810 * platform/mac/media/video-display-toggle-expected.png:
811 * platform/mac/media/video-display-toggle-expected.txt:
812 * platform/mac/media/video-layer-crash-expected.png:
813 * platform/mac/media/video-no-audio-expected.png:
814 * platform/mac/media/video-no-audio-expected.txt:
816 2011-08-09 Chris Rogers <crogers@google.com>
818 Add more Web Audio layout tests
819 https://bugs.webkit.org/show_bug.cgi?id=65786
821 Reviewed by Kenneth Russell.
823 * webaudio/audiobuffersource-expected.wav: Added.
824 * webaudio/audiobuffersource-playbackrate-expected.wav: Added.
825 * webaudio/audiobuffersource-playbackrate.html: Added.
826 * webaudio/audiobuffersource.html: Added.
827 * webaudio/mixing-expected.wav: Added.
828 * webaudio/mixing.html: Added.
829 * webaudio/resources/hyper-reality: Added.
830 * webaudio/resources/hyper-reality/br-jam-loop.wav: Added.
831 * webaudio/resources/hyper-reality/laughter.wav: Added.
832 * webaudio/sample-accurate-scheduling-expected.txt: Added.
833 * webaudio/sample-accurate-scheduling.html: Added.
835 2011-08-09 Anders Carlsson <andersca@apple.com>
837 More Lion skipped list goodness.
839 * platform/mac-lion/Skipped:
841 2011-08-09 Vsevolod Vlasov <vsevik@chromium.org>
843 Web Inspector: XHRs end up in the resources panel.
844 https://bugs.webkit.org/show_bug.cgi?id=60321
846 Reviewed by Pavel Feldman.
848 * http/tests/inspector/console-xhr-logging-expected.txt:
849 * http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt: Added.
850 * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html: Added.
852 2011-08-08 Adrienne Walker <enne@google.com>
854 Add testing for --force-compositing-mode to windows.internal
855 https://bugs.webkit.org/show_bug.cgi?id=65777
857 Reviewed by Adam Barth.
859 Add empty page to test that the root gets a graphics layer.
861 * platform/chromium/compositing/force-compositing-mode/force-composite-empty-expected.txt: Added.
862 * platform/chromium/compositing/force-compositing-mode/force-composite-empty.html: Added.
864 2011-08-08 Ryosuke Niwa <rniwa@webkit.org>
866 Repeated copy and paste result in nested style elements such as b and font
867 https://bugs.webkit.org/show_bug.cgi?id=65824
869 Reviewed by Tony Chang.
871 Added tests to ensure WebKit does not nest styling elements and does not remove elements with non-editing styles.
872 Also rebaselined several tests.
874 Because WebKit serializes all editing inheritable styles on copy, we should be able to remove all inline styles
875 at the insertion point on paste. And this patch removes inline style elements such as font and b more aggressively.
876 WebKit erroneously bolded the last words in paste-after-inline-style-element.html and paste-with-redundant-style.html
877 before this change set but this is no longer the case.
879 * editing/pasteboard/5065605-expected.txt: Lost wrapping font and span elements.
880 * editing/pasteboard/merge-end-1-expected.txt: Span is split but visually identical.
881 * editing/pasteboard/merge-end-2-expected.txt: Ditto.
882 * editing/pasteboard/paste-after-inline-style-element-expected.txt: No longer bolds "line 2" erroneously.
883 * editing/pasteboard/paste-text-011-expected.txt: Lost wrapping font, b, and span elements.
884 * editing/pasteboard/paste-text-with-style-2-expected.txt: Added.
885 * editing/pasteboard/paste-text-with-style-2.html: Added.
886 * editing/pasteboard/paste-text-with-style-3-expected.txt: Added.
887 * editing/pasteboard/paste-text-with-style-3.html: Added.
888 * editing/pasteboard/paste-text-with-style-4-expected.txt: Added.
889 * editing/pasteboard/paste-text-with-style-4.html: Added.
890 * editing/pasteboard/paste-with-redundant-style-expected.txt: Lost wrapping b.
891 * editing/pasteboard/paste-with-redundant-style.html: Updated comments per rebaseline.
892 * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
894 2011-08-09 Abhishek Arya <inferno@chromium.org>
896 Tests that we do not crash when trying to dirty line boxes on
897 a RenderInline needing full relayout.
898 https://bugs.webkit.org/show_bug.cgi?id=65924
900 Reviewed by Dave Hyatt.
902 * fast/inline/update-always-create-line-boxes-full-layout-crash-expected.txt: Added.
903 * fast/inline/update-always-create-line-boxes-full-layout-crash.html: Added.
905 2011-08-09 Pavel Feldman <pfeldman@google.com>
907 Not reviewed: rebaselining inspector test.
909 * inspector/debugger/scripts-panel-expected.txt:
910 * inspector/debugger/scripts-panel.html:
912 2011-08-09 Pavel Feldman <pfeldman@google.com>
914 Web Inspector: files from different domains are mixed in the file selector in Scripts panel
915 https://bugs.webkit.org/show_bug.cgi?id=65601
917 Reviewed by Yury Semikhatsky.
919 * inspector/debugger/scripts-panel-expected.txt:
920 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt:
922 2011-08-09 Pavel Feldman <pfeldman@google.com>
924 Not reviewed: fix inspector tests
926 * inspector/styles/show-user-agent-styles.html:
928 2011-08-09 Pavel Feldman <pfeldman@google.com>
930 Web Inspector: provide a way to hide user agent styles
931 https://bugs.webkit.org/show_bug.cgi?id=37766
933 Reviewed by Yury Semikhatsky.
935 * inspector/styles/show-user-agent-styles-expected.txt: Added.
936 * inspector/styles/show-user-agent-styles.html: Added.
938 2011-08-09 Vsevolod Vlasov <vsevik@chromium.org>
940 Web Inspector: REGRESSION (r92672): http/tests/inspector/resource-main-cookies.php failing on Qt Linux Release
941 https://bugs.webkit.org/show_bug.cgi?id=65911
943 Unreviewed. Skipped test failing on qt.
945 * platform/qt/Skipped:
947 2011-08-09 Andrei Popescu <andreip@google.com>
949 [Chromium] Update test expectations for fast/writing-mode/japanese-rl-text-with-broken-font.html
951 Unreviewed gardening.
953 * platform/chromium/test_expectations.txt:
955 2011-08-09 Vsevolod Vlasov <vsevik@chromium.org>
957 Web Inspector: Resources panel does not show main resource cookies.
958 https://bugs.webkit.org/show_bug.cgi?id=65770
960 Reviewed by Pavel Feldman.
962 * http/tests/inspector/resource-main-cookies-expected.txt: Added.
963 * http/tests/inspector/resource-main-cookies.php: Added.
964 * platform/chromium/test_expectations.txt:
966 2011-08-09 Sheriff Bot <webkit.review.bot@gmail.com>
968 Unreviewed, rolling out r92670.
969 http://trac.webkit.org/changeset/92670
970 https://bugs.webkit.org/show_bug.cgi?id=65905
972 It broke 3 inspector tests (Requested by Ossy on #webkit).
974 * inspector/protocol/runtime-agent-expected.txt:
975 * inspector/runtime/runtime-getProperties-expected.txt:
976 * inspector/runtime/runtime-getProperties.html:
977 * platform/chromium/inspector/runtime/runtime-getProperties-expected.txt: Added.
979 2011-08-09 Pavel Feldman <pfeldman@google.com>
981 Web Inspector: there should be a way to tell what properties are non-enumerable when expanding objects.
982 https://bugs.webkit.org/show_bug.cgi?id=65518
984 Reviewed by Yury Semikhatsky.
986 * inspector/protocol/runtime-agent-expected.txt:
987 * inspector/runtime/runtime-getProperties-expected.txt:
988 * inspector/runtime/runtime-getProperties.html:
990 2011-08-09 Nikolas Zimmermann <nzimmermann@rim.com>
992 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
993 https://bugs.webkit.org/show_bug.cgi?id=63186
995 Not reviewed. More gtk/win gardening.
997 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline, same result on both gtk 32 bit debug/release and 64bit.
998 * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Taken from Win7 bot, WinXP still seems to have a problem.
999 * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1000 * platform/win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
1002 2011-08-09 Renata Hodovan <reni@webkit.org>
1004 [Qt]REGRESSION(r92554): It made one test failed.
1006 Unreviewed gardening.
1008 * platform/qt-4.8/Skipped: Skip the failed test.
1010 2011-08-08 Kent Tamura <tkent@chromium.org>
1012 [Chromium] Update baseline files for r92585.
1014 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
1015 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
1016 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
1017 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
1018 * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
1019 * platform/chromium/test_expectations.txt:
1021 2011-08-08 Kent Tamura <tkent@chromium.org>
1023 [Windows] input-number-size.html is expected to fail because of no spin-button.
1025 * platform/win/Skipped:
1027 2011-08-08 Kent Tamura <tkent@chromium.org>
1029 [Qt] Grouping spin-button related tests.
1030 https://bugs.webkit.org/show_bug.cgi?id=65896
1032 * platform/qt/Skipped:
1034 2011-08-08 Adam Barth <abarth@webkit.org>
1036 This should actually be the correct fix for
1037 fast/js/regexp-overflow.html. The bug in bulk-optimize-baselines is
1038 https://bugs.webkit.org/show_bug.cgi?id=65891.
1040 * platform/chromium/fast/js/regexp-overflow-expected.txt:
1042 2011-08-08 Adam Barth <abarth@webkit.org>
1044 Add fast/js/regexp-overflow.html result back for Chromium. I'm not
1045 sure why bulk-rebaseline-tests remove it. There's some bug in the
1046 script I need to track down.
1048 * platform/chromium/fast/js/regexp-overflow-expected.txt: Added.
1050 2011-08-08 Jian Li <jianli@chromium.org>
1052 Unreviewed, mark gradient-after-transparent-border.html as failed on chromium.
1054 * platform/chromium/test_expectations.txt:
1056 2011-08-08 Adam Barth <abarth@webkit.org>
1058 Optimize baselines for fast/js.
1059 This patch was created with webkit-patch bulk-optimize-baselines.
1061 * fast/js/exception-linenums-in-html-3-expected.txt: Added.
1062 * fast/js/global-constructors-expected.txt: Removed.
1063 * fast/js/missing-style-end-tag-js-expected.txt: Added.
1064 * platform/chromium-mac/fast/js/array-every-expected.txt: Removed.
1065 * platform/chromium-mac/fast/js/array-foreach-expected.txt: Removed.
1066 * platform/chromium-mac/fast/js/array-functions-non-arrays-expected.txt: Removed.
1067 * platform/chromium-mac/fast/js/array-some-expected.txt: Removed.
1068 * platform/chromium-mac/fast/js/assign-expected.txt: Removed.
1069 * platform/chromium-mac/fast/js/break-ASI-expected.txt: Removed.
1070 * platform/chromium-mac/fast/js/const-expected.txt: Removed.
1071 * platform/chromium-mac/fast/js/constructor-attributes-expected.txt: Removed.
1072 * platform/chromium-mac/fast/js/cyclic-proto-expected.txt: Removed.
1073 * platform/chromium-mac/fast/js/cyclic-prototypes-expected.txt: Removed.
1074 * platform/chromium-mac/fast/js/date-proto-generic-invocation-expected.txt: Removed.
1075 * platform/chromium-mac/fast/js/date-toisostring-expected.txt: Removed.
1076 * platform/chromium-mac/fast/js/deep-recursion-test-expected.txt: Removed.
1077 * platform/chromium-mac/fast/js/delete-getters-setters-expected.txt: Removed.
1078 * platform/chromium-mac/fast/js/exception-codegen-crash-expected.txt: Removed.
1079 * platform/chromium-mac/fast/js/exception-for-nonobject-expected.txt: Removed.
1080 * platform/chromium-mac/fast/js/exception-sequencing-binops2-expected.txt: Removed.
1081 * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt: Removed.
1082 * platform/chromium-mac/fast/js/exceptions-thrown-in-callbacks-expected.txt: Removed.
1083 * platform/chromium-mac/fast/js/function-declaration-expected.txt: Removed.
1084 * platform/chromium-mac/fast/js/function-dot-arguments-and-caller-expected.txt: Removed.
1085 * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: Removed.
1086 * platform/chromium-mac/fast/js/function-toString-object-literals-expected.txt: Removed.
1087 * platform/chromium-mac/fast/js/function-toString-parentheses-expected.txt: Removed.
1088 * platform/chromium-mac/fast/js/function-toString-semicolon-insertion-expected.txt: Removed.
1089 * platform/chromium-mac/fast/js/instance-of-immediates-expected.txt: Removed.
1090 * platform/chromium-mac/fast/js/invalid-syntax-for-function-expected.txt: Removed.
1091 * platform/chromium-mac/fast/js/js-continue-break-restrictions-expected.txt: Removed.
1092 * platform/chromium-mac/fast/js/kde/RegExp-expected.txt: Removed.
1093 * platform/chromium-mac/fast/js/kde/StringObject-expected.txt: Removed.
1094 * platform/chromium-mac/fast/js/kde/encode_decode_uri-expected.txt: Removed.
1095 * platform/chromium-mac/fast/js/kde/function-expected.txt: Removed.
1096 * platform/chromium-mac/fast/js/kde/garbage-n-expected.txt: Removed.
1097 * platform/chromium-mac/fast/js/kde/lval-exceptions-expected.txt: Removed.
1098 * platform/chromium-mac/fast/js/kde/parse-expected.txt: Removed.
1099 * platform/chromium-mac/fast/js/kde/string-1-n-expected.txt: Removed.
1100 * platform/chromium-mac/fast/js/kde/string-2-n-expected.txt: Removed.
1101 * platform/chromium-mac/fast/js/modify-non-references-expected.txt: Removed.
1102 * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Removed.
1103 * platform/chromium-mac/fast/js/number-toString-expected.txt: Removed.
1104 * platform/chromium-mac/fast/js/number-tofixed-expected.txt: Removed.
1105 * platform/chromium-mac/fast/js/object-extra-comma-expected.txt: Removed.
1106 * platform/chromium-mac/fast/js/postfix-syntax-expected.txt: Removed.
1107 * platform/chromium-mac/fast/js/prefix-syntax-expected.txt: Removed.
1108 * platform/chromium-mac/fast/js/regexp-compile-crash-expected.txt: Removed.
1109 * platform/chromium-mac/fast/js/regexp-compile-expected.txt: Removed.
1110 * platform/chromium-mac/fast/js/regexp-no-extensions-expected.txt: Removed.
1111 * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: Removed.
1112 * platform/chromium-mac/fast/js/regexp-range-out-of-order-expected.txt: Removed.
1113 * platform/chromium-mac/fast/js/regexp-test-null-string-expected.txt: Removed.
1114 * platform/chromium-mac/fast/js/string-capitalization-expected.txt: Removed.
1115 * platform/chromium-mac/fast/js/toString-and-valueOf-override-expected.txt: Removed.
1116 * platform/chromium-mac/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Removed.
1117 * platform/chromium-mac/fast/js/toString-stack-overflow-expected.txt: Removed.
1118 * platform/chromium-mac/fast/js/uncaught-exception-line-number-expected.txt: Removed.
1119 * platform/chromium-win/fast/js/array-every-expected.txt: Removed.
1120 * platform/chromium-win/fast/js/array-foreach-expected.txt: Removed.
1121 * platform/chromium-win/fast/js/array-functions-non-arrays-expected.txt: Removed.
1122 * platform/chromium-win/fast/js/array-some-expected.txt: Removed.
1123 * platform/chromium-win/fast/js/assign-expected.txt: Removed.
1124 * platform/chromium-win/fast/js/break-ASI-expected.txt: Removed.
1125 * platform/chromium-win/fast/js/const-expected.txt: Removed.
1126 * platform/chromium-win/fast/js/constructor-attributes-expected.txt: Removed.
1127 * platform/chromium-win/fast/js/cyclic-proto-expected.txt: Removed.
1128 * platform/chromium-win/fast/js/cyclic-prototypes-expected.txt: Removed.
1129 * platform/chromium-win/fast/js/date-proto-generic-invocation-expected.txt: Removed.
1130 * platform/chromium-win/fast/js/date-toisostring-expected.txt: Removed.
1131 * platform/chromium-win/fast/js/deep-recursion-test-expected.txt: Removed.
1132 * platform/chromium-win/fast/js/delete-getters-setters-expected.txt: Removed.
1133 * platform/chromium-win/fast/js/exception-codegen-crash-expected.txt: Removed.
1134 * platform/chromium-win/fast/js/exception-for-nonobject-expected.txt: Removed.
1135 * platform/chromium-win/fast/js/exception-sequencing-binops2-expected.txt: Removed.
1136 * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt: Removed.
1137 * platform/chromium-win/fast/js/exceptions-thrown-in-callbacks-expected.txt: Removed.
1138 * platform/chromium-win/fast/js/function-declaration-expected.txt: Removed.
1139 * platform/chromium-win/fast/js/function-dot-arguments-and-caller-expected.txt: Removed.
1140 * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: Removed.
1141 * platform/chromium-win/fast/js/function-toString-object-literals-expected.txt: Removed.
1142 * platform/chromium-win/fast/js/function-toString-parentheses-expected.txt: Removed.
1143 * platform/chromium-win/fast/js/function-toString-semicolon-insertion-expected.txt: Removed.
1144 * platform/chromium-win/fast/js/instance-of-immediates-expected.txt: Removed.
1145 * platform/chromium-win/fast/js/invalid-syntax-for-function-expected.txt: Removed.
1146 * platform/chromium-win/fast/js/js-continue-break-restrictions-expected.txt: Removed.
1147 * platform/chromium-win/fast/js/kde/RegExp-expected.txt: Removed.
1148 * platform/chromium-win/fast/js/kde/StringObject-expected.txt: Removed.
1149 * platform/chromium-win/fast/js/kde/encode_decode_uri-expected.txt: Removed.
1150 * platform/chromium-win/fast/js/kde/function-expected.txt: Removed.
1151 * platform/chromium-win/fast/js/kde/garbage-n-expected.txt: Removed.
1152 * platform/chromium-win/fast/js/kde/lval-exceptions-expected.txt: Removed.
1153 * platform/chromium-win/fast/js/kde/parse-expected.txt: Removed.
1154 * platform/chromium-win/fast/js/kde/string-1-n-expected.txt: Removed.
1155 * platform/chromium-win/fast/js/kde/string-2-n-expected.txt: Removed.
1156 * platform/chromium-win/fast/js/modify-non-references-expected.txt: Removed.
1157 * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Removed.
1158 * platform/chromium-win/fast/js/number-toString-expected.txt: Removed.
1159 * platform/chromium-win/fast/js/number-tofixed-expected.txt: Removed.
1160 * platform/chromium-win/fast/js/object-extra-comma-expected.txt: Removed.
1161 * platform/chromium-win/fast/js/postfix-syntax-expected.txt: Removed.
1162 * platform/chromium-win/fast/js/prefix-syntax-expected.txt: Removed.
1163 * platform/chromium-win/fast/js/regexp-compile-crash-expected.txt: Removed.
1164 * platform/chromium-win/fast/js/regexp-compile-expected.txt: Removed.
1165 * platform/chromium-win/fast/js/regexp-no-extensions-expected.txt: Removed.
1166 * platform/chromium-win/fast/js/regexp-overflow-expected.txt: Removed.
1167 * platform/chromium-win/fast/js/regexp-range-out-of-order-expected.txt: Removed.
1168 * platform/chromium-win/fast/js/regexp-test-null-string-expected.txt: Removed.
1169 * platform/chromium-win/fast/js/string-capitalization-expected.txt: Removed.
1170 * platform/chromium-win/fast/js/toString-and-valueOf-override-expected.txt: Removed.
1171 * platform/chromium-win/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Removed.
1172 * platform/chromium-win/fast/js/toString-stack-overflow-expected.txt: Removed.
1173 * platform/chromium-win/fast/js/uncaught-exception-line-number-expected.txt: Removed.
1174 * platform/chromium/fast/js/array-every-expected.txt: Added.
1175 * platform/chromium/fast/js/array-foreach-expected.txt: Added.
1176 * platform/chromium/fast/js/array-functions-non-arrays-expected.txt: Added.
1177 * platform/chromium/fast/js/array-some-expected.txt: Added.
1178 * platform/chromium/fast/js/assign-expected.txt: Added.
1179 * platform/chromium/fast/js/break-ASI-expected.txt: Added.
1180 * platform/chromium/fast/js/const-expected.txt: Added.
1181 * platform/chromium/fast/js/constructor-attributes-expected.txt: Added.
1182 * platform/chromium/fast/js/cyclic-proto-expected.txt: Added.
1183 * platform/chromium/fast/js/cyclic-prototypes-expected.txt: Added.
1184 * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Added.
1185 * platform/chromium/fast/js/date-toisostring-expected.txt: Added.
1186 * platform/chromium/fast/js/deep-recursion-test-expected.txt: Added.
1187 * platform/chromium/fast/js/delete-getters-setters-expected.txt: Added.
1188 * platform/chromium/fast/js/exception-codegen-crash-expected.txt: Added.
1189 * platform/chromium/fast/js/exception-for-nonobject-expected.txt: Added.
1190 * platform/chromium/fast/js/exception-sequencing-binops2-expected.txt: Added.
1191 * platform/chromium/fast/js/exception-thrown-from-new-expected.txt: Added.
1192 * platform/chromium/fast/js/exceptions-thrown-in-callbacks-expected.txt: Added.
1193 * platform/chromium/fast/js/function-declaration-expected.txt: Added.
1194 * platform/chromium/fast/js/function-dot-arguments-and-caller-expected.txt: Added.
1195 * platform/chromium/fast/js/function-prototype-descriptor-expected.txt: Added.
1196 * platform/chromium/fast/js/function-toString-object-literals-expected.txt: Added.
1197 * platform/chromium/fast/js/function-toString-parentheses-expected.txt: Added.
1198 * platform/chromium/fast/js/function-toString-semicolon-insertion-expected.txt: Added.
1199 * platform/chromium/fast/js/instance-of-immediates-expected.txt: Added.
1200 * platform/chromium/fast/js/invalid-syntax-for-function-expected.txt: Added.
1201 * platform/chromium/fast/js/js-continue-break-restrictions-expected.txt: Added.
1202 * platform/chromium/fast/js/kde: Added.
1203 * platform/chromium/fast/js/kde/RegExp-expected.txt: Added.
1204 * platform/chromium/fast/js/kde/StringObject-expected.txt: Added.
1205 * platform/chromium/fast/js/kde/encode_decode_uri-expected.txt: Added.
1206 * platform/chromium/fast/js/kde/function-expected.txt: Added.
1207 * platform/chromium/fast/js/kde/garbage-n-expected.txt: Added.
1208 * platform/chromium/fast/js/kde/lval-exceptions-expected.txt: Added.
1209 * platform/chromium/fast/js/kde/parse-expected.txt: Added.
1210 * platform/chromium/fast/js/kde/string-1-n-expected.txt: Added.
1211 * platform/chromium/fast/js/kde/string-2-n-expected.txt: Added.
1212 * platform/chromium/fast/js/modify-non-references-expected.txt: Added.
1213 * platform/chromium/fast/js/mozilla/strict/11.1.5-expected.txt: Removed.
1214 * platform/chromium/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added.
1215 * platform/chromium/fast/js/number-toString-expected.txt: Added.
1216 * platform/chromium/fast/js/number-tofixed-expected.txt: Added.
1217 * platform/chromium/fast/js/object-extra-comma-expected.txt: Added.
1218 * platform/chromium/fast/js/postfix-syntax-expected.txt: Added.
1219 * platform/chromium/fast/js/prefix-syntax-expected.txt: Added.
1220 * platform/chromium/fast/js/regexp-compile-crash-expected.txt: Added.
1221 * platform/chromium/fast/js/regexp-compile-expected.txt: Added.
1222 * platform/chromium/fast/js/regexp-no-extensions-expected.txt: Added.
1223 * platform/chromium/fast/js/regexp-overflow-expected.txt: Removed.
1224 * platform/chromium/fast/js/regexp-range-out-of-order-expected.txt: Added.
1225 * platform/chromium/fast/js/regexp-test-null-string-expected.txt: Added.
1226 * platform/chromium/fast/js/string-capitalization-expected.txt: Added.
1227 * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Added.
1228 * platform/chromium/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
1229 * platform/chromium/fast/js/toString-stack-overflow-expected.txt: Added.
1230 * platform/chromium/fast/js/uncaught-exception-line-number-expected.txt: Added.
1231 * platform/gtk/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
1232 * platform/gtk/fast/js/missing-style-end-tag-js-expected.txt: Removed.
1233 * platform/mac/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
1234 * platform/mac/fast/js/global-constructors-expected.txt: Added.
1235 * platform/mac/fast/js/missing-style-end-tag-js-expected.txt: Removed.
1236 * platform/qt/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
1237 * platform/qt/fast/js/missing-style-end-tag-js-expected.txt: Removed.
1239 2011-08-08 Adam Barth <abarth@webkit.org>
1241 Optimize baselines for fast/inspector-support.
1242 This patch was created with webkit-patch bulk-optimize-baselines.
1244 * fast/inspector-support/style-expected.txt: Added.
1245 * platform/chromium-mac/fast/inspector-support: Removed.
1246 * platform/chromium-mac/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
1247 * platform/chromium-mac/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
1248 * platform/chromium-mac/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
1249 * platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
1250 * platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
1251 * platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
1252 * platform/chromium/fast/inspector-support: Added.
1253 * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt: Added.
1254 * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt: Added.
1255 * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt: Added.
1256 * platform/gtk/fast/inspector-support/style-expected.txt: Removed.
1257 * platform/mac/fast/inspector-support/style-expected.txt: Removed.
1258 * platform/qt/fast/inspector-support/style-expected.txt: Removed.
1260 2011-08-08 Adam Barth <abarth@webkit.org>
1262 Optimize baselines for fast/dom/HTMLAnchorElement and fast/dom/Window.
1263 This patch was created with webkit-patch bulk-optimize-baselines.
1264 (Note: I massaged the two results that enumerate the global object to
1265 leave the "base" results as matching mac even though the tool wanted to
1266 push those results down into the mac directory.)
1268 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
1269 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Removed.
1270 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
1271 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
1272 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Removed.
1273 * platform/chromium-mac/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
1274 * platform/chromium-mac/fast/dom/Window/get-set-properties-expected.txt: Removed.
1275 * platform/chromium-mac/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
1276 * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
1277 * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
1278 * platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
1279 * platform/chromium-mac/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
1280 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
1281 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
1282 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
1283 * platform/chromium-win/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
1284 * platform/chromium-win/fast/dom/Window/get-set-properties-expected.txt: Removed.
1285 * platform/chromium-win/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
1286 * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
1287 * platform/chromium-win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
1288 * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
1289 * platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
1290 * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
1291 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
1292 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
1293 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
1294 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
1295 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
1296 * platform/chromium/fast/dom/Window/element-constructors-on-window-expected.txt: Added.
1297 * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Added.
1298 * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt: Added.
1299 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: Added.
1300 * platform/chromium/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.
1301 * platform/chromium/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
1302 * platform/chromium/fast/dom/Window/window-properties-geolocation-expected.txt: Added.
1303 * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Added.
1305 2011-08-08 Adam Barth <abarth@webkit.org>
1307 Optimize baselines for fast/dom/DOMException.
1308 This patch was created with webkit-patch bulk-optimize-baselines.
1309 (I've manually remove the README file because we don't use these sorts
1310 of README files anymore.)
1312 * platform/chromium-mac/fast/dom/DOMException: Removed.
1313 * platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt: Removed.
1314 * platform/chromium-mac/fast/dom/DOMException/README: Removed.
1315 * platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt: Removed.
1316 * platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt: Removed.
1317 * platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt: Removed.
1318 * platform/chromium-win/fast/dom/DOMException: Removed.
1319 * platform/chromium-win/fast/dom/DOMException/EventException-expected.txt: Removed.
1320 * platform/chromium-win/fast/dom/DOMException/README: Removed.
1321 * platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt: Removed.
1322 * platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt: Removed.
1323 * platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt: Removed.
1324 * platform/chromium/fast/dom/DOMException: Added.
1325 * platform/chromium/fast/dom/DOMException/EventException-expected.txt: Added.
1326 * platform/chromium/fast/dom/DOMException/RangeException-expected.txt: Added.
1327 * platform/chromium/fast/dom/DOMException/XPathException-expected.txt: Added.
1328 * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt: Added.
1330 2011-08-08 Jian Li <jianli@chromium.org>
1332 Unreviewed, mark preventExtensions.html as failed on chromium.
1334 * platform/chromium/test_expectations.txt:
1336 2011-08-08 Tony Chang <tony@chromium.org>
1338 implement basic horizontal flexing
1339 https://bugs.webkit.org/show_bug.cgi?id=65045
1341 Reviewed by David Hyatt.
1343 * css3/flexbox/001-expected.txt: Added.
1344 * css3/flexbox/001.html: Added.
1345 * css3/flexbox/resources/flexbox.js: Added. I plan on using this file for other tests.
1347 (checkHorizontalBoxen):
1349 2011-08-08 Ryosuke Niwa <rniwa@webkit.org>
1351 Remove redundant inline styles from the pasted contents more aggressively
1352 https://bugs.webkit.org/show_bug.cgi?id=65833
1354 Reviewed by Tony Chang.
1356 Added a test to paste contents with many redundant styles. WebKit should remove as much style spans as possible
1357 (all of this in this case).
1359 * editing/pasteboard/4930986-2-expected.txt: style attribute now has a trailing space.
1360 * editing/pasteboard/interchange-newline-1-expected.txt: No longer has a wrapping span without any attributes.
1361 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Ditto.
1362 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Ditto.
1363 * editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Ditto.
1364 * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Ditto.
1365 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Ditto.
1366 * editing/pasteboard/paste-with-redundant-style-expected.txt: Added.
1367 * editing/pasteboard/paste-with-redundant-style.html: Added.
1369 2011-08-08 Oliver Hunt <oliver@apple.com>
1371 Non-extensibility does not prevent mutating [[Prototype]]
1372 https://bugs.webkit.org/show_bug.cgi?id=65832
1374 Reviewed by Gavin Barraclough.
1376 Add tests to ensure we can't assign to __proto__ when an object
1379 * fast/js/preventExtensions-expected.txt:
1380 * fast/js/script-tests/preventExtensions.js:
1382 2011-08-08 Jian Li <jianli@chromium.org>
1384 Unreviewed, mark 1 test as flaky in chromium.
1386 * platform/chromium/test_expectations.txt:
1388 2011-08-08 Jian Li <jianli@chromium.org>
1390 Unreviewed, update chromium test_expectations.
1392 * platform/chromium/test_expectations.txt:
1394 2011-08-08 Jian Li <jianli@chromium.org>
1396 Unreviewed, mark some tests as flaky on chromium.
1398 * platform/chromium/test_expectations.txt:
1400 2011-08-08 Zan Dobersek <zandobersek@gmail.com>
1402 [Cairo][Gtk] Get more of the philip suite of canvas tests passing
1403 https://bugs.webkit.org/show_bug.cgi?id=54458
1405 Reviewed by Martin Robinson.
1407 Update the list of skipped canvas tests and describe why platform-specific
1410 * platform/gtk/Skipped:
1412 2011-08-08 Anders Carlsson <andersca@apple.com>
1414 More Lion specific results.
1416 * platform/mac-lion/Skipped:
1417 * platform/mac-snowleopard/editing: Added.
1418 * platform/mac-snowleopard/editing/input: Added.
1419 * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.png: Copied from platform/mac/editing/input/devanagari-ligature-expected.png.
1420 * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.txt: Copied from platform/mac/editing/input/devanagari-ligature-expected.txt.
1421 * platform/mac-snowleopard/fast/xsl: Added.
1422 * platform/mac-snowleopard/fast/xsl/sort-locale-expected.txt: Added.
1423 * platform/mac/editing/input/devanagari-ligature-expected.png:
1424 * platform/mac/editing/input/devanagari-ligature-expected.txt:
1425 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
1426 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
1427 * platform/mac/fast/xsl/sort-locale-expected.txt: Added.
1429 2011-08-08 Jian Li <jianli@chromium.org>
1431 Unreviewed, fix more typo in test_expectations.txt.
1433 * platform/chromium/test_expectations.txt:
1435 2011-08-08 Pavel Podivilov <podivilov@chromium.org>
1437 Web Inspector: unreviewed, build fix for r92598.
1439 * inspector/debugger/script-formatter.html:
1441 2011-08-08 Andrei Popescu <andreip@google.com>
1443 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
1444 https://bugs.webkit.org/show_bug.cgi?id=63186
1446 Unreviewed gardening.
1448 Fix typo in test_expectations.txt.
1450 * platform/chromium/test_expectations.txt:
1452 2011-08-08 Andrei Popescu <andreip@google.com>
1454 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
1455 https://bugs.webkit.org/show_bug.cgi?id=63186
1457 Unreviewed gardening.
1459 Marks the tests as failing on Chromium.
1461 * platform/chromium/test_expectations.txt:
1463 2011-08-08 Andras Becsi <abecsi@webkit.org>
1465 [Qt] fast/forms/input-number-size.html added in r92589 fails
1466 https://bugs.webkit.org/show_bug.cgi?id=65851
1468 Unreviewed gardening.
1470 * platform/qt/Skipped: Skip the test.
1472 2011-08-08 John Knottenbelt <jknotten@chromium.org>
1474 Adjust test expectations.
1475 https://bugs.webkit.org/show_bug.cgi?id=65847
1479 * platform/chromium/test_expectations.txt:
1481 2011-08-08 Shinya Kawanaka <shinyak@google.com>
1483 Added the test to check the width of input[type=number].
1484 https://bugs.webkit.org/show_bug.cgi?id=60673
1486 Reviewed by Kent Tamura.
1488 * fast/forms/input-number-size-expected.txt: Added.
1489 * fast/forms/input-number-size.html: Added.
1491 2011-08-07 Zoltan Horvath <zoltan@webkit.org>
1493 [Qt] Skip divergent tests
1494 https://bugs.webkit.org/show_bug.cgi?id=65831
1496 * platform/qt/Skipped:
1498 2011-07-28 Kent Tamura <tkent@chromium.org>
1500 [Chromium] Make form validation bubble fit with Chrome UI style
1501 https://bugs.webkit.org/show_bug.cgi?id=65359
1503 Reviewed by Hajime Morita.
1505 * fast/forms/validation-message-appearance.html:
1506 Need to wait for a litle because of image loading.
1507 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
1508 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
1509 * platform/chromium/test_expectations.txt:
1510 * platform/mac/fast/forms/validation-message-appearance-expected.png:
1511 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
1513 2011-08-07 Shinichiro Hamaji <hamaji@chromium.org>
1515 Layout Test fast/loader/ping-error.html is failing
1516 https://bugs.webkit.org/show_bug.cgi?id=65754
1518 Unreviewed chromium test_expectations.txt update
1519 No more failure as r92439 was rolled out by r92453
1521 * platform/chromium/test_expectations.txt:
1523 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
1525 Unreviewed test fix after r92578. I accidentally added the call to dumpAsText(true).
1527 * editing/pasteboard/nested-blocks-with-text-area.html:
1529 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
1531 Dump-as-markup conversion: paste-blockquote-into-blockquote.html and prevent-block-nesting-01.html
1532 https://bugs.webkit.org/show_bug.cgi?id=65837
1534 Reviewed by Kent Tamura.
1536 Converted the tests to dump-as-markup tests to improve the readability of the expected results.
1538 * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
1539 * editing/pasteboard/paste-blockquote-into-blockquote.html:
1540 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
1541 * editing/pasteboard/prevent-block-nesting-01.html:
1542 * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
1543 * platform/chromium-linux/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
1544 * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
1545 * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
1546 * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
1547 * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
1548 * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
1549 * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
1550 * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
1551 * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
1552 * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
1553 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
1554 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
1555 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
1556 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
1557 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
1558 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
1560 2011-08-07 Noel Gordon <noel.gordon@gmail.com>
1562 Layout Test fast/xsl/xslt-import-depth.xml is failing
1563 https://bugs.webkit.org/show_bug.cgi?id=65758
1565 Test is now green on chromium and webkit build bots.
1567 Reviewed by Kent Tamura.
1569 * platform/chromium/test_expectations.txt:
1571 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
1573 Dump-as-markup conversion: nested-blocks-with-text-area.html and nested-blocks-with-text-field.html
1574 https://bugs.webkit.org/show_bug.cgi?id=65836
1576 Reviewed by Kent Tamura.
1578 Converted the tests to dump-as-markup tests to improve the readability of the expected results.
1580 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
1581 * editing/pasteboard/nested-blocks-with-text-area.html:
1582 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
1583 * editing/pasteboard/nested-blocks-with-text-field.html:
1584 * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1585 * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1586 * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1587 * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1588 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1589 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
1590 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1591 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
1592 * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1593 * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
1594 * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1595 * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
1596 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1597 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1598 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1599 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
1600 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1601 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
1602 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
1603 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
1604 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
1605 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
1606 * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
1608 2011-08-07 Noel Gordon <noel.gordon@gmail.com>
1610 Layout Test fast/xsl/import-after-comment.xml is failing
1611 https://bugs.webkit.org/show_bug.cgi?id=65757
1613 This test and the others mentioned in the bug are now green on chromium
1614 and webkit build bots.
1616 Reviewed by Kent Tamura.
1618 * platform/chromium/test_expectations.txt:
1620 2011-08-07 Balazs Kelemen <kbalazs@webkit.org>
1622 [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
1623 https://bugs.webkit.org/show_bug.cgi?id=65831
1625 Unreviewed Qt gardening.
1627 * platform/qt/Skipped:
1629 2011-08-07 Sam White <samuel.white@rochester.edu>
1631 Add the ability to search the AccessibilityObject cache
1632 https://bugs.webkit.org/show_bug.cgi?id=64994
1634 Tests for the new AccessibilityObject cache search API and the additional
1635 functionality in the AccessibilityObject class that makes AccessibilityObject
1636 cache searching possible.
1638 Additional tests for finding frames, misspellings, and visited links will be
1639 included in a subsequent patch.
1641 Reviewed by Chris Fleizach.
1643 * platform/mac/accessibility/bounds-for-range-expected.txt:
1644 * platform/mac/accessibility/search-predicate-expected.txt: Added.
1645 * platform/mac/accessibility/search-predicate.html: Added.
1647 2011-08-07 Martin Robinson <mrobinson@igalia.com>
1649 Rebaseline a test on GTK+ for which r92554 checked in an
1652 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Update results.
1653 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Ditto.
1655 2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
1657 Unreviewed gardening.
1658 Fix environmental differencies in the results added in r92564.
1659 I was in the wrong chroot.
1661 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1662 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
1664 2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
1666 Unreviewed gardening.
1667 Add missing Qt results.
1669 * platform/qt/Skipped:
1670 * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
1671 * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.txt: Added.
1672 * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
1673 * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.txt: Added.
1674 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
1675 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1676 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
1677 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1678 * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
1679 * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
1680 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
1681 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1682 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
1683 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1684 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
1685 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
1686 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
1687 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
1688 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
1689 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1690 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
1691 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
1692 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
1693 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
1694 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
1695 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
1697 2011-08-06 Adam Barth <abarth@webkit.org>
1699 Fix baselines for cross-origin-xsl-BLOCKED.html. These results
1700 uncovered a subtle bug in webkit-patch bulk-optimize-baselines, which
1701 I'll fix in a follow-up patch.
1703 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
1704 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
1706 2011-08-06 Adam Barth <abarth@webkit.org>
1708 Optimize expected results for editing.
1709 This patch was created with webkit-patch bulk-optimize-baselines.
1711 * platform/chromium-mac/editing/pasteboard/copy-paste-float-expected.txt: Removed.
1712 * platform/chromium-mac/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
1713 * platform/chromium-mac/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
1714 * platform/chromium-win-xp/editing/pasteboard/block-wrappers-necessary-expected.png: Removed.
1715 * platform/chromium-win/editing/pasteboard/copy-paste-float-expected.txt: Removed.
1716 * platform/chromium-win/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
1717 * platform/chromium-win/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
1718 * platform/chromium/editing/pasteboard/5761530-1-expected.txt: Removed.
1719 * platform/chromium/editing/pasteboard/copy-paste-float-expected.txt: Added.
1720 * platform/chromium/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
1721 * platform/chromium/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
1723 2011-08-06 Adam Barth <abarth@webkit.org>
1725 Optimize expected results for animations.
1726 This patch was created with webkit-patch bulk-optimize-baselines.
1728 * platform/chromium-mac/animations/keyframes-rule-expected.txt: Removed.
1729 * platform/chromium-mac/animations/opacity-transform-animation-expected.png: Added.
1730 * platform/chromium-win/animations/keyframes-rule-expected.txt: Removed.
1731 * platform/chromium/animations/keyframes-rule-expected.txt: Added.
1732 * platform/chromium/animations/opacity-transform-animation-expected.png: Removed.
1734 2011-08-06 Adam Barth <abarth@webkit.org>
1736 Optimize expected results for http/tests/security.
1737 This patch was created with webkit-patch optimize-baselines.
1739 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
1740 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
1741 * platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
1742 * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
1743 * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
1744 * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
1745 * platform/chromium-mac/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
1746 * platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
1747 * platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
1748 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
1749 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
1750 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
1751 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
1752 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
1753 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
1754 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
1755 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
1756 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
1757 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
1758 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
1759 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
1760 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
1761 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
1762 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
1763 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
1764 * platform/chromium-mac/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
1765 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
1766 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Removed.
1767 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Removed.
1768 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Removed.
1769 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Removed.
1770 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Removed.
1771 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Removed.
1772 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Removed.
1773 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Removed.
1774 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
1775 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Removed.
1776 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Removed.
1777 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Removed.
1778 * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
1779 * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
1780 * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
1781 * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
1782 * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
1783 * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
1784 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
1785 * platform/chromium-mac/http/tests/security/xss-eval-expected.txt: Removed.
1786 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
1787 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
1788 * platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
1789 * platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
1790 * platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
1791 * platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
1792 * platform/chromium-win/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
1793 * platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
1794 * platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
1795 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
1796 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
1797 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
1798 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
1799 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
1800 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
1801 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
1802 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
1803 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
1804 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
1805 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
1806 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
1807 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
1808 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
1809 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
1810 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
1811 * platform/chromium-win/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
1812 * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
1813 * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
1814 * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
1815 * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
1816 * platform/chromium-win/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
1817 * platform/chromium-win/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
1818 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
1819 * platform/chromium-win/http/tests/security/xss-eval-expected.txt: Removed.
1820 * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
1821 * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
1822 * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
1823 * platform/chromium/http/tests/security/cross-frame-access-get-override-expected.txt: Added.
1824 * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt: Added.
1825 * platform/chromium/http/tests/security/cross-frame-access-history-get-override-expected.txt: Added.
1826 * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt: Added.
1827 * platform/chromium/http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
1828 * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt: Added.
1829 * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
1830 * platform/chromium/http/tests/security/dataURL: Added.
1831 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Added.
1832 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Added.
1833 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Added.
1834 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Added.
1835 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Added.
1836 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Added.
1837 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Added.
1838 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Added.
1839 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Added.
1840 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Added.
1841 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Added.
1842 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Added.
1843 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Added.
1844 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
1845 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Added.
1846 * platform/chromium/http/tests/security/frameNavigation: Added.
1847 * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
1848 * platform/chromium/http/tests/security/javascriptURL: Added.
1849 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
1850 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
1851 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
1852 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
1853 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
1854 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
1855 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
1856 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
1857 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
1858 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
1859 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
1860 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
1861 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
1862 * platform/chromium/http/tests/security/listener: Added.
1863 * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Added.
1864 * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Added.
1865 * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Added.
1866 * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Added.
1867 * platform/chromium/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Added.
1868 * platform/chromium/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Added.
1869 * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
1870 * platform/chromium/http/tests/security/xss-eval-expected.txt: Added.
1872 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1874 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
1875 https://bugs.webkit.org/show_bug.cgi?id=63186
1877 Rebaseline some tests on Leopard/gtk/qt in order to get the bots greener.
1881 * platform/gtk/Skipped:
1882 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1883 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1884 * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1885 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
1886 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1887 * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
1889 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1891 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
1892 https://bugs.webkit.org/show_bug.cgi?id=63186
1894 It turns out r92545 only partly resolved flakiness on non-mac platforms (especially gtk)
1895 - try reentering event loop after zooming, by calling notifyDone() using a 0ms timeout.
1897 Rubber-stamped by Antti Koivisto.
1899 * svg/zoom/resources/testPageZoom.js:
1900 (.setTimeout.): Reenter event loop after calling zoomPageIn/Out, before calling layoutTestController.notifyDone().
1902 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1904 More gardening: Fix mac-leopard/mac-wk2 failing SVG tests.
1908 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
1909 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
1910 * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1911 * platform/mac-wk2/svg/W3C-SVG-1.1: Added.
1912 * platform/mac-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
1913 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
1914 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
1915 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
1917 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1919 Win gardening: Rebaseline four svg tests that only needed an update, win7/winxp svg results are clean again.
1923 * platform/win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
1924 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
1925 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
1926 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
1927 * platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
1929 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1931 Follow-up for r92545.
1932 Rebaseline some tests on gtk/qt and win.
1936 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1937 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1938 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1939 * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1940 * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
1941 * platform/win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
1943 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
1945 REGRESSION(87526): ASSERT(!needsLayout()) followed by graphical glitches on google charts (svg loaded in iframe)
1946 https://bugs.webkit.org/show_bug.cgi?id=64974
1948 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
1949 https://bugs.webkit.org/show_bug.cgi?id=63186
1951 Reviewed by Zoltan Herczeg.
1953 Rollout r89484, which disabled some svg/zoom/page tests, to see whether the flakiness is gone now.
1954 Add several new tests in svg/as-object - covering bug 64974.
1956 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
1957 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1958 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
1959 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1960 * platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
1961 * platform/mac/svg/as-object/embedded-svg-size-changes-expected.png: Added.
1962 * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
1963 * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
1964 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
1965 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
1966 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
1967 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
1968 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
1969 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
1970 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
1971 * svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Added.
1972 * svg/as-object/embedded-svg-immediate-offsetWidth-query.html: Added.
1973 * svg/as-object/embedded-svg-size-changes-expected.txt: Added.
1974 * svg/as-object/embedded-svg-size-changes-no-layout-triggers.html: Added.
1975 * svg/as-object/embedded-svg-size-changes.html: Added.
1976 * svg/as-object/nested-embedded-svg-size-changes-expected.txt: Added.
1977 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
1978 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
1979 * svg/as-object/nested-embedded-svg-size-changes.html: Added.
1980 * svg/as-object/resources: Added.
1981 * svg/as-object/resources/embedded-svg-size-changes-no-layout-triggers.svg: Added.
1982 * svg/as-object/resources/embedded-svg-size-changes.svg: Added.
1983 * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html: Added.
1984 * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-2.html: Added.
1985 * svg/as-object/resources/nested-embedded-svg-size-changes-target.html: Added.
1986 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled.
1987 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled: Removed.
1988 * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled.
1989 * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled: Removed.
1990 * svg/zoom/page/zoom-svg-through-object-with-auto-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled.
1991 * svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled: Removed.
1992 * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled.
1993 * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled: Removed.
1994 * svg/zoom/page/zoom-svg-through-object-with-override-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled.
1995 * svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled: Removed.
1996 * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled.
1997 * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled: Removed.
1999 2011-08-05 Dan Bernstein <mitz@apple.com>
2001 Renamed fast/blockflow to fast/writing-mode.
2003 Rubber-stamped by Sam Weinig.
2005 * fast/blockflow: Removed.
2006 * fast/writing-mode: Copied from fast/blockflow.
2007 * platform/chromium-linux/fast/blockflow: Removed.
2008 * platform/chromium-linux/fast/writing-mode: Copied from platform/chromium-linux/fast/blockflow.
2009 * platform/chromium-mac-leopard/fast/blockflow: Removed.
2010 * platform/chromium-mac-leopard/fast/writing-mode: Copied from platform/chromium-mac-leopard/fast/blockflow.
2011 * platform/chromium-mac/fast/blockflow: Removed.
2012 * platform/chromium-mac/fast/writing-mode: Copied from platform/chromium-mac/fast/blockflow.
2013 * platform/chromium-win-vista/fast/blockflow: Removed.
2014 * platform/chromium-win-vista/fast/writing-mode: Copied from platform/chromium-win-vista/fast/blockflow.
2015 * platform/chromium-win-xp/fast/blockflow: Removed.
2016 * platform/chromium-win-xp/fast/writing-mode: Copied from platform/chromium-win-xp/fast/blockflow.
2017 * platform/chromium-win/fast/blockflow: Removed.
2018 * platform/chromium-win/fast/writing-mode: Copied from platform/chromium-win/fast/blockflow.
2019 * platform/chromium/test_expectations.txt:
2020 * platform/gtk/fast/blockflow: Removed.
2021 * platform/gtk/fast/writing-mode: Copied from platform/gtk/fast/blockflow.
2022 * platform/mac-leopard/fast/blockflow: Removed.
2023 * platform/mac-leopard/fast/writing-mode: Copied from platform/mac-leopard/fast/blockflow.
2024 * platform/mac-wk2/fast/blockflow: Removed.
2025 * platform/mac-wk2/fast/writing-mode: Copied from platform/mac-wk2/fast/blockflow.
2026 * platform/mac/Skipped:
2027 * platform/mac/fast/blockflow: Removed.
2028 * platform/mac/fast/writing-mode: Copied from platform/mac/fast/blockflow.
2029 * platform/qt-mac/Skipped:
2030 * platform/qt/Skipped:
2031 * platform/qt/fast/blockflow: Removed.
2032 * platform/qt/fast/writing-mode: Copied from platform/qt/fast/blockflow.
2033 * platform/win/fast/blockflow: Removed.
2034 * platform/win/fast/writing-mode: Copied from platform/win/fast/blockflow.
2035 * platform/wk2/Skipped:
2037 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
2039 r92330 has been rolled out so its rebaseline needs to be reverted as well
2040 https://bugs.webkit.org/show_bug.cgi?id=65805
2042 * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Added.
2043 * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Added.
2044 * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Added.
2046 2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
2048 Unreviewed, rolling out r92330.
2049 http://trac.webkit.org/changeset/92330
2050 https://bugs.webkit.org/show_bug.cgi?id=65804
2052 caused various regressions in paste (Requested by rniwa on
2055 * editing/pasteboard/5065605-expected.txt:
2056 * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Removed.
2057 * editing/pasteboard/copy-paste-text-in-h1.html: Removed.
2058 * editing/pasteboard/display-block-on-spans-expected.txt:
2059 * editing/pasteboard/paste-pre-001-expected.txt:
2060 * editing/pasteboard/paste-pre-002-expected.txt:
2061 * editing/pasteboard/paste-text-011-expected.txt:
2063 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
2065 Skip a failing test added by r92526 to Qt's skipped list.
2066 The failure is tracked by the bug 65801.
2068 * platform/qt/Skipped:
2070 2011-08-05 Jian Li <jianli@chromium.org>
2072 Skip test eeza-Pro-vertical-metrics-adjustment.html in chromium.
2074 * platform/chromium/test_expectations.txt:
2076 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
2078 Upwards cursor movement incorrect when previous block ends with <br>
2079 https://bugs.webkit.org/show_bug.cgi?id=33247
2081 Reviewed by Tony Chang.
2083 Added tests to ensure WebKit lets user move caret up in strict mode and in RTL content
2084 when the previous line ends with a br.
2086 * editing/execCommand/move-selection-back-line-rtl-expected.txt: Copied from
2087 LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
2088 * editing/execCommand/move-selection-back-line-rtl.html: Copied from
2089 LayoutTests/editing/execCommand/move-selection-back-line.html.
2090 * editing/execCommand/move-selection-back-line-strict-expected.txt: Copied from
2091 LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
2092 * editing/execCommand/move-selection-back-line-strict.html: Copied from
2093 LayoutTests/editing/execCommand/move-selection-back-line.html.
2095 2011-08-05 Anders Carlsson <andersca@apple.com>
2097 Add more Lion specific test results and add more tests to the skipped list.
2099 * platform/mac-lion/Skipped:
2100 * platform/mac-snowleopard/fast/dom: Added.
2101 * platform/mac-snowleopard/fast/dom/52776-expected.png: Copied from platform/mac/fast/dom/52776-expected.png.
2102 * platform/mac-snowleopard/fast/dom/52776-expected.txt: Copied from platform/mac/fast/dom/52776-expected.txt.
2103 * platform/mac-snowleopard/fast/loader: Added.
2104 * platform/mac-snowleopard/fast/preloader: Added.
2105 * platform/mac-snowleopard/fast/preloader/document-write-2-expected.txt: Copied from fast/preloader/document-write-2-expected.txt.
2106 * platform/mac-snowleopard/fast/preloader/document-write-expected.txt: Copied from fast/preloader/document-write-expected.txt.
2107 * platform/mac-snowleopard/fast/preloader/script-expected.txt: Copied from fast/preloader/script-expected.txt.
2108 * platform/mac/fast/dom/52776-expected.png:
2109 * platform/mac/fast/dom/52776-expected.txt:
2110 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
2111 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
2112 * platform/mac/fast/preloader: Added.
2113 * platform/mac/fast/preloader/document-write-2-expected.txt: Added.
2114 * platform/mac/fast/preloader/document-write-expected.txt: Added.
2115 * platform/mac/fast/preloader/script-expected.txt: Added.
2117 2011-08-05 Jian Li <jianli@chromium.org>
2119 Skip canvas-putImageData.html in chromium.
2121 * platform/chromium/test_expectations.txt:
2123 2011-08-05 Anders Carlsson <andersca@apple.com>
2125 Future proof an Objective-C test
2126 https://bugs.webkit.org/show_bug.cgi?id=65788
2128 Don't check explicitly for class names; just check that the objects are instances of the right classes.
2130 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
2131 * platform/mac/fast/dom/wrapper-classes-objc.html:
2133 2011-08-05 Anders Carlsson <andersca@apple.com>
2135 Add a Lion specific test for fast/repaint/canvas-putImageData.html
2137 * platform/mac-snowleopard/fast/repaint: Added.
2138 * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Copied from fast/repaint/canvas-putImageData-expected.txt.
2139 * platform/mac/fast/repaint/canvas-putImageData-expected.txt: Added.
2141 2011-08-05 Anders Carlsson <andersca@apple.com>
2143 Add more Lion specific test results.
2145 * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Copied from platform/mac/fast/text/capitalize-boundaries-expected.png.
2146 * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.txt: Copied from platform/mac/fast/text/capitalize-boundaries-expected.txt.
2147 * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.png: Copied from platform/mac/fast/text/complex-text-opacity-expected.png.
2148 * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.txt: Copied from platform/mac/fast/text/complex-text-opacity-expected.txt.
2149 * platform/mac-snowleopard/fast/text/international: Added.
2150 * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt.
2151 * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html.
2152 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.png.
2153 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.txt.
2154 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png.
2155 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt.
2156 * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.png.
2157 * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.txt: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt.
2158 * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png.
2159 * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt.
2160 * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.png.
2161 * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.txt.
2162 * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.png: Copied from platform/mac/fast/text/international/bold-bengali-expected.png.
2163 * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.txt: Copied from platform/mac/fast/text/international/bold-bengali-expected.txt.
2164 * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.png: Copied from platform/mac/fast/text/international/khmer-selection-expected.png.
2165 * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.txt: Copied from platform/mac/fast/text/international/khmer-selection-expected.txt.
2166 * platform/mac/fast/text/capitalize-boundaries-expected.png:
2167 * platform/mac/fast/text/capitalize-boundaries-expected.txt:
2168 * platform/mac/fast/text/complex-text-opacity-expected.png:
2169 * platform/mac/fast/text/complex-text-opacity-expected.txt:
2170 * platform/mac/fast/text/hyphenate-locale-expected.txt:
2171 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
2172 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
2173 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
2174 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
2175 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
2176 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
2177 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
2178 * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
2179 * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
2180 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
2181 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
2182 * platform/mac/fast/text/international/bold-bengali-expected.png:
2183 * platform/mac/fast/text/international/bold-bengali-expected.txt:
2184 * platform/mac/fast/text/international/khmer-selection-expected.png:
2185 * platform/mac/fast/text/international/khmer-selection-expected.txt:
2186 * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png:
2187 * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
2188 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
2190 2011-08-05 Anders Carlsson <andersca@apple.com>
2192 Add two fast/text tests to the skipped list.
2194 * platform/mac-lion/Skipped:
2196 2011-08-05 Anders Carlsson <andersca@apple.com>
2198 Add Lion specific test results for css1 and css2.1.
2200 * platform/mac-snowleopard/css1: Added.
2201 * platform/mac-snowleopard/css1/font_properties: Added.
2202 * platform/mac-snowleopard/css1/font_properties/font-expected.png: Copied from platform/mac/css1/font_properties/font-expected.png.
2203 * platform/mac-snowleopard/css1/font_properties/font-expected.txt: Copied from platform/mac/css1/font_properties/font-expected.txt.
2204 * platform/mac-snowleopard/css2.1: Added.
2205 * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.png.
2206 * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.txt.
2207 * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.png.
2208 * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.txt.
2209 * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.png.
2210 * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.txt.
2211 * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.png.
2212 * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.txt.
2213 * platform/mac/css1/font_properties/font-expected.png:
2214 * platform/mac/css1/font_properties/font-expected.txt:
2215 * platform/mac/css2.1/t1202-counter-09-b-expected.png:
2216 * platform/mac/css2.1/t1202-counter-09-b-expected.txt:
2217 * platform/mac/css2.1/t1202-counters-09-b-expected.png:
2218 * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
2219 * platform/mac/css2.1/t1508-c527-font-05-b-expected.png:
2220 * platform/mac/css2.1/t1508-c527-font-05-b-expected.txt:
2221 * platform/mac/css2.1/t1508-c527-font-10-c-expected.png:
2222 * platform/mac/css2.1/t1508-c527-font-10-c-expected.txt:
2224 2011-08-05 Jian Li <jianli@chromium.org>
2226 Unreviewed, skip those tests still failing on chromium due to incomplete
2227 baseline caused by r92466.
2229 * platform/chromium/test_expectations.txt:
2231 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
2233 REGRESSION(r92433): media/video-src-change.html fails
2234 https://bugs.webkit.org/show_bug.cgi?id=65771
2236 Reviewed by Dimitri Glazkov.
2238 Give the listener as the second argument to removeEventListener.
2240 * media/video-src-change.html:
2242 2011-08-05 Ami Fischman <fischman@chromium.org>
2244 compositing/video/video-background-color.html test does not produce correct output
2245 https://bugs.webkit.org/show_bug.cgi?id=55519
2249 Chromium doesn't support video codecs that support alpha, so stop
2250 running (and failing) a test that depends on codecs supporting alpha.
2252 * platform/chromium/test_expectations.txt:
2254 2011-08-05 Yael Aharon <yael.aharon@nokia.com>
2256 dir=auto needs to work on value of input and textarea elements
2257 https://bugs.webkit.org/show_bug.cgi?id=65428
2259 Reviewed by Darin Adler.
2261 * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control-expected.txt: Added.
2262 * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control.html: Added.
2263 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child-expected.txt: Added.
2264 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child.html: Added.
2265 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-expected.txt: Added.
2266 * fast/dom/HTMLElement/attr-dir-auto-text-form-control.html: Added.
2268 2011-08-05 Vsevolod Vlasov <vsevik@chromium.org>
2270 [Qt]Web Inspector: REGRESSION(r91928): It made 2 tests fail
2271 https://bugs.webkit.org/show_bug.cgi?id=65364
2273 Unreviewed: unskipping tests now that the test was fixed.
2275 * platform/qt/Skipped:
2277 2011-08-05 Yury Semikhatsky <yurys@chromium.org>
2279 Web Inspector: constrain maximum depth for returnByValue objects
2280 https://bugs.webkit.org/show_bug.cgi?id=65761
2282 Reviewed by Pavel Feldman.
2284 * inspector/protocol/runtime-agent-expected.txt:
2285 * inspector/protocol/runtime-agent.html:
2287 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
2289 [Qt] Skip 2 crashy tests on Qt SnowLeopard Intel Release bot to make a green world,
2291 * platform/qt-mac/Skipped:
2293 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
2295 [Qt] Add http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
2296 to Skiplist because it makes ARMv5 Linux Qt Release weepy.
2298 * platform/qt-arm/Skipped:
2300 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
2302 [Qt] Ossyize fast/forms/enter-clicks-buttons.html because
2303 it makes Qt SnowLeopard Intel Release bot bleeding after r92375.
2305 * platform/qt-mac/Skipped:
2307 2011-08-05 David Reveman <reveman@chromium.org>
2309 [chromium] Rebaseline following r92255.
2310 https://bugs.webkit.org/show_bug.cgi?id=65736
2312 Reviewed by James Robinson.
2314 * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
2315 * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
2316 * platform/chromium-gpu-linux/compositing/geometry/ancestor-overflow-change-expected.png:
2317 * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png:
2318 * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
2319 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
2320 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
2321 * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png:
2322 * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
2323 * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
2324 * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
2325 * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
2326 * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png:
2327 * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png:
2328 * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png:
2329 * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png:
2330 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
2331 * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
2332 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
2333 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
2334 * platform/chromium-gpu-linux/media/video-zoom-expected.png:
2335 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
2336 * platform/chromium-gpu-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
2337 * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
2338 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
2339 * platform/chromium-gpu-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
2340 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
2341 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png:
2342 * platform/chromium-gpu-mac/compositing/geometry/ancestor-overflow-change-expected.png:
2343 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
2344 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
2345 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
2346 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
2347 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
2348 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
2349 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
2350 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png:
2351 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png:
2352 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
2353 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
2354 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
2355 * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
2356 * platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png:
2357 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
2358 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
2359 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
2360 * platform/chromium-gpu-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
2361 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
2362 * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png:
2363 * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.png:
2364 * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
2365 * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
2366 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
2367 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png:
2368 * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
2369 * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
2370 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
2371 * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
2372 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png:
2373 * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png:
2374 * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
2375 * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png:
2376 * platform/chromium-gpu-win/media/video-transformed-expected.png:
2377 * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
2378 * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png:
2379 * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
2380 * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
2381 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
2382 * platform/chromium-gpu-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
2383 * platform/chromium/test_expectations.txt:
2385 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
2387 Layout Test fast/xsl/xslt-import-depth.xml is failing
2388 https://bugs.webkit.org/show_bug.cgi?id=65758
2390 Chromium test_expectations.txt update
2392 * platform/chromium/test_expectations.txt:
2394 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
2396 Layout Test fast/xsl/import-after-comment.xml is failing
2397 https://bugs.webkit.org/show_bug.cgi?id=65757
2399 Chromium test_expectations.txt update
2401 * platform/chromium/test_expectations.txt:
2403 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
2405 Layout Test fast/loader/ping-error.html is failing
2406 https://bugs.webkit.org/show_bug.cgi?id=65754
2408 Chromium test_expectations.txt update
2410 * platform/chromium/test_expectations.txt:
2412 2011-08-05 Kenichi Ishibashi <bashi@chromium.org>
2414 Parsing CSS3 font-feature-settings property
2415 https://bugs.webkit.org/show_bug.cgi?id=63618
2417 Add parsing test case for -webkit-font-feature-settings property.
2419 Reviewed by Shinichiro Hamaji.
2421 * css3/font-feature-settings-parsing-expected.txt: Added.
2422 * css3/font-feature-settings-parsing.html: Added.
2424 2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
2426 Unreviewed, rolling out r92439.
2427 http://trac.webkit.org/changeset/92439
2428 https://bugs.webkit.org/show_bug.cgi?id=65753
2430 Caused 9 tests to fail on Qt (Requested by abarth on #webkit).
2432 * loader/document-destruction-within-unload-expected.txt: Removed.
2433 * loader/document-destruction-within-unload.html: Removed.
2434 * loader/resources/document-destruction-within-unload-iframe.html: Removed.
2435 * loader/resources/document-destruction-within-unload.svg: Removed.
2437 2011-08-04 Ryosuke Niwa <rniwa@webkit.org>
2439 Chromium test expectation update after r92341.
2441 * platform/chromium/test_expectations.txt:
2443 2011-08-04 Scott Graham <scottmg@chromium.org>
2445 Bad interaction between document destruction and unload events
2446 https://bugs.webkit.org/show_bug.cgi?id=64741
2448 Reviewed by Adam Barth.
2450 * loader/document-destruction-within-unload-expected.txt: Added.
2451 * loader/document-destruction-within-unload.html: Added.
2452 * loader/resources/document-destruction-within-unload-iframe.html: Added.
2453 * loader/resources/document-destruction-within-unload.svg: Added.
2455 2011-08-04 Kent Tamura <tkent@chromium.org>
2457 Move <input type=week> tests to fast/forms/week/
2458 https://bugs.webkit.org/show_bug.cgi?id=65676
2460 Reviewed by Tony Chang.
2462 * fast/forms/ValidityState-rangeOverflow-expected.txt:
2463 * fast/forms/ValidityState-rangeUnderflow-expected.txt:
2464 * fast/forms/ValidityState-stepMismatch-expected.txt:
2465 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Removed.
2466 * fast/forms/ValidityState-typeMismatch-week.html: Removed.
2467 * fast/forms/date-input-visible-strings-expected.txt:
2468 * fast/forms/date-input-visible-strings.html:
2469 * fast/forms/input-stepup-stepdown-expected.txt:
2470 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt:
2471 * fast/forms/input-type-change3-expected.txt:
2472 * fast/forms/input-valueasdate-week-expected.txt: Removed.
2473 * fast/forms/input-valueasdate-week.html: Removed.
2474 * fast/forms/input-valueasnumber-week-expected.txt: Removed.
2475 * fast/forms/input-valueasnumber-week.html: Removed.
2476 * fast/forms/script-tests/ValidityState-rangeOverflow.js:
2477 * fast/forms/script-tests/ValidityState-rangeUnderflow.js:
2478 * fast/forms/script-tests/ValidityState-stepMismatch.js:
2479 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Removed.
2480 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js:
2481 * fast/forms/script-tests/input-stepup-stepdown.js:
2482 * fast/forms/script-tests/input-type-change3.js:
2483 * fast/forms/script-tests/input-valueasdate-week.js: Removed.
2484 * fast/forms/script-tests/input-valueasnumber-week.js: Removed.
2485 * fast/forms/week: Added.
2486 * fast/forms/week/ValidityState-rangeOverflow-week-expected.txt: Added.
2487 * fast/forms/week/ValidityState-rangeOverflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
2488 * fast/forms/week/ValidityState-rangeUnderflow-week-expected.txt: Added.
2489 * fast/forms/week/ValidityState-rangeUnderflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
2490 * fast/forms/week/ValidityState-stepMismatch-week-expected.txt: Added.
2491 * fast/forms/week/ValidityState-stepMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
2492 * fast/forms/week/ValidityState-typeMismatch-week-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-week-expected.txt.
2493 * fast/forms/week/ValidityState-typeMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-week.js.
2494 * fast/forms/week/input-valueasdate-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-week-expected.txt.
2495 * fast/forms/week/input-valueasdate-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-week.js.
2496 * fast/forms/week/input-valueasnumber-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-week-expected.txt.
2497 * fast/forms/week/input-valueasnumber-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-week.js.
2498 * fast/forms/week/week-input-type-expected.txt: Added.
2499 * fast/forms/week/week-input-type.html: Copied from LayoutTests/fast/forms/script-tests/input-type-change3.js.
2500 * fast/forms/week/week-input-visible-string-expected.txt: Added.
2501 * fast/forms/week/week-input-visible-string.html: Copied from LayoutTests/fast/forms/date-input-visible-strings.html.
2502 * fast/forms/week/week-stepup-stepdown-expected.txt: Added.
2503 * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Added.
2504 * fast/forms/week/week-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
2505 * fast/forms/week/week-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
2507 2011-08-04 Tim Horton <timothy_horton@apple.com>
2509 Reviewed by Nikolas Zimmerman.
2511 Errors encountered within SVG documents should be reported to the console
2512 https://bugs.webkit.org/show_bug.cgi?id=62599
2513 <rdar://problem/9727074>
2515 Adjust SVG error tests to expect new console output on unexpected input.
2517 * platform/chromium-win/svg/hixie/error/013-expected.txt:
2518 * platform/gtk/svg/hixie/error/001-expected.txt:
2519 * platform/gtk/svg/hixie/error/007-expected.txt:
2520 * platform/gtk/svg/hixie/error/013-expected.txt:
2521 * platform/gtk/svg/hixie/error/015-expected.txt:
2522 * platform/mac/svg/hixie/error/001-expected.txt:
2523 * platform/mac/svg/hixie/error/007-expected.txt:
2524 * platform/mac/svg/hixie/error/013-expected.txt:
2525 * platform/mac/svg/hixie/error/015-expected.txt:
2526 * platform/qt/svg/hixie/error/001-expected.txt:
2527 * platform/qt/svg/hixie/error/007-expected.txt:
2528 * platform/qt/svg/hixie/error/013-expected.txt:
2529 * platform/qt/svg/hixie/error/015-expected.txt:
2530 * svg/custom/invalid-length-units-expected.txt:
2531 * svg/custom/svg-parse-overflow-1-expected.txt:
2532 * svg/custom/svg-parse-overflow-2-expected.txt:
2533 * svg/custom/svg-parse-overflow-3-expected.txt:
2534 * svg/custom/svg-parse-overflow-4-expected.txt:
2535 * svg/custom/svg-parse-overflow-5-expected.txt:
2537 2011-08-04 Sheriff Bot <webkit.review.bot@gmail.com>
2539 Unreviewed, rolling out r92419.
2540 http://trac.webkit.org/changeset/92419
2541 https://bugs.webkit.org/show_bug.cgi?id=65726
2543 "committed partially to branch" (Requested by thorton on
2546 * platform/chromium-win/svg/hixie/error/013-expected.txt:
2547 * platform/gtk/svg/hixie/error/001-expected.txt:
2548 * platform/gtk/svg/hixie/error/007-expected.txt:
2549 * platform/gtk/svg/hixie/error/013-expected.txt:
2550 * platform/gtk/svg/hixie/error/015-expected.txt:
2551 * platform/mac/svg/hixie/error/001-expected.txt:
2552 * platform/mac/svg/hixie/error/007-expected.txt:
2553 * platform/mac/svg/hixie/error/013-expected.txt:
2554 * platform/mac/svg/hixie/error/015-expected.txt:
2555 * platform/qt/svg/hixie/error/001-expected.txt:
2556 * platform/qt/svg/hixie/error/007-expected.txt:
2557 * platform/qt/svg/hixie/error/013-expected.txt:
2558 * platform/qt/svg/hixie/error/015-expected.txt:
2559 * svg/custom/invalid-length-units-expected.txt:
2560 * svg/custom/svg-parse-overflow-1-expected.txt:
2561 * svg/custom/svg-parse-overflow-2-expected.txt:
2562 * svg/custom/svg-parse-overflow-3-expected.txt:
2563 * svg/custom/svg-parse-overflow-4-expected.txt:
2564 * svg/custom/svg-parse-overflow-5-expected.txt:
2566 2011-08-04 Tim Horton <timothy_horton@apple.com>
2568 Reviewed by Nikolas Zimmerman.
2570 Errors encountered within SVG documents should be reported to the console
2571 https://bugs.webkit.org/show_bug.cgi?id=62599
2572 <rdar://problem/9727074>
2574 Adjust SVG error tests to expect new console output on unexpected input.
2576 * platform/chromium-win/svg/hixie/error/013-expected.txt:
2577 * platform/gtk/svg/hixie/error/001-expected.txt:
2578 * platform/gtk/svg/hixie/error/007-expected.txt:
2579 * platform/gtk/svg/hixie/error/013-expected.txt:
2580 * platform/gtk/svg/hixie/error/015-expected.txt:
2581 * platform/mac/svg/hixie/error/001-expected.txt:
2582 * platform/mac/svg/hixie/error/007-expected.txt:
2583 * platform/mac/svg/hixie/error/013-expected.txt:
2584 * platform/mac/svg/hixie/error/015-expected.txt:
2585 * platform/qt/svg/hixie/error/001-expected.txt:
2586 * platform/qt/svg/hixie/error/007-expected.txt:
2587 * platform/qt/svg/hixie/error/013-expected.txt:
2588 * platform/qt/svg/hixie/error/015-expected.txt:
2589 * svg/custom/invalid-length-units-expected.txt:
2590 * svg/custom/svg-parse-overflow-1-expected.txt:
2591 * svg/custom/svg-parse-overflow-2-expected.txt:
2592 * svg/custom/svg-parse-overflow-3-expected.txt:
2593 * svg/custom/svg-parse-overflow-4-expected.txt:
2594 * svg/custom/svg-parse-overflow-5-expected.txt:
2596 2011-08-04 Fady Samuel <fsamuel@chromium.org>
2598 Background Does Not Scale Correctly with Page
2600 Scaling is applied twice to the background (the paint area is doubly scaled).
2601 This patch fixes this issue by passing the unscaled document rect to paintFillLayers
2602 in paintRootBoxFillLayers.
2604 https://bugs.webkit.org/show_bug.cgi?id=65690
2606 Reviewed by Simon Fraser.
2608 * fast/repaint/background-scaling-expected.png: Added.
2609 * fast/repaint/background-scaling-expected.txt: Added.
2610 * fast/repaint/background-scaling.html: Added.
2612 2011-08-04 Yael Aharon <yael.aharon@nokia.com>
2614 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
2615 https://bugs.webkit.org/show_bug.cgi?id=65721
2619 Skipping tests until rebaseline.
2621 * platform/qt/Skipped:
2623 2011-08-04 Sergey Glazunov <serg.glazunov@gmail.com>
2625 Fix integer overflow in custom bindings for WebGLRenderingContext
2626 https://bugs.webkit.org/show_bug.cgi?id=65646
2628 Reviewed by Kenneth Russell.
2630 * fast/canvas/webgl/resources/floatArrayUniformShader.vert: Added.
2631 * fast/canvas/webgl/resources/intArrayUniformShader2.vert: Added.
2632 * fast/canvas/webgl/uniform-array-length-overflow-expected.txt: Added.
2633 * fast/canvas/webgl/uniform-array-length-overflow.html: Added.
2635 2011-08-04 Adam Barth <abarth@webkit.org>
2637 Refine some test expectations to account for flakiness.
2639 * platform/chromium/test_expectations.txt:
2641 2011-08-04 Anders Carlsson <andersca@apple.com>
2643 Make fast/css/import-and-insert-rule-no-update.html less flaky
2644 https://bugs.webkit.org/show_bug.cgi?id=65713
2646 Reviewed by Dan Bernstein.
2648 Wait until the @imported style sheet has finished loading before running the test.
2650 * fast/css/import-and-insert-rule-no-update.html:
2652 2011-08-04 Anders Carlsson <andersca@apple.com>
2654 Add more failing tests to the skipped list.
2656 * platform/mac-lion/Skipped:
2658 2011-08-03 Adam Roben <aroben@apple.com>
2660 Test that a 2^25x2^25 pixel layer doesn't cause a crash
2662 Test for <http://webkit.org/b/65637> <rdar://problem/9784849> Crash beneath
2663 PlatformCALayerWinInternal::updateTiles when zooming on Google Maps
2665 Reviewed by Sam Weinig.
2667 * compositing/tiling/crash-huge-layer-expected.txt: Added.
2668 * compositing/tiling/crash-huge-layer.html: Added.
2670 2011-08-04 Jian Li <jianli@chromium.org>
2672 Unreviewed, mark gain.html as flaky on Linux chromium.
2674 * platform/chromium/test_expectations.txt:
2676 2011-08-04 Philippe Normand <pnormand@igalia.com>
2678 Unreviewed, skip 2 crashing tests on GTK. See bug 65699 and 65702.
2680 * platform/gtk/Skipped:
2682 2011-08-04 Philippe Normand <pnormand@igalia.com>
2684 Unreviewed, skip some svg tests on GTK, likely affected by bug 39022.
2686 * platform/gtk/Skipped:
2688 2011-08-04 Philippe Normand <pnormand@igalia.com>
2690 Unreviewed, GTK rebaseline and test_expectations update (2 tests
2693 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt:
2694 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
2695 * platform/gtk/test_expectations.txt:
2697 2011-08-04 Dimitri Glazkov <dglazkov@chromium.org>
2699 [Chromium] Normalize test_expectations.txt file.
2701 * platform/chromium/test_expectations.txt: Ran webkit-path optimize-expectations.
2703 2011-08-04 Philippe Normand <pnormand@igalia.com>
2705 Unreviewed, GTK new baselines for new tests.
2707 * platform/gtk/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
2708 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
2709 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
2710 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
2711 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
2712 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
2713 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
2714 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
2715 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
2716 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
2717 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
2718 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
2719 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
2720 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
2721 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
2722 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
2723 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
2724 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
2725 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
2726 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
2727 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
2728 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
2729 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
2730 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
2731 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
2732 * platform/gtk/fast/blockflow/broken-ideograph-small-caps-expected.png: Added.
2733 * platform/gtk/fast/blockflow/broken-ideographic-font-expected.png: Added.
2734 * platform/gtk/fast/borders/only-one-border-with-width-expected.png: Added.
2735 * platform/gtk/fast/borders/only-one-border-with-width-expected.txt: Added.
2736 * platform/gtk/fast/css/color-leakage-expected.png: Added.
2737 * platform/gtk/fast/css/color-leakage-expected.txt: Added.
2738 * platform/gtk/fast/css/font-family-pictograph-expected.png: Added.
2739 * platform/gtk/fast/css/font-family-pictograph-expected.txt: Added.
2740 * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
2741 * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
2742 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png: Added.
2743 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt: Added.
2744 * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
2745 * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
2746 * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
2747 * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
2748 * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
2749 * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
2750 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
2751 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: Added.
2752 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2753 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
2754 * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
2755 * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
2756 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
2757 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
2758 * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
2759 * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
2760 * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
2761 * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
2762 * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
2763 * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
2764 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
2765 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
2766 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
2767 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
2768 * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
2769 * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
2770 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
2771 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
2772 * platform/gtk/svg/as-border-image/svg-as-border-image-expected.png: Added.
2773 * platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt: Added.
2774 * platform/gtk/svg/custom/absolute-root-position-masking-expected.png: Added.
2775 * platform/gtk/svg/custom/absolute-root-position-masking-expected.txt: Added.
2776 * platform/gtk/svg/custom/linking-uri-01-b-expected.png: Added.
2777 * platform/gtk/svg/custom/linking-uri-01-b-expected.txt: Added.
2778 * platform/gtk/svg/custom/repaint-shadow-expected.png: Added.
2779 * platform/gtk/svg/custom/repaint-shadow-expected.txt: Added.
2780 * platform/gtk/svg/custom/svg-fonts-fallback-expected.png: Added.
2781 * platform/gtk/svg/custom/svg-fonts-fallback-expected.txt: Added.
2782 * platform/gtk/svg/custom/svg-fonts-segmented-expected.png: Added.
2783 * platform/gtk/svg/custom/svg-fonts-segmented-expected.txt: Added.
2784 * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2785 * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
2786 * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
2787 * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
2788 * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.png: Added.
2789 * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
2790 * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
2791 * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
2792 * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
2793 * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
2794 * platform/gtk/svg/custom/tref-own-content-removal-expected.png: Added.
2795 * platform/gtk/svg/custom/tref-own-content-removal-expected.txt: Added.
2796 * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
2797 * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
2798 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
2799 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
2801 2011-08-04 Vsevolod Vlasov <vsevik@chromium.org>
2803 Web Inspector: Pretty print JSONP in network panel preview tab.
2804 https://bugs.webkit.org/show_bug.cgi?id=65559
2806 Reviewed by Pavel Feldman.
2808 * http/tests/inspector/network/network-preview-json-expected.txt: Added.
2809 * http/tests/inspector/network/network-preview-json.html: Added.
2811 2011-08-04 Pavel Feldman <pfeldman@google.com>
2813 Web Inspector: replace isRegex with urlRegex in setBreakpointByUrl
2814 https://bugs.webkit.org/show_bug.cgi?id=65684
2816 Reviewed by Yury Semikhatsky.
2818 * inspector/debugger/debugger-set-breakpoint-regex-expected.txt:
2819 * inspector/debugger/debugger-set-breakpoint-regex.html:
2821 2011-08-04 Pavel Feldman <pfeldman@google.com>
2823 Web Inspector: Rename sourceId -> scriptId in the protocol and the source code.
2824 https://bugs.webkit.org/show_bug.cgi?id=65682
2826 Reviewed by Yury Semikhatsky.
2828 * http/tests/inspector/debugger-test.js:
2829 (initialize_DebuggerTest):
2830 * inspector/debugger/source-file.html:
2832 2011-08-04 Philippe Normand <pnormand@igalia.com>
2834 Unreviewed, GTK rebaseline.
2836 * platform/gtk/fast/dom/Range/getBoundingClientRect-expected.txt:
2837 * platform/gtk/fast/dom/Range/getClientRects-expected.txt:
2838 * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
2839 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2840 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Added.
2841 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Added.
2842 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Added.
2843 * platform/gtk/fast/js/global-constructors-expected.txt: Added.
2845 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
2847 [Chromium] Needs eventSender.scalePageBy()
2848 https://bugs.webkit.org/show_bug.cgi?id=58013
2850 Unreviewed chromium test_expectations.txt update
2852 * platform/chromium/test_expectations.txt:
2854 2011-08-02 Hans Wennborg <hans@chromium.org>
2856 IndexedDB: Fix index data invalidation bugs.
2857 https://bugs.webkit.org/show_bug.cgi?id=65547
2859 Reviewed by Tony Chang.
2861 Add layout test to verify that update object store data causes old
2862 index data to be invalidated.
2864 * storage/indexeddb/index-unique.html: Added.
2866 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
2868 Layout Test fast/box-shadow/box-shadow-clipped-slices.html is failing
2869 https://bugs.webkit.org/show_bug.cgi?id=65666
2871 Chromium test_expectations.txt update
2873 * platform/chromium/test_expectations.txt:
2875 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
2877 [Chromium] Needs eventSender.scalePageBy()
2878 https://bugs.webkit.org/show_bug.cgi?id=58013
2880 Chromium test rebaselining
2882 * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2883 * platform/chromium-mac-leopard/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2884 * platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2885 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2886 * platform/chromium/test_expectations.txt:
2888 2011-08-04 Adam Barth <abarth@webkit.org>
2890 Test progression after <http://trac.webkit.org/changeset/92341>.
2892 * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt:
2893 * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt:
2895 2011-08-04 Adam Barth <abarth@webkit.org>
2897 Update baselines after <http://trac.webkit.org/changeset/92340>.
2899 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
2900 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
2901 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
2902 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
2903 * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
2905 2011-08-04 Adam Barth <abarth@webkit.org>
2907 This test triggers a crasher on some ports. The crasher is filed already.
2909 * platform/qt/Skipped:
2911 2011-08-03 Alice Boxhall <aboxhall@chromium.org>
2913 An element with role=textbox should have settable AXValue unless read-only
2914 https://bugs.webkit.org/show_bug.cgi?id=65664
2916 Reviewed by Chris Fleizach.
2918 * accessibility/aria-readonly-expected.txt:
2919 * accessibility/aria-readonly.html:
2921 2011-08-03 Kentaro Hara <haraken@google.com>
2923 Implement EventSender.scalePageBy()
2924 https://bugs.webkit.org/show_bug.cgi?id=58013
2926 Reviewed by Darin Fisher.
2928 Implemented EventSender.scalePageBy(f, x, y), which scales a page by a factor of f
2929 and then sets a scroll position to (x, y). Enabled the tests that had been waiting
2930 for the implementation of EventSender.scalePageBy(f, x, y).
2932 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2933 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.png: Added.
2934 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Added.
2935 * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
2936 * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
2937 * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
2938 * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Removed.
2939 * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
2940 * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Removed.
2941 * platform/chromium/test_expectations.txt: Enabled one test. Enabled two tests for chromium-linux.
2943 2011-08-03 Ian Henderson <ianh@apple.com>
2945 Draw rectangular box shadow for elements with border-radius if no corners are visible
2946 https://bugs.webkit.org/show_bug.cgi?id=65006
2948 Reviewed by Simon Fraser.
2950 * fast/box-shadow/box-shadow-clipped-slices.html: Added.
2951 * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
2952 * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.txt: Added.
2954 2011-08-03 Noel Gordon <noel.gordon@gmail.com>
2956 [Chromium] fast/dom/resource-locations-in-created-html-document.html fails on win32
2957 https://bugs.webkit.org/show_bug.cgi?id=65521
2959 Reviewed by Adam Barth.
2961 file: scheme URI paths on Windows include the disk drive reference (C: for example).
2962 Refer to http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx.
2964 * fast/dom/resource-locations-in-created-html-document.html:
2965 * platform/chromium/test_expectations.txt:
2967 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
2969 Revert an erroneous rebaseline from r92315.
2971 * fast/dom/navigator-detached-no-crash-expected.txt:
2973 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
2975 Chromium Windows and Linux rebaselines after r92330.
2977 * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Removed.
2978 * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Removed.
2979 * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
2981 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
2983 select-all, copy, paste of specialAncestorElements (e.g. pre, h1, etc) nests the element inside itself
2984 https://bugs.webkit.org/show_bug.cgi?id=26483
2986 Reviewed by Enrica Casucci.
2988 * editing/pasteboard/5065605-expected.txt:
2989 * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Added.
2990 * editing/pasteboard/copy-paste-text-in-h1.html: Added.
2991 * editing/pasteboard/display-block-on-spans-expected.txt:
2992 * editing/pasteboard/paste-pre-001-expected.txt:
2993 * editing/pasteboard/paste-pre-002-expected.txt:
2994 * editing/pasteboard/paste-text-011-expected.txt:
2996 2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
2998 Remove LegacyDefaultOptionalArguments flag from HTML DOM IDL files
2999 https://bugs.webkit.org/show_bug.cgi?id=65338
3001 Reviewed by Adam Barth.
3003 * fast/files/create-blob-url-crash-expected.txt:
3004 * fast/files/create-blob-url-crash.html:
3005 * fast/files/revoke-blob-url-expected.txt:
3006 * fast/files/revoke-blob-url.html:
3007 * fast/forms/ValidityState-customError-expected.txt:
3008 * fast/forms/ValidityState-customError.html:
3010 2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
3012 Remove LegacyDefaultOptionalArguments flag from navigator IDL files
3013 https://bugs.webkit.org/show_bug.cgi?id=65370
3015 Reviewed by Adam Barth.
3017 * fast/dom/navigator-detached-no-crash-expected.txt:
3018 * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
3020 2011-08-03 Zhenyao Mo <zmo@google.com>
3022 Unreviewed, fix an error in test_expectations.txt.
3024 * platform/chromium/test_expectations.txt:
3026 2011-08-03 Zhenyao Mo <zmo@google.com>
3028 Unreviewed, skip fast/loader/reload-zero-byte-plugin.html for now, gardener stuff.
3030 * platform/chromium/test_expectations.txt:
3032 2011-08-03 Tommy Widenflycht <tommyw@google.com>
3034 MediaStream API: Implement PeerConnection and SignalingCallback
3035 https://bugs.webkit.org/show_bug.cgi?id=65101
3037 Reviewed by Adam Barth.
3039 LayoutTests will be provided by a follow-up CL, see <https://bugs.webkit.org/show_bug.cgi?id=56587>.
3041 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
3043 2011-08-03 Adam Barth <abarth@webkit.org>
3045 Crash in DocumentWriter::endIfNotLoadingMainResource
3046 https://bugs.webkit.org/show_bug.cgi?id=65581
3048 Reviewed by Nate Chapin.
3050 * fast/loader/reload-zero-byte-plugin-expected.txt: Added.
3051 * fast/loader/reload-zero-byte-plugin.html: Added.
3053 2011-08-03 Anders Carlsson <andersca@apple.com>
3055 Add a Mac Lion skipped list.
3057 * platform/mac-lion: Added.
3058 * platform/mac-lion/Skipped: Added.
3060 2011-08-03 Stephen White <senorblanco@chromium.org>
3062 [chromium] Added two compositing tests whose pixel results on the
3063 Mesa bots are different following
3064 http://trac.webkit.org/changeset/92255.
3068 * platform/chromium/test_expectations.txt:
3070 2011-08-03 Philippe Normand <pnormand@igalia.com>
3072 Unreviewed, GTK baselines for media/media-controls-clone.html.
3074 * platform/gtk/media/media-controls-clone-expected.png: Added.
3075 * platform/gtk/media/media-controls-clone-expected.txt: Added.
3077 2011-08-03 Kent Tamura <tkent@chromium.org>
3079 [Chromium] Remove flaky failures of fast/speech/input-appearance-*.html.
3081 * platform/chromium/test_expectations.txt:
3083 2011-08-03 Csaba Osztrogonác <ossy@webkit.org>
3085 [Qt]REGRESSION(r92254): It made 2 tests timeout
3086 https://bugs.webkit.org/show_bug.cgi?id=65609
3088 [Qt]REGRESSION(r92224): It made editing/text-iterator/basic-iteration.html timeout
3089 https://bugs.webkit.org/show_bug.cgi?id=65605
3092 * platform/qt/Skipped: Skip failing tests:
3093 - fast/frames/lots-of-objects.html
3094 - fast/frames/lots-of-iframes.html
3095 - editing/text-iterator/basic-iteration.html
3097 2011-08-03 Philippe Normand <pnormand@igalia.com>
3099 Unreviewed, GTK svg rebaseline after r92047.
3101 * platform/gtk/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3102 * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3103 * platform/gtk/svg/batik/filters/feTile-expected.txt:
3104 * platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3105 * platform/gtk/svg/batik/paints/patternRegionA-expected.txt:
3106 * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
3107 * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
3108 * platform/gtk/svg/batik/text/longTextOnPath-expected.txt:
3109 * platform/gtk/svg/batik/text/smallFonts-expected.txt:
3110 * platform/gtk/svg/batik/text/textAnchor-expected.txt:
3111 * platform/gtk/svg/batik/text/textDecoration-expected.txt:
3112 * platform/gtk/svg/batik/text/textEffect-expected.txt:
3113 * platform/gtk/svg/batik/text/textEffect2-expected.txt:
3114 * platform/gtk/svg/batik/text/textEffect3-expected.txt:
3115 * platform/gtk/svg/batik/text/textFeatures-expected.txt:
3116 * platform/gtk/svg/batik/text/textLayout-expected.txt:
3117 * platform/gtk/svg/batik/text/textLayout2-expected.txt:
3118 * platform/gtk/svg/batik/text/textLength-expected.txt:
3119 * platform/gtk/svg/batik/text/textOnPath-expected.txt:
3120 * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
3121 * platform/gtk/svg/batik/text/textPosition-expected.txt:
3122 * platform/gtk/svg/batik/text/textPosition2-expected.txt:
3123 * platform/gtk/svg/batik/text/textProperties-expected.txt:
3124 * platform/gtk/svg/batik/text/textProperties2-expected.txt:
3125 * platform/gtk/svg/batik/text/textStyles-expected.txt:
3126 * platform/gtk/svg/batik/text/verticalText-expected.txt:
3127 * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
3128 * platform/gtk/svg/custom/external-paintserver-reference-expected.txt: Added.
3129 * platform/gtk/svg/custom/linking-base-external-reference-expected.txt: Added.
3130 * platform/gtk/svg/custom/text-linking-expected.txt:
3131 * platform/gtk/svg/custom/zero-path-square-cap-rendering2-expected.txt: Added.
3132 * platform/gtk/svg/hixie/error/014-expected.txt:
3133 * platform/gtk/svg/hixie/use/002-expected.txt:
3135 2011-08-03 Takashi Toyoshima <toyoshim@chromium.org>
3137 WebSocket: Could not handle zero length text frame.
3138 https://bugs.webkit.org/show_bug.cgi?id=65592
3140 Reviewed by Kent Tamura.
3142 * http/tests/websocket/tests/hybi/zero-length-text-expected.txt: Added.
3143 * http/tests/websocket/tests/hybi/zero-length-text.html: Added.
3144 * http/tests/websocket/tests/hybi/zero-length-text_wsh.py: Added.
3146 2011-08-02 Takashi Toyoshima <toyoshim@chromium.org>
3148 WebSocket: Should be closed by receiving invalid continuation frame.
3150 https://bugs.webkit.org/show_bug.cgi?id=65527
3152 Reviewed by Kent Tamura.
3154 * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Added.
3155 * http/tests/websocket/tests/hybi/invalid-continuation.html: Added.
3156 * http/tests/websocket/tests/hybi/invalid-continuation_wsh.py: Added.
3158 2011-08-02 James Robinson <jamesr@chromium.org>
3160 More expectation updates for r92255
3162 * platform/chromium/test_expectations.txt:
3164 2011-08-02 James Robinson <jamesr@chromium.org>
3166 Expectation follow-up for r92255
3168 * platform/chromium/test_expectations.txt:
3170 2011-08-02 David Reveman <reveman@chromium.org>
3172 [Chromium] Use edge-distance method for layer anti-aliasing.
3173 https://bugs.webkit.org/show_bug.cgi?id=64942
3175 Reviewed by James Robinson.
3177 Update expected results.
3179 * platform/chromium/test_expectations.txt:
3181 2011-08-02 Zhenyao Mo <zmo@google.com>
3183 Unreviewed, test expectations update, gardener stuff.
3185 * platform/chromium/test_expectations.txt:
3187 2011-08-02 Anders Carlsson <andersca@apple.com>
3189 Add scrollbars/scrollbar-drag-thumb-with-large-content.html to the Skipped list.
3191 * platform/mac/Skipped:
3193 2011-08-02 Zhenyao Mo <zmo@google.com>
3195 Unreviewed, test expectations update, gardener stuff.
3197 * platform/chromium/test_expectations.txt:
3199 2011-08-02 Anders Carlsson <andersca@apple.com>
3201 Reviewed by Sam Weinig.
3203 * fast/blockflow/japanese-rl-text-with-broken-font.html:
3204 This test would create an empty RenderText after the change to make it asynchronous.
3205 Fix this by putting the script inside the head.
3207 2011-08-02 Van Lam <vanlam@google.com>
3209 --webkit-visual-word: ctrl-arrow is not able to reach the boundary of line
3210 https://bugs.webkit.org/show_bug.cgi?id=61346
3212 Reviewed by Ryosuke Niwa.
3214 Updated test cases to check for visual word movement to the end-of-line
3217 * editing/selection/move-by-word-visually-multi-line-expected.txt:
3218 * editing/selection/move-by-word-visually-multi-line.html:
3219 * editing/selection/move-by-word-visually-multi-space-expected.txt:
3220 * editing/selection/move-by-word-visually-multi-space.html:
3221 * editing/selection/move-by-word-visually-single-space-inline-element-expected.txt:
3222 * editing/selection/move-by-word-visually-single-space-inline-element.html:
3223 * editing/selection/move-by-word-visually-single-space-one-element-expected.txt:
3224 * editing/selection/move-by-word-visually-single-space-one-element.html:
3226 2011-08-02 Zhenyao Mo <zmo@google.com>
3228 Unreviewed, test expectations update, gardener stuff.
3230 * platform/chromium/test_expectations.txt:
3232 2011-08-02 Jochen Eisinger <jochen@chromium.org>
3234 Add a test for FrameLoaderClient::allowPlugins
3235 https://bugs.webkit.org/show_bug.cgi?id=33991
3237 Reviewed by Adam Barth.
3239 * platform/chromium/permissionclient/plugin-permission-expected.txt: Added.
3240 * platform/chromium/permissionclient/plugin-permission.html: Added.
3242 2011-08-02 Zhenyao Mo <zmo@google.com>
3244 Unreviewed, rebaseline, gardener stuff.
3246 * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png:
3247 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png:
3248 * platform/chromium/test_expectations.txt:
3250 2011-08-02 Vsevolod Vlasov <vsevik@chromium.org>
3252 Web Inspector: Remove initator column for JSC, fix network resource initiator tests.
3253 https://bugs.webkit.org/show_bug.cgi?id=65534
3255 Reviewed by Pavel Feldman.
3257 * http/tests/inspector/network/network-initiator-expected.txt:
3258 * http/tests/inspector/network/network-initiator.html:
3259 * platform/chromium/http/tests/inspector/network/network-initiator-expected.txt: Copied from LayoutTests/http/tests/inspector/network/network-initiator-expected.txt.
3261 2011-08-02 Zhenyao Mo <zmo@google.com>
3263 Unreviewed, test expectation updates, gardener stuff.
3265 * platform/chromium/test_expectations.txt:
3267 2011-08-02 Anders Carlsson <andersca@apple.com>
3269 Add Snow Leopard specific test results.
3271 * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
3272 * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
3273 * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
3274 * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
3276 2011-08-02 Ryosuke Niwa <rniwa@webkit.org>
3278 Remove time out expectation since media/track has been added to the skipped list on GTK.
3280 * platform/gtk/test_expectations.txt:
3282 2011-08-02 Adrienne Walker <enne@google.com>
3284 [chromium] Remove expectations for no longer crashing tests.
3285 https://bugs.webkit.org/show_bug.cgi?id=65155
3287 Unreviewed expectation update.
3289 These were fixed after Chromium r94376, r94374, r94373.
3291 * platform/chromium/test_expectations.txt:
3293 2011-08-02 Mihnea Ovidenie <mihnea@adobe.com>
3295 hover then un-hover makes state change
3296 https://bugs.webkit.org/show_bug.cgi?id=56401
3298 Reviewed by David Hyatt.
3300 * fast/dynamic/hover-before-position-after-style-change-expected.txt: Added.
3301 * fast/dynamic/hover-before-position-after-style-change.html: Added.
3302 * fast/dynamic/hover-before-position-after-style-change2-expected.txt: Added.
3303 * fast/dynamic/hover-before-position-after-style-change2.html: Added.
3305 2011-07-30 Pavel Podivilov <podivilov@chromium.org>
3307 Web Inspector: merge FormattedSourceFile into SourceFile.
3308 https://bugs.webkit.org/show_bug.cgi?id=65411
3310 Reviewed by Pavel Feldman.
3312 Prepare for splitting SourceFile into RawSourceCode and UISourceCode:
3313 * merge FormattedSourceFile into SourceFile
3314 * rename SourceFile to RawSourceCode
3315 * hide formatter worker lazy creation in ScriptFormatter
3317 * inspector/debugger/source-file.html:
3319 2011-08-01 Vsevolod Vlasov <vsevik@chromium.org>
3321 Web Inspector: [REGRESSION] Console evaluations leading to resource loading cause errors.
3322 https://bugs.webkit.org/show_bug.cgi?id=65466
3324 Reviewed by Pavel Feldman.
3326 * http/tests/inspector/network/network-initiator-from-console-expected.txt: Added.
3327 * http/tests/inspector/network/network-initiator-from-console.html: Added.
3329 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
3331 Web Inspector: REGRESSION(r92105): It made 2 tests fail
3332 https://bugs.webkit.org/show_bug.cgi?id=65525
3334 * platform/qt/Skipped: Unskip tests, because r92185 fixed the bug.
3336 2011-08-02 Alexander Pavlov <apavlov@chromium.org>
3338 Web Inspector: img[width=90] or align attributes shouldnt be shown above element.style block (as they have lower specificity)
3339 https://bugs.webkit.org/show_bug.cgi?id=65514
3341 Reviewed by Pavel Feldman.
3343 * inspector/elements/elements-panel-styles-expected.txt:
3344 * inspector/elements/elements-panel-styles.html:
3346 2011-08-01 Andrey Kosyakov <caseq@chromium.org>
3348 Web Inspector: [Extensions API] webInspector.inspectedPage.reload() is broken
3349 https://bugs.webkit.org/show_bug.cgi?id=65476
3351 Reviewed by Yury Semikhatsky.
3353 * http/tests/inspector/extensions-useragent-expected.txt: Added.
3354 * http/tests/inspector/extensions-useragent.html: Added.
3356 2011-08-02 Pavel Feldman <pfeldman@chromium.org>
3358 Not reviewed: fixing inspector tests.
3360 * inspector/debugger/scripts-panel-expected.txt:
3361 * inspector/debugger/scripts-panel.html:
3362 * inspector/debugger/scripts-sorting-expected.txt:
3363 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt: Copied from LayoutTests/inspector/debugger/scripts-sorting-expected.txt.
3365 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
3367 Malformed chromium test expectation fix, again. Sorry for the spam...
3369 * platform/chromium/test_expectations.txt:
3371 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
3373 Fix malformed chromium test expectation introduced by r92173
3375 * platform/chromium/test_expectations.txt:
3377 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
3379 [Qt][Mac] Unreviewed gardening. Paint the Qt Snow Leopard bot green.
3381 * platform/qt-mac/Skipped: Skip a failing test.
3383 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
3385 [Qt] Unreviewed gardening.
3387 * platform/qt/Skipped: Add comment after r92175.
3389 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
3391 [Qt] Unreviewed gardening. Paint the Qt bot green.
3393 * platform/qt/Skipped: Skip failing tests.
3395 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
3397 Chromium test_expectations.txt update for r92165
3399 * platform/chromium/test_expectations.txt:
3401 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
3403 Layout Test fast/text/international/bidi-mirror-he-ar.html is failing
3404 https://bugs.webkit.org/show_bug.cgi?id=65524
3406 Just update test_expectations.txt
3408 * platform/chromium/test_expectations.txt:
3410 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
3412 [Qt] Unreviewed gardening after r92127.
3414 * platform/qt/editing/selection/4397952-expected.png: Updated.
3415 * platform/qt/editing/selection/4397952-expected.txt: Updated.
3417 2011-08-01 Pavel Feldman <pfeldman@google.com>
3419 Web Inspector: button + "New style rule"
3420 https://bugs.webkit.org/show_bug.cgi?id=65409
3422 Reviewed by Yury Semikhatsky.
3424 * inspector/styles/styles-add-new-rule-expected.txt: Added.
3425 * inspector/styles/styles-add-new-rule.html: Added.
3427 2011-08-01 Anders Carlsson <andersca@apple.com>
3429 Update Lion specific test results.
3431 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
3432 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
3433 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
3434 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
3436 2011-08-01 Tim Horton <timothy_horton@apple.com>
3438 Unreviewed, rebaseline test results for recently added test.
3440 * platform/chromium-linux/svg/custom/repaint-shadow-expected.png: Added.
3441 * platform/qt/svg/custom/repaint-shadow-expected.txt: Added.
3443 2011-08-01 Zhenyao Mo <zmo@google.com>
3445 Unreviewed, rebaseline, webkit gardener stuff.
3447 * platform/chromium-win-vista/fast/text/international/hindi-spacing-expected.png: Removed.
3448 * platform/chromium-win-vista/fast/text/international/khmer-selection-expected.png: Removed.
3449 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
3450 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.png:
3451 * platform/chromium-win-xp/fast/text/international/hindi-spacing-expected.png:
3452 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png:
3453 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
3454 * platform/chromium-win/fast/text/backslash-to-yen-sign-euc-expected.png:
3455 * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png:
3456 * platform/chromium-win/fast/text/international/hindi-spacing-expected.png:
3457 * platform/chromium-win/fast/text/international/khmer-selection-expected.png:
3458 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3459 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3460 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3461 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3462 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3463 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3464 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3465 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3466 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3467 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3468 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3469 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3470 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3471 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3472 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3473 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3474 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
3475 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
3476 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.png:
3477 * platform/chromium-win/svg/batik/text/textAnchor-expected.png:
3478 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
3479 * platform/chromium-win/svg/batik/text/textLayout-expected.png:
3480 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
3481 * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
3482 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
3483 * platform/chromium-win/svg/batik/text/verticalText-expected.png:
3484 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
3486 2011-08-01 Alice Boxhall <aboxhall@chromium.org>
3488 WAI-ARIA textbox role should be AXTextArea for aria-multiline=true, AXTextField for aria-multiline=false
3489 https://bugs.webkit.org/show_bug.cgi?id=65451
3491 Reviewed by Chris Fleizach.
3493 * accessibility/aria-roles.html:
3494 * platform/mac/accessibility/aria-multiline.html:
3495 * platform/mac/accessibility/aria-roles-expected.txt:
3497 2011-08-01 Zhenyao Mo <zmo@google.com>
3499 Unreviewed, rebaseline, webkit gardener stuff.
3501 * platform/chromium-mac/svg/custom/repaint-shadow-expected.png: Added.
3502 * platform/chromium-win/svg/custom/repaint-shadow-expected.png: Added.
3504 2011-08-01 Tim Horton <timothy_horton@apple.com>
3506 Severe shadow repaint issues with SVGText elements
3507 https://bugs.webkit.org/show_bug.cgi?id=63648
3508 <rdar://problem/7632269>
3510 Reviewed by Darin Adler.
3512 Make SVG elements which inherit from RenderSVGBlock take text-shadow
3513 overflow into account when determining whether or not they should draw
3515 * platform/mac/svg/custom/repaint-shadow-expected.png: Added.
3516 * platform/mac/svg/custom/repaint-shadow-expected.txt: Added.
3517 * svg/custom/repaint-shadow.svg: Added.
3519 2011-08-01 Chris Rogers <crogers@google.com>
3521 One more test_expectations.txt fix for windows web audio
3522 https://bugs.webkit.org/show_bug.cgi?id=65496
3526 * platform/chromium/test_expectations.txt:
3528 2011-08-01 Zhenyao Mo <zmo@google.com>
3530 Unreviewed, rolling out r92022.
3531 http://trac.webkit.org/changeset/92022
3532 https://bugs.webkit.org/show_bug.cgi?id=65203
3534 try to see if this is causing a bunch of browser tests failues
3535 on win bots - will recommit if not
3537 * platform/chromium/test_expectations.txt:
3539 2011-08-01 Ryosuke Niwa <rniwa@webkit.org>
3541 Remove time out expectation since media/track has been added to the skipped list on Qt.
3543 * platform/qt/test_expectations.txt:
3545 2011-08-01 Chris Rogers <crogers@google.com>
3547 Add audionode.html and gain.html web audio layout tests
3548 https://bugs.webkit.org/show_bug.cgi?id=65276
3550 Reviewed by Kenneth Russell.
3552 * webaudio/audionode-expected.txt: Added.
3553 * webaudio/audionode.html: Added.
3554 * webaudio/gain-expected.wav: Added.
3555 * webaudio/gain.html: Added.
3556 * webaudio/resources/buffer-loader.js: Added.
3558 (BufferLoader.prototype.loadBuffer.request.onload):
3559 (BufferLoader.prototype.loadBuffer.request.onerror):
3560 (BufferLoader.prototype.loadBuffer):
3561 (BufferLoader.prototype.load):
3563 2011-08-01 Scott Graham <scottmg@chromium.org>
3565 https://bugs.webkit.org/show_bug.cgi?id=61006
3567 Test for CachedResourceLoader. Not caused by cache-disabling but very
3568 difficult to reproduce when cache is active, so use cache disable in
3569 inspector to exercise code.
3571 Reviewed by Antti Koivisto.
3573 * http/tests/inspector/network/disabled-cache-crash-expected.txt: Added.
3574 * http/tests/inspector/network/disabled-cache-crash.html: Added.
3575 * platform/gtk/Skipped:
3576 * platform/mac/Skipped:
3577 * platform/qt/Skipped:
3578 * platform/win/Skipped:
3580 2011-08-01 Jochen Eisinger <jochen@chromium.org>
3582 Require explicit user action to override the policy URL on form submissions.
3583 https://bugs.webkit.org/show_bug.cgi?id=61809
3585 Reviewed by Adam Barth.
3587 * http/tests/loading/redirect-methods-expected.txt:
3588 * http/tests/security/cookies/resources/set-a-cookie.php: Added.
3589 * http/tests/security/cookies/third-party-cookie-blocking-expected.txt: Added.
3590 * http/tests/security/cookies/third-party-cookie-blocking-main-frame-expected.txt: Added.
3591 * http/tests/security/cookies/third-party-cookie-blocking-main-frame.html: Added.
3592 * http/tests/security/cookies/third-party-cookie-blocking-user-action-expected.txt: Added.
3593 * http/tests/security/cookies/third-party-cookie-blocking-user-action.html: Added.
3594 * http/tests/security/cookies/third-party-cookie-blocking.html: Added.
3596 2011-08-01 Anna Cavender <annacc@chromium.org>
3598 media/track tests should be skipped on all platforms until feature is fully implemented.
3599 https://bugs.webkit.org/show_bug.cgi?id=65482
3601 Reviewed by Ryosuke Niwa.
3603 * platform/gtk/Skipped:
3604 * platform/mac/Skipped:
3605 * platform/qt/Skipped:
3606 * platform/win/Skipped:
3608 2011-08-01 Ryosuke Niwa <rniwa@webkit.org>
3610 Search field in designMode causes a crash
3611 https://bugs.webkit.org/show_bug.cgi?id=65362
3613 Reviewed by Dimitri Glazkov.
3615 Add a test to ensure WebKit doesn't crash when a user tries to delete inside
3616 an empty search field in the design mode.
3618 * editing/input/search-field-crash-in-designmode-expected.txt: Added.
3619 * editing/input/search-field-crash-in-designmode.html: Added.
3621 2011-07-28 Abhishek Arya <inferno@chromium.org>
3623 Regression(82144): Crash in TrailingObjects::updateMidpointsForTrailingBoxes
3624 https://bugs.webkit.org/show_bug.cgi?id=65137
3626 ASSERTION FAILED: trailingSpaceMidpoint >= 0
3628 Reviewed by Dave Hyatt.
3630 * fast/block/update-midpoints-for-trailing-boxes-crash-expected.txt: Added.
3631 * fast/block/update-midpoints-for-trailing-boxes-crash.html: Added.
3633 2011-08-01 Csaba Osztrogonác <ossy@webkit.org>
3635 [Qt] Unreviewed gardening after r92127.
3637 * platform/qt-4.8/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
3638 * platform/qt-4.8/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added.
3639 * platform/qt-4.8/editing/selection/4397952-expected.png: Added.
3640 * platform/qt-4.8/editing/selection/4397952-expected.txt: Added.
3641 * platform/qt-mac/Skipped: Skip failing tests.
3642 * platform/qt-wk2/Skipped: Skip failing tests.
3644 2011-08-01 Anders Carlsson <andersca@apple.com>
3646 Add fast/forms/selection-direction.html to the Skipped list.
3648 * platform/wk2/Skipped:
3650 2011-08-01 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
3652 [Qt] Update expected results and unskip now passing tests.
3654 Reviewed by Csaba Osztrogonác.
3656 * platform/qt/Skipped:
3657 * platform/qt/css2.1/ [...]: Updated.
3658 * platform/qt/editing/ [...]: Updated.
3660 2011-08-01 Pavel Feldman <pfeldman@google.com>
3662 Not reviewed: unflake inspector test that was just added.
3664 * inspector/debugger/scripts-sorting-expected.txt:
3665 * inspector/debugger/scripts-sorting.html:
3666 * platform/chromium/test_expectations.txt:
3668 2011-08-01 Hayato Ito <hayato@chromium.org>
3670 Add support for getting an element in shadow root by its id into a window.internals object.
3671 https://bugs.webkit.org/show_bug.cgi?id=64587
3673 Reviewed by Hajime Morita.
3675 * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt: Added.
3676 * fast/dom/shadow/get-element-by-id-in-shadow-root.html: Added.
3677 * fast/dom/shadow/resources/create-dom.js: Added.
3681 2011-08-01 Yury Semikhatsky <yurys@chromium.org>
3683 Web Inspector: typing an expression in an iframe leads to multiple "Unsafe JavaScript attempt to access frame..." errors
3684 https://bugs.webkit.org/show_bug.cgi?id=65457
3686 Reviewed by Pavel Feldman.
3688 * http/tests/inspector/console-cd-completions-expected.txt: Added.
3689 * http/tests/inspector/console-cd-completions.html: Added.
3690 * http/tests/inspector/resources/console-cd-completions-iframe.html: Added.
3692 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3694 [chromium] http/tests/inspector/resource-tree/resource-tree-document-url.html occasionally times out
3695 https://bugs.webkit.org/show_bug.cgi?id=65463
3697 Unreviewed expectations update.
3699 * platform/chromium/test_expectations.txt:
3701 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3703 [chromium] http/tests/cache/history-only-cached-subresource-loads-max-age-https.html frequently times out on Vista
3704 https://bugs.webkit.org/show_bug.cgi?id=65462
3706 Unreviewed expectations update.
3708 * platform/chromium/test_expectations.txt:
3710 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3712 [chromium] Temporarily expect scripts-sorting.html to fail
3713 https://bugs.webkit.org/show_bug.cgi?id=65461
3715 Unreviewed gardening.
3717 * platform/chromium/test_expectations.txt:
3719 2011-08-01 Mihnea Ovidenie <mihnea@adobe.com>
3721 BORDER attribute with the object tag, using percentage values not working.
3722 https://bugs.webkit.org/show_bug.cgi?id=65176
3724 Reviewed by Hajime Morita.
3726 Added the tests with border width with percentages in a new file. Moved them
3727 from images border test file.
3729 * fast/borders/border-width-percent-expected.txt: Added.
3730 * fast/borders/border-width-percent.html: Added.
3731 * fast/images/border-expected.txt:
3732 * fast/images/script-tests/border.js:
3734 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3736 [chromium] Update expectations for fast/text/international/bidi-mirror-he-ar.html
3737 https://bugs.webkit.org/show_bug.cgi?id=65460
3739 Unreviewed expectations update.
3741 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png:
3743 2011-08-01 Vsevolod Vlasov <vsevik@chromium.org>
3745 Web Inspector: Add network panel sidebar width test.
3746 https://bugs.webkit.org/show_bug.cgi?id=65314
3748 Reviewed by Yury Semikhatsky.
3750 * http/tests/inspector/network/network-sidebar-width-expected.txt: Added.
3751 * http/tests/inspector/network/network-sidebar-width.html: Added.
3753 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3755 http/tests/inspector/resource-tree/resource-tree-reload.html is flaky on chromium win
3756 https://bugs.webkit.org/show_bug.cgi?id=60110
3758 Marking it flaky on Linux as well.
3760 * platform/chromium/test_expectations.txt:
3762 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3764 Fix windows text rendering expectations for fast/text/justify-ideograph-leading-expansion.html
3765 https://bugs.webkit.org/show_bug.cgi?id=65455
3767 Unreviewed expectations update.
3769 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Copied from LayoutTests/platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png.
3770 * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png:
3772 2011-08-01 Csaba Osztrogonác <ossy@webkit.org>
3774 REGRESSION (r92048): svg/custom/external-paintserver-reference.svg, svg/custom/linking-base-external-reference.xhtml failing on SnowLeopard Intel Release (Tests)
3775 https://bugs.webkit.org/show_bug.cgi?id=65432
3777 Revert accidentally committed changes, and update Qt specific expected results.
3779 * platform/qt/svg/custom/external-paintserver-reference-expected.png: Copied from LayoutTests/svg/custom/external-paintserver-reference-expected.png.
3780 * platform/qt/svg/custom/external-paintserver-reference-expected.txt: Copied from LayoutTests/svg/custom/external-paintserver-reference-expected.txt.
3781 * platform/qt/svg/custom/linking-base-external-reference-expected.png: Copied from LayoutTests/svg/custom/linking-base-external-reference-expected.png.
3782 * platform/qt/svg/custom/linking-base-external-reference-expected.txt: Copied from LayoutTests/svg/custom/linking-base-external-reference-expected.txt.
3783 * svg/custom/external-paintserver-reference-expected.png: Revert r92048.
3784 * svg/custom/external-paintserver-reference-expected.txt: Revert r92048.
3785 * svg/custom/linking-base-external-reference-expected.png: Revert r92048.
3786 * svg/custom/linking-base-external-reference-expected.txt: Revert r92048.
3788 2011-08-01 Pavel Feldman <pfeldman@google.com>
3790 Not reviewed: unflake inspector test that was just added.
3792 * inspector/debugger/scripts-sorting-expected.txt:
3793 * inspector/debugger/scripts-sorting.html:
3795 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
3797 [chromium] fast/css/outline-auto-empty-rects.html broken by r92059
3798 https://bugs.webkit.org/show_bug.cgi?id=65453
3800 This patch just expects the test to fail for now.
3802 Unreviewed expectations update.
3804 * platform/chromium/test_expectations.txt:
3806 2011-08-01 Pavel Feldman <pfeldman@google.com>
3808 Web Inspector: group scripts by folder in the scripts selector.
3809 https://bugs.webkit.org/show_bug.cgi?id=65321
3811 Reviewed by Yury Semikhatsky.
3813 * http/tests/inspector/debugger-test.js:
3814 (initialize_DebuggerTest):
3815 * inspector/debugger/scripts-sorting-expected.txt: Added.
3816 * inspector/debugger/scripts-sorting.html: Added.
3818 2011-07-28 Pavel Feldman <pfeldman@google.com>
3820 Web Inspector: [protocol] methods where all parameters are optional should not require empty params object.
3821 https://bugs.webkit.org/show_bug.cgi?id=65331
3823 Reviewed by Yury Semikhatsky.
3825 * inspector/report-protocol-errors-expected.txt:
3827 2011-07-31 Adam Barth <abarth@webkit.org>
3829 These results appear to differ only in text rendering.
3831 * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png:
3832 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Removed.
3833 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png:
3834 * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png:
3836 2011-07-31 Adam Barth <abarth@webkit.org>
3838 Adding expected results. These results appear to differ only in the scrollbar.
3840 * platform/chromium-linux/svg/custom/external-paintserver-reference-expected.png: Added.
3841 * platform/chromium-linux/svg/custom/linking-base-external-reference-expected.png: Added.
3842 * platform/chromium-mac/svg/custom/external-paintserver-reference-expected.png: Added.
3843 * platform/chromium-mac/svg/custom/external-paintserver-reference-expected.txt: Added.
3844 * platform/chromium-mac/svg/custom/linking-base-external-reference-expected.png: Added.
3845 * platform/chromium-mac/svg/custom/linking-base-external-reference-expected.txt: Added.
3846 * platform/chromium-win/svg/custom/external-paintserver-reference-expected.png: Added.
3847 * platform/chromium-win/svg/custom/external-paintserver-reference-expected.txt: Added.
3848 * platform/chromium-win/svg/custom/linking-base-external-reference-expected.png: Added.
3849 * platform/chromium-win/svg/custom/linking-base-external-reference-expected.txt: Added.
3851 2011-07-31 Adam Barth <abarth@webkit.org>
3853 Update baseline. This patch might cause Linux to start failing, but in
3854 that case, we can add a more specific Linux result. This approach is
3855 somewhat of an exploration of this automated rebaselining algorithm.
3857 * platform/chromium-win/svg/batik/text/textLength-expected.txt:
3859 2011-07-31 Sheriff Bot <webkit.review.bot@gmail.com>
3861 Unreviewed, rolling out r92094.
3862 http://trac.webkit.org/changeset/92094
3863 https://bugs.webkit.org/show_bug.cgi?id=65443
3865 Triggered many asserts (Requested by abarth on #webkit).
3867 * fast/events/event-target-reset-expected.txt: Removed.
3868 * fast/events/event-target-reset.html: Removed.
3870 2011-07-31 Dominic Cooney <dominicc@chromium.org>
3872 Event target set to null post event dispatch
3873 https://bugs.webkit.org/show_bug.cgi?id=63934
3875 Reviewed by Dimitri Glazkov.
3877 * fast/events/event-target-reset-expected.txt: Added.
3878 * fast/events/event-target-reset.html: Added.
3880 2011-07-31 Gavin Barraclough <barraclough@apple.com>
3882 https://bugs.webkit.org/show_bug.cgi?id=64679
3883 Fix bugs in Array.prototype this handling.
3885 Unreviewed - rolling out r91290.
3887 Checking in failing results - we can't fix this bug just yet
3888 for web compatibility reasons.
3890 * fast/js/array-prototype-properties-expected.txt:
3891 * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
3892 * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
3894 2011-07-31 Ryosuke Niwa <rniwa@webkit.org>
3896 Fix fast/dom/Range/getBoundingClientRect.html after r92089.
3898 * fast/dom/Range/getBoundingClientRect.html:
3900 2011-07-31 Ryosuke Niwa <rniwa@webkit.org>
3902 [Chromium] editing/execCommand/4786404-1.html,editing/execCommand/break-out-of-empty-list-item.html are slow/timeout
3903 https://bugs.webkit.org/show_bug.cgi?id=65019
3905 This bug was invalid; neither test is slow nor timing out.
3907 * platform/chromium/test_expectations.txt:
3909 2011-07-31 Sam Weinig <sam@webkit.org>
3911 REGRESSION: getBoundingClientRect() method of Range incorrectly returns null for collapsed Range
3912 https://bugs.webkit.org/show_bug.cgi?id=65324
3914 Reviewed by Ryosuke Niwa.
3916 * fast/dom/Range/getBoundingClientRect-expected.txt:
3917 * fast/dom/Range/getBoundingClientRect.html:
3918 * fast/dom/Range/getClientRects-expected.txt:
3919 * fast/dom/Range/getClientRects.html:
3920 Add test cases for empty and collapsed ranges.
3922 2011-07-29 Ryosuke Niwa <rniwa@webkit.org>
3924 [HTML5] Implement the selectionDirection property on input and textarea
3925 https://bugs.webkit.org/show_bug.cgi?id=60403
3927 Reviewed by Darin Adler.
3929 Added a test to ensure WebKit sets and gets selectionDirection property.
3931 Also added a test to ensure WebKit throws exceptions when retrieving or assigning values to selectionStart,
3932 selectionEnd, and selectionDirection property of the input element when the element isn't a text field.
3934 * fast/forms/selection-direction-expected.txt: Added.
3935 * fast/forms/selection-direction.html: Added.
3936 * fast/forms/selection-wrongtype-expected.txt: Added.
3937 * fast/forms/selection-wrongtype.html: Added.
3938 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Copied from
3939 editing/deleting/delete-all-text-in-text-field-assertion-expected.txt; editing delegate change.
3940 * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Copied from
3941 editing/deleting/delete-all-text-in-text-field-assertion-expected.txt since Windows port fallbacks to Mac.
3943 2011-07-31 Dan Bernstein <mitz@apple.com>
3945 Add expected results for Snow Leopard and earlier for fast/css/font-family-pictograph.html
3947 Fixes REGRESSION (r91777): fast/css/font-family-pictograph.html failing on SnowLeopard Intel Release (Tests)
3948 https://bugs.webkit.org/show_bug.cgi?id=65433
3950 * platform/mac-snowleopard/fast/css: Added.
3951 * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.txt: Added.
3953 2011-07-30 Adam Barth <abarth@webkit.org>
3955 Update baselines. This patch cleans up after http://trac.webkit.org/changeset/92042.
3957 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3958 * platform/chromium-mac/fast/repaint/absolute-position-changed-expected.png: Added.
3959 * platform/chromium-mac/fast/repaint/absolute-position-moved-expected.png: Added.
3960 * platform/chromium-mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
3961 * platform/chromium-mac/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.