OLD | NEW |
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 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1359 crbug.com/453002 [ Win ] fast/text/international/text-combine-image-test.html [
Failure Pass ] | 1359 crbug.com/453002 [ Win ] fast/text/international/text-combine-image-test.html [
Failure Pass ] |
1360 crbug.com/453002 [ Win ] fast/text/international/vertical-text-glyph-test.html [
Failure Pass ] | 1360 crbug.com/453002 [ Win ] fast/text/international/vertical-text-glyph-test.html [
Failure Pass ] |
1361 crbug.com/453002 [ Win ] fast/text/justify-ideograph-vertical.html [ Failure Pas
s ] | 1361 crbug.com/453002 [ Win ] fast/text/justify-ideograph-vertical.html [ Failure Pas
s ] |
1362 crbug.com/453002 [ Win ] fast/text/orientation-sideways.html [ Failure Pass ] | 1362 crbug.com/453002 [ Win ] fast/text/orientation-sideways.html [ Failure Pass ] |
1363 | 1363 |
1364 crbug.com/599662 inspector/sources/debugger-ui/debugger-save-to-temp-var.html [
Failure Crash ] | 1364 crbug.com/599662 inspector/sources/debugger-ui/debugger-save-to-temp-var.html [
Failure Crash ] |
1365 | 1365 |
1366 crbug.com/587737 [ Mac10.11 Retina ] virtual/gpu-rasterization/fast/images/color
-profile-filter.html [ Timeout Failure ] | 1366 crbug.com/587737 [ Mac10.11 Retina ] virtual/gpu-rasterization/fast/images/color
-profile-filter.html [ Timeout Failure ] |
1367 | 1367 |
1368 crbug.com/599975 [ Android ] media/video-autoplay.html [ Timeout ] | 1368 crbug.com/599975 [ Android ] media/video-autoplay.html [ Timeout ] |
| 1369 |
| 1370 # DocumentWriteEvaluator is still experimental |
| 1371 crbug.com/599115 http/tests/preload/document-write [ Pass Failure ] |
OLD | NEW |