Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 1655553002: Update svg's root paint offset property during paint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is
7 # strong. This is the intended behavior. 7 # strong. This is the intended behavior.
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 406
407 # Rebaseline didn't fix this. It's flaking between two different failures due to rounding error. 407 # Rebaseline didn't fix this. It's flaking between two different failures due to rounding error.
408 # It consistently fails on debug builds and sometiems on release+asserts builds. 408 # It consistently fails on debug builds and sometiems on release+asserts builds.
409 # But consistently passes on release builds. 409 # But consistently passes on release builds.
410 crbug.com/518005 crbug.com/463358 [ Mac ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ Pass Failure ] 410 crbug.com/518005 crbug.com/463358 [ Mac ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ Pass Failure ]
411 411
412 crbug.com/510337 inspector/elements/edit/edit-dom-actions.html [ Timeout ] 412 crbug.com/510337 inspector/elements/edit/edit-dom-actions.html [ Timeout ]
413 413
414 # SPv2 paint properties are still being implemented. 414 # SPv2 paint properties are still being implemented.
415 crbug.com/537409 virtual/spv2/ [ Skip ] 415 crbug.com/537409 virtual/spv2/ [ Skip ]
416 crbug.com/537409 virtual/spv2/svg/as-image/svg-image-with-data-uri.html [ Pass ]
416 crbug.com/563667 virtual/spv2/fast/block/basic/001.html [ Pass ] 417 crbug.com/563667 virtual/spv2/fast/block/basic/001.html [ Pass ]
417 crbug.com/563667 virtual/spv2/fast/block/positioning/static-distance-with-positi oned-ancestor.html [ Pass ] 418 crbug.com/563667 virtual/spv2/fast/block/positioning/static-distance-with-positi oned-ancestor.html [ Pass ]
418 crbug.com/563667 virtual/spv2/fast/block/float/clamped-right-float.html [ Pass ] 419 crbug.com/563667 virtual/spv2/fast/block/float/clamped-right-float.html [ Pass ]
419 crbug.com/580355 fast/block/basic/018.html [ Pass ] 420 crbug.com/580355 fast/block/basic/018.html [ Pass ]
420 crbug.com/580355 fast/block/basic/adding-near-anonymous-block.html [ Pass ] 421 crbug.com/580355 fast/block/basic/adding-near-anonymous-block.html [ Pass ]
421 crbug.com/580355 fast/block/basic/text-indent-rtl.html [ Pass ] 422 crbug.com/580355 fast/block/basic/text-indent-rtl.html [ Pass ]
422 crbug.com/580355 fast/block/basic/truncation-rtl.html [ Pass ] 423 crbug.com/580355 fast/block/basic/truncation-rtl.html [ Pass ]
423 crbug.com/580355 fast/block/basic/white-space-pre-wraps.html [ Pass ] 424 crbug.com/580355 fast/block/basic/white-space-pre-wraps.html [ Pass ]
424 crbug.com/580355 fast/block/float/001.html [ Pass ] 425 crbug.com/580355 fast/block/float/001.html [ Pass ]
425 crbug.com/580355 fast/block/float/002.html [ Pass ] 426 crbug.com/580355 fast/block/float/002.html [ Pass ]
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 1385
1385 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ] 1386 crbug.com/577380 [ Linux Debug ] http/tests/serviceworker/chromium/registration- stress.html [ Failure ]
1386 1387
1387 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ] 1388 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer. html [ Pass Failure ]
1388 1389
1389 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] 1390 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ]
1390 1391
1391 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ] 1392 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F ailure Pass ]
1392 1393
1393 crbug.com/582155 fast/regex/non-pattern-characters.html [ NeedsManualRebaseline ] 1394 crbug.com/582155 fast/regex/non-pattern-characters.html [ NeedsManualRebaseline ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698