Changeset 132190 in webkit
- Timestamp:
- Oct 23, 2012, 1:25:39 AM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r132187 r132190 1 2012-10-23 Csaba Osztrogonác <ossy@webkit.org> 2 3 [Qt] Unreviewed holiday gardening. 4 5 * platform/qt/TestExpectations: Skip new tests (and sort) because ENABLE(SHADOW_DOM) is disabled. 6 1 7 2012-10-23 Kent Tamura <tkent@chromium.org> 2 8 -
trunk/LayoutTests/platform/qt/TestExpectations
r132155 r132190 186 186 compositing/visible-rect [ Skip ] 187 187 188 189 188 # ENABLE(SHADOW_DOM) is disabled. 190 189 editing/shadow … … 195 194 fast/dom/shadow/content-element-api.html 196 195 fast/dom/shadow/content-element-distributed-nodes.html 196 fast/dom/shadow/content-element-in-media-element.html 197 fast/dom/shadow/content-element-in-meter-element.html 197 198 fast/dom/shadow/content-element-move.html 198 199 fast/dom/shadow/content-element-outside-shadow.html 199 200 fast/dom/shadow/content-element-outside-shadow-style.html 200 fast/dom/shadow/content-element-in-media-element.html 201 fast/dom/shadow/content-element-in-meter-element.html 201 fast/dom/shadow/content-reprojection-complex.html 202 202 fast/dom/shadow/content-reprojection-dynamic.html 203 fast/dom/shadow/content-reprojection-fallback-crash.html 204 fast/dom/shadow/content-reprojection-fallback.html 205 fast/dom/shadow/content-reprojection-fallback-reprojection.html 206 fast/dom/shadow/content-reprojection-shadow.html 203 207 fast/dom/shadow/drop-event-for-input-in-shadow.html 204 208 fast/dom/shadow/drop-event-in-shadow.html … … 212 216 fast/dom/shadow/has-shadow-insertion-point.html 213 217 fast/dom/shadow/iframe-shadow.html 214 fast/dom/shadow/invalidate-distribution.html 218 fast/dom/shadow/input-with-validation.html 219 fast/dom/shadow/input-with-validation-without-shadow.html 215 220 fast/dom/shadow/insertion-point-list-menu-crash.html 216 221 fast/dom/shadow/insertion-point-resetStyleInheritance.html 217 222 fast/dom/shadow/insertion-point-shadow-crash.html 218 223 fast/dom/shadow/insertion-point-video-crash.html 224 fast/dom/shadow/invalidate-distribution.html 219 225 fast/dom/shadow/link-in-shadow-tree.html 226 fast/dom/shadow/multiple-shadowroot-adopt.html 220 227 fast/dom/shadow/multiple-shadowroot.html 221 228 fast/dom/shadow/multiple-shadowroot-rendering.html 222 fast/dom/shadow/multiple-shadowroot-adopt.html223 229 fast/dom/shadow/parent-tree-scope-in-shadow.html 230 fast/dom/shadow/select-image-with-shadow.html 231 fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html 224 232 fast/dom/shadow/selections-in-shadow.html 225 fast/dom/shadow/selection-shouldnt-expose-shadow-dom.html 233 fast/dom/shadow/shadow-and-list-elements.html 234 fast/dom/shadow/shadow-boundary-events.html 235 fast/dom/shadow/shadow-content-crash.html 236 fast/dom/shadow/shadow-contents-fallback-dynamic.html 237 fast/dom/shadow/shadow-contents-fallback.html 238 fast/dom/shadow/shadow-disable.html 239 fast/dom/shadow/shadow-div-reflow.html 226 240 fast/dom/shadow/shadowdom-dynamic-styling.html 241 fast/dom/shadow/shadow-dom-event-dispatching.html 242 fast/dom/shadow/shadowdom-for-button-complex-shadow.html 227 243 fast/dom/shadow/shadowdom-for-button.html 244 fast/dom/shadow/shadowdom-for-button-only-shadow.html 245 fast/dom/shadow/shadowdom-for-button-without-shadow.html 246 fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html 247 fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html 248 fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html 249 fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html 250 fast/dom/shadow/shadowdom-for-image-alt.html 228 251 fast/dom/shadow/shadowdom-for-image-alt-update.html 229 fast/dom/shadow/shadowdom-for-image-alt.html230 252 fast/dom/shadow/shadowdom-for-image-content.html 231 253 fast/dom/shadow/shadowdom-for-image-dynamic.html 254 fast/dom/shadow/shadowdom-for-image-event-click.html 232 255 fast/dom/shadow/shadowdom-for-image-event.html 233 fast/dom/shadow/shadowdom-for-image -event-click.html256 fast/dom/shadow/shadowdom-for-image.html 234 257 fast/dom/shadow/shadowdom-for-image-in-shadowdom.html 235 258 fast/dom/shadow/shadowdom-for-image-map.html … … 238 261 fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html 239 262 fast/dom/shadow/shadowdom-for-image-with-width-and-height.html 240 fast/dom/shadow/shadowdom-for-image.html 263 fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html 264 fast/dom/shadow/shadowdom-for-keygen-only-shadow.html 265 fast/dom/shadow/shadowdom-for-keygen-without-shadow.html 241 266 fast/dom/shadow/shadowdom-for-media.html 267 fast/dom/shadow/shadowdom-for-meter-dynamic.html 268 fast/dom/shadow/shadowdom-for-meter.html 269 fast/dom/shadow/shadowdom-for-meter-multiple.html 270 fast/dom/shadow/shadowdom-for-meter-without-appearance.html 271 fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html 272 fast/dom/shadow/shadowdom-for-meter-with-style.html 273 fast/dom/shadow/shadowdom-for-object-complex-shadow.html 274 fast/dom/shadow/shadowdom-for-object-only-shadow.html 275 fast/dom/shadow/shadowdom-for-object-without-shadow.html 276 fast/dom/shadow/shadowdom-for-output-complex-shadow.html 277 fast/dom/shadow/shadowdom-for-output-only-shadow.html 278 fast/dom/shadow/shadowdom-for-output-without-shadow.html 242 279 fast/dom/shadow/shadowdom-for-progress-dynamic.html 280 fast/dom/shadow/shadowdom-for-progress.html 243 281 fast/dom/shadow/shadowdom-for-progress-multiple.html 244 fast/dom/shadow/shadowdom-for-progress-with-style.html245 282 fast/dom/shadow/shadowdom-for-progress-without-appearance.html 246 283 fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html 247 fast/dom/shadow/shadowdom-for-progress.html 284 fast/dom/shadow/shadowdom-for-progress-with-style.html 285 fast/dom/shadow/shadowdom-for-select-complex-shadow.html 286 fast/dom/shadow/shadowdom-for-select-only-shadow.html 287 fast/dom/shadow/shadowdom-for-select-without-shadow.html 288 fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html 289 fast/dom/shadow/shadowdom-for-textarea.html 290 fast/dom/shadow/shadowdom-for-textarea-only-shadow.html 291 fast/dom/shadow/shadowdom-for-textarea-without-shadow.html 292 fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html 248 293 fast/dom/shadow/shadowdom-reprojection-1.html 249 294 fast/dom/shadow/shadowdom-reprojection-2.html 250 fast/dom/shadow/shadow-and-list-elements.html251 fast/dom/shadow/shadow-boundary-events.html252 fast/dom/shadow/shadow-content-crash.html253 fast/dom/shadow/shadow-contents-fallback-dynamic.html254 fast/dom/shadow/shadow-contents-fallback.html255 fast/dom/shadow/shadow-dom-event-dispatching.html256 295 fast/dom/shadow/shadow-dynamic-style-change-via-mutation-and-selector.html 257 fast/dom/shadow/shadow-disable.html258 fast/dom/shadow/shadow-div-reflow.html259 296 fast/dom/shadow/shadow-element.html 297 fast/dom/shadow/shadow-element-rendering-multiple.html 260 298 fast/dom/shadow/shadow-element-rendering-single.html 261 fast/dom/shadow/shadow-element-rendering-multiple.html262 299 fast/dom/shadow/shadow-nested-pseudo-id.html 263 300 fast/dom/shadow/shadow-on-image.html 264 301 fast/dom/shadow/shadow-removechild-and-blur-event.html 302 fast/dom/shadow/shadow-reprojection-prohibited.html 265 303 fast/dom/shadow/shadow-root-activeElement.html 266 304 fast/dom/shadow/shadow-root-append.html … … 268 306 fast/dom/shadow/shadow-root-attached.html 269 307 fast/dom/shadow/shadow-root-blur.html 308 fast/dom/shadow/shadowroot-clonenode.html 270 309 fast/dom/shadow/shadow-root-innerHTML.html 271 310 fast/dom/shadow/shadow-root-js-api.html 272 311 fast/dom/shadow/shadow-root-new.html 312 fast/dom/shadow/shadowroot-of-insertionpoint.html 273 313 fast/dom/shadow/shadow-root-resetStyleInheritance.html 274 314 fast/dom/shadow/shadow-ul-li.html 315 fast/dom/shadow/style-of-distributed-node.html 275 316 fast/dom/shadow/style-scoped-not-enabled.html 317 fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html 276 318 fast/dom/shadow/tab-order-iframe-and-shadow.html 277 319 fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html 278 320 fast/dom/shadow/user-modify-inheritance.html 279 fast/dom/shadow/shadowdom-for-object-complex-shadow.html 280 fast/dom/shadow/shadowdom-for-object-only-shadow.html 281 fast/dom/shadow/shadowdom-for-object-without-shadow.html 282 fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html 283 fast/dom/shadow/shadowdom-for-textarea-only-shadow.html 284 fast/dom/shadow/shadowdom-for-textarea-without-shadow.html 285 fast/dom/shadow/shadowdom-for-button-complex-shadow.html 286 fast/dom/shadow/shadowdom-for-button-only-shadow.html 287 fast/dom/shadow/shadowdom-for-button-without-shadow.html 288 fast/dom/shadow/shadowdom-for-select-complex-shadow.html 289 fast/dom/shadow/shadowdom-for-select-only-shadow.html 290 fast/dom/shadow/shadowdom-for-select-without-shadow.html 291 fast/dom/shadow/shadowdom-for-output-complex-shadow.html 292 fast/dom/shadow/shadowdom-for-output-only-shadow.html 293 fast/dom/shadow/shadowdom-for-output-without-shadow.html 294 fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html 295 fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html 296 fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html 297 fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html 298 fast/dom/shadow/shadowdom-for-keygen-only-shadow.html 299 fast/dom/shadow/shadowdom-for-keygen-without-shadow.html 300 fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html 301 fast/dom/shadow/shadowdom-for-textarea.html 302 fast/dom/shadow/input-with-validation.html 303 fast/dom/shadow/input-with-validation-without-shadow.html 304 fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html 305 fast/dom/shadow/suppress-mutation-events-in-shadow-characterdata.html 306 fast/dom/shadow/select-image-with-shadow.html 307 fast/dom/shadow/shadowdom-for-meter-dynamic.html 308 fast/dom/shadow/shadowdom-for-meter-multiple.html 309 fast/dom/shadow/shadowdom-for-meter-with-style.html 310 fast/dom/shadow/shadowdom-for-meter-without-appearance.html 311 fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html 312 fast/dom/shadow/shadowdom-for-meter.html 313 fast/dom/shadow/style-of-distributed-node.html 314 fast/dom/shadow/shadowroot-clonenode.html 321 inspector/elements/update-shadowdom.html 315 322 316 323 # Fail until SUBPIXEL_LAYOUT is enabled
Note:
See TracChangeset
for help on using the changeset viewer.