summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/chromium/TestExpectations
blob: b0ae66f88fbafc965f5bff3b263df0cd5690c839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
# These are the layout test expectations for the Chromium port(s) of WebKit.
#
# See http://trac.webkit.org/wiki/TestExpectations for more information on this file.

# -----------------------------------------------------------------
# SLOW TESTS
# -----------------------------------------------------------------

crbug.com/24182 [ Debug ] css3/flexbox/multiline-justify-content.html [ Pass Slow ]
webkit.org/b/91666 [ Mac ] editing/input/emacs-ctrl-o.html [ Failure Slow ]
webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure Slow ]
webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure Slow ]
webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-cntl-y-001.html [ ImageOnlyFailure Slow ]
webkit.org/b/82097 editing/selection/move-by-word-visually-crash-test-5.html [ Pass Slow ]
webkit.org/b/79679 [ Debug ] platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html [ Pass Slow ]
webkit.org/b/79679 [ Mac Release ] platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html [ Pass Slow ]
webkit.org/b/92287 [ Linux Mac Win ] fast/canvas/webgl/context-creation-and-destruction.html [ Pass Slow ]
webkit.org/b/92287 [ Linux Mac Win ] platform/chromium/virtual/gpu/fast/canvas/webgl/context-creation-and-destruction.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/css/large-list-of-rules-crash.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/dom/shadow/tree-scope-crash.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/dom/Window/window-postmessage-clone-deep-array.html [ Pass Slow ]
crbug.com/24182 [ Android Linux Mac Debug ] fast/dom/Window/window-postmessage-clone-really-deep-array.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/frames/calculate-percentage.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/frames/frameset-frameborder-boolean-values.html [ Pass Slow ]
crbug.com/24182 [ Mac Win Debug ] fast/frames/sandboxed-iframe-navigation-parent.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/frames/valid.html [ Pass Slow ]
webkit.org/b/77184 [ Debug ] fast/js/dfg-double-vote-fuzz.html [ Pass Slow ]
webkit.org/b/92948 [ Debug ] fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html [ Pass Timeout ]
webkit.org/b/74787 [ Debug ] fast/js/dfg-poison-fuzz.html [ Pass Slow ]
crbug.com/24182 fast/js/regexp-overflow.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/js/repeat-cached-vm-reentry.html [ Pass Timeout ]
crbug.com/24182 [ Debug ] fast/js/toString-and-valueOf-override.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] fast/loader/javascript-url-iframe-crash.html [ Pass Slow ]
crbug.com/24182 [ Android ] fast/parser/nested-fragment-parser-crash.html [ Pass Slow ]
crbug.com/24182 [ Debug ] html5lib/webkit-resumer.html [ Pass Slow ]
crbug.com/24182 [ Win Debug ] http/tests/cache/stopped-revalidation.html [ Pass Slow Failure ]
crbug.com/24182 [ Win Release ] http/tests/loading/onload-vs-immediate-refresh.pl [ Pass Slow ]
crbug.com/24182 [ Win Debug ] http/tests/loading/redirect-methods.html [ Pass Slow ]
crbug.com/24182 [ Win ] http/tests/local/file-url-sent-as-referer.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] http/tests/misc/dns-prefetch-control.html [ Pass Slow ]
crbug.com/24182 [ Win Debug ] http/tests/misc/uncacheable-script-repeated.html [ Pass Slow ]
crbug.com/24182 [ Win ] http/tests/navigation/slowtimerredirect-basic.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Debug ] http/tests/security/xss-DENIED-iframe-src-alias.html [ Pass Slow ]
crbug.com/24182 [ Android Win ] http/tests/xmlhttprequest/simple-cross-origin-progress-events.html [ Pass Slow ]
crbug.com/24182 [ Win ] http/tests/xmlhttprequest/supported-xml-content-types.html [ Pass Slow ]
crbug.com/24182 [ Win ] http/tests/xmlhttprequest/XMLHttpRequestException.html [ Pass Slow ]
crbug.com/24182 [ Debug ] ietestcenter/Javascript/15.4.4.16-7-c-ii-2.html [ Pass Slow ]
crbug.com/24182 [ Debug ] ietestcenter/Javascript/15.4.4.17-7-c-ii-2.html [ Pass Slow ]
crbug.com/24182 [ Debug ] ietestcenter/Javascript/15.4.4.18-7-c-ii-1.html [ Pass Slow ]
crbug.com/24182 [ Debug ] ietestcenter/Javascript/15.4.4.19-8-c-ii-1.html [ Pass Slow ]
crbug.com/24182 [ Debug ] ietestcenter/Javascript/15.4.4.20-9-c-ii-1.html [ Pass Slow ]
crbug.com/24182 [ Android ] jquery [ Pass Slow ]
crbug.com/24182 [ Debug ] jquery/attributes.html [ Pass Timeout ]
crbug.com/24182 [ Debug ] jquery/core.html [ Pass Timeout ]
crbug.com/24182 [ Debug ] jquery/data.html [ Pass Slow ]
crbug.com/24182 [ Debug ] jquery/dimensions.html [ Pass Slow ]
crbug.com/24182 [ Debug ] jquery/event.html [ Pass Timeout ]
crbug.com/24182 jquery/manipulation.html [ Pass Timeout ]
crbug.com/24182 [ Debug ] jquery/offset.html [ Pass Slow ]
crbug.com/24182 [ Linux Win Debug ] jquery/traversing.html [ Pass Timeout ]
crbug.com/24182 [ SnowLeopard Debug ] svg/dom/baseVal-animVal-crash.html [ Pass Slow ]
crbug.com/24182 [ Debug ] css3/flexbox/position-absolute-child.html [ Pass Slow ]
crbug.com/24182 [ Mac Win Debug ] fast/events/tabindex-focus-blur-all.html [ Pass Slow ]
crbug.com/24182 [ SnowLeopard Win Debug ] fast/frames/invalid.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-int8array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-uint8array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-int16array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-uint16array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-int32array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-uint32array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-float32array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-float64array.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-uint8clampedarray.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-int32array-overflow-values.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/js/dfg-uint32array-overflow-values.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/dfg-inline-many-blocks.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/dfg-weak-js-constant-silent-fill.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/exception-sequencing.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/exception-sequencing-binops.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/exception-sequencing-binops2.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/toInt32UInt32.html [ Pass Slow ]
crbug.com/24182 [ Android Debug ] editing/selection/caret-at-bidi-boundary.html [ Pass Slow ]
crbug.com/24182 [ Android Debug ] fast/css/css-selector-deeply-nested.html [ Pass Slow ]
crbug.com/65862 storage/indexeddb [ Pass Slow ]
crbug.com/24182 [ Win Debug ] platform/chromium/virtual/gpu/fast/canvas/canvas-composite-alpha.html [ Pass Slow ]
webkit.org/b/24182 [ Debug ] fast/dom/css-delete-doc.html [ Pass Slow ]

# These tests started being slow when we switched to DRT.
webkit.org/b/90488 [ Linux Win Debug ] inspector [ Pass Slow ]
webkit.org/b/90488 [ Linux Win Debug ] http/tests/inspector [ Pass Slow ]
webkit.org/b/90488 [ Linux Win Debug ] http/tests/inspector-enabled [ Pass Slow ]

# The test has been timing out since landed in r130587.
webkit.org/b/98659 [ Debug ] fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ]

# -----------------------------------------------------------------
# TEMPORARILY SKIPPED TESTS
# -----------------------------------------------------------------

# Rolling in a V8 change that will break these tests. We'll update with the new
# test expectations along with the change that this roll will enable.
webkit.org/b/94332 http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe.html [ Skip ]
webkit.org/b/94332 http/tests/security/contentSecurityPolicy/eval-blocked.html [ Skip ]
webkit.org/b/94332 http/tests/security/contentSecurityPolicy/function-constructor-blocked.html [ Skip ]

# Fails due to different window.close() rules.  We need to decide whether we
# ever expect to pass this.
crbug.com/24189 fast/dom/open-and-close-by-DOM.html [ Skip ]

# Implement java testing harness.
crbug.com/36681 java [ Skip ]

# Quota API is not supported in DRT yet.
crbug.com/84572 storage/storageinfo-missing-arguments.html
crbug.com/84572 storage/storageinfo-no-callbacks.html
crbug.com/84572 storage/storageinfo-query-usage.html
crbug.com/84572 storage/storageinfo-request-quota.html

# Animation API is disabled.  Dean Jackson has promised (as of Aug. 25, 2011)
# to re-enable these "in the next few weeks".
webkit.org/b/54151 animations/animation-api-1.html [ Skip ]

# Unskip after implementing DRT support for setDefersLoading and goBack.
webkit.org/b/60877 loader/navigation-while-deferring-loads.html
webkit.org/b/60877 loader/load-defer-resume-crash.html

# The checked in Apple results for these are incorrect.
crbug.com/89468 css3/selectors3/html/css3-modsel-d1.html [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/html/css3-modsel-d1b.html [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/html/css3-modsel-d2.html [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/html/css3-modsel-d4.html [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-15c.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-d1.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-d1b.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-d2.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-d3.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xhtml/css3-modsel-d4.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 css3/selectors3/xml/css3-modsel-15c.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 webkit.org/b/82122 css3/selectors3/xml/css3-modsel-d1.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 webkit.org/b/82122 css3/selectors3/xml/css3-modsel-d1b.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 webkit.org/b/82122 css3/selectors3/xml/css3-modsel-d2.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 webkit.org/b/82122 css3/selectors3/xml/css3-modsel-d3.xml [ Failure ImageOnlyFailure ]
crbug.com/89468 webkit.org/b/82122 css3/selectors3/xml/css3-modsel-d4.xml [ Failure ImageOnlyFailure ]

# Chrome does not support WebArchives yet.
crbug.com/10395 webarchive
crbug.com/10395 svg/webarchive
crbug.com/10395 svg/custom/image-with-prefix-in-webarchive.svg
crbug.com/10395 http/tests/webarchive

# This will soon be fixed after implementing webkitLineDash for V8.
webkit.org/b/63933 fast/canvas/canvas-webkitLineDash.html [ Failure ]
webkit.org/b/63933 fast/canvas/canvas-webkitLineDash-invalid.html [ Failure ]
webkit.org/b/63933 platform/chromium/virtual/gpu/fast/canvas/canvas-webkitLineDash.html [ Failure ]
webkit.org/b/63933 platform/chromium/virtual/gpu/fast/canvas/canvas-webkitLineDash-invalid.html [ Failure ]

# Microdata DOM API is not yet enabled.
webkit.org/b/68610 fast/dom/MicroData

# Unskip after changes on both sides have landed and rolled together.
crbug.com/103939 http/tests/appcache/wrong-content-type.html [ Skip ]

# Vibration API is not supported yet in the chromium port.
webkit.org/b/72010 fast/dom/navigator-vibration.html

# Battery Status API is not supported yet in the chromium port.
webkit.org/b/62698 batterystatus

# Network Information API is not supported yet in the chromium port.
webkit.org/b/73528 networkinformation

# The intent tag is not yet enabled.
webkit.org/b/75123 webintents/intent-tag.html

# CSS image-resolution is not yet enabled.
webkit.org/b/85262 fast/css/image-resolution

# CSS image-orientation is not yet enabled.
webkit.org/b/89052 fast/css/image-orientation

# CSS3 Text Decoration support is not yet enabled (needs ENABLE_CSS3_TEXT_DECORATION).
webkit.org/b/58491 fast/css3-text-decoration

# Chromium does not support smart pasting in text controls yet.
webkit.org/b/60830 editing/pasteboard/smart-paste-in-text-control.html

# Chromium needs larger media files to test buffering this way.
webkit.org/b/88172 http/tests/media/video-buffered.html

# Proximity Events is not supported.
webkit.org/b/92942 fast/dom/Proximity
webkit.org/b/92942 fast/events/constructors/device-proximity-event-constructor.html

# Missing support in DRT for Geolocation's Coordinate attributes.
webkit.org/b/98212 fast/dom/Geolocation/coordinates-interface-attributes.html [ Failure ]

# -----------------------------------------------------------------
# WONTFIX TESTS
# -----------------------------------------------------------------

# Run the Mac-specific platform tests, but only to check for crashes.
platform/gtk [ WontFix ]
platform/mac [ WontFix ]
platform/mac-wk2 [ WontFix ]
platform/qt [ WontFix ]
platform/qt/plugins/qt-qwidget-plugin.html [ WontFix ]
platform/qt/fast/forms [ WontFix ]
[ Mac Win ] platform/chromium-linux [ WontFix ]
[ Linux Mac ] platform/win [ WontFix ]
[ Linux Win Mac ] platform/chromium-android [ WontFix ]

# These tests are for -apple- and -khtml- prefixes, which we don't support
inspector/styles/vendor-prefixes.html [ WontFix ]
fast/css/apple-prefix.html [ WontFix ]

# Perf tests aren't loaded on the chromium bots, so skip testing the framework
fast/harness/perftests [ WontFix ]

# Perf tests are really slow in debug builds and there are few benefits in
# running them.
[ Debug ] perf [ WontFix ]

# This test verifies that a mismatch reftest will fail if both results are the
# same.  Because the whole point is that this test should fail when run, it's
# not SKIP, just WONTFIX.
fast/harness/sample-fail-mismatch-reftest.html [ WontFix ]

# Since V8 is more interruptible than other engines, they use the standard
# long-running-script mechanism to handle very-long-running regexps too.
# See http://code.google.com/p/v8/issues/detail?id=287
fast/js/regexp-overflow-too-big.html [ WontFix ]

# XHTML tests. These tests are all checked in with expectations that represent
# JS errors. We skip them because they don't actually test what they set out to.
# See http://crbug.com/24185 for some history.
dom/xhtml/level2/html/HTMLDocument17.xhtml [ WontFix ]
dom/xhtml/level2/html/HTMLDocument18.xhtml [ WontFix ]
dom/xhtml/level2/html/HTMLDocument19.xhtml [ WontFix ]
dom/xhtml/level2/html/HTMLDocument20.xhtml [ WontFix ]
dom/xhtml/level2/html/HTMLDocument21.xhtml [ WontFix ]
dom/xhtml/level3/core/attrisid02.xhtml [ WontFix ]
dom/xhtml/level3/core/attrisid03.xhtml [ WontFix ]
dom/xhtml/level3/core/attrisid07.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform01.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform02.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform03.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform04.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform05.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform07.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform10.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform11.xhtml [ WontFix ]
dom/xhtml/level3/core/canonicalform12.xhtml [ WontFix ]
dom/xhtml/level3/core/cdatasections01.xhtml [ WontFix ]
dom/xhtml/level3/core/checkcharacternormalization01.xhtml [ WontFix ]
dom/xhtml/level3/core/checkcharacternormalization02.xhtml [ WontFix ]
dom/xhtml/level3/core/checkcharacternormalization03.xhtml [ WontFix ]
dom/xhtml/level3/core/comments01.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization13.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization14.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization15.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization16.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization17.xhtml [ WontFix ]
dom/xhtml/level3/core/datatypenormalization18.xhtml [ WontFix ]
dom/xhtml/level3/core/documentadoptnode17.xhtml [ WontFix ]
dom/xhtml/level3/core/documentadoptnode18.xhtml [ WontFix ]
dom/xhtml/level3/core/documentadoptnode19.xhtml [ WontFix ]
dom/xhtml/level3/core/documentadoptnode20.xhtml [ WontFix ]
dom/xhtml/level3/core/documentgetinputencoding04.xhtml [ WontFix ]
dom/xhtml/level3/core/documentgetxmlencoding05.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument01.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument02.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument03.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument04.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument05.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument07.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument08.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument09.xhtml [ WontFix ]
dom/xhtml/level3/core/documentnormalizedocument13.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode01.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode02.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode03.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode04.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode05.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode06.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode07.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode09.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode15.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode16.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode17.xhtml [ WontFix ]
dom/xhtml/level3/core/documentrenamenode28.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigcanonicalform1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigcdatasections1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigcheckcharacternormalization1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigcomments1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigdatatypenormalization1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigdatatypenormalization2.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigelementcontentwhitespace1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigentities1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigerrorhandler1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigerrorhandler2.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfiginfoset1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfignamespacedeclarations1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfignamespaces1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfignamespaces2.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfignormalizecharacters1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigschemalocation1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigschematype1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigsplitcdatasections1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigurationcansetparameter01.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigurationcansetparameter02.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigurationcansetparameter03.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigurationcansetparameter06.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigurationgetparameter01.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigvalidate1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigvalidateifschema1.xhtml [ WontFix ]
dom/xhtml/level3/core/domconfigwellformed1.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationgetfeature01.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationgetfeature02.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationgetfeature03.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationgetfeature05.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationgetfeature06.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry01.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry02.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry03.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry04.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry05.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry06.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry07.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry08.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry09.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry10.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry11.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry13.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry14.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry15.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry16.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry17.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry18.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry19.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry20.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry21.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry22.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry24.xhtml [ WontFix ]
dom/xhtml/level3/core/domimplementationregistry25.xhtml [ WontFix ]
dom/xhtml/level3/core/domstringlistcontains01.xhtml [ WontFix ]
dom/xhtml/level3/core/domstringlistcontains02.xhtml [ WontFix ]
dom/xhtml/level3/core/domstringlistgetlength01.xhtml [ WontFix ]
dom/xhtml/level3/core/domstringlistitem01.xhtml [ WontFix ]
dom/xhtml/level3/core/domstringlistitem02.xhtml [ WontFix ]
dom/xhtml/level3/core/elementcontentwhitespace01.xhtml [ WontFix ]
dom/xhtml/level3/core/elementcontentwhitespace02.xhtml [ WontFix ]
dom/xhtml/level3/core/elementcontentwhitespace03.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute01.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute03.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute04.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute07.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute08.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute09.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute10.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattribute11.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode01.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode02.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode03.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode04.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode07.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode08.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributenode10.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens01.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens02.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens03.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens04.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens05.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens10.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens11.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens12.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens13.xhtml [ WontFix ]
dom/xhtml/level3/core/elementsetidattributens14.xhtml [ WontFix ]
dom/xhtml/level3/core/entities01.xhtml [ WontFix ]
dom/xhtml/level3/core/entities02.xhtml [ WontFix ]
dom/xhtml/level3/core/entities03.xhtml [ WontFix ]
dom/xhtml/level3/core/entities04.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetinputencoding01.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetxmlencoding01.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetxmlencoding02.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetxmlversion01.xhtml [ WontFix ]
dom/xhtml/level3/core/handleerror01.xhtml [ WontFix ]
dom/xhtml/level3/core/handleerror02.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset01.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset02.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset03.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset04.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset05.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset08.xhtml [ WontFix ]
dom/xhtml/level3/core/infoset09.xhtml [ WontFix ]
dom/xhtml/level3/core/namespacedeclarations01.xhtml [ WontFix ]
dom/xhtml/level3/core/namespacedeclarations02.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition03.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition16.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition22.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition23.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition24.xhtml [ WontFix ]
dom/xhtml/level3/core/nodecomparedocumentposition33.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri12.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri13.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri14.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature01.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature02.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature03.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature06.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature07.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature08.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature09.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature10.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature11.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature12.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetfeature13.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegettextcontent05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegettextcontent15.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegettextcontent16.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegettextcontent18.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata01.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata02.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata03.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata06.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetuserdata07.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeisdefaultnamespace04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeisequalnode25.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeisequalnode26.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeisequalnode27.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeissamenode07.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeissamenode08.xhtml [ WontFix ]
dom/xhtml/level3/core/nodeissamenode09.xhtml [ WontFix ]
dom/xhtml/level3/core/nodelookupnamespaceuri04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodelookupprefix04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodelookupprefix12.xhtml [ WontFix ]
dom/xhtml/level3/core/noderemovechild07.xhtml [ WontFix ]
dom/xhtml/level3/core/noderemovechild24.xhtml [ WontFix ]
dom/xhtml/level3/core/noderemovechild25.xhtml [ WontFix ]
dom/xhtml/level3/core/noderemovechild26.xhtml [ WontFix ]
dom/xhtml/level3/core/noderemovechild27.xhtml [ WontFix ]
dom/xhtml/level3/core/nodereplacechild10.xhtml [ WontFix ]
dom/xhtml/level3/core/nodereplacechild21.xhtml [ WontFix ]
dom/xhtml/level3/core/nodereplacechild25.xhtml [ WontFix ]
dom/xhtml/level3/core/nodereplacechild38.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesettextcontent04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesettextcontent13.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata01.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata02.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata03.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata04.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata06.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata07.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata08.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata09.xhtml [ WontFix ]
dom/xhtml/level3/core/nodesetuserdata10.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters01.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters02.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters03.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters04.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters05.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters06.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters07.xhtml [ WontFix ]
dom/xhtml/level3/core/normalizecharacters08.xhtml [ WontFix ]
dom/xhtml/level3/core/splitcdatasections01.xhtml [ WontFix ]
dom/xhtml/level3/core/textiselementcontentwhitespace04.xhtml [ WontFix ]
dom/xhtml/level3/core/textiselementcontentwhitespace05.xhtml [ WontFix ]
dom/xhtml/level3/core/textiselementcontentwhitespace06.xhtml [ WontFix ]
dom/xhtml/level3/core/userdatahandler01.xhtml [ WontFix ]
dom/xhtml/level3/core/userdatahandler02.xhtml [ WontFix ]
dom/xhtml/level3/core/userdatahandler03.xhtml [ WontFix ]
dom/xhtml/level3/core/userdatahandler04.xhtml [ WontFix ]
# The FAIL failures below are due to erroneous tests that fail to actually load
# the JS meant to test them (and thus fail to trigger testRunner.dumpAsText()).
dom/xhtml/level3/core/documentgetinputencoding03.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetinputencoding02.xhtml [ WontFix ]
dom/xhtml/level3/core/entitygetxmlversion02.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri05.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri07.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri09.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri10.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri11.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri15.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri17.xhtml [ WontFix ]
dom/xhtml/level3/core/nodegetbaseuri18.xhtml [ WontFix ]
dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml [ WontFix ]
dom/xhtml/level3/core/nodelookupprefix19.xhtml [ WontFix ]

# We do not want to support Legacy mac encodings on Windows/Linux/Android.
[ Win Linux Android ] fast/encoding/char-decoding-mac.html [ WontFix ]
[ Win Linux Android ] fast/encoding/char-encoding-mac.html [ WontFix ]

# These tests are based on the JSC JavaScript profiler. The V8 JavaScript
# profiler is in development and will use a different approach than JSC and
# most likely these tests will always be JSC specific.
fast/profiler [ WontFix ]

# StorageTracker isn't used by Chromium and not all requisite platform code
# is implemented.
storage/domstorage/localstorage/storagetracker [ WontFix ]

# Different quota model, in Chromium sessionstorage is subject to limits too.
storage/domstorage/quota.html [ WontFix ]

# test_shell does not support shared workers
fast/filesystem/workers/file-writer-events-shared-worker.html [ WontFix ]
fast/workers/shared-worker-context-gc.html [ WontFix ]
fast/workers/shared-worker-event-listener.html [ WontFix ]
fast/workers/shared-worker-exception.html [ WontFix ]
fast/workers/shared-worker-frame-lifecycle.html [ WontFix ]
fast/workers/shared-worker-gc.html [ WontFix ]
fast/workers/shared-worker-in-iframe.html [ WontFix ]
fast/workers/shared-worker-lifecycle.html [ WontFix ]
fast/workers/shared-worker-load-error.html [ WontFix ]
fast/workers/shared-worker-location.html [ WontFix ]
fast/workers/shared-worker-navigator.html [ WontFix ]
fast/workers/shared-worker-replace-global-constructor.html [ WontFix ]
fast/workers/shared-worker-replace-self.html [ WontFix ]
fast/workers/shared-worker-shared.html [ WontFix ]
fast/workers/shared-worker-constructor.html [ WontFix ]
fast/workers/shared-worker-name.html [ WontFix ]
fast/workers/shared-worker-script-error.html [ WontFix ]
fast/workers/shared-worker-simple.html [ WontFix ]
fast/workers/worker-crash-with-invalid-location.html [ WontFix ]
http/tests/workers/shared-worker-invalid-url.html [ WontFix ]
http/tests/workers/shared-worker-redirect.html [ WontFix ]
http/tests/workers/shared-worker-importScripts.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-close.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-methods-async.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-methods.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-referer.html [ WontFix ]
http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html [ WontFix ]
http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ WontFix ]
http/tests/websocket/tests/hybi/workers/shared-worker-simple.html [ WontFix ]
http/tests/inspector/network/network-shared-worker.html [ WontFix ]
http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html [ WontFix ]
http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html [ WontFix ]
http/tests/security/cross-origin-shared-worker.html [ WontFix ]
http/tests/security/cross-origin-shared-worker-allowed.html [ WontFix ]
http/tests/security/same-origin-shared-worker-blocked.html [ WontFix ]
http/tests/security/storage-blocking-loosened-shared-worker.html [ WontFix ]
http/tests/security/storage-blocking-strengthened-shared-worker.html [ WontFix ]
storage/indexeddb/basics-shared-workers.html [ WontFix ]

# test_shell does not support message ports
webkit.org/b/74459 fast/workers/termination-with-port-messages.html
webkit.org/b/74459 fast/workers/worker-cloneport.html
webkit.org/b/74459 fast/workers/worker-context-multi-port.html
webkit.org/b/74459 fast/workers/worker-messageport-gc.html
webkit.org/b/74459 fast/workers/worker-messageport.html
webkit.org/b/74459 fast/workers/worker-multi-port.html

# Page Cache - based tests. Chromium disables page cache because the WebKit page cache keeps previously
# loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons.
# Chromium wants those to be separate navigations made via browser process to be able to make decision
# on which renderer process to use for each of them.
fast/dom/Window/timer-resume-on-navigation-back.html [ WontFix ]
fast/events/pagehide-timeout.html [ WontFix ]
fast/events/pagehide-xhr-open.html [ WontFix ]
fast/events/pageshow-pagehide-on-back-cached-with-frames.html [ WontFix ]
fast/events/pageshow-pagehide-on-back-cached.html [ WontFix ]
fast/events/suspend-timers.html [ WontFix ]
fast/harness/page-cache-crash-on-data-urls.html [ WontFix ]
fast/harness/use-page-cache.html [ WontFix ]
fast/loader/crash-copying-backforwardlist.html [ WontFix ]
fast/loader/window-properties-restored-from-page-cache.html [ WontFix ]
fast/overflow/horizontal-scroll-after-back.html [ WontFix ]
http/tests/navigation/https-in-page-cache.html [ WontFix ]
loader/go-back-to-different-window-size.html [ WontFix ]
media/restore-from-page-cache.html [ WontFix ]
fast/forms/autocomplete-off-with-default-value-does-not-clear.html [ WontFix ]

# Tests that rely on cross-process MessagePorts.  No point in running them in
# test_shell, since we'd have to use a completely different implementation from
# what is used in the browser.
fast/events/message-channel-gc-2.html [ WontFix ]
fast/events/message-channel-gc-3.html [ WontFix ]
fast/events/message-channel-gc-4.html [ WontFix ]
fast/events/message-channel-gc.html [ WontFix ]
fast/events/message-channel-listener-circular-ownership.html [ WontFix ]
fast/events/message-port-clone.html [ WontFix ]
fast/events/message-port-deleted-document.html [ WontFix ]
fast/events/message-port-deleted-frame.html [ WontFix ]
fast/events/message-port-inactive-document.html [ WontFix ]
fast/events/message-port-no-wrapper.html [ WontFix ]
fast/events/message-port.html [ WontFix ]
http/tests/security/MessagePort/event-listener-context.html [ WontFix ]

# Chrome does not support Java LiveConnect.
java/lc3 [ WontFix ]

# This test is completely timing dependent.  It is testing the time
# between a key event and a search event.  You cannot count on this
# always being exactly the same.
fast/forms/search-event-delay.html [ WontFix ]

# Chrome Win/Linux/Android doesn't support emacs key-bindings.
[ Win Linux Android ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ]
[ Win Linux Android ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ]
[ Win Linux Android ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ]
[ Win Linux Android ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ]
[ Win Linux Android ] editing/input/emacs-ctrl-o.html [ WontFix ]

# Chromium Mac doesn't support autocorrection panel
platform/mac/editing/spelling/autocorrection-delete.html [ WontFix ]
platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html [ WontFix ]
platform/mac/editing/spelling/autocorrection-removing-underline.html [ WontFix ]
platform/mac/editing/spelling/autocorrection-simple.html [ WontFix ]
platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation.html [ WontFix ]

# Checks for very kjs-specific garbage collector behavior.
# Would have to be implemented much differently to work in v8.
fast/dom/gc-10.html [ WontFix ]

# We do not use Safari's private browsing mode.
http/tests/security/cross-frame-access-private-browsing.html [ WontFix ]
http/tests/security/storage-blocking-loosened-plugin.html [ WontFix ]
http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ WontFix ]
http/tests/security/storage-blocking-strengthened-plugin.html [ WontFix ]
http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ WontFix ]
plugins/private-browsing-mode.html [ WontFix ]
plugins/private-browsing-mode-2.html [ WontFix ]
storage/domstorage/localstorage/private-browsing-affects-storage.html [ WontFix ]
storage/domstorage/sessionstorage/private-browsing-affects-storage.html [ WontFix ]
storage/websql/private-browsing-noread-nowrite.html [ WontFix ]

# We don't let anyone set status in the browser.
plugins/set-status.html [ WontFix ]

# This test is out of date with respect to the latest version of the HTML5 spec
# Test had to be decommissioned to fix https://bugs.webkit.org/show_bug.cgi?id=65709
# We can re-enable the test when it gets changed upstream to become spec-compliant
canvas/philip/tests/2d.drawImage.outsidesource.html [ WontFix ]
platform/chromium/virtual/gpu/canvas/philip/tests/2d.drawImage.outsidesource.html [ WontFix ]

# We don't care about dashboard compatibility mode.
http/tests/xmlhttprequest/default-content-type-dashboard.html [ WontFix ]
fast/canvas/canvas-gradient-addStop-error.html [ WontFix ]
platform/chromium/virtual/gpu/fast/canvas/canvas-gradient-addStop-error.html [ WontFix ]

# Chrome uses different keyboard accelerators from those used by Safari, so
# this test will always fail.
[ Linux Android Win ] fast/events/option-tab.html [ WontFix ]

# This is a test to make WebKit behave like AppKit on Mac.
[ Win Linux Android ] platform/mac/editing/deleting/backward-delete.html [ WontFix ]

# Ignored because we do not have OBJC bindings
editing/pasteboard/paste-RTFD.html [ WontFix ]
editing/pasteboard/paste-TIFF.html [ WontFix ]
platform/mac/plugins/root-object-premature-delete-crash.html [ WontFix ]
platform/mac/plugins/undefined-property-crash.html [ WontFix ]

# Ignore test because it tries to load .pdf files in <img> tags.
fast/images/pdf-as-image-landscape.html [ WontFix ]
fast/images/pdf-as-image.html [ WontFix ]
fast/replaced/pdf-as-image.html [ WontFix ]

# These tests try to print a PDF file as the expected result.  I don't think
# we plan on supporting this anytime soon.
printing/compositing-layer-printing.html [ WontFix ]
printing/media-queries-print.html [ WontFix ]
printing/page-rule-in-media-query.html [ WontFix ]

# Chrome doesn't call the willCacheResponse callback (a method
# of ResourceHandleClient).  That function is Mac-specific.
http/tests/misc/willCacheResponse-delegate-callback.html [ WontFix ]

# Checks for very kjs-specific garbage collector
# behavior. Gc-9 is completely braindamaged; it tests that certain
# properties are reset by the garbage collector. It looks to pass recently.
fast/dom/gc-9.html [ WontFix ]

# This test checks that properties of arguments arrays are non-enumerable
# which is incorrect according to the ES5 spec.
fast/js/kde/function.html [ WontFix ]

# This test is broken.  The regular expression used contains an error
# which kjs swallows and returns false, which is the expected result,
# but for which we issue a syntax error.
fast/js/code-serialize-paren.html [ WontFix ]

# These tests check for a kjs-specific extension, that source file
# name and line numbers are available as properties on exception
# objects.  We handle error positions differently.
fast/js/exception-linenums-in-html-1.html [ WontFix ]
fast/js/exception-linenums-in-html-2.html [ WontFix ]
fast/js/exception-linenums.html [ WontFix ]
fast/js/exception-expression-offset.html [ WontFix ]

# This test relies on KJS specific implementation
# (window.GCController.getJSObjectCount), which we have no intention of
# supporting.
fast/dom/Window/timeout-released-on-close.html [ WontFix ]

# These tests expect a tiff decoder, which we don't have.
[ Linux Android Win ] fast/images/embed-image.html [ WontFix ]
[ Linux Android Win ] fast/images/object-image.html [ WontFix ]

# Safari has a unique handling of the BOM characters among browsers.
# There is a strong suspicion that this is a security problem, so we
# follow the rest of the browsers on this one.
fast/js/removing-Cf-characters.html [ WontFix ]

# These tests fail in all but the PST/PDT time zone.
# Another reason for failure is that, for compatability, we don't obey
# the ECMA standard on DST exactly.  We use the OS's facilities to
# convert to local time for dates within the UNIX 32-bit epoch,
# and follow the ECMA rules for dates outside that range.
# The ECMA rules say to use current DST rules for all dates,
# and that all dates that are separated by an exact multiple of
# 28 years must behave exactly the same.
# OS local time services are more accurate than this ECMA rule,
# which is a discrepancy.
fast/js/date-DST-time-cusps.html [ WontFix ]
fast/js/date-big-setdate.html [ WontFix ]

# V8 doesn't stable sort and we currently have no intention of
# changing this.  The following tests only happen to pass due to
# the current algorithm used for sorting small arrays. If larger
# arrays were used in the tests, they would fail.
# It is tracked by: http://code.google.com/p/v8/issues/detail?id=90
fast/js/comparefn-sort-stability.html [ WontFix ]
fast/js/sort-stability.html [ WontFix ]

# We have no indication that anyone misses this and have currently no
# intention of implementing it.
fast/js/function-dot-arguments.html [ WontFix ]

# This test is not reliable.  The behavior depends on exactly how the
# stack limit is reached.  We're happy with our behavior on this test
# as long as we don't crash.
fast/js/global-recursion-on-full-stack.html [ WontFix ]

# These tests propagate auth credentials back to the renderer, which we
# don't want to do.
http/tests/loading/basic-auth-resend-wrong-credentials.html [ WontFix ]
http/tests/loading/basic-credentials-sent-automatically.html [ WontFix ]

# These tests rely on embedded identities in URLs, which chrome chooses not to support
http/tests/appcache/auth.html [ WontFix ]
http/tests/security/credentials-in-referer.html [ WontFix ]
http/tests/xmlhttprequest/basic-auth-default.html [ WontFix ]
http/tests/xmlhttprequest/basic-auth-nopassword.html [ WontFix ]
http/tests/xmlhttprequest/basic-auth-nouser.html [ WontFix ]
http/tests/xmlhttprequest/basic-auth.html [ WontFix ]
http/tests/xmlhttprequest/cross-origin-authorization.html [ WontFix ]
http/tests/xmlhttprequest/cross-origin-no-authorization.html [ WontFix ]
http/tests/xmlhttprequest/re-login-async.html [ WontFix ]
http/tests/xmlhttprequest/re-login.html [ WontFix ]

# This test relies on code in the test plugin that only exists in Apple's Mac port.
platform/mac/plugins/convert-point.html [ WontFix ]

# This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or
# WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN
# security model is different from it.
fast/encoding/idn-security.html [ WontFix ]

# Our implementation of global history is completely different, and
# these tests are irrelevant.
http/tests/globalhistory [ WontFix ]

# We are not going to support submitting a form to about:* pages.
# For more details, see discussions at issue 20570.
fast/forms/get-forms-to-about-blank.html [ WontFix ]

# These tests requires LayoutTestController.setCacheModel, which we don't
# implement because we can't emulate the caching behaviors it expects.
fast/dom/HTMLScriptElement/nested-execution.html [ WontFix ]
storage/domstorage/storage-close-database-on-idle.html [ WontFix ]

# Deletion UI is a Mail-ism. We don't need to worry about this.
editing/deleting/deletionUI-single-instance.html [ WontFix ]
fast/dom/Element/id-in-deletebutton.html [ WontFix ]

# Tests for FAST_MOBILE_SCROLLING. We don't use it.
fast/fast-mobile-scrolling/fixed-position-element.html [ WontFix ]
fast/fast-mobile-scrolling/no-fixed-position-elements.html [ WontFix ]

# Tests for frameset flattening. Relevant only on mobile browsers.
fast/frames/flattening [ WontFix ]
fast/text-autosizing/narrow-iframe-flattened.html [ WontFix ]
http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html [ WontFix ]
plugins/frameset-with-plugin-frame.html [ WontFix ]

# This should be tested differently (see discussion on https://bugs.webkit.org/show_bug.cgi?id=35063).
# No need to waste cycles implementing harness support for this variant of the test.
fast/loader/api-test-go-to-current-back-forward-item.html [ WontFix ]

# We're not planning to support rocker-based cursor navigation.
fast/spatial-navigation [ WontFix ]

# We're not planning to relax third-party cookie rules any time soon.
http/tests/cookies/third-party-cookie-relaxing.html [ WontFix ]

# <progress> on Mac is always animated.
[ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ]

# These tests are WONTFIX because they use codecs Chromium doesn't support.
media/audio-mpeg-supported.html [ WontFix ]
media/audio-mpeg4-supported.html [ WontFix ]
media/video-document-types.html [ WontFix ]
media/video-element-other-namespace-crash.html [ WontFix ]
media/video-size-intrinsic-scale.html [ WontFix ]

# Doesn't apply to Chromium (QuickTime-specific behavior)
media/video-does-not-loop.html [ WontFix ]

# Doesn't apply to Chromium any longer - volume slider is inline with video controls.
media/video-volume-slider.html [ WontFix ]
media/media-volume-slider-rendered-below.html [ WontFix ]
media/media-volume-slider-rendered-normal.html [ WontFix ]

# QuickTime reference movies not supported.
http/tests/media/video-cross-site.html [ WontFix ]

# Chromium's video codecs don't support alpha information encoded in the video
# data, so this test is not applicable.
compositing/video/video-background-color.html [ WontFix ]
platform/chromium/virtual/softwarecompositing/video/video-background-color.html [ WontFix ]

# Pre-HTML5 parser quirks only apply to the mac port; we're not interested in
# supporting that option.
fast/parser/pre-html5-parser-quirks.html [ WontFix ]

# We're taking a different approach on this test than Webkit does, related to
# whether we create a window via a plugin when target is _blank.
plugins/get-url-with-blank-target.html [ WontFix ]

# Dashboard-related test
platform/mac/fast/css/dashboard-region-parser.html [ WontFix ]

# Not a test?
http/tests/incremental/pause-in-script-element.pl [ WontFix ]

# This tests for an arbitrary limit set in JSCRE to terminate regular
# expressions with an exponential matching behavior.  Since the V8
# regular expression engine can be preempted from the outside, we do not
# need to limit the execution this way.  Firefox also keeps running
# on this one.
fast/regex/slow.html [ WontFix ]

# WebKit QT Build-specific tests
platform/qt/view/fixed-layout-size.html [ WontFix ]

# The issue is which global object to use as the implicit
# receiver for cross-frame calls.  Currently, IE, Firefox and Chrome
# agree and only Safari is doing it this way.
fast/frames/cross-site-this.html [ WontFix ]

# This tests a Safari incompatibility.  This test should fail since
# it contains syntax errors that JSC for some reason choose not to
# throw.  V8 follows the spec.
fast/js/reparsing-semicolon-insertion.html [ WontFix ]

# These test rubber band overhang drawing, which is a Mac OS X Lion feature
# that is not supported on other platforms.
[ Win Linux Android ] platform/chromium/rubberbanding [ WontFix ]
[ Win Linux Android ] platform/chromium/compositing/rubberbanding [ WontFix ]

# This requires usp10.dll version 1.600 or greater on Windows and
# it isn't installed on XP by default.
[ XP ] css3/font-feature-settings-rendering.html [ WontFix ]

# These test the CoreAnimation plugin model which we never intend to support on
# Windows and Linux.
[ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ]
[ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ]
[ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFix ]
[ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFix ]
[ Win Linux ] platform/chromium/virtual/softwarecompositing/plugins/1x1-composited-plugin.html [ WontFix ]
[ Win Linux ] platform/chromium/virtual/softwarecompositing/plugins/composited-plugin.html [ WontFix ]
[ Win Linux ] platform/chromium/virtual/softwarecompositing/plugins/large-to-small-composited-plugin.html [ WontFix ]
[ Win Linux ] platform/chromium/virtual/softwarecompositing/plugins/small-to-large-composited-plugin.html [ WontFix ]

# Mac's popup behavior is different.
[ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFix ]

# Chrome uses its quota manager and doesn't respect the 5mb limit.
storage/indexeddb/database-quota.html [ WontFix ]

# WebKitShouldInvertColors isn't implemented, but it doesn't look like we
# need to implement this.
platform/win/inverted-colors/non-composited.html [ WontFix ]

# Test for BlackBerry port only
platform/blackberry [ WontFix ]

# JavaScriptCore bindings willfully have different behavior than V8 bindings
plugins/npruntime/overrides-all-properties.html [ WontFix ]

# JavaScriptCore treats document.all differently
fast/js/document-all-between-frames.html [ WontFix ]

# Chromium doesn't use fullscreen-specific media controls
media/video-controls-fullscreen-volume.html [ WontFix ]

# Test fails because it's trying to load a plugin we don't have. We probably don't need to fix this.
platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html [ WontFix ]

# Mac and Win does not have global selection.
[ Mac Win ] editing/pasteboard/paste-global-selection.html [ WontFix ]

webkit.org/b/96109 [ Linux ] editing/pasteboard/paste-global-selection.html [ Skip ]

# Chromium does not enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
fast/dom/timer-throttling-hidden-page.html [ WontFix ]

# Skipping rules for ANDROID are in platform/chromium-android/TestExpectations.

# -----------------------------------------------------------------
# TESTS TO FIX
# -----------------------------------------------------------------

# LightTPD doesn't accept unknown HTTP methods
crbug.com/30536 [ Win ] http/tests/xmlhttprequest/methods-lower-case.html
crbug.com/30536 [ Win ] http/tests/xmlhttprequest/methods-async.html [ Timeout ]
crbug.com/30536 [ Win ] http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html [ Failure Slow ]
# LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
# even when a request didn't send the header.
crbug.com/30536 [ Win ] http/tests/xmlhttprequest/methods.html [ Failure Slow ]
# Webkit 50667:50696 (Lighttpd related?)
crbug.com/30536 [ Win ] http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html [ Failure ]

# Another lighttpd quirk.
crbug.com/8941 [ Win ] http/tests/xmlhttprequest/web-apps/013.html [ Failure Slow ]
crbug.com/8941 [ Win ] http/tests/xmlhttprequest/web-apps/012.html [ Failure ]

# Incrorect results, in incorrect international font metrics.
crbug.com/20521 [ Win ] fast/text/atsui-multiple-renderers.html [ Failure ]
webkit.org/b/78544 [ Android Linux ] fast/text/atsui-multiple-renderers.html [ Failure ImageOnlyFailure Pass ]
crbug.com/20521 [ Android Linux Win ] fast/text/atsui-pointtooffset-calls-cg.html [ Failure ]
crbug.com/20521 [ Android Linux Win ] fast/text/atsui-rtl-override-selection.html [ Failure ]

# This test checks that we hack around a bug in helvetica.  We fail to.
crbug.com/20519 [ Win ] fast/text/wide-zero-width-space.html [ Failure ]

# There's a missing glyph box in "full-time".
crbug.com/20547 [ Win ] fast/text/capitalize-boundaries.html [ Failure ]

# Different button line-heights, our behavior looks wrong.
crbug.com/20551 [ Android Linux Win ] fast/replaced/table-percent-height-text-controls.html [ Failure ]

# Proper retention of CSS objects is tricky.  Disable the tests for now.
webkit.org/b/66377 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ]
webkit.org/b/66377 fast/dom/StyleSheet/gc-inline-style-cssvalues.html [ Failure ]
webkit.org/b/66377 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
webkit.org/b/66377 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
webkit.org/b/66377 fast/dom/StyleSheet/gc-rule-children-wrappers.html [ Failure ]

# Implement testRunner.display()
crbug.com/8630 [ Android Linux Win ] fast/repaint/body-background-image.html [ Failure ImageOnlyFailure ]

# Relies on text metrics to pass. Rework to be meaningful for ports other than platform/mac.
crbug.com/8630 [ Android Linux Win ] fast/repaint/overflow-outline-repaint.html [ Failure ImageOnlyFailure ]
crbug.com/8630 [ Android Linux Win ] fast/text/font-initial.html [ Failure ImageOnlyFailure ]

# Need a setAuthorAndUserStylesEnabled method in
# testRunner. Now we have preference to enable/disable user
# styles(not work now), we still need to add a preference to enable/disable
# styles of both author and user.
# SKIP because it causes an additional error message in:
# fast/css/display-none-inline-style-change-crash.html   somehow
# the message is dumped after the #EOF, which causes an additional
# error in the header of the following test.
crbug.com/24197 fast/css/disabled-author-styles.html

# Test itself passes, but causes subsequent tests to fail.
webkit.org/b/83260 fast/text/international/embed-bidi-style-in-isolate-crash.html

# The test needs to be reworked to work with sub-pixel layout before being rebaselined.
webkit.org/b/58898 fast/block/float/overhanging-tall-block.html [ Failure ]

# New test added that needs platform specific results
webkit.org/b/98452 fast/text/vertical-rl-rtl-linebreak.html [ Failure ]

# -----------------------------------------------------------------
# Inspector tests
# -----------------------------------------------------------------

# There is no enough plugins support in DRT
http/tests/inspector/network/network-embed.html [ WontFix ]
http/tests/inspector/network/network-content-replacement-embed.html [ WontFix ]

# Works slowly, we have an equivalent test that doesn't open Inspector and runs fast.
[ Linux Debug ] inspector/profiler/cpu-profiler-profiling.html [ WontFix ]

webkit.org/b/91435 [ Linux Win ] http/tests/inspector/extensions-ignore-cache.html [ Pass Timeout ]
webkit.org/b/91435 [ Linux ] inspector/timeline/timeline-network-received-data.html [ Failure Pass ]
webkit.org/b/91435 [ Win Release ] inspector/timeline/timeline-network-received-data.html [ Failure Pass ]

# Add support for inspector layout tests on Mac.
crbug.com/89357 [ Mac ] inspector
crbug.com/89357 [ Mac ] http/tests/inspector
crbug.com/89357 [ Mac ] http/tests/inspector-enabled
crbug.com/89357 [ Mac ] platform/chromium/inspector

crbug.com/67662 [ Linux Win ] http/tests/inspector/console-websocket-error.html [ Failure Timeout ]

# Transferred time/size are not supported in DRT.
http/tests/inspector/network/network-timing.html [ WontFix ]
http/tests/inspector/network/network-size.html [ WontFix ]
http/tests/inspector/network/network-size-chunked.html [ WontFix ]
http/tests/inspector/network/network-size-sync.html [ WontFix ]

# PageAgent can not getCookies from DumpRenderTree.
webkit.org/b/65770 http/tests/inspector/resource-main-cookies.php

webkit.org/b/83890 http/tests/inspector/resource-tree/resource-tree-document-url.html [ Failure Pass Timeout ]
webkit.org/b/83890 http/tests/inspector/resource-tree/resource-request-content-while-loading.html [ Failure Pass Timeout ]

webkit.org/b/60107 [ Win Release ] inspector/console/console-object-constructor-name.html [ Failure Pass ]
webkit.org/b/60107 [ Win Release ] inspector/console/console-log-before-inspector-open.html [ Failure Pass ]
webkit.org/b/60107 [ Win Release ] inspector/console/console-tests.html [ Failure Pass ]
webkit.org/b/60107 [ Win Release ] inspector/console/console-clear.html [ Failure Pass ]
webkit.org/b/60107 [ Linux Win Debug ] inspector/console/console-object-constructor-name.html [ Pass Slow ]
webkit.org/b/60107 [ Linux Win Debug ] inspector/console/console-log-before-inspector-open.html [ Pass Slow ]
webkit.org/b/60107 [ Linux Win Debug ] inspector/console/console-tests.html [ Pass Slow ]
webkit.org/b/60107 [ Linux Win Debug ] inspector/console/console-clear.html [ Pass Slow ]

# The test is too slow, even SLOW does not help.
webkit.org/b/82894 [ Release ] inspector/profiler/heap-snapshot-inspect-dom-wrapper.html [ Pass Timeout ]
webkit.org/b/82894 [ Debug ] inspector/profiler/heap-snapshot-inspect-dom-wrapper.html

webkit.org/b/60109 [ Win Release ] inspector/elements/edit-dom-actions.html [ Failure Pass ]
webkit.org/b/60109 [ Win Debug ] inspector/elements/edit-dom-actions.html [ Skip ]

webkit.org/b/72434 [ Linux Win Release ] inspector/styles/svg-style.xhtml [ Failure Pass ]
webkit.org/b/72434 [ Linux Win Debug ] inspector/styles/svg-style.xhtml [ Failure Slow ]

webkit.org/b/74654 http/tests/inspector/network/network-worker.html

webkit.org/b/75186 [ Linux ] http/tests/inspector-enabled/dedicated-workers-list.html [ Skip ]

webkit.org/b/75647 http/tests/inspector/network/download.html [ Pass Timeout ]

webkit.org/b/78810 [ Linux Win Debug ] inspector/debugger/script-formatter-console.html [ Pass Slow ]

# -----------------------------------------------------------------
# Editing tests
# -----------------------------------------------------------------

# Mac Safari under certain circumstances automatically places
# a caret in editable document even when none was requested programatically.
# We don't intend to copy this feature (at least not for Beta).
crbug.com/20844 [ Android Linux ] editing/selection/designmode-no-caret.html [ Failure ]
crbug.com/10435 [ Mac Win ] editing/selection/designmode-no-caret.html [ Failure ImageOnlyFailure ]

# Issue 3273: TextInputController::firstRectForCharacterRange not returning
# the correct values for bidi/rtl text.
crbug.com/3273 editing/selection/move-left-right.html [ Failure ]
crbug.com/3273 [ Mac ] platform/mac/editing/input/caret-primary-bidi.html [ Failure ]
crbug.com/3273 [ Mac ] platform/mac/editing/input/firstrectforcharacterrange-plain.html [ Failure ]
crbug.com/3273 [ Mac ] platform/mac/editing/input/range-for-empty-document.html [ Failure ]

# These tests also use firstRectForCharacterRange, but they generate slightly
# different values.
crbug.com/3273 editing/selection/5825350-1.html [ Failure ]
crbug.com/3273 editing/selection/5825350-2.html [ Failure ]
crbug.com/3273 editing/selection/mixed-editability-10.html [ Failure ]

crbug.com/14832 editing/selection/user-drag-element-and-user-select-none.html [ Failure ]

# Fails due to textInputController.setInputMethod not implemented for Mac.
crbug.com/19665 [ Mac ] platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html [ Failure ]
crbug.com/19665 [ Mac ] platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html [ Failure ]

# Directionality of mixed-direction text in selected choice should
# match that in the <select> option lists.
crbug.com/64733 editing/text-iterator/findString.html [ Failure ]

# Selection is wrong.
crbug.com/64938 editing/selection/5354455-1.html [ Failure ]

webkit.org/b/55560 editing/input/setting-input-value-cancel-ime-composition.html [ Failure ]

# New test added in r82159
crbug.com/77706 editing/spelling/grammar.html [ Failure ]

# Needs grammar checking.
webkit.org/b/71792 editing/spelling/markers.html [ Failure ]

crbug.com/79854 editing/execCommand/delete-empty-container.html [ Failure Pass ]

webkit.org/b/60120 [ Debug ] editing/execCommand/append-node-under-document.html [ Failure Pass ]

webkit.org/b/61611 [ Android Linux Win ] editing/pasteboard/interchange-newline-2.html [ Failure ]

webkit.org/b/61624 [ Win ] editing/pasteboard/smart-paste-003.html [ Failure ]
webkit.org/b/61624 [ Win ] editing/pasteboard/smart-paste-004.html [ Failure ]

# PasteBoard::plainText() does not support file names.
webkit.org/b/78655 editing/pasteboard/drag-files-to-editable-element.html [ Failure ]

# New test in r93068
webkit.org/b/66268 [ Linux Win ] editing/deleting/regional-indicators.html [ Failure ]

webkit.org/b/67121 [ Debug ] editing/selection/move-by-word-visually-multi-space.html [ Pass Slow ]
webkit.org/b/67121 [ Android Release ] editing/selection/move-by-word-visually-multi-space.html [ Pass Slow ]

# UndoManager is not yet enabled.
webkit.org/b/87908 editing/undomanager

# -----------------------------------------------------------------
# Security tests
# -----------------------------------------------------------------

# Need to update chromium so the web frame delegate is informed when window objects
# in isolated worlds are cleared.
crbug.com/27849 http/tests/security/isolatedWorld/didClearWindowObject.html [ Failure ]

# Due to the differences in initialization checks in KURL and googleurl.
# Note: this test was also marked as flaky on WIN RELEASE above, BUGCR31342.
crbug.com/39423 security/block-test.html [ Timeout ]

crbug.com/20345 http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html [ Failure ]
webkit.org/b/42769 http/tests/security/401-logout/401-logout.php [ Timeout ]

crbug.com/42044 [ Win ] http/tests/security/xss-DENIED-mime-type-execute-as-html.html [ Pass Timeout ]
crbug.com/24182 [ Win Release ] http/tests/security/cross-origin-css.html [ Pass Timeout ]
crbug.com/31342 [ Win Release ] security/block-test-no-port.html [ Failure Pass ]

# -----------------------------------------------------------------
# Plugin tests
# -----------------------------------------------------------------

crbug.com/61799 webkit.org/b/64319 plugins/evaluate-js-after-removing-plugin-element.html
crbug.com/37962 [ Mac ] plugins/iframe-shims.html [ Failure Pass Timeout ]
# Object.keys on an NPObject produces the wrong output.
crbug.com/21901 plugins/npruntime/enumerate.html [ Failure ]
crbug.com/50787 plugins/npruntime/plugin-scriptable-object-invoke-default.html [ Failure ]
crbug.com/50910 plugins/npruntime/remove-property.html [ Failure ]
crbug.com/48033 plugins/plugin-initiate-popup-window.html [ Failure Pass ]
crbug.com/35387 [ Mac ] plugins/reentrant-update-widget-positions.html [ Timeout ]
crbug.com/38392 plugins/resize-from-plugin.html [ Failure ]
# Times out after http://trac.webkit.org/changeset/62739/
crbug.com/48550 plugins/return-negative-one-from-write.html [ Skip ]
crbug.com/38353 http/tests/plugins/plugin-document-has-focus.html [ Failure Timeout ]

# Tests differences from switching to webkit.org's test netscape plugin rather
# than chromium's old forked copy.
crbug.com/108833 [ Win ] plugins/geturlnotify-during-document-teardown.html [ Crash ]
webkit.org/b/48655 plugins/js-from-destroy.html [ Crash Pass ]

# Requires testRunner.dispatchPendingLoadRequests
crbug.com/33211 [ Win Release ] http/tests/loading/deleted-host-in-resource-load-delegate-callback.html [ Timeout ]
crbug.com/33211 [ Win Debug ] http/tests/loading/deleted-host-in-resource-load-delegate-callback.html [ Timeout ]
crbug.com/33211 [ Android Linux Mac ] http/tests/loading/deleted-host-in-resource-load-delegate-callback.html [ Timeout ]

# HTML5 DB layout tests
crbug.com/27697 storage/websql/hash-change-with-xhr.html

crbug.com/78376 http/tests/media/video-play-stall-seek.html [ Timeout ]

# canplaythrough event is sent too early.
# Test is intentionally SLOW as we're waiting for a connection timeout.
crbug.com/73609 http/tests/media/video-play-stall.html [ Failure Pass Slow ]

# These refer to the webkitHasClosedCaptions / webkitSupportsFullscreen
# methods on the media elements themselves. We're not going to implement them.
media/media-captions.html [ WontFix ]
media/media-fullscreen-inline.html [ WontFix ]
media/media-fullscreen-not-in-document.html [ WontFix ]

# We don't expose a step button.
media/audio-delete-while-step-button-clicked.html [ WontFix ]

# We haven't implemented reverse audio/video playback.
crbug.com/33099 media/video-reverse-play-duration.html [ Skip ]
crbug.com/33099 media/video-timeupdate-reverse-play.html [ Skip ]

crbug.com/100798 [ Mac Debug ] fullscreen/full-screen-iframe-allowed.html [ Failure Pass ]
crbug.com/100798 [ SnowLeopard ] fullscreen/full-screen-remove-ancestor-during-transition.html [ Pass Timeout ]

# Does not display courier for the letters, as the test requests.
crbug.com/10278 [ Android Linux ] fast/css/font-face-implicit-local-font.html [ Failure ]
crbug.com/10278 [ Android Linux ] fast/css/font-face-unicode-range.html [ ImageOnlyFailure ]

# The v8 bindings allow shadowing of all properties on the global
# object.  If you use 'var prop = value' you will get a new variable
# named prop that shadows builtin properties on the global object.
# This behavior is consistent and I'm reluctant to make the massive
# change that would be needed to implement the inconsistent handling
# of this that KJS has (some properties can be shadowed and others
# can't).  This should have low priority.
# We currently match IE and the plan was to convince KJS to change
# post-beta, but the bug is here:
# https://bugs.webkit.org/show_bug.cgi?id=16644 , and it's unclear
# what the resolution was.
crbug.com/10279 fast/js/var-declarations-shadowing.html [ Failure ]

# Implement full JSON support in V8
crbug.com/14885 fast/js/JSON-stringify.html [ Failure ]
crbug.com/14885 fast/js/JSON-parse-reviver.html [ Failure ]

# Implement CSS -webkit-font-smoothing property support.
crbug.com/23270 [ Android Linux Win ] fast/css/font-smoothing.html [ Failure ]

# Make canvas shadow work with drawImage.
crbug.com/11153 [ Android Linux Win ] platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint-2.html [ ImageOnlyFailure ]
crbug.com/11153 [ Android Linux Win ] platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html [ ImageOnlyFailure ]

# test_shell, DRT do not correctly schedule paints when invalidating.
crbug.com/62433 [ Win ] fast/images/gif-loop-count.html [ ImageOnlyFailure ]

# -----------------------------------------------------------------
# SVG TESTS
# -----------------------------------------------------------------

# New in WebKit r52559
crbug.com/18116 svg/custom/global-constructors.html [ Failure ]

# Probably need to change the test upstream to describe it better and use no
# hard coded numbers. Or, like most other SVG content we can ignore the
# platform specific differences and update the expectations if they are
# reasonable.
crbug.com/19897 [ Android Linux Win ] svg/custom/getscreenctm-in-mixed-content2.xhtml [ Failure ]

webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ]

# Failing since creation in http://trac.webkit.org/changeset/75308
# Failing worse maybe since https://bugs.webkit.org/show_bug.cgi?id=53471
crbug.com/122193 svg/text/caret-in-svg-text.xhtml [ Failure ]

# The test needs fixing. Flakiness is common across all Mac platforms, not just chromium.
webkit.org/b/25817 svg/dom/SVGScriptElement/script-load-and-error-events.svg [ Failure Pass ]

webkit.org/b/60118 [ Mac ] svg/dom/SVGScriptElement/script-set-href.svg [ Failure Pass ]

# Introduced due to BUGWK53512, fails under Skia right now
webkit.org/b/65939 svg/custom/getBBox-path.svg [ Failure ]

# These files need new expectations after changing the behavrior from radiaGradients to SVG2
webkit.org/b/98569 svg/W3C-SVG-1.1-SE/styling-pres-02-f.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/coords-units-01-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-02-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-04-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-05-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-06-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-11-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-12-b.svg [ Failure Pass ]
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-13-b.svg [ ImageOnlyFailure Failure Pass ]
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-14-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/pservers-grad-15-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/struct-use-05-b.svg [ Failure Pass ] 
webkit.org/b/98569 svg/W3C-SVG-1.1/styling-inherit-01-b.svg [ Failure Pass ]
webkit.org/b/98569 svg/batik/paints/gradientLimit.svg [ Failure Pass ] 
webkit.org/b/98569 svg/batik/paints/patternRegions-positioned-objects.svg [ Failure Pass ] 
webkit.org/b/98569 svg/batik/paints/patternRegions.svg [ Failure Pass ] 
webkit.org/b/98569 svg/batik/text/textEffect.svg [ Failure Pass ] 
webkit.org/b/98569 svg/batik/text/textEffect3.svg [ Failure Pass ] 
webkit.org/b/98569 svg/hixie/perf/006.xml [ Failure Pass ]
webkit.org/b/98569 svg/custom/relative-sized-content-with-resources.xhtml [ Failure Pass ]
webkit.org/b/98569 svg/custom/stroked-pattern.svg [ Failure Pass ]
webkit.org/b/98569 svg/custom/gradient-deep-referencing.svg [ Failure Pass ]
webkit.org/b/98569 svg/custom/radial-gradient-with-outstanding-focalPoint.svg [ ImageOnlyFailure Failure Pass ]
webkit.org/b/98569 svg/custom/radialGradient-focal-radius.svg [ ImageOnlyFailure Failure Pass ]
webkit.org/b/98569 svg/custom/gradient-with-1d-boundingbox.svg [ Failure Pass ]
webkit.org/b/98569 svg/custom/recursive-gradient.svg [ Failure Pass ]

# Failure: drawing a filled shadow for a fill=transparent rectangle.
webkit.org/b/76557 svg/custom/transform-with-shadow-and-gradient.svg [ ImageOnlyFailure ]

webkit.org/b/78422 [ Android Linux Win ] svg/animations/animate-text-nested-transforms.html [ Failure ]

webkit.org/b/78830 [ Debug ] svg/custom/mask-invalidation.svg [ ImageOnlyFailure Pass ]

# Failing since added by r108699
webkit.org/b/79454 [ Android Linux Mac ] svg/text/text-rescale.html [ ImageOnlyFailure Pass ]
webkit.org/b/79454 [ Android Linux Mac ] svg/text/text-viewbox-rescale.html [ ImageOnlyFailure Pass ]

webkit.org/b/79456 [ Debug ] svg/repaint/image-with-clip-path.svg [ ImageOnlyFailure Pass ]

# These require more investigation. There is a small change, probably two pixels, in the filter offset
# when comparing the former and new results. This may be due to bad test design or may be revealing a bug
# in the code. Turbulence results are very different.
webkit.org/b/80517 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr.html [ ImageOnlyFailure ]
webkit.org/b/80517 svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr.html [ ImageOnlyFailure ]
webkit.org/b/80517 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop.html [ ImageOnlyFailure ]
webkit.org/b/80517 svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop.html [ ImageOnlyFailure ]
webkit.org/b/80517 svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr.html [ ImageOnlyFailure ]
webkit.org/b/80517 svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html [ ImageOnlyFailure ]
webkit.org/b/80517 [ Debug ] svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html [ ImageOnlyFailure Pass ]

webkit.org/b/81217 svg/custom/js-late-pattern-and-object-creation.svg [ ImageOnlyFailure ]
webkit.org/b/81217 svg/hixie/perf/003.xml [ ImageOnlyFailure Pass ]

webkit.org/b/81240 [ Mac ] svg/text/bidi-reorder-value-lists.svg [ Failure Pass ]

webkit.org/b/81243 svg/repaint/repainting-after-animation-element-removal.svg [ ImageOnlyFailure Pass ]

# Flaky on Linux after http://trac.webkit.org/changeset/112022
webkit.org/b/82217 [ Android Linux ] svg/zoom/text/zoom-foreignObject.svg [ ImageOnlyFailure Pass ]

# Flaky since at least r111670
webkit.org/b/82258 [ Debug ] svg/custom/circular-marker-reference-4.svg [ Failure Pass ]

webkit.org/b/82416 svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml [ ImageOnlyFailure Pass ]

webkit.org/b/82509 [ Android Linux ] svg/text/append-text-node-to-tspan.html [ ImageOnlyFailure Pass ]

# Flaky on MAC 10.6
webkit.org/b/82954 [ SnowLeopard ] svg/text/text-text-05-t.svg [ Failure Pass ]
webkit.org/b/82954 [ SnowLeopard ] svg/W3C-SVG-1.1/animate-elem-77-t.svg [ Failure Pass ]
webkit.org/b/82954 [ SnowLeopard ] svg/W3C-SVG-1.1/text-text-05-t.svg [ Failure Pass ]
webkit.org/b/82594 [ SnowLeopard ] svg/text/exs-display-none.svg [ ImageOnlyFailure Pass ]
webkit.org/b/82594 [ SnowLeopard ] svg/text/ems-display-none.svg [ Failure ImageOnlyFailure Pass ]

# Failing on Skia platforms
webkit.org/b/83051 [ Android Linux Lion Win ] svg/css/group-with-shadow.svg [ ImageOnlyFailure ]

webkit.org/b/83183 [ Mac ] svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size.html [ ImageOnlyFailure Pass ]

# Appears to be failing on Skia platforms
webkit.org/b/83199 svg/filters/big-sized-filter.svg [ ImageOnlyFailure Pass ]

# Many WIN and Linux SVG tests containing text are flaky. It seems different fonts are used at different times.
webkit.org/b/83303 [ Android Linux Win ] svg/zoom/text/zoom-hixie-mixed-009.xml [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Android Linux Win ] svg/zoom/page/zoom-hixie-mixed-009.xml [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Android Linux ] svg/hixie/mixed/009.xml [ ImageOnlyFailure Pass ]
webkit.org/b/83306 [ Win ] svg/hixie/mixed/009.xml [ ImageOnlyFailure ]
webkit.org/b/83303 [ Android Linux ] svg/text/scaling-font-with-geometric-precision.html [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Android Linux Win ] svg/text/foreignObject-text-clipping-bug.xml [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Android Linux ] svg/transforms/text-with-mask-with-svg-transform.svg [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/as-background-image/svg-as-background-1.html [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/as-background-image/svg-as-background-3.html [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/as-background-image/svg-as-background-6.html [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/custom/mouse-move-on-svg-container-standalone.svg [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/custom/mouse-move-on-svg-container.xhtml [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/custom/mouse-move-on-svg-root-standalone.svg [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Win ] svg/custom/mouse-move-on-svg-root.xhtml [ ImageOnlyFailure Pass ]
webkit.org/b/83303 [ Android Linux ] svg/transforms/text-with-pattern-with-svg-transform.svg [ ImageOnlyFailure Pass ]

# This fails image 5-10% of the time. Probably a race condition on timers.
webkit.org/b/83471 svg/as-image/animated-svg-as-image-same-image.html [ ImageOnlyFailure Pass ]

webkit.org/b/83875 [ Android Linux ] svg/text/font-size-below-point-five.svg [ Failure Pass ]

# It is very hard to see why some of these are failing. The diff must be tiny in some cases.
# Other fail intermittently in a way that is odd - clipping and masking should be stable.
# It is probably a test design flaw.
webkit.org/b/84230 svg/as-background-image/background-image-preserveaspectRatio-support.html [ ImageOnlyFailure Pass ]
webkit.org/b/84230 svg/as-image/img-preserveAspectRatio-support-1.html [ ImageOnlyFailure Pass ]

webkit.org/b/84719 [ Win ] svg/text/select-text-svgfont.html [ Failure Pass ]

webkit.org/b/84854 [ Android Linux ] svg/batik/text/textOnPath.svg [ ImageOnlyFailure Pass ]
webkit.org/b/84854 [ Android Linux ] svg/batik/text/verticalTextOnPath.svg [ ImageOnlyFailure Pass ]

webkit.org/b/85107 svg/as-image/svg-as-relative-image-with-explicit-size.html [ ImageOnlyFailure Pass ]
webkit.org/b/85107 svg/as-image/animated-svg-as-image.html [ ImageOnlyFailure Pass ]

webkit.org/b/93589 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Failure Pass Timeout ]

# -----------------------------------------------------------------
# End SVG TESTS
# -----------------------------------------------------------------

crbug.com/10295 [ Mac ] fast/dom/prototype-chain.html [ Failure ]

# -----------------------------------------------------------------
# Accessibility layout tests
#
# AccessibilityController and AccessibilityUIElement are only
# partially finished - about half the tests can't run yet.

crbug.com/10322 platform/mac/accessibility
crbug.com/10322 platform/win/accessibility
crbug.com/10322 accessibility/aria-activedescendant-crash.html [ Skip ]
crbug.com/10322 accessibility/aria-combobox.html [ Skip ]
crbug.com/10322 accessibility/aria-controls-with-tabs.html [ Skip ]
crbug.com/10322 accessibility/aria-invalid.html [ Skip ]
crbug.com/10322 accessibility/aria-labelledby-overrides-label.html [ Skip ]
crbug.com/10322 accessibility/aria-link-supports-press.html [ Skip ]
crbug.com/10322 accessibility/aria-menubar-menuitems.html [ Skip ]
crbug.com/10322 accessibility/aria-tables.html [ Skip ]
crbug.com/10322 accessibility/aria-text-role.html [ Skip ]
crbug.com/10322 accessibility/aria-used-on-image-maps.html [ Skip ]
crbug.com/10322 accessibility/button-press-action.html [ Skip ]
crbug.com/10322 accessibility/deleting-iframe-destroys-axcache.html [ Skip ]
crbug.com/10322 accessibility/document-attributes.html [ Skip ]
crbug.com/10322 accessibility/editable-webarea-context-menu-point.html [ Skip ]
crbug.com/10322 accessibility/iframe-bastardization.html [ Skip ]
crbug.com/10322 accessibility/image-link.html [ Skip ]
crbug.com/10322 accessibility/image-map-update-parent-crash.html [ Skip ]
crbug.com/10322 accessibility/image-map2.html [ Skip ]
crbug.com/10322 accessibility/internal-link-anchors2.html [ Skip ]
crbug.com/10322 accessibility/label-for-control-hittest.html [ Skip ]
crbug.com/10322 accessibility/language-attribute.html [ Skip ]
crbug.com/10322 accessibility/legend.html [ Skip ]
crbug.com/10322 accessibility/lists.html [ Skip ]
crbug.com/10322 accessibility/media-element.html [ Skip ]
crbug.com/10322 accessibility/non-data-table-cell-title-ui-element.html [ Skip ]
crbug.com/10322 accessibility/onclick-handlers.html [ Skip ]
crbug.com/10322 accessibility/placeholder.html [ Skip ]
crbug.com/10322 accessibility/plugin.html [ Skip ]
crbug.com/10322 accessibility/radio-button-checkbox-size.html [ Skip ]
crbug.com/10322 accessibility/radio-button-group-members.html [ Skip ]
crbug.com/10322 accessibility/radio-button-title-label.html [ Skip ]
crbug.com/10322 accessibility/secure-textfield-title-ui.html [ Skip ]
crbug.com/10322 accessibility/table-attributes.html [ Skip ]
crbug.com/10322 accessibility/table-cell-spans.html [ Skip ]
crbug.com/10322 accessibility/table-cells.html [ Skip ]
crbug.com/10322 accessibility/table-detection.html [ Skip ]
crbug.com/10322 accessibility/table-one-cell.html [ Skip ]
crbug.com/10322 accessibility/table-sections.html [ Skip ]
crbug.com/10322 accessibility/table-with-aria-role.html [ Skip ]
crbug.com/10322 accessibility/table-with-rules.html [ Skip ]
crbug.com/10322 accessibility/th-as-title-ui.html [ Skip ]
crbug.com/10322 accessibility/transformed-element.html [ Skip ]
crbug.com/10322 accessibility/visible-elements.html [ Skip ]

webkit.org/b/97359 accessibility/svg-bounds.html [ Skip ]
webkit.org/b/73912 accessibility/aria-checkbox-text.html [ Skip ]

webkit.org/b/73912 accessibility/aria-checkbox-sends-notification.html [ Failure Pass ]

# -----------------------------------------------------------------
# Test failures with Skia GPU rendering of canvas 2D
# -----------------------------------------------------------------

# This test is slow due to Mesa slowness.
platform/chromium/virtual/gpu/canvas/philip/tests/2d.shadow.blur.low.html [ WontFix ]

# This test is overly-finicky about pixel values.
webkit.org/b/64876 [ Linux Win ] platform/chromium/virtual/gpu/fast/canvas/canvas-scale-strokePath-shadow.html [ Failure ]

webkit.org/b/75276 fast/repaint/shadow-multiple-horizontal.html [ ImageOnlyFailure ]
webkit.org/b/75276 fast/repaint/shadow-multiple-strict-horizontal.html [ ImageOnlyFailure ]
webkit.org/b/75276 fast/repaint/shadow-multiple-strict-vertical.html [ ImageOnlyFailure ]

# -----------------------------------------------------------------
# Other failures
# -----------------------------------------------------------------

# Fails on webkit windows as well.
crbug.com/24207 fast/events/attempt-scroll-with-no-scrollbars.html [ Failure ]

# No glyph for U+FFFD (Replacement Character : black diamond with
# question mark) in them on Win XP.
crbug.com/10315 [ XP ] fast/encoding/invalid-UTF-8.html [ Failure ]

# v8: A setter that is added to a prototype after the inline cache is
# recorded will not be called.
crbug.com/24209 fast/js/pic/cached-prototype-setter.html [ Failure ]

# We're much closer now. To fully pass this we need encoders for jpg
# and gif, which is a low priority.
crbug.com/10318 fast/canvas/toDataURL-supportedTypes.html [ Failure ]
crbug.com/10318 platform/chromium/virtual/gpu/fast/canvas/toDataURL-supportedTypes.html [ Failure ]

# GURL doesn't handle switching from standard URL to path URL correctly
webkit.org/b/27914 [ Win ] fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html [ Failure ]

# This test isn't hanging, it just takes 12-13 seconds to run. See BUGWK87839.
crbug.com/30536 [ Android Linux Win ] http/tests/misc/acid3.html [ Failure Slow ] # See "SVG Tests" section too
crbug.com/30536 [ Mac ] http/tests/misc/acid3.html [ Failure Pass Slow ]
crbug.com/30536 http/tests/misc/favicon-as-image.html [ Failure ]

# Has failed for Chromium since it was first checked in.  (Lighttpd related?)
crbug.com/10323 [ Win ] http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html [ Failure Timeout ]

# We fail to load a file URL with a port number -- how does this work on
# Windows?
crbug.com/10342 [ Android Linux Mac ] fast/loader/file-URL-with-port-number.html [ WontFix ]

# Clipping differences between Chromium platforms. Needs investigation.
webkit.org/b/98599 css3/masking/clip-path-reference-userSpaceOnUse.html [ ImageOnlyFailure ] 

# Started timing out with agl's complex text change.  Page is verrry slow.
crbug.com/10343 [ Android Linux ] fast/text/large-text-composed-char.html

# Missing text -- slow font path unimplemented?
crbug.com/10344 [ Android Linux ] fast/text/should-use-atsui.html [ ImageOnlyFailure ]

# Needs V8 fix. V8 bug: http://code.google.com/p/v8/issues/detail?id=1992
webkit.org/b/80335 fast/js/mozilla/strict/15.4.4.8.html [ Failure ]
webkit.org/b/80335 fast/js/mozilla/strict/15.4.4.9.html [ Failure ]
webkit.org/b/80335 fast/js/mozilla/strict/15.4.4.12.html [ Failure ]
webkit.org/b/80335 fast/js/mozilla/strict/15.4.4.13.html [ Failure ]

# V8 should implement the length property of constructors
webkit.org/b/78657 fast/js/constructor-length.html [ Failure ]

# This is JSC-only, preliminary implementation of a ES6 feature - doesn't exist in V8 (yet)
webkit.org/b/86509 fast/js/names.html [ WontFix ]

# NEW FOR MERGE 36102:37604
crbug.com/32184 fast/js/arguments.html [ Failure ]
# See bug http://code.google.com/p/chromium/issues/detail?id=7868
crbug.com/24227 http/tests/plugins/local-geturl-from-remote.html [ Failure ]
# This test sometimes fails indefinitely, other times it takes 1-2 seconds.
crbug.com/14009 [ Win ] http/tests/misc/dns-prefetch-control.html [ Pass Timeout ]

crbug.com/10361 [ Win ] http/tests/misc/single-character-pi-stylesheet.xhtml [ Failure ]

# Windows is missing the green box. Started to pass in roll to WebKit r50313
crbug.com/8729 [ Win ] http/tests/multipart/invalid-image-data.html [ Failure ]

# -----------------------------------------------------------------
# MAC PORT TESTS
# -----------------------------------------------------------------

# We ignore tab/option-tab distinctions (may be other problems too).
crbug.com/94274 [ Mac ] fast/events/option-tab.html [ Failure ]

# These two have a different object type in the dom dump. Plugin-related.
# Ignored on Win/Linux because they rely on QT to provide a TIFF decoder.
crbug.com/10378 [ Mac ] fast/images/embed-image.html [ Failure ]
crbug.com/10378 [ Mac ] fast/images/object-image.html [ Failure ]

# The following are flaky in that some times the timeout or crash, but we think
# it is because of bugs in other parts of the code and not specific to what
# these tests are doing.  The are being noted here so we can get the buildbots
# green so new mac regressions are caught much quicker.
# (there are a few others marked w/ multiple status like this in other parts of
# the file, but they were left there as the comments in those areas are valid.)
crbug.com/10384 [ Mac ] fast/dom/Window/new-window-opener.html [ Failure Pass Slow ]

# We can support legacy Mac encodings by building platform/text/mac, but we may
# not want to.
crbug.com/10399 [ Mac ] fast/encoding/char-decoding-mac.html [ Failure ]
crbug.com/10399 [ Mac ] fast/encoding/char-encoding-mac.html [ Failure ]

# These should not be pixel tests, they're not testing anything
# layout/rendering-specific. They also dump layout tree, so depending on which baselines
# are around either or both text or image may mismatch.
webkit.org/b/48651 [ Android Linux Mac ] http/tests/navigation/error404-goback.html [ Failure ImageOnlyFailure ]
webkit.org/b/48651 [ Mac ] http/tests/navigation/error404-subframeload.html [ ImageOnlyFailure ]

crbug.com/26253 [ Win Release ] http/tests/navigation/reload-subframe-object.html [ Pass Slow ]
crbug.com/9798 [ Win Release ] http/tests/navigation/no-referrer-reset.html [ Pass Timeout ]

crbug.com/23477 [ Mac ] fast/backgrounds/bgCompositeCopy.html [ ImageOnlyFailure ]
crbug.com/23477 [ Mac ] platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html [ ImageOnlyFailure ]

# Unexpected gray
crbug.com/23476 [ Mac ] fast/frames/inline-object-inside-frameset.html [ ImageOnlyFailure ]
crbug.com/23476 [ Mac ] fast/text/font-initial.html [ ImageOnlyFailure ]

crbug.com/23473 [ Mac ] fast/repaint/body-background-image.html [ ImageOnlyFailure ]
crbug.com/23473 [ Mac ] fast/repaint/bugzilla-6278.html [ ImageOnlyFailure ]
crbug.com/23473 [ Mac ] fast/repaint/invisible-objects.html [ ImageOnlyFailure ]
crbug.com/23473 [ Mac ] fast/repaint/selection-clear.html [ ImageOnlyFailure ]
crbug.com/23473 [ Mac ] fast/repaint/table-cell-overflow.html [ ImageOnlyFailure ]
crbug.com/23473 [ Mac ] fast/repaint/table-extra-bottom-grow.html [ ImageOnlyFailure ]
# Win/Linux also failed after r83514.
crbug.com/23473 [ Mac ] fast/repaint/transform-replaced-shadows.html [ ImageOnlyFailure ]

webkit.org/b/93439 [ Mac ] fast/forms/file/file-appearance-transform-no-effects.html [ ImageOnlyFailure ]

# -----------------------------------------------------------------
# END MAC PORT TESTS
# -----------------------------------------------------------------

# -----------------------------------------------------------------
# ANDROID PORT TESTS
#
# These tests look like actual failures and need to be triaged. The master bug
# for this is https://bugs.webkit.org/show_bug.cgi?id=96398
# -----------------------------------------------------------------

# Composited/HW content have the red and blue channels inverted in DRT on Chromium Android
webkit.org/b/98647 [ Android ] animations/additive-transform-animations.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] platform/chromium/compositing/render-surface-alpha-blending.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] platform/chromium/compositing/huge-layer-rotated.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] platform/chromium/compositing/child-layer-3d-sorting.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] platform/chromium/compositing/3d-corners.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] fast/repaint/block-selection-gap-in-composited-layer.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] fast/css/transform-default-parameter.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] fast/canvas/canvas-toDataURL-webp.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/backface-visibility/backface-visibility-3d.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/backface-visibility/backface-visibility-image.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/backface-visibility/backface-visibility-non3d.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/backface-visibility/backface-visibility-webgl.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/color-matching/image-color-matching.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/color-matching/pdf-image-match.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/culling/filter-occlusion-blur-large.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/culling/filter-occlusion-blur.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/direct-image-compositing.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/generated-content.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/clipping-foreground.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/composited-html-size.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/fixed-in-composited.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/fixed-position.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/flipped-writing-mode.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/layer-due-to-layer-children-deep.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/outline-change.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/repaint-foreground-layer.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/geometry/transfrom-origin-on-zero-size-layer.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/iframes/iframe-in-composited-layer.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/iframes/invisible-iframe.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/iframes/invisible-nested-iframe.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/images/direct-image-background-color.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/images/truncated-direct-png-image.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/masks/direct-image-mask.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/masks/mask-of-clipped-layer.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/overflow/scrollbars-with-clipped-owner.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/reflections/animation-inside-reflection.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/reflections/deeply-nested-reflections.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/reflections/simple-composited-reflections.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/sibling-positioning.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/transitions/scale-transition-no-start.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/visibility/visibility-image-layers.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/images/cross-fade-tiled.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/2d/hindi-rotated.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/general/perspective-units.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/point-mapping/3d-point-mapping-3.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/point-mapping/3d-point-mapping-origins.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/point-mapping/3d-point-mapping-overlapping.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] transforms/3d/point-mapping/3d-point-mapping.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] animations/opacity-transform-animation.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/visibility/visibility-composited-transforms.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] compositing/visibility/visibility-composited.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] platform/chromium/virtual/softwarecompositing/culling/tile-occlusion-boundaries.html [ ImageOnlyFailure ]

# All hardware-accelerated filters also have their red and blue channels inverted.
webkit.org/b/98647 [ Android ] css3/filters/custom/custom-filter-blend-modes.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/custom-filter-shader-cache.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/effect-color-check.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/effect-custom-combined-missing.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/effect-custom-parameters.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/effect-custom.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/filter-repaint-custom-clipped.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/filter-repaint-custom-rotated.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/custom/filter-repaint-custom.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-blur-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-brightness-clamping-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-brightness-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-combined-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-contrast-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-drop-shadow-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-grayscale-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-hue-rotate-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-invert-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-opacity-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-reference-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-saturate-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/effect-sepia-hw.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/filter-change-repaint-composited.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/filter-change-repaint.html [ ImageOnlyFailure ]
webkit.org/b/98647 [ Android ] css3/filters/filtered-compositing-descendant.html [ ImageOnlyFailure ]

# [Chromium-Android] Some compositor tests have half a pixel offset
webkit.org/b/98762 [ Android ] platform/chromium/compositing/lost-compositor-context.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] platform/chromium/compositing/lost-compositor-context-twice.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] platform/chromium/compositing/lost-compositor-context-permanently.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] fast/layers/no-clipping-overflow-hidden-added-after-transition.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/absolute-position-changed-with-composited-parent-layer.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/animation/state-at-end-event-transform-layer.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/culling/scrolled-within-boxshadow.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/geometry/abs-position-inside-opacity.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/geometry/partial-layout-update.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/geometry/root-layer-update.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/iframes/composited-iframe-alignment.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/overflow/ancestor-overflow.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/overflow/overflow-positioning.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/overflow/scrollbar-painting.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/shadows/shadow-drawing.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/transitions/singular-scale-transition.html [ ImageOnlyFailure ]
webkit.org/b/98762 [ Android ] compositing/z-order/negative-z-index.html [ ImageOnlyFailure ]

# [Chromium-Android] Some tests don't display a scrollbar, while they probably should
webkit.org/b/98763 [ Android ] platform/chromium/compositing/layout-width-change.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/compositing/img-layer-grow.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/geometry/fixed-position-composited-page-scale.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/geometry/fixed-position-iframe-composited-page-scale.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/geometry/horizontal-scroll-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/geometry/tall-page-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/geometry/vertical-scroll-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/layer-creation/fixed-position-and-transform.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/layer-creation/fixed-position-under-transform.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/masks/masked-ancestor.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/masks/multiple-masks.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/masks/simple-composited-mask.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/overflow/fixed-position-ancestor-clip.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/repaint/newly-composited-on-scroll.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] compositing/rtl/rtl-overflow-invalidation.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-page-scale.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/horizontal-scroll-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/tall-page-composited.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-and-transform.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-absolute-overflow-scrolled.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-absolute-overflow.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-absolute.html [ ImageOnlyFailure ]
webkit.org/b/98763 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-overflow-invalidation.html [ ImageOnlyFailure ]


# [Chromium-Android] Some compositing tests have a blue mock scrollbar instead of an actual one
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-absolute-overflow-scrolled.html [ ImageOnlyFailure ]
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-absolute-overflow.html [ ImageOnlyFailure ]
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-absolute.html [ ImageOnlyFailure ]
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-fixed-overflow-scrolled.html [ ImageOnlyFailure ]
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-fixed-overflow.html [ ImageOnlyFailure ]
webkit.org/b/98816 [ Android ] compositing/rtl/rtl-fixed.html [ ImageOnlyFailure ]

# [Chromium-Android] css3-modsel-161 in the Selectors level 3 test-suite is failing
webkit.org/b/98815 [ Android ] css3/selectors3/html/css3-modsel-161.html [ ImageOnlyFailure ]
webkit.org/b/98815 [ Android ] css3/selectors3/xhtml/css3-modsel-161.xml [ ImageOnlyFailure ]
webkit.org/b/98815 [ Android ] css3/selectors3/xml/css3-modsel-161.xml [ ImageOnlyFailure ]

# [Chromium-Android] Video does not yet work on Android
webkit.org/b/98765 [ Android ] media/video-zoom.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-zoom-controls.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-transformed.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-timeupdate-during-playback.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-playing-and-pause.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-no-audio.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-layer-crash.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-frame-accurate-seek.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-empty-source.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-display-toggle.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-controls-rendering.html [ Failure ]
webkit.org/b/98765 [ Android ] media/video-colorspace-yuv422.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-colorspace-yuv420.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-canvas-alpha.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/video-aspect-ratio.html [ Failure ]
webkit.org/b/98765 [ Android ] media/media-load-event.html [ Failure ]
webkit.org/b/98765 [ Android ] media/media-fragments/ [ Failure Pass ]
webkit.org/b/98765 [ Android ] media/media-document-audio-repaint.html [ Failure ]
webkit.org/b/98765 [ Android ] media/media-controls-clone.html [ Failure ]
webkit.org/b/98765 [ Android ] media/event-attributes.html [ Failure ]
webkit.org/b/98765 [ Android ] media/controls-without-preload.html [ Failure ]
webkit.org/b/98765 [ Android ] media/controls-styling.html [ Failure ]
webkit.org/b/98765 [ Android ] media/controls-styling-strict.html [ Failure ]
webkit.org/b/98765 [ Android ] media/controls-strict.html [ Failure ]
webkit.org/b/98765 [ Android ] media/controls-layout-direction.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/controls-after-reload.html [ Failure ]
webkit.org/b/98765 [ Android ] media/audio-controls-rendering.html [ ImageOnlyFailure ]
webkit.org/b/98765 [ Android ] media/sources-fallback-codecs.html [ Failure ]
webkit.org/b/98765 [ Android ] fast/layers/video-layer.html [ Failure ]
webkit.org/b/98765 [ Android ] fast/hidpi/video-controls-in-hidpi.html [ Failure ]
webkit.org/b/98765 [ Android ] compositing/video/video-controls-layer-creation.html [ Failure ]

# Crashes related to "[Chromium-Android] Video does not yet work on Android"
# Many of these are flaky, so I'm marking them as both crashing as passing.
webkit.org/b/98765 [ Android ] platform/chromium/compositing/lost-compositor-context-with-video.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/geometry/video-fixed-scrolling.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/geometry/video-opacity-overlay.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/layers-inside-overflow-scroll.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/overflow/overflow-compositing-descendant.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/overflow/scroll-ancestor-update.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/reflections/load-video-in-reflection.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/self-painting-layers.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] compositing/visibility/visibility-simple-video-layer.html [ Crash Pass ]
webkit.org/b/98765 [ Android ] media/unsupported-rtsp.html [ Crash Timeout Pass ]
webkit.org/b/98765 [ Android ] media/video-source-error.html [ Crash Timeout Pass ]
webkit.org/b/98765 [ Android ] http/tests/media/media-source/video-media-source-duration-changed.html
webkit.org/b/98765 [ Android ] http/tests/media/video-buffered-range-contains-currentTime.html

# [Chromium-Android] Subtitles (and video) do not work on Android
webkit.org/b/98766 [ Android ] media/track/track-cue-rendering-vertical.html [ Failure ]
webkit.org/b/98766 [ Android ] media/track/track-cue-rendering-horizontal.html [ Failure ]

# [Chromium-Android] Fullscreen mode is not working correctly
webkit.org/b/98767 [ Android ] fullscreen/full-screen-iframe-legacy.html [ Failure ]

# Crashes related to "[Chromium-Android] Fullscreen mode is not working correctly"
webkit.org/b/98767 [ Android ] fullscreen/full-screen-crash-offsetLeft.html [ Skip ]
webkit.org/b/98767 [ Android ] fullscreen/full-screen-stacking-context.html [ Skip ]

# [Chromium-Android] Vertical text with punctuation should be rotated
webkit.org/b/98768 [ Android ] fast/writing-mode/vertical-subst-font-vert-no-dflt.html [ Failure ]
webkit.org/b/98768 [ Android ] fast/dynamic/text-combine.html [ Failure ]

# [Chromium-Android] CJK characters are not being anti-aliased
webkit.org/b/98769 [ Android ] fast/writing-mode/vertical-font-fallback.html [ Failure ]
webkit.org/b/98769 [ Android ] fast/text/international/001.html [ Failure ]
webkit.org/b/98769 [ Android ] fast/text/backslash-to-yen-sign.html [ Failure ]
webkit.org/b/98769 [ Android ] fast/ruby/nested-ruby.html [ Failure ]

# [Chromium-Android] Vertical CJK text has different dimensions
webkit.org/b/98770 [ Android ] fast/writing-mode/japanese-rl-text.html [ Failure ]
webkit.org/b/98770 [ Android ] fast/writing-mode/japanese-rl-selection.html [ Failure ]
webkit.org/b/98770 [ Android ] fast/writing-mode/japanese-lr-text.html [ Failure ]
webkit.org/b/98770 [ Android ] fast/repaint/japanese-rl-selection-repaint.html [ Failure ]

# [Chromium-Android] Select boxes render different on Android
webkit.org/b/98771 [ Android ] fast/text/updateNewFont.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/text/international/bidi-listbox.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/text/international/bidi-listbox-atsui.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/text/drawBidiText.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/replaced/replaced-breaking.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/css/text-transform-select.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-size.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-overflow-scroll.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-overflow-scroll-inherited.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-list-box-with-height.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-initial-position.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-change-popup-to-listbox.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-change-listbox-to-popup.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-change-listbox-size.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/select-block-background.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/placeholder-position.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/option-strip-whitespace.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/menulist-option-wrap.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/listbox-width-change.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/listbox-scrollbar-incremental-load.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/listbox-bidi-align.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/form-element-geometry.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/disabled-select-change-index.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/basic-selects.html [ ImageOnlyFailure ]
webkit.org/b/98771 [ Android ] fast/forms/HTMLOptionElement_label05.html [ ImageOnlyFailure ]

# [Chromium-Android] Textareas are two pixels shorter than on other platforms
webkit.org/b/98772 [ Android ] fast/text/international/unicode-bidi-plaintext-in-textarea.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/replaced/width100percent-textarea.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/parser/open-comment-in-textarea.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/parser/entity-comment-in-textarea.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/overflow/overflow-x-y.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/dynamic/008.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/dom/vertical-scrollbar-in-rtl.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/dom/HTMLTextAreaElement/reset-textarea.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/css/resize-corner-tracking.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-width.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-setinnerhtml.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-scrolled-type.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-scrollbar.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-placeholder-visibility-2.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-placeholder-visibility-1.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-placeholder-pseudo-style.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/textarea-align.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/text-control-intrinsic-widths.html [ Failure ]
webkit.org/b/98772 [ Android ] fast/forms/basic-textareas-quirks.html [ Failure ]

# [Chromium-Android] Wrong character is being selected in Hebrew text
webkit.org/b/98793 [ Android ] fast/text/international/hebrew-selection.html [ Failure ]

# [Chromium-Android] Android does not support scrollbar tickmarks
webkit.org/b/98794 [ Android ] fast/scrolling/scrollbar-tickmarks-styled.html [ Failure ]

# [Chromium-Android] Overflow is broken in some cases on Android
webkit.org/b/98795 [ Android ] fast/overflow/overflow-stacking.html [ Failure ]
webkit.org/b/98795 [ Android ] fast/overflow/overflow-float-stacking.html [ Failure ]
webkit.org/b/98795 [ Android ] css2.1/20110323/overflow-applies-to-009.htm [ Failure ]

# [Chromium-Android] A lot of off-by-one errors in multiple column layout tests on Android
webkit.org/b/98796 [ Android ] fast/multicol/span/span-margin-collapsing.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-nested-columns-child.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-nested-columns-child-dynamic.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-immediate-columns-child.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-immediate-child-generated-content.html [ Failure ]
webkit.org/b/98796 [ Android ] fast/multicol/span/span-as-immediate-child-complex-splitting.html [ Failure ]

# [Chromium-Android] Color profiles are not supported on Android
webkit.org/b/98778 [ Android ] fast/images/png-with-color-profile.html [ Failure ]
webkit.org/b/98778 [ Android ] fast/images/jpeg-with-color-profile.html [ Failure ]

# [Chromium-Android] Touch events fail on Android
webkit.org/b/98779 [ Android ] fast/events/touch/ [ Failure Pass ]
webkit.org/b/98779 [ Android ] touchadjustment/touch-links-active.html [ Failure ]

# [Chromium-Android] Viewport sizes may be off for Android
webkit.org/b/98780 [ Android ] fast/dom/elementFromPoint-relative-to-viewport.html [ Failure ]
webkit.org/b/98780 [ Android ] fast/dom/client-width-height.html [ Failure ]
webkit.org/b/98780 [ Android ] fast/dom/client-width-height-quirks.html [ Failure ]

# [Chromium-Android] Certain ways of floating elements (sticky, left/right) are off-by-one on Android
webkit.org/b/98781 [ Android ] fast/css/sticky/sticky-writing-mode-vertical-rl.html [ Failure ]
webkit.org/b/98781 [ Android ] fast/box-sizing/box-sizing.html [ Failure ]
webkit.org/b/98781 [ Android ] fast/block/float/shrink-to-avoid-float-complexity.html [ Failure ]

# [Chromium-Android] getComputedStyle for scrolling returns "visible" instead of "scroll" in some cases
webkit.org/b/98782 [ Android ] fast/css/getComputedStyle/computed-style-select-overflow.html [ Failure ]

# [Chromium-Android] Date and time input fields don't have equal functionaliy on Android
webkit.org/b/98783 [ Android ] fast/forms/week/week-stepup-stepdown-from-renderer.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/week/week-input-visible-string.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/time/time-input-visible-string.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/month/month-stepup-stepdown-from-renderer.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/month/month-input-visible-string.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/datetimelocal/datetimelocal-input-visible-string.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html [ Failure ]
webkit.org/b/98783 [ Android ] fast/forms/datetime/datetime-input-visible-string.html [ Failure ]

# [Chromium-Android] Date and time suggestion picker tests time out
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/date/date-suggestion-picker-appearance-with-scroll-bar.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/date/date-suggestion-picker-appearance.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/time/time-suggestion-picker-appearance.html [ Timeout Pass ]
webkit.org/b/98902 [ Android ] platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl.html [ Timeout Pass ]

# [Chromium-Android] image-inside-nested-blocks-with-border.html crashes
webkit.org/b/98901 [ Android ] fast/multicol/image-inside-nested-blocks-with-border.html [ Crash Pass ]

# [Chromium-Android] Some frame-related tests are timing out
webkit.org/b/98900 [ Android ] fast/dom/frame-loading-via-document-write.html [ Timeout Pass ]

#####################
# Android tests which we'll probably want to triage. See comments for remarks
# in more detail.
#####################

# Failing tests because Android has different implementation of HTML controls. 
# Multi-line listboxes aren't properly supported, and the output of various select-related
# tests looks just plain wrong. Many relevant failures are tracked in wkbug.com/98771
crbug.com/144536 [ Android ] editing/selection/context-menu-on-text.html [ WontFix ]
crbug.com/144536 [ Android ] editing/selection/context-menu-text-selection.html [ WontFix ]
crbug.com/144536 [ Android ] fast/dom/HTMLSelectElement/select-selectedOptions.html [ WontFix ]
crbug.com/144536 [ Android ] fast/events/select-element.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-clip.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-deselect-scroll.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-onchange.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-select-all.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-selection.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-selection-2.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/listbox-typeahead-scroll.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/option-mouseevents.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-cache-desynchronization.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-clientheight-large-size.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-clientheight-with-multiple-attr.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-item-background-clip.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-listbox-multiple-no-focusring.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-live-pseudo-selectors.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-multiple-elements-with-mouse-drag-with-options-less-than-size.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select-multiple-elements-with-mouse-drag.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select/listbox-drag-in-non-multiple.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select/listbox-in-multi-column.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select/option-selecting.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select/optgroup-clicking.html [ WontFix ]
crbug.com/144536 [ Android ] fast/forms/select/optgroup-rendering.html [ WontFix ]
crbug.com/144536 [ Android ] fast/repaint/select-option-background-color.html [ WontFix ]
crbug.com/144536 [ Android ] scrollbars/custom-scrollbar-with-incomplete-style.html [ WontFix ]

# -----------------------------------------------------------------
# END ANDROID PORT TESTS
# -----------------------------------------------------------------


# We could fix this test for us and upstream it if the test shell user agent
# would let us differentiate test_shell and WebKit DumpTreeNode.
crbug.com/7482 [ Mac ] http/tests/misc/timer-vs-loading.html [ Failure Pass Timeout ]
crbug.com/7482 [ Android Linux Win ] http/tests/misc/timer-vs-loading.html [ Pass Timeout ]

# It's not clear that the test isn't wrong here. It believes that middle
# aligning 15px Ahem should end up in a certain spot. But we have the
# x-height correct and we're still one px off.
crbug.com/10429 [ Android Linux ] css2.1/t100801-c544-valgn-01-d-ag.html [ Failure ]

# Flakey. Not clear when it started, but it was before 3/9/09.
# This test also started failing with the merge of March 25th 2009
crbug.com/10441 [ Mac Win ] transitions/transition-end-event-transform.html [ Failure Pass ]

crbug.com/27486 [ Android Linux Win ] fast/forms/listbox-hit-test-zoomed.html [ Failure ]
crbug.com/27486 [ Android Linux Win ] fast/forms/range/slider-zoomed.html [ Failure ]

# This test isn't just slow -- sometimes it times out indefinitely.
crbug.com/27569 http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Pass Timeout ]

crbug.com/9798 [ Win Debug ] fast/dom/Window/slow-unload-handler.html [ Pass Slow ]

crbug.com/9798 [ Win Debug ] http/tests/misc/redirect-with-quotes.php [ Pass Timeout ]
crbug.com/9798 [ Win ] http/tests/misc/refresh-headers.php [ Pass Slow ]
crbug.com/9798 [ Win ] http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html [ Pass Timeout ]
crbug.com/9798 [ Win Debug ] http/tests/xmlhttprequest/encode-request-url-2.html [ Pass Timeout ]
crbug.com/9797 crbug.com/9798 [ Win Release ] http/tests/xmlhttprequest/state-after-network-error.html [ Pass Slow ]
crbug.com/9797 [ Android Linux ] svg/carto.net/colourpicker.svg [ ImageOnlyFailure Pass ]
crbug.com/9798 [ Android Linux Release ] transitions/transition-timing-function.html [ Pass Slow ]
# This test definitely times out (i.e. is not just slow).
crbug.com/9798 [ Win Release ] http/tests/xmlhttprequest/small-chunks-response-text.html [ Pass Timeout ]

# New failures from WebKit merge 42725:42805
# WebKit change http://trac.webkit.org/changeset/42785
# added a test which submits a form and then uses history.back()
# to go back. in test_shell history.back() does not go back,
# so the test timeouts.
crbug.com/11001 http/tests/history/back-to-post.php [ Timeout ]

# Regressions from WebKit Merge 42932:42994 due to text metric changes.
crbug.com/11251 [ Android Linux Win ] svg/custom/svg-fonts-in-text-controls.html [ Failure ]
crbug.com/11251 [ Android Linux Win ] fast/forms/textarea-metrics.html [ Failure ]

# WebKit 45086:45111
crbug.com/15270 fast/js/excessive-comma-usage.html [ Failure ]

# New tests with WebKit merge 46288:46363
crbug.com/18116 fast/dom/constructed-objects-prototypes.html [ Failure ]

# Test failures from WebKit merge 46894 to 46977
crbug.com/26737 fast/js/prototypes.html [ Failure ]

# WebKit roll r47417:47528
crbug.com/19766 [ Android Linux ] fast/replaced/width100percent-menulist.html [ Failure ]

# WebKit 47777:47790 - getOwnPropertyDescriptor
crbug.com/20345 fast/js/getOwnPropertyDescriptor.html [ Failure ]

# WebKit merge 48500:48585, newly implemented Object.defineProperty.
crbug.com/22526 fast/js/Object-defineProperty.html [ Failure ]

# WebKit merge 48500:48585, due to newly added support for MathML.
# crbug.com/22554 mathml
# The mathml pixel tests will be changing for a few days. They'll need rebaseline after that.
webkit.org/b/96960 mathml/xHeight.xhtml [ Pass Failure ImageOnlyFailure ]
webkit.org/b/96960 mathml/presentation [ Pass Failure ImageOnlyFailure ]
# Once chromium decides to definitely enable MathML, we can delete the old platform/chromium baseline for this:
webkit.org/b/96960 http/tests/xmlviewer/dumpAsText/mathml.xml [ Pass Failure ]

# WebKit update 48796:48820
# Test #9 throws an exception.
crbug.com/23956 fast/dom/Range/getClientRects.html [ Failure ]

# Flaky timeouts first appearing at r27764 (webkit 48947)
crbug.com/9798 [ Win ] http/tests/cookies/multiple-cookies.html [ Pass Timeout ]

# Got slow with V8 update to 1.3.15. Debug logging perhaps?
crbug.com/24182 [ Debug ] fast/forms/input-implicit-length-limit.html [ Pass Slow ]
crbug.com/24182 [ Debug ] fast/forms/input-maxlength.html [ Pass Slow ]

# WebKit roll 49405:49413
crbug.com/28409 http/tests/xmlhttprequest/logout.html [ Failure ]

# I don't think we've ever passed this test correctly.
webkit.org/b/73329 [ Android Linux Win ] fast/text/international/hindi-whitespace.html [ Failure ]

# The following upstream patches add -Webkit-color-correction support:
# http://trac.webkit.org/changeset/50760
# http://trac.webkit.org/changeset/50852
# The ColorSpace was only implemented for CG, more port implementation
# required in order for Chromium to support color correction.
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-on-backgrounds.html [ Failure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-on-text.html [ Failure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction.html [ Failure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-on-box-shadow.html [ Failure ]
crbug.com/28005 [ Mac ] fast/css/color-correction-on-box-shadow.html [ ImageOnlyFailure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-on-text-shadow.html [ Failure ]
crbug.com/28005 [ Mac ] fast/css/color-correction-on-text-shadow.html [ ImageOnlyFailure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-on-background-image.html [ Failure ]
crbug.com/28005 [ Android Linux Win ] fast/css/color-correction-untagged-images.html [ Failure ]

# Producing incorrect results, or flakey after a Skia change
crbug.com/118411 [ Android Linux Win ] fast/repaint/focus-ring.html [ ImageOnlyFailure ]
crbug.com/118411 fast/repaint/list-marker.html [ ImageOnlyFailure ]

# Fails on Snow Leopard - see BUGWK82954
crbug.com/118411 svg/hixie/perf/007.xml [ ImageOnlyFailure Pass Slow ]

crbug.com/22700 [ Android Linux Win ] fast/canvas/canvas-shadow.html [ Failure ]

# Failures from merge 50972:51042
# The test requires DRT/Test Shell to support error page handling.
crbug.com/27850 fast/history/back-forward-reset-after-error-handling.html [ Failure ]

# Started failing with move from Lighttpd to Apache.
# Since we have some bots on Lighttpd and some on Apache, mark it as flaky for
# now. Once we decide on one or the other, then we can address these tests.
webkit.org/b/90225 [ Android Linux Mac ] http/tests/loading/text-content-type-with-binary-extension.html [ Failure ]

# These tests time out *and* are slow. The test should be fixed to not timeout,
# then should be marked as SLOW/PASS.
crbug.com/2844 [ Win ] http/tests/appcache/cyrillic-uri.html [ Pass Timeout ]
crbug.com/2844 [ Win ] http/tests/appcache/fail-on-update.html [ Pass Timeout ]
crbug.com/2844 [ Win ] http/tests/appcache/offline-access.html [ Pass Timeout ]
crbug.com/2844 [ Win ] http/tests/appcache/update-cache.html [ Pass Timeout ]

# These tests sometimes pass and sometimes have a text difference due
# to chromium's appcache being async.
crbug.com/2844 [ Win Release ] http/tests/appcache/top-frame-3.html [ Failure Pass Timeout ]
crbug.com/2844 [ Android Linux Mac ] http/tests/appcache/top-frame-3.html [ Failure Pass Timeout ]
crbug.com/2844 [ Win Release ] http/tests/appcache/top-frame-4.html [ Failure Pass Timeout ]
crbug.com/2844 [ Android Linux Mac ] http/tests/appcache/top-frame-4.html [ Failure Pass Timeout ]

# These fail because chromium's appcache is async but webkit's is not.
crbug.com/2844 http/tests/appcache/idempotent-update.html
crbug.com/2844 http/tests/appcache/top-frame-2.html

# This test fails because there is no setAppCacheMaximumSize API yet.
crbug.com/2844 http/tests/appcache/max-size.html

# Flakiness documented around Webkit Roll 51681:51711
crbug.com/2844 http/tests/appcache/404-manifest.html [ Skip ]
crbug.com/2844 http/tests/appcache/404-resource.html [ Skip ]
crbug.com/2844 http/tests/appcache/foreign-iframe-main.html [ Skip ]
crbug.com/2844 http/tests/appcache/non-html.xhtml [ Skip ]

# LayoutTestController::clearApplicationCacheForOrigin isn't implemented
webkit.org/b/ http/tests/appcache/origin-delete.html
# LayoutTestController::getOriginsWithApplicationCache isn't implemented
webkit.org/b/ http/tests/appcache/origins-with-appcache.html
# LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
webkit.org/b/ http/tests/appcache/origin-usage.html

# LayoutTestController::setAutomaticLinkDetectionEnabled isn't implemented
webkit.org/b/85463 editing/inserting/typing-space-to-trigger-smart-link.html

# Failures from WebKit merge 51711:51724
crbug.com/32003 fast/js/string-property-deletion.html [ Failure ]

# These tests got very flaky (failing 8/10 runs!) after
# http://src.chromium.org/viewvc/chrome?view=rev&revision=34610
# The only relevant change there is that we now sort tests purely
# lexicographically instead of putting the http tests first. This is a good
# thing because it matches upstream. The regressions are likely due to timing
# issues because the http tests moved from one debug shard to another.
# Likely, moving Windows to using Apache2 will fix this as the Linux/Mac builds
# did not get flaky here and moving to Apache made the appcache tests less
# flaky on those platforms.
crbug.com/25977 [ Win Debug ] http/tests/appcache/empty-manifest.html [ Pass Timeout ]
# This test is slow on windows, but sometimes times out indefinitely.
# See if this improves when we move to apache.
crbug.com/25977 [ XP Debug ] http/tests/appcache/main-resource-hash.html [ Pass Timeout ]
crbug.com/25977 [ XP Debug ] http/tests/appcache/online-whitelist.html [ Pass Timeout ]

# WebKit update 52323->52366
crbug.com/30826 [ Win ] platform/win/fast/events/panScroll-imageMap-noHref-scroll.html [ Failure ]
crbug.com/30826 [ Win Debug ] platform/win/fast/events/panScroll-event-fired.html [ Failure Pass Timeout ]

crbug.com/31623 [ SnowLeopard Win ] http/tests/appcache/remove-cache.html [ Failure Pass Timeout ]

# V8's implementation of getOwnPropertyNames has different results for built-in
# functions.
crbug.com/32155 fast/js/Object-getOwnPropertyNames.html [ Failure ]

# Expectations from roll to 53171:53194
# As of Oct 7, 2010, times out on all platforms when doing DEBUG costing 13 seconds on average. Skipping.
# As of Aug 31, 2012, now times out in release. Marking flaky everywhere.
crbug.com/32308 fast/frames/cached-frame-counter.html [ Pass Timeout ]

crbug.com/33293 fast/media/lifetime.html [ Skip ]

# WebKit roll 53655 -> 53704
crbug.com/32900 http/tests/misc/slow-loading-mask.html [ Failure ImageOnlyFailure ]

# WebKit roll 54493 to 54530: new tests.
crbug.com/35114 fast/js/parser-syntax-check.html [ Failure ]

# WebKit roll 55250 to 55339
crbug.com/36966 fast/loader/about-blank-hash-kept.html [ Failure ]

# New test, added http://trac.webkit.org/changeset/55546
crbug.com/37896 [ Android Linux Win ] fast/multicol/hit-test-above-or-below.html [ Failure ]

# WebKit roll 56197:56239.
# Needs testRunner.setMediaType() (implemented on Qt only)
crbug.com/38656 fast/media/print-restores-previous-mediatype.html [ Failure ]

# Needs testRunner.setViewModeMediaFeature()
crbug.com/40680 fast/media/view-mode-media-feature.html
crbug.com/40680 fast/media/media-query-list-02.html
crbug.com/40680 fast/media/media-query-list-03.html
crbug.com/40680 fast/media/media-query-list-04.html
crbug.com/40680 fast/media/media-query-list-05.html
crbug.com/40680 fast/media/media-query-list-06.html
crbug.com/40680 fast/media/media-query-list-07.html

crbug.com/117597 svg/batik/filters/feTile.svg [ ImageOnlyFailure ] 

# Caused by http://trac.webkit.org/changeset/56394.
crbug.com/143475 [ Win ] http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Failure Pass Timeout ]

# Due to the differences in handling text encodings in KURL and googleurl.
webkit.org/b/20559 http/tests/navigation/anchor-frames-gbk.html [ Failure ]

webkit.org/b/36666 storage/websql/open-database-over-quota.html [ Failure ]

webkit.org/b/37283 fast/overflow/scrollbar-restored-and-then-locked.html [ Failure ]

webkit.org/b/37297 fast/history/nested-visited-test.html [ Failure ]
webkit.org/b/37297 fast/history/self-is-visited.html [ Failure ]
webkit.org/b/37297 fast/history/sibling-visited-test.html [ Failure ]
webkit.org/b/37297 fast/loader/stateobjects/state-url-sets-links-visited.html [ Failure ]
webkit.org/b/58000 fast/history/visited-link-background-color.html [ Failure ]

# Added in http://trac.webkit.org/changeset/57476. Fails in Chromium because
# LayoutTestController::computedStyleWithVisitedInfo() is missing.
crbug.com/41206 fast/history/multiple-classes-visited.html [ Failure Timeout ]

# Tests that work with KURL, but fail with GURL
webkit.org/b/71758 fast/url/invalid-urls-utf8.html [ Failure ]
webkit.org/b/71758 fast/url/idna2003.html [ Failure Pass ]

# New testRunner function added at r57993
crbug.com/42696 http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html [ Timeout ]

# WebKit roll 58304:58400
webkit.org/b/93221 [ Mac ] fast/text/international/bold-bengali.html [ ImageOnlyFailure ]
webkit.org/b/93221 [ Win7 ] fast/text/international/bold-bengali.html [ Failure ]

# These 5,000+ tests are already being run by the V8 team (and have no chromium expectations).
# They should be moved to the JavaScriptCore test suite.
crbug.com/42875 sputnik [ WontFix ]

# WebKit roll 58791:58807
crbug.com/43319 [ Android Linux Debug ] fast/forms/select-empty-option-height.html [ Pass Timeout ]

crbug.com/43890 [ Win ] http/tests/loading/basic.html [ Failure Pass ]

# The following tests fail on all platforms and need further investigation.
# Many of these are skipped on the Mac platform
webkit.org/b/45991 canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.drawImage.broken.html [ Failure ]

webkit.org/b/45991 canvas/philip/tests/2d.pattern.image.broken.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.image.broken.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]

# Update canvas/philip in WK r71481
crbug.com/62301 canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html [ Failure ]
crbug.com/62301 canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
crbug.com/62301 canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
crbug.com/62301 canvas/philip/tests/2d.pattern.image.incomplete.empty.html [ Failure ]
crbug.com/62301 canvas/philip/tests/2d.pattern.image.incomplete.omitted.html [ Failure ]
crbug.com/62301 platform/chromium/virtual/gpu/canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html [ Failure ]
crbug.com/62301 platform/chromium/virtual/gpu/canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
crbug.com/62301 platform/chromium/virtual/gpu/canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
crbug.com/62301 platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.image.incomplete.empty.html [ Failure ]
crbug.com/62301 platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.image.incomplete.omitted.html [ Failure ]

webkit.org/b/48288 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
webkit.org/b/48288 platform/chromium/virtual/gpu/canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]

webkit.org/b/48289 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
webkit.org/b/48289 platform/chromium/virtual/gpu/canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]

webkit.org/b/45991 canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
webkit.org/b/45991 canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
webkit.org/b/45991 canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]

webkit.org/b/38463 canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]
webkit.org/b/38463 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]

webkit.org/b/45991 canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
webkit.org/b/45991 canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
webkit.org/b/45991 canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
webkit.org/b/45991 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]

webkit.org/b/45991 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
webkit.org/b/45991 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]

# These tests fail everywhere we use skia and are most likely skia bugs
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.gradient.radial.outside3.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.path.arc.angle.3.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.path.arc.angle.5.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.path.arcTo.shape.curve1.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.path.arcTo.shape.curve2.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.pattern.paint.norepeat.coord3.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html [ Failure ]
webkit.org/b/45991 [ Android Linux Win ] canvas/philip/tests/2d.shadow.enable.blur.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.outside3.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.path.arc.angle.3.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.path.arc.angle.5.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.paint.norepeat.coord3.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html [ Failure ]
webkit.org/b/45991 [ Linux Win ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html [ Failure ]

# Chromium does not support cancel for notifications permissions.
webkit.org/b/42798 fast/notifications/notifications-cancel-request-permission.html

# HTML5 Geolocation API does not use window.clientInformation.
crbug.com/11246 fast/dom/Window/window-properties-geolocation.html [ Skip ]

crbug.com/46603 [ Release ] fast/frames/lots-of-iframes.html [ Pass Timeout ]
crbug.com/46603 [ Release ] fast/frames/lots-of-objects.html [ Pass Timeout ]
# These tests are really slow in debug.
crbug.com/46603 [ Debug ] fast/frames/lots-of-iframes.html [ Skip ]
crbug.com/46603 [ Debug ] fast/frames/lots-of-objects.html [ Skip ]

crbug.com/47035 [ Win Debug ] fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html [ Failure Pass ]

# CSS3 Hyphenation landed in http://trac.webkit.org/changeset/61548
# We don't implement it yet.
crbug.com/47083 fast/text/hyphenate-character.html [ Failure ]
crbug.com/47083 fast/text/hyphens.html [ Failure ]
crbug.com/47083 fast/text/hyphenate-locale.html [ Failure ]
crbug.com/47083 fast/text/hyphenate-first-word.html [ Failure ]
crbug.com/47083 fast/text/hyphenate-limit-lines.html [ Failure ImageOnlyFailure ]
# it was CR75019 for unknown reason.
crbug.com/47083 fast/text/hyphenate-limit-before-after.html [ Failure ]

crbug.com/48239 fast/js/function-apply.html [ Failure ]
crbug.com/48239 fast/js/function-apply-aliased.html [ Failure Pass ]
crbug.com/48239 fast/js/function-apply-many-args.html [ Failure Timeout ]

crbug.com/48859 [ Win ] fast/inline/continuation-outlines-with-layers-2.html [ Failure ]

webkit.org/b/42598 http/tests/misc/401-alternative-content.php [ Failure ]
webkit.org/b/42598 http/tests/xmlhttprequest/failed-auth.html [ Failure Timeout ]

webkit.org/b/42769 http/tests/xmlhttprequest/remember-bad-password.html [ Failure ]

# Flaky since at least chromium r52834, WebKit r63615.
crbug.com/49970 platform/chromium/plugins/call-as-function.html [ Failure Pass ]

# Application Cache Quotas are N/A to the chromium port.
webkit.org/b/43459 http/tests/appcache/origin-quota.html [ WontFix ]
webkit.org/b/43459 http/tests/appcache/origin-quota-continued-download.html [ WontFix ]
webkit.org/b/43459 http/tests/appcache/origin-quota-continued-download-multiple-manifests.html [ WontFix ]

# Need to support DeviceMotion.
crbug.com/51416 fast/dom/DeviceMotion/window-property.html [ Failure ]

# Slow test introduced in r64817
crbug.com/51571 [ Win ] http/tests/misc/bad-charset-alias.html [ Pass Timeout ]

crbug.com/51854 [ Win ] http/tests/storage/callbacks-are-called-in-correct-context.html [ Pass Slow ]

# Times out frequently since the test was added
crbug.com/52017 [ Android Linux ] http/tests/misc/isindex-with-no-form.html [ Pass Timeout ]

crbug.com/52572 [ Android Linux Win Debug ] http/tests/misc/image-blocked-src-change.html [ Failure Pass ]

webkit.org/b/44199 [ Release ] perf/class-list-remove.html [ Failure Pass Slow ]
webkit.org/b/67921 [ Android Release ] perf/show-hide-table-rows.html [ Timeout ]
webkit.org/b/67921 [ Linux Mac Win Release ] perf/show-hide-table-rows.html [ Failure Pass Slow ]
webkit.org/b/44199 [ Release ] perf/clone-with-focus.html [ Failure Pass ]
webkit.org/b/44199 [ Release ] perf/typing-at-end-of-line.html [ Failure Pass ]
webkit.org/b/44199 webkit.org/b/63057 [ Release ] perf/array-binary-search.html [ Failure Pass Slow ]
webkit.org/b/44199 [ Release ] perf/array-reverse.html [ Pass Timeout ]
webkit.org/b/63057 [ Release ] perf/adding-radio-buttons.html [ Failure Pass ]
webkit.org/b/96977 [ Mac Release ] perf/nested-combined-selectors.html [ Failure Pass ]

# Failing after http://trac.webkit.org/changeset/65665/

# new or failing since WebKit rev. 65740:65800
crbug.com/53073 [ Debug ] storage/websql/change-version.html

# r66144 added tests to test user scripts on special documents, and Linux can't
# pass them because they rely on QuickTime being installed. We wontfix these
# tests and let the Mac/Win coverage ensure that the (cross-platform)
# special-document machinery still works.
crbug.com/53546 [ Android Linux ] userscripts/user-script-video-document.html [ WontFix ]

# Requires page cache.
webkit.org/b/45652 fast/viewport/viewport-128.html [ Timeout ]

webkit.org/b/98900 [ Android Debug ] fast/frames/frame-limit.html [ Timeout Pass ]
webkit.org/b/45737 [ Win Linux Mac Debug ] fast/frames/frame-limit.html [ Timeout ]

# Regressions from webkit roll r67178:t67358
webkit.org/b/60092 [ Debug ] fast/forms/select-set-length-with-mutation-remove.html [ Crash Pass Slow ]
webkit.org/b/60093 [ Android Linux Debug ] http/tests/incremental/slow-utf8-text.pl [ Pass Slow ]

webkit.org/b/91432 fast/canvas/webgl/read-pixels-test.html [ Timeout ]
webkit.org/b/91432 platform/chromium/virtual/gpu/fast/canvas/webgl/read-pixels-test.html [ Timeout ]
webkit.org/b/91432 fast/canvas/webgl/framebuffer-bindings-unaffected-on-resize.html [ Timeout ]
webkit.org/b/91432 platform/chromium/virtual/gpu/fast/canvas/webgl/framebuffer-bindings-unaffected-on-resize.html [ Timeout ]

# These three failures are due to Mesa bugs
webkit.org/b/91431 fast/canvas/webgl/framebuffer-object-attachment.html [ Failure ]
webkit.org/b/91431 fast/canvas/webgl/gl-uniform-arrays.html [ Failure ]
webkit.org/b/91431 fast/canvas/webgl/point-size.html [ Failure ]
webkit.org/b/91431 platform/chromium/virtual/gpu/fast/canvas/webgl/framebuffer-object-attachment.html [ Failure ]
webkit.org/b/91431 platform/chromium/virtual/gpu/fast/canvas/webgl/gl-uniform-arrays.html [ Failure ]
webkit.org/b/91431 platform/chromium/virtual/gpu/fast/canvas/webgl/point-size.html [ Failure ]
webkit.org/b/91431 [ Linux Mac ] fast/canvas/webgl/gl-object-get-calls.html [ Failure ]
webkit.org/b/91431 [ Linux Mac ] platform/chromium/virtual/gpu/fast/canvas/webgl/gl-object-get-calls.html [ Failure ]

# These were not fixed by the Mesa 7.9 upgrade. Need to investigate.
crbug.com/60651 [ Win ] fast/canvas/webgl/gl-object-get-calls.html [ Failure Pass Timeout ]
crbug.com/60651 [ Win ] platform/chromium/virtual/gpu/fast/canvas/webgl/gl-object-get-calls.html [ Failure Pass Timeout ]
crbug.com/60651 fast/canvas/webgl/uniform-location.html [ Failure Timeout ]
crbug.com/60651 platform/chromium/virtual/gpu/fast/canvas/webgl/uniform-location.html [ Failure Timeout ]

# Flaky since r68438:r68445 or before that.
webkit.org/b/46693 [ Mac ] fast/repaint/repaint-svg-after-style-change.html [ Failure ]

crbug.com/57934 [ Win Debug ] http/tests/appcache/fail-on-update-2.html [ Pass Timeout ]

# Flakiness first seen
# http://build.chromium.org/buildbot/waterfall.fyi/builders/Webkit%20%28webkit.org%29/builds/35995
crbug.com/58212 [ Win ] http/tests/appcache/main-resource-redirect.html [ Failure Pass Timeout ]

crbug.com/58257 [ Win ] http/tests/misc/last-modified-parsing.html [ Failure Pass Timeout ]

# Failing from r69420, mac failing from r71493:r71496
crbug.com/58735 http/tests/misc/prefetch-purpose.html [ Pass Slow ]

# V8 does not implement ECMAScript strict mode
crbug.com/58936 fast/js/basic-strict-mode.html [ Failure ]
crbug.com/58936 fast/js/numeric-escapes-in-string-literals.html [ Failure ]

# For some reason it seems to not properly rect hit-tests elements in shadow
# content of <video> elements.
webkit.org/b/91205 media/nodesFromRect-shadowContent.html [ Skip ]

webkit.org/b/96470 [ Android Linux Win ] fast/text/international/vertical-text-glyph-test.html [ Failure ]
webkit.org/b/96470 [ Android Linux Win ] fast/text/international/vertical-text-metrics-test.html [ Failure ]

# Added in Webkit r69707 without expected results.
# Expected result file added in r83450. Still no match.
crbug.com/143479 platform/gtk/accessibility/aria-table-hierarchy.html [ Failure ]

# r69833, JSC/V8 Date parsing differences
crbug.com/143476 fast/js/date-parse-test.html [ Failure ]

# Vertical text needs to be implemented in platforms other than OS X.
crbug.com/65877 [ Android ] fast/writing-mode/border-vertical-lr.html [ Failure ]
crbug.com/65877 fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure Pass ]
crbug.com/65877 fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
crbug.com/65877 [ Android Linux Win ] fast/writing-mode/japanese-ruby-horizontal-bt.html [ Failure Pass ]
crbug.com/65877 [ Linux ] fast/writing-mode/broken-ideographic-font.html [ Failure ]
#BUGCR65877 LINUX ANDROID WIN : fast/writing-mode/broken-ideograph-small-caps.html = IMAGE
crbug.com/65877 [ Android ] fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ]
crbug.com/65877 [ Win ] fast/text/international/text-combine-image-test.html [ Failure ]
webkit.org/b/53451 [ Android Linux ] fast/text/international/text-combine-image-test.html [ Failure ]
webkit.org/b/94410 [ Win ] fast/writing-mode/vertical-baseline-alignment.html [ ImageOnlyFailure ]

# New test, introduced by http://trac.webkit.org/changeset/70813 with only platform/mac baselines.
webkit.org/b/61161 [ Android Linux Win ] fast/writing-mode/border-image-horizontal-bt.html [ Failure ]
webkit.org/b/61161 [ Android Linux Win ] fast/writing-mode/border-image-vertical-rl.html [ Failure ]
webkit.org/b/61161 [ Android Linux Win ] fast/writing-mode/border-image-vertical-lr.html [ Failure ]

# New test; was added in http://trac.webkit.org/changeset/68520
webkit.org/b/46735 [ Win ] platform/win/plugins/window-geometry-initialized-before-set-window.html [ WontFix ]
# Added in WebKit r70265
webkit.org/b/48034 [ Win ] platform/win/plugins/npn-invalidate-rect-invalidates-window.html [ WontFix ]
# Added in WK r71416, doesn't look like it's applicable to Chromium
[ Win ] platform/win/plugins/window-region-is-set-to-clip-rect.html [ WontFix ]
# Added in WK r71418, doesn't look like it's applicable to Chromium
[ Win ] platform/win/plugins/draws-gradient.html [ WontFix ]
# Doesn't look like it's applicable to Chromium
[ Win ] platform/win/plugins/get-value-netscape-window.html [ WontFix ]

# Added in WK r71424
# We should probably just skip this test, everyone else has since
# https://bugs.webkit.org/show_bug.cgi?id=49182
crbug.com/62138 [ Mac Win Debug ] animations/stop-animation-on-suspend.html [ Crash Failure Pass ]
crbug.com/62138 [ Mac Win Release ] animations/stop-animation-on-suspend.html [ Failure Pass ]
crbug.com/62138 [ Android Linux ] animations/stop-animation-on-suspend.html [ Failure Pass ]

crbug.com/61739 [ Debug ] animations/suspend-resume-animation-events.html [ Failure Pass ]
crbug.com/61739 [ Win Release ] animations/suspend-resume-animation-events.html [ Failure Pass ]

# New tests added with http://trac.webkit.org/changeset/72472 and further.
# See https://bugs.webkit.org/show_bug.cgi?id=51982 for more info.
crbug.com/63921 fast/canvas/canvas-fillPath-shadow.html [ Failure ]

# FIXME: Need to add tooling support for V8 bugs.
code.google.com/p/v8/issues/detail?id=953 fast/regex/pcre-test-1.html [ Timeout ]

webkit.org/b/50282 [ Android Linux Win ] fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html [ Failure ]
webkit.org/b/50282 [ Android Linux Win ] fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html [ Failure ]
webkit.org/b/50282 [ Android Linux Win ] fast/images/imagemap-focus-ring-outline-color.html [ Failure ]
webkit.org/b/50282 [ Android Linux Win ] fast/images/imagemap-circle-focus-ring.html [ Failure ]
webkit.org/b/50282 [ Android Linux Win ] fast/images/imagemap-polygon-focus-ring.html [ Failure ]

# Regressed at r73423. All areas are painted green.
webkit.org/b/50734 [ Android Linux Win ] fast/repaint/positioned-document-element.html [ ImageOnlyFailure ]

#/////////////////////////////////////////////////////////////////////////
# Regressions caused by switching to DRT.
#/////////////////////////////////////////////////////////////////////////

# DRT needs to schedule paints on invalidations like Chrome does.
crbug.com/62433 [ Android Linux Mac ] fast/backgrounds/animated-gif-as-background.html [ ImageOnlyFailure ]
crbug.com/62433 [ Android Linux Mac ] fast/images/gif-loop-count.html [ ImageOnlyFailure ]


# This test needs enhanced eventSender.contextMenu() return value.
# See https://bugs.webkit.org/show_bug.cgi?id=45021 for more info.
# UNIMPLEMENTED for chrome
crbug.com/59665 webkit.org/b/45021 media/context-menu-actions.html

# Occasionally times out with, only under the DRT for Linux
crbug.com/58212 [ Android Linux ] http/tests/appcache/main-resource-redirect.html [ Pass Timeout ]

webkit.org/b/91429 [ Debug ] fast/frames/calculate-round.html [ Pass Timeout ]
webkit.org/b/91429 fast/repaint/iframe-scroll-repaint.html [ ImageOnlyFailure ]
webkit.org/b/91429 [ Android Linux ] fast/text/justification-padding-mid-word.html [ Failure Pass ]
webkit.org/b/91429 [ Linux Mac ] http/tests/plugins/post-url-file.html [ Timeout ]
webkit.org/b/91429 platform/gtk/fast/forms/menulist-typeahead-find.html [ Failure ]

crbug.com/8729 [ Android Linux Mac ] http/tests/multipart/invalid-image-data.html [ ImageOnlyFailure Pass ]

# The test says you should see numbers, but we display letters.
# It looks like we are missing the WebKit "WeightWatcher" fonts,
# checked in as part of http://trac.webkit.org/changeset/34771.
crbug.com/10370 [ Android Linux Win ] fast/css/font-weight-1.html [ Failure ]
# Registering the fonts for this test causes other processes (Adium, Firefox)
# to spin and become unresponsive or crash.
webkit.org/b/50709 [ Mac ] fast/css/font-weight-1.html [ ImageOnlyFailure ]

#///////////////////////////////////////////////////////////////////////////
# End DRT failures
#///////////////////////////////////////////////////////////////////////////

webkit.org/b/70878 http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html [ Timeout ]
webkit.org/b/73538 [ Win ] http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html [ Failure ]

crbug.com/66087 [ Win ] fast/dom/Geolocation/timestamp.html [ Failure Pass ]
crbug.com/66087 [ Win ] http/tests/misc/no-last-modified.html [ Failure Pass ]
crbug.com/66087 [ Win ] http/tests/xmlhttprequest/open-async-overload.html [ Failure Pass ]

# Needs V8 investigation.  Skipped due to concern that this may be corrupting
# memory and thus leading to unpredictable results.
crbug.com/66099 fast/js/array-sort-modifying-tostring.html

crbug.com/66683 [ Android Linux Win ] fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Failure ]
crbug.com/66683 platform/chromium/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Failure ]
crbug.com/66686 fast/loader/user-stylesheet-fast-path.html [ Failure ]

crbug.com/66751 http/tests/local/link-stylesheet-load-order-preload.html [ Failure Pass Timeout ]
crbug.com/66751 http/tests/local/link-stylesheet-load-order.html [ Failure Pass Timeout ]

# The test is just too slow and has never passed since its introduction on Dbg build.
webkit.org/b/90363 [ Debug ] fast/overflow/lots-of-sibling-inline-boxes.html [ Pass Timeout ]
webkit.org/b/90363 [ Android Release ] fast/overflow/lots-of-sibling-inline-boxes.html [ Pass Timeout ]

# WebKit roll 74255:74308
crbug.com/67416 [ Android Linux Win ] fast/text/emphasis.html [ Failure ]
crbug.com/67416 fast/text/emphasis-vertical.html [ Failure ImageOnlyFailure ]
crbug.com/67540 [ Android Linux ] fast/text/emphasis-avoid-ruby.html [ ImageOnlyFailure ]
crbug.com/67540 [ Android Linux SnowLeopard Win ] fast/repaint/text-emphasis-h.html [ ImageOnlyFailure ]
crbug.com/67540 [ Android Linux ] fast/repaint/text-emphasis-v.html [ ImageOnlyFailure ]

# See also CRBUG139863
crbug.com/67442 [ Android Linux Win ] fast/canvas/fillText-shadow.html [ Failure ]
crbug.com/67442 [ Linux Win ] platform/chromium/virtual/gpu/fast/canvas/fillText-shadow.html [ Failure ]

crbug.com/68436 [ Android Linux Debug ] fast/dom/DOMImplementation/createDocument-with-used-doctype.html [ Pass Timeout ]
crbug.com/68436 [ Mac Win Debug ] fast/dom/DOMImplementation/createDocument-with-used-doctype.html [ Failure Timeout ]

# This was introduced by r75077.
webkit.org/b/52082 [ Android Linux Win ] fast/text/basic/014.html [ Failure ]
webkit.org/b/52082 [ Android Linux Win ] fast/text/midword-break-after-breakable-char.html [ Failure ]

# These have been flaky for as long as we have test history.
webkit.org/b/52063 [ Win ] http/tests/navigation/ping-cross-origin.html [ Pass Timeout ]
webkit.org/b/52063 [ Mac ] http/tests/navigation/ping-cross-origin.html [ Pass Slow ]

# These were flaky, now failing more consistently after r75169.
webkit.org/b/52061 [ Debug ] transitions/suspend-transform-transition.html [ ImageOnlyFailure Pass ]
webkit.org/b/52061 [ Debug ] transitions/change-values-during-transition.html [ Failure Pass ]
webkit.org/b/52061 [ Debug ] transitions/interrupted-accelerated-transition.html [ Failure Pass ]
webkit.org/b/52061 [ Debug ] transitions/transition-timing-function.html [ Failure Pass ]

# New test added in r75720
crbug.com/69571 plugins/destroy-on-setwindow.html [ Crash Failure ]

# Failing after r75768, times out after r89503
crbug.com/69639 webkit.org/b/63227 http/tests/loading/cross-origin-XHR-willLoadRequest.html [ Failure Timeout ]

crbug.com/75238 [ Win ] fast/text/large-text-composed-char.html [ Failure ]

# Added by http://trac.webkit.org/changeset/76548
crbug.com/70686 [ Mac ] fast/text/international/cjk-segmentation.html [ Failure ]
crbug.com/144529 [ Android ] fast/text/international/cjk-segmentation.html [ Failure ]

# Added by http://trac.webkit.org/changeset/76674
crbug.com/70882 [ Win ] fast/text/offsetForPosition-complex-fallback.html [ Failure ]

# Started failing at http://trac.webkit.org/changeset/76743
crbug.com/71022 [ Android Linux Win ] fast/text/justify-ideograph-complex.html [ Failure ]
crbug.com/71022 [ Mac ] fast/text/justify-ideograph-complex.html [ ImageOnlyFailure ]
crbug.com/71022 [ Android Linux Win ] fast/text/justify-ideograph-simple.html [ Failure ]
crbug.com/71022 [ Android Linux Win ] fast/text/justify-ideograph-vertical.html [ Failure ]

# It is failing since r77459.
# Fix miscalculation of the overhang area used for painting. We were
# not correctly accounting for scrollbars resulting in an non-negative
# overhang even when we weren't over the edge.
# * platform/ScrollView.cpp:
#   (WebCore::ScrollView::calculateOverhangAreasForPainting):
crbug.com/71783 [ Mac ] scrollbars/custom-scrollbar-with-incomplete-style.html [ ImageOnlyFailure ]

#///////////////////////////////////////////////////////////////////////////
# GPU
#///////////////////////////////////////////////////////////////////////////


webkit.org/b/47923 [ Linux Mac Win ] compositing/geometry/limit-layer-bounds-opacity-transition.html [ Timeout ]
webkit.org/b/47923 [ Linux Mac Win ] platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-opacity-transition.html [ Timeout ]

# Chromium does not support PDF content in <img> tags.
[ Win Linux Android ] compositing/images/direct-pdf-image.html [ WontFix ]
[ Win Linux Android ] platform/chromium/virtual/softwarecompositing/images/direct-pdf-image.html [ WontFix ]

# Chromium does not support the CoreAnimation plugin model right now.
webkit.org/b/47925 [ Mac ] compositing/plugins/small-to-large-composited-plugin.html [ Failure ]
webkit.org/b/47925 [ Mac ] platform/chromium/virtual/softwarecompositing/plugins/small-to-large-composited-plugin.html [ Failure ]

# We don't handle reflections in the right way to support this.
webkit.org/b/47949 [ Android Linux Lion Win ] compositing/reflections/reflection-opacity.html [ ImageOnlyFailure ]
webkit.org/b/47949 [ Android Linux Lion Win ] platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity.html [ ImageOnlyFailure ]

# Flaky because it's a poorly written tests. Need dino's new animation API
webkit.org/b/54306 compositing/reflections/nested-reflection-transition.html [ ImageOnlyFailure Pass ]
webkit.org/b/54306 platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition.html [ ImageOnlyFailure Pass ]

# These tests are too slow with our MESA backend.  We can re-enable when we have
# bots running tests on real hardware.
webkit.org/b/49629 platform/chromium/compositing/lots-of-img-layers.html
webkit.org/b/49629 platform/chromium/compositing/lots-of-img-layers-with-opacity.html
webkit.org/b/49629 compositing/iframes/page-cache-layer-tree.html
webkit.org/b/49629 platform/chromium/virtual/softwarecompositing/iframes/page-cache-layer-tree.html

webkit.org/b/53868 fast/notifications/notifications-document-close-crash.html [ Failure Pass ]

webkit.org/b/54051 [ Mac ] compositing/plugins/invalidate_rect.html [ Failure ]
webkit.org/b/54051 [ Mac ] platform/chromium/virtual/softwarecompositing/plugins/invalidate_rect.html [ Failure ]
webkit.org/b/54051 [ Mac ] plugins/windowless_plugin_paint_test.html [ Timeout ]

# Actual failures
webkit.org/b/54322 [ SnowLeopard ] fast/images/favicon-as-image.html [ Failure ]
webkit.org/b/54322 [ SnowLeopard ] fast/replaced/width100percent-textarea.html [ ImageOnlyFailure ]
webkit.org/b/54322 [ SnowLeopard ] fast/text/international/text-combine-image-test.html [ ImageOnlyFailure ]

webkit.org/b/54322 [ SnowLeopard ] fast/loader/loadInProgress.html [ Pass Slow ]
webkit.org/b/54322 [ SnowLeopard ] transitions/transition-end-event-rendering.html [ Failure Pass ]

code.google.com/p/v8/issues/detail?id=1168 fast/js/mozilla/strict/10.6.html [ Failure ]
code.google.com/p/v8/issues/detail?id=1168 fast/js/mozilla/strict/15.5.5.2.html [ Failure ]
code.google.com/p/v8/issues/detail?id=1168 fast/js/mozilla/strict/B.1.2.html [ Failure ]

webkit.org/b/55117 fast/js/i18n-bindings-locale.html [ Failure ]

crbug.com/74497 platform/win/plugins/windowless-paint-rect-coordinates.html [ Failure ]

webkit.org/b/55300 fast/images/support-broken-image-delegate.html [ Failure ]

# introduced by Dave Hyatt in WK r80582
crbug.com/75561 [ Android Linux Win ] fast/writing-mode/text-orientation-basic.html [ Failure ]

webkit.org/b/56060 [ Linux ] fast/images/favicon-as-image.html [ Failure ]

# Skip an overly restrictive cross-origin HTTPS test
crbug.com/69594 http/tests/appcache/different-https-origin-resource-main.html

crbug.com/76253 plugins/npruntime/np-deallocate-called-before-np-shutdown.html [ Failure ]

crbug.com/76550 [ Android Linux Win Debug ] fast/dom/Window/window-function-frame-getter-precedence.html [ Pass Slow ]
crbug.com/76550 [ Mac Debug ] fast/dom/Window/window-function-frame-getter-precedence.html [ Pass Timeout ]

# New and flaky
crbug.com/76552 [ Debug ] fast/dom/HTMLScriptElement/dont-load-unknown-type.html [ Failure Pass ]

crbug.com/76610 [ Win Debug ] canvas/philip/tests/2d.text.draw.align.center.html [ Failure Pass ]
crbug.com/76610 [ Mac Win Debug ] platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.align.center.html [ Failure Pass ]

# New in WebKit r81404. Text orientation is wrong and emphasis marks are wrong.
crbug.com/76616 [ Android Linux Win ] fast/text/emphasis-combined-text.html [ Failure ]
crbug.com/76616 [ SnowLeopard ] fast/text/emphasis-combined-text.html [ ImageOnlyFailure Pass ]

# New CSS3 feature in r81684. Some tests fail outside Mac.
crbug.com/77095 [ Android Linux Win ] fast/block/lineboxcontain/block-glyphs-replaced.html [ Failure ]
crbug.com/77095 [ Android Linux Win ] fast/block/lineboxcontain/glyphs.html [ Failure ]

# Has been timing out, initiated at:
# Webkit patches in range [r81976, r81981]
# Chromium patches in range [r79428, r79442]
crbug.com/77468 fast/forms/file/input-file-directory-upload.html [ Timeout ]

# Temprary bug holding to deal with many changed tests due to
# http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux/builds/4837
# http://trac.webkit.org/changeset/81992
crbug.com/77494 [ Android Linux Win ] fast/repaint/layout-state-scrolloffset.html [ Failure ]
crbug.com/77494 [ Android Linux Win ] fast/repaint/layout-state-scrolloffset2.html [ Failure ]
crbug.com/77494 [ Android Linux Win ] fast/repaint/layout-state-scrolloffset3.html [ Failure ]
# Not included in tests modified by 81992, but started failing at same time:
crbug.com/77494 [ Android Linux Win ] fast/repaint/transform-replaced-shadows.html [ ImageOnlyFailure ]

# Regression since r82001.
crbug.com/77619 [ SnowLeopard ] plugins/plugin-javascript-access.html [ Failure ]

# New test added in r82056. The arrow does not point upwards.
crbug.com/77574 [ Android Linux ] fast/writing-mode/fallback-orientation.html [ ImageOnlyFailure ]

# Regression in r82056.
webkit.org/b/56519 [ SnowLeopard ] fast/ruby/base-shorter-than-text.html [ Failure ImageOnlyFailure ]

# Chrome doesn't load favicons in DRT tests.
webkit.org/b/57259 http/tests/misc/link-rel-icon-beforeload.html [ Failure ]

# These tests appears to timeout every 10 or 20 runs.
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-10.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-20.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-30.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-40.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-50.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-60.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-70.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-80.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-90.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-100.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-110.html [ Pass Timeout ]
webkit.org/b/60094 [ Debug ] fast/encoding/parser-tests-120.html [ Pass Timeout ]

# Flaky since creation because we lack testRunner.setSerializeHTTPLoads
webkit.org/b/57593 fast/preloader/document-write-2.html [ Failure ]
webkit.org/b/57593 fast/preloader/document-write.html [ Failure ]

crbug.com/780807 http/tests/misc/webtiming-origins.html [ Failure Pass ]

crbug.com/78835 plugins/npp-set-window-called-during-destruction.html [ Failure ]
# http://trac.webkit.org/changeset/83411/ merged some frame tests into one.
# The merged test is flaky on Chromium since then.
crbug.com/78998 [ Debug ] fast/frames/frame-element-name.html [ Failure Pass ]

webkit.org/b/58193 [ Win7 ] http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure Pass Timeout ]

# Regression caused by r83514.
crbug.com/79110 [ Android Linux Win ] fast/overflow/infiniteRecursionGuard.html [ Failure ]

# Regression caused by r83628.
crbug.com/79241 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]

crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers1.html [ Failure Pass ]
crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers2.html [ Failure Pass ]
crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers3.html [ Failure Pass ]
crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers4.html [ Failure Pass ]
crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers5.html [ Failure Pass ]
crbug.com/79857 [ Debug ] fast/events/popup-blocking-timers6.html [ Failure Pass ]

crbug.com/79859 [ Android Linux Debug ] fast/css/create_element_align.xhtml [ Pass Timeout ]

crbug.com/79910 [ SnowLeopard ] fast/text/international/bidi-linebreak-001.html [ ImageOnlyFailure ]
crbug.com/79910 [ SnowLeopard ] fast/text/international/bidi-linebreak-002.html [ ImageOnlyFailure ]
crbug.com/79910 [ SnowLeopard ] fast/text/international/bidi-linebreak-003.html [ ImageOnlyFailure ]

webkit.org/b/58924 [ Mac ] plugins/mouse-click-iframe-to-plugin.html [ Pass Timeout ]

webkit.org/b/60097 [ Debug ] fast/dom/HTMLLinkElement/link-and-subresource-test.html [ Failure Pass ]

# Looks like some uninitialized memory at the bottom.
webkit.org/b/60103 [ Android Linux ] fast/replaced/border-radius-clip.html [ Crash ImageOnlyFailure ]
webkit.org/b/60103 [ Win ] fast/replaced/border-radius-clip.html [ ImageOnlyFailure ]
webkit.org/b/60103 [ Mac ] fast/replaced/border-radius-clip.html [ Failure ]

# Need to figure out why this is slow.
webkit.org/b/60131 fast/css/visited-link-hang.html [ Pass Slow ]

# Introduced in r84443
webkit.org/b/59063 fast/images/animated-gif-restored-from-bfcache.html [ Failure ]

webkit.org/b/56702 [ Win Debug ] http/tests/navigation/ping-cross-origin-from-https.html [ Pass Timeout ]

crbug.com/86338 fast/loader/file-protocol-fragment.html [ Failure ]
crbug.com/86340 [ Win Debug ] fast/filesystem/file-writer-write-overlapped.html [ Failure Pass ]
crbug.com/86340 [ Win Debug ] fast/filesystem/workers/file-writer-write-overlapped.html [ Failure Pass ]

# These seem to be minor differences (used to be debug only, started failing in release since about r116225).
webkit.org/b/60135 [ SnowLeopard ] fast/text/international/thai-line-breaks.html [ ImageOnlyFailure Pass ]
webkit.org/b/60135 [ SnowLeopard ] fast/text/international/thai-baht-space.html [ Failure Pass ]
webkit.org/b/78544 [ Android Linux ] fast/text/international/thai-baht-space.html [ Failure ImageOnlyFailure Pass ]

webkit.org/b/60133 [ Debug ] http/tests/multipart/multipart-wait-before-boundary.html [ Pass Timeout ]

webkit.org/b/59673 http/tests/history/cross-origin-replace-history-object-child.html [ Timeout ]

# Flakiness on canaries (noted ~ r85140)
webkit.org/b/91673 [ Win Debug ] fast/filesystem/file-writer-truncate-extend.html [ Failure Pass ]
webkit.org/b/70886 [ Debug ] fast/events/change-overflow-on-overflow-change.html [ Pass Timeout ]

webkit.org/b/60112 fast/css/epub-properties.html [ Failure ]

webkit.org/b/60136 [ Win ] http/tests/xmlviewer/dumpAsText/xmlviewer.xml [ Failure Pass ]

# New test added in r85454. Actual failure.
webkit.org/b/91676 fast/js/mozilla/strict/assign-to-callee-name.html [ Failure ]

# Failure introduced by Chromium r83848.
crbug.com/137938 fast/url/ipv6.html [ Failure ]

# New tests in r85961 and r86442
webkit.org/b/60414 [ Win ] platform/win/plugins/visibility-hidden.html [ Failure ]
webkit.org/b/60414 [ Win ] platform/win/plugins/iframe-inside-overflow.html [ Failure ]

crbug.com/82281 fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html [ Failure Timeout ]
crbug.com/82281 fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html [ Failure ]
crbug.com/82281 fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html [ Failure ]

# New pixel tests added for bug 58999. These will fail on windows and linux until bug
# 60342 is fixed and the 58999 fix enabled for skia.
webkit.org/b/58999 [ Android Linux Win ] fast/borders/outline-alpha-inline.html [ ImageOnlyFailure ]

# New test added at r86467, doesn't pass.
webkit.org/b/60822 plugins/get-url-with-javascript-url.html [ Timeout ]

# New test added at r86476, crashes.
webkit.org/b/60822 plugins/get-url-notify-with-url-that-fails-to-load.html [ Crash ]

# Flaky since added by r86478
crbug.com/82881 [ Android Linux Mac XP ] http/tests/appcache/interrupted-update.html [ Failure Pass ]

# Fails on windows - added in r86693
crbug.com/82950 [ Win ] http/tests/navigation/post-301-response.html [ Failure ]
crbug.com/82950 [ Win ] http/tests/navigation/post-302-response.html [ Failure ]
crbug.com/82950 [ Win ] http/tests/navigation/post-303-response.html [ Failure ]

# Random timeouts and failures going back a week.
crbug.com/83290 [ Win ] http/tests/misc/link-rel-prefetch-and-subresource.html [ Failure Pass Timeout ]

crbug.com/83504 [ Win ] fast/css/custom-font-xheight.html [ Failure Pass Slow ]
crbug.com/83504 [ Mac ] fast/css/custom-font-xheight.html [ Failure Pass ]

# New tests added in r87121
webkit.org/b/61169 [ Android Linux Win ] css3/images/optimize-contrast-canvas.html [ ImageOnlyFailure ]
webkit.org/b/61169 [ Android Linux Win ] css3/images/optimize-contrast-image.html [ ImageOnlyFailure ]

webkit.org/b/92710 fast/forms/date/calendar-picker-appearance.html [ ImageOnlyFailure Pass ]

# The following tests time out for Android. Tracked by webkit.org/b/98902
webkit.org/b/98906 platform/chromium/fast/forms/date/date-suggestion-picker-mouse-operations.html [ Pass Text Timeout ]
webkit.org/b/98906 platform/chromium/fast/forms/time/time-suggestion-picker-mouse-operations.html [ Pass Text Timeout ]
webkit.org/b/98906 platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html [ Pass Text Timeout ]

# New test added in r87324
crbug.com/83994 [ Win ] platform/win/plugins/call-javascript-that-destroys-plugin.html [ Failure ]

crbug.com/84032 [ Win ] fast/dom/object-plugin-hides-properties.html [ Pass Timeout ]

#new test added. Still fails on chrome
webkit.org/b/98315 css3/compositing/blend-mode-property.html [ Failure ]
webkit.org/b/98315 css3/compositing/should-have-compositing-layer.html [ Failure ]

# two regions reftests failing on Chromium
webkit.org/b/74219 fast/regions/positioned-objects-block-static-spanning-regions-rtl.html [ ImageOnlyFailure Pass ]
webkit.org/b/74219 fast/regions/positioned-objects-block-static-spanning-regions.html [ ImageOnlyFailure Pass ]

webkit.org/b/96267 fast/regions/autoheight-regions-mark.html [ Pass ]

webkit.org/b/74137 [ SnowLeopard ] fast/regions/outline-sides-in-region.html [ Pass Timeout ]
webkit.org/b/83824 [ Mac ] fast/regions/region-overflow-break.html [ ImageOnlyFailure ]
webkit.org/b/74137 fast/regions/float-pushed-width-change.html [ ImageOnlyFailure Pass ]
webkit.org/b/74137 [ SnowLeopard ] fast/regions/region-overflow-auto-overflow-hidden.html [ Failure ]
webkit.org/b/74137 [ Lion Win ] fast/regions/region-overflow-auto-overflow-hidden.html [ Missing ]
webkit.org/b/74137 [ SnowLeopard ] fast/regions/region-overflow-auto-overflow-visible.html [ Failure ]
webkit.org/b/74137 [ Lion Win ] fast/regions/region-overflow-auto-overflow-visible.html [ Missing ]

# CSS Regions tests for region styling and scoped styles
webkit.org/b/49142 fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html [ ImageOnlyFailure ]

# Accelerated compositing is disabled for elements in a RenderFlowThread
webkit.org/b/84900 compositing/regions/webkit-flow-renderer-layer-compositing.html [ ImageOnlyFailure ]
webkit.org/b/84900 platform/chromium/virtual/softwarecompositing/regions/webkit-flow-renderer-layer-compositing.html [ ImageOnlyFailure ]

webkit.org/b/92131 inspector/styles/region-style-crash.html

crbug.com/85755 fast/js/exception-properties.html [ Failure ]

webkit.org/b/62580 fast/loader/inherit-charset-to-empty-frame.html [ Failure Pass ]

# Has been timing out since r88913.
webkit.org/b/62754 [ Android Linux Mac Release ] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure Timeout ]
webkit.org/b/62754 [ Android Linux Mac Debug ] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure Slow ]
webkit.org/b/62754 [ Win ] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Failure ]

crbug.com/89282 [ SnowLeopard ] fast/forms/range/input-appearance-range.html [ ImageOnlyFailure Pass ]

crbug.com/87732 fast/regex/toString.html [ Failure ]

# Started around WebKit r90233:r90242
webkit.org/b/64000 [ Debug ] fast/events/click-focus-anchor.html [ Failure Pass ]

crbug.com/88588 fast/lists/inlineBoxWrapperNullCheck.html [ Failure Pass ]

crbug.com/88894 http/tests/cache/subresource-expiration-1.html [ Pass Slow ]
crbug.com/88894 http/tests/cache/subresource-expiration-2.html [ Pass Slow ]

# V8 now follows spec on toisostring, test needs to be fixed.
crbug.com/88936 fast/js/date-toisostring.html [ Failure ]

webkit.org/b/70630 [ SnowLeopard ] fast/js/call-base-resolution.html [ Failure Pass ]
crbug.com/89474 [ Android Linux Win ] fast/js/call-base-resolution.html [ Failure Pass ]

webkit.org/b/70888 [ Mac Debug ] animations/dynamic-stylesheet-loading.html [ Failure Pass ]
webkit.org/b/70887 [ Debug ] jquery/css.html [ Pass Timeout ]

webkit.org/b/65009 [ Mac ] scrollbars/scrollbar-drag-thumb-with-large-content.html [ Failure ]

webkit.org/b/65124 [ Android Linux Win ] fast/repaint/japanese-rl-selection-clear.html [ Failure ]
webkit.org/b/65124 [ Win ] fast/repaint/japanese-rl-selection-repaint.html [ Failure ]
webkit.org/b/65124 [ Android Linux Win ] fast/repaint/japanese-rl-selection-repaint-in-regions.html [ Failure ]
webkit.org/b/65124 [ Android Linux Win ] fast/repaint/line-flow-with-floats-in-regions.html [ Failure ]

webkit.org/b/65199 [ Android Linux SnowLeopard Win ] fast/writing-mode/broken-ideograph-small-caps.html [ Failure ]

webkit.org/b/65453 [ Mac ] fast/css/outline-auto-empty-rects.html [ ImageOnlyFailure ]

webkit.org/b/93546 compositing/plugins/no-backing-store.html [ Failure Pass ]
webkit.org/b/93546 platform/chromium/virtual/softwarecompositing/plugins/no-backing-store.html [ Failure Pass ]

# For some reason, these tests are running as pixel tests most of the time instead of dumping as text.
webkit.org/b/74694 http/tests/cache/history-only-cached-subresource-loads.html [ Missing Pass ]
webkit.org/b/74694 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html [ Missing Pass ]

webkit.org/b/67915 [ Android Linux Win ] fast/borders/borderRadiusDashed06.html [ ImageOnlyFailure ]

webkit.org/b/95365 fast/loader/reload-zero-byte-plugin.html

webkit.org/b/68196 fast/clip/overflow-border-radius-composited.html [ ImageOnlyFailure ]

# Caused by r92618
webkit.org/b/65874 fast/js/preventExtensions.html [ Failure ]

webkit.org/b/66417 [ Android Linux Lion Win ] fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]

webkit.org/b/66419 http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html [ Failure ]
webkit.org/b/66419 http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html [ Failure ]
webkit.org/b/66419 http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure Timeout ]
webkit.org/b/66419 http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Failure Timeout ]

code.google.com/p/v8/issues/detail?id=1634 fast/js/const.html [ Failure ]

webkit.org/b/66795 [ Android Linux Mac ] fast/js/reentrant-caching.html [ Pass Slow ]

webkit.org/b/66873 [ Win Release ] http/tests/loading/redirect-methods.html [ Failure Pass Slow ]

webkit.org/b/66900 [ Android Linux Debug ] fast/writing-mode/japanese-rl-text-with-broken-font.html [ Failure Pass ]

webkit.org/b/66974 [ Debug ] fast/events/keydown-1.html [ Pass Timeout ]

# These tests were disabled on our side until WebKit began running them.
# They're now running them so these need to be triaged.
webkit.org/b/66989 transforms/3d/general/perspective-non-layer.html [ Failure ImageOnlyFailure ]
webkit.org/b/66989 transforms/3d/general/transform-origin-z-change.html [ Failure ImageOnlyFailure ]
webkit.org/b/66989 transforms/3d/point-mapping/3d-point-mapping-2.html [ Failure ImageOnlyFailure ]
webkit.org/b/66989 transforms/3d/point-mapping/3d-point-mapping-deep.html [ Failure ImageOnlyFailure ]
webkit.org/b/66989 transforms/3d/point-mapping/3d-point-mapping-coplanar.html [ Failure ImageOnlyFailure ]

# We don't seem to load this glyph on windows
webkit.org/b/96430 [ Win ] fast/text/fallback-traits-fixup.html [ Failure ]

# Failing after r94946
webkit.org/b/67926 [ Win ] fast/events/constructors/progress-event-constructor.html [ Failure ]

webkit.org/b/73030 [ Debug ] http/tests/loading/307-after-303-after-post.html [ Failure Pass ]

# Tests that are known to exhibit FAIL failures on Mac10.5 with Skia graphics.
webkit.org/b/54322 webkit.org/b/68437 [ SnowLeopard ] platform/chromium/virtual/gpu/fast/canvas/set-colors.html [ Failure ]
# Failures introduced by USE_NEW_BUILDER in Skia.
crbug.com/33287 fast/canvas/set-colors.html [ Failure ]

webkit.org/b/69060 [ Android Linux Win ] fast/repaint/selection-clear.html [ Failure ]

webkit.org/b/69103 [ Android Linux Win ] fast/text/line-initial-and-final-swashes.html [ Failure ]
webkit.org/b/69103 [ Mac ] fast/text/line-initial-and-final-swashes.html [ ImageOnlyFailure ]

webkit.org/b/69136 [ Mac ] fast/frames/frame-set-rotation-hit.html [ ImageOnlyFailure ]
webkit.org/b/69136 [ Mac ] fast/frames/frame-set-scaling-hit.html [ ImageOnlyFailure ]

# New failures from WebKit r51577
webkit.org/b/72530 [ Debug ] fast/frames/sandboxed-iframe-navigation-targetlink.html [ Pass Slow ]

webkit.org/b/69998 [ Linux Win ] plugins/refcount-leaks.html [ Failure Pass ]

# ICC color profiles are not supported on WIN, LINUX, ANDROID so SKIP for now.
webkit.org/b/70001 [ Android Linux Win ] fast/images/color-jpeg-with-color-profile.html
# Paletted PNG with ICC color profiles not working.
webkit.org/b/86722 fast/images/paletted-png-with-color-profile.html [ Skip ]

# V8 handles stack overflow exceptions differently than JSC
webkit.org/b/70210 fast/js/stack-overflow-arrity-catch.html [ Failure ]

# These all will timeout, because we are lacking a hook that signals test completion.
webkit.org/b/70066 svg/as-image/image-respects-deviceScaleFactor.html [ Skip ]

# SVG painting in high DPI mode is broken in DRT.
webkit.org/b/92511 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ]

# Swidth DRT to high DPI output mode, which temporarily breaks IMAGE
crbug.com/146756 fast/hidpi/broken-image-icon-hidpi.html [ ImageOnlyFailure ]
crbug.com/146756 fast/hidpi/broken-image-with-size-hidpi.html [ ImageOnlyFailure ]
crbug.com/146756 platform/chromium/virtual/gpu/fast/hidpi/broken-image-icon-hidpi.html [ ImageOnlyFailure ]
crbug.com/146756 platform/chromium/virtual/gpu/fast/hidpi/broken-image-with-size-hidpi.html [ ImageOnlyFailure ]

webkit.org/b/70866 [ Android Linux Mac Debug ] fast/forms/form-associated-element-crash3.html [ Pass Timeout ]
webkit.org/b/72039 [ Release ] fast/forms/form-associated-element-crash3.html [ Missing Pass ]
webkit.org/b/72039 [ Android Linux Release ] fast/forms/form-associated-element-crash.html [ Missing Pass ]
webkit.org/b/72039 [ Android Linux Release ] fast/forms/form-associated-element-removal.html [ Missing Pass ]
webkit.org/b/72039 [ Android Linux Release ] fast/forms/form-attribute-elements-order.html [ Missing Pass ]
webkit.org/b/72039 [ Android Linux Release ] fast/forms/form-attribute-elements-order2.html [ Missing Pass ]
webkit.org/b/72039 [ Debug ] http/tests/multipart/policy-ignore-crash.php [ Missing Pass ]
webkit.org/b/72039 [ Android Linux Release ] fast/forms/formaction-attribute.html [ Missing Pass ]
webkit.org/b/78620 [ Android Linux Debug ] fast/forms/formaction-attribute.html [ Failure Pass Slow ]

webkit.org/b/70988 [ Mac Win Debug ] fast/forms/submit-to-blank-multiple-times.html [ Failure Pass ]
webkit.org/b/70988 [ Mac Debug ] fast/overflow/003.xml [ Failure Pass ]

webkit.org/b/70988 [ Mac ] jquery/traversing.html [ Pass Timeout ]

# BUGWK70988 MAC DEBUG SLOW : fast/frames/calculate-fixed.html = PASS
# Crashing since on or before r122699, please uncomment previous line before removing.
webkit.org/b/91415 [ Mac Debug ] fast/frames/calculate-fixed.html [ Failure Pass Slow ]
webkit.org/b/91415 [ Mac Release ] fast/frames/calculate-fixed.html [ Failure Pass ]
webkit.org/b/91415 [ Win Debug ] fast/frames/calculate-fixed.html [ Pass Slow ]

webkit.org/b/71278 fast/events/dispatch-message-string-data.html [ Pass Slow ]

webkit.org/b/71451 fast/frames/sandboxed-iframe-navigation-windowopen.html [ Pass Slow ]

webkit.org/b/94681 fast/js/array-functions-non-arrays.html [ Failure ]
webkit.org/b/94688 fast/js/toString-overrides.html [ Failure ]

webkit.org/b/91944 platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-fillRect-shadow.html [ Failure ]

webkit.org/b/73865 media/track/text-track-cue-is-reachable.html [ Failure ]
webkit.org/b/73865 media/track/text-track-is-reachable.html [ Failure ]

webkit.org/b/72271 [ SnowLeopard Debug ] fast/dom/node-iterator-reference-node-moved-crash.html [ Crash Pass ]

webkit.org/b/72376 [ Win ] fast/forms/file/input-file-label.html [ Failure Pass ]

# Animations tests use an inherently-flaky timer-based design.
webkit.org/b/66953 [ Mac Debug ] animations/change-keyframes.html [ Failure Pass ]
webkit.org/b/66953 [ Mac Win Debug ] animations/change-one-anim.html [ Failure Pass ]
webkit.org/b/66953 [ Debug ] animations/play-state.html [ Failure Pass ]
webkit.org/b/66953 [ Debug ] animations/play-state-paused.html [ Failure Pass ]
webkit.org/b/66953 [ Debug ] animations/play-state-suspend.html [ Failure Pass ]
webkit.org/b/66953 [ Debug ] animations/suspend-resume-animation.html [ Failure Pass ]
webkit.org/b/66953 [ Mac Debug ] animations/animation-direction-reverse.html [ Failure Pass ]

webkit.org/b/72761 accessibility/anonymous-render-block-in-continuation-causes-crash.html [ Pass Timeout ]
webkit.org/b/77110 [ Win Debug ] accessibility/loading-iframe-sends-notification.html [ Failure Pass ]

webkit.org/b/73514 [ Win ] platform/chromium/compositing/lost-compositor-context-permanently.html [ Pass Timeout ]

webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ]

webkit.org/b/78544 [ Android Linux ] fast/text/international/danda-space.html [ Failure ImageOnlyFailure Pass ]

webkit.org/b/74357 plugins/netscape-plugin-page-cache-works.html [ Skip ]

webkit.org/b/74662 [ Android Linux Win ] fast/text/unicode-variation-selector.html [ Failure ]

webkit.org/b/74746 [ Win ] http/tests/xmlhttprequest/workers/methods.html [ Failure Timeout ]
webkit.org/b/74746 [ Win ] http/tests/xmlhttprequest/workers/methods-async.html [ Failure ]

webkit.org/b/75111 fast/workers/storage/use-same-database-in-page-and-workers.html [ Failure Pass Timeout ]

# Crashes due to an OOM error on V8.
crbug.com/108832 fast/js/array-splice.html

webkit.org/b/75430 [ Mac ] plugins/iframe-plugin-bgcolor.html [ Failure Timeout ]

webkit.org/b/75716 [ Linux Mac Win ] fullscreen/video-controls-drag.html [ Failure ]

webkit.org/b/75786 compositing/tiled-layers-hidpi.html [ Skip ]
webkit.org/b/75786 platform/chromium/virtual/softwarecompositing/tiled-layers-hidpi.html [ Skip ]

webkit.org/b/75932 fast/js/array-defineOwnProperty.html [ Failure ]
webkit.org/b/75932 fast/js/mozilla/strict/15.4.4.6.html [ Failure ]

code.google.com/p/v8/issues/detail?id=1900 [ Linux Debug ] inspector/debugger/watch-expressions-panel-switch.html [ Pass Slow ]
code.google.com/p/v8/issues/detail?id=1900 [ Linux Debug ] inspector/debugger/debugger-breakpoints-not-activated-on-reload.html [ Pass Timeout ]

# New reftest failing on Win7.
webkit.org/b/76050 [ Win7 ] fast/text/font-kerning.html [ ImageOnlyFailure ]

# Started flaking presumably at http://trac.webkit.org/changeset/104368
webkit.org/b/76157 [ Mac ] compositing/geometry/limit-layer-bounds-transformed-overflow.html [ Failure Pass ]
webkit.org/b/76157 [ Mac ] platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow.html [ Failure Pass ]

webkit.org/b/76488 css3/images/cross-fade-background-size.html [ Failure ImageOnlyFailure ]

webkit.org/b/81542 [ SnowLeopard ] css3/images/cross-fade-invalidation.html [ ImageOnlyFailure Pass ]

webkit.org/b/76727 fast/multicol/span/span-as-immediate-child-property-removal.html [ Failure ImageOnlyFailure Pass ]
webkit.org/b/76727 fast/multicol/span/span-as-immediate-columns-child-removal.html [ Failure ImageOnlyFailure Pass ]

# Need to implement file name logging.
webkit.org/b/76572 http/tests/download [ Failure ]

webkit.org/b/77314 [ Mac Win ] fast/events/touch/send-oncancel-event.html [ Failure Pass ]

# Skipped until setTouchPointRadius get implemented
webkit.org/b/91012 touchadjustment/focusout-on-touch.html [ Skip ]

# CRASH comes from BUGCR121442
webkit.org/b/77397 [ Linux ] plugins/crash-restoring-plugin-page-from-page-cache.html [ Crash Timeout ]
webkit.org/b/77397 [ Mac Win ] plugins/crash-restoring-plugin-page-from-page-cache.html [ Timeout ]

# Started crashing at WK r106422.
webkit.org/b/77508 platform/mac/fast/events/non-roman-key-code.html

webkit.org/b/78159 [ Debug ] compositing/iframes/scrolling-iframe.html [ Failure Pass ]
webkit.org/b/78159 [ Debug ] platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe.html [ Failure Pass ]

# Tests Error.stack behavior. We aren't consistent with JSC and do not intend to become so.
fast/js/stack-trace.html [ WontFix ]

webkit.org/b/69210 [ SnowLeopard ] fast/inline/continuation-outlines-with-layers-2.html [ Failure ]
webkit.org/b/69210 [ Mac ] fast/inline/continuation-outlines-with-layers.html [ Failure ]

webkit.org/b/79013 http/tests/workers/terminate-during-sync-operation.html [ Pass Timeout ]

crbug.com/115055 fast/js/cyclic-prototypes.html [ Failure ]

crbug.com/113063 [ Debug ] storage/indexeddb/basics-workers.html [ Crash Pass ]

webkit.org/b/79224 [ Win ] fast/canvas/webgl/tex-image-with-format-and-type.html [ Failure Pass ]
webkit.org/b/79224 [ Win ] platform/chromium/virtual/gpu/fast/canvas/webgl/tex-image-with-format-and-type.html [ Failure Pass ]

webkit.org/b/79642 accessibility/aria-describedby-on-input.html [ Timeout ]
webkit.org/b/79642 fast/loader/subresource-willSendRequest-null.html [ Timeout ]

webkit.org/b/79702 fast/regex/lastIndex.html [ Failure ]
webkit.org/b/79703 fast/regex/overflow.html [ Failure ]

webkit.org/b/79862 fast/js/primitive-property-access-edge-cases.html [ Failure ]
webkit.org/b/79862 fast/js/read-modify-eval.html [ Failure ]

code.google.com/p/v8/issues/detail?id=1973 fast/js/caller-property.html [ Failure ]

webkit.org/b/78684 fast/block/basic/fieldset-stretch-to-legend.html [ Failure ]
webkit.org/b/78684 fast/borders/fieldsetBorderRadius.html [ Failure ]

webkit.org/b/80498 [ Win ] fast/workers/worker-multi-startup.html [ Crash Pass ]

webkit.org/b/91946 platform/chromium/fast/events/rtl-scrollbar.html [ Failure Pass ]

webkit.org/b/80531 fast/repaint/search-field-cancel.html [ Failure ImageOnlyFailure ]

webkit.org/b/80665 fast/js/string-match.html [ Failure ]
webkit.org/b/80665 fast/js/string-replace-2.html [ Failure ]

webkit.org/b/80801 fast/js/function-constructor-error.html [ Failure ]

webkit.org/b/81050 fast/forms/file/recover-file-input-in-unposted-form.html [ Failure Pass ]

webkit.org/b/81145 [ Lion ] compositing/plugins/composited-plugin.html [ Failure ]
webkit.org/b/81145 [ Lion ] platform/chromium/virtual/softwarecompositing/plugins/composited-plugin.html [ Failure ]
webkit.org/b/81145 [ Lion ] fast/repaint/transform-absolute-in-positioned-container.html [ Failure ]
webkit.org/b/81145 [ Lion ] animations/cross-fade-webkit-mask-box-image.html [ ImageOnlyFailure ]
webkit.org/b/81145 [ Lion ] compositing/iframes/iframe-content-flipping.html [ ImageOnlyFailure ]
webkit.org/b/81145 [ Lion ] platform/chromium/virtual/softwarecompositing/iframes/iframe-content-flipping.html [ ImageOnlyFailure ]
webkit.org/b/81145 [ Lion ] fast/frames/invalid.html [ Failure ImageOnlyFailure Pass Slow ]
webkit.org/b/81145 [ Lion ] fast/repaint/background-scaling.html [ ImageOnlyFailure ]
webkit.org/b/81145 [ Lion ] fast/repaint/scale-page-shrink.html [ ImageOnlyFailure ]
webkit.org/b/81145 [ Android Debug ] platform/chromium/compositing/tiny-layer-rotated.html [ ImageOnlyFailure Pass Failure ]
webkit.org/b/81145 [ Lion ] editing/inserting/insert-3907422-fix.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/pasteboard/paste-text-002.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/pasteboard/paste-text-003.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/pasteboard/paste-text-004.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/pasteboard/paste-text-005.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/pasteboard/paste-text-008.html [ Failure ]
webkit.org/b/81145 [ Lion ] editing/spelling/spelling-backspace-between-lines.html [ Failure ]
webkit.org/b/81145 [ Lion ] platform/chromium/virtual/gpu/fast/canvas/set-colors.html [ Failure ]
webkit.org/b/81145 [ Lion ] plugins/plugin-javascript-access.html [ Failure ]
webkit.org/b/81145 [ Lion ] fast/writing-mode/broken-ideograph-small-caps.html [ Crash ]
webkit.org/b/81145 [ Lion ] fast/writing-mode/broken-ideographic-font.html [ Crash ]
webkit.org/b/81145 [ Lion ] fast/writing-mode/japanese-rl-text-with-broken-font.html [ Crash ]

webkit.org/b/81537 fast/events/touch/gesture/pad-gesture-fling.html [ Failure Pass ]

webkit.org/b/81638 [ Mac Debug ] editing/selection/iframe.html [ ImageOnlyFailure Pass ]

webkit.org/b/81276 [ Android Linux Win ] fast/inline/continuation-outlines-with-layers.html [ ImageOnlyFailure ]

webkit.org/b/81721 [ Win ] fullscreen/full-screen-restrictions.html [ Pass Timeout ]

webkit.org/b/81697 fast/notifications/notifications-check-permission.html [ Failure ]
webkit.org/b/81697 fast/notifications/notifications-request-permission.html [ Failure ]
webkit.org/b/81697 fast/notifications/notifications-without-permission.html [ Failure ]

webkit.org/b/81732 fast/js/integer-division-neg2tothe32-by-neg1.html [ Crash Pass ]

# Old test, has been flaky on and off on all platforms since at least r111389
webkit.org/b/81801 fast/forms/basic-textareas.html [ Failure Pass ]

webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-e.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-n.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-ne.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-nw.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-s.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-se.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-size-change.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-sw.html [ ImageOnlyFailure Pass ]
webkit.org/b/81803 [ Mac ] platform/chromium/compositing/rubberbanding/transform-overhang-w.html [ ImageOnlyFailure Pass ]

webkit.org/b/81931 [ Mac Win Debug ] fast/images/destroyed-image-load-event.html [ Pass Timeout ]


# The majority of these are only failing on the debug bots
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-100.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-100b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-101.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-101b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-102.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-102b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-103.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-103b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-104.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-104b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-105.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-105b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-106.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-106b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-107.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-107b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-108.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-108b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-109.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-109b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-110.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-110b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-111.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-111b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-112.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-112b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-113.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-113b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-114.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-114b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-115.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-115b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-116.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-116b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-117.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-117b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-118.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-119.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-120.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-121.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-122.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-123.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-123b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-124.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-124b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-125.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-125b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-126.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-126b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-127.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-127b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-128.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-128b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-129.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-129b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-130.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-130b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-131.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-131b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-132.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-132b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-133.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-133b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-134.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-134b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-135.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-135b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-136.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-136b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-137.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-137b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-138.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-138b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-139.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-139b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-140.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-140b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-141.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-141b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-142.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-142b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-143.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-143b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-145a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-145b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-146a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-146b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-147a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-147b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-153.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-172a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-172b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-173a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-173b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-174a.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-174b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-47.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-48.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-49.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-50.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-51.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-52.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-53.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-57.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-57b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-94.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-94b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-95.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-96.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-96b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac ] css3/selectors3/xml/css3-modsel-97.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-97b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-98.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-98b.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-99.xml [ Failure Pass ]
webkit.org/b/82122 [ Mac Debug ] css3/selectors3/xml/css3-modsel-99b.xml [ Failure Pass ]

webkit.org/b/82297 [ Mac ] fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure Pass ]
webkit.org/b/82297 [ Mac ] fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure Pass ]
webkit.org/b/82297 [ Mac ] fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure Pass ]
webkit.org/b/82297 [ Mac ] fast/events/scrollbar-double-click.html [ Failure Pass ]

# this test appears to consistently fail during the main run but usually passes on a retry.
webkit.org/b/82404 plugins/netscape-dom-access-and-reload.html [ Failure Pass ]

webkit.org/b/82410 css2.1/20110323/abspos-containing-block-initial-004b.htm [ ImageOnlyFailure Pass ]
webkit.org/b/82410 css2.1/20110323/abspos-containing-block-initial-004d.htm [ ImageOnlyFailure Pass ]

webkit.org/b/82413 [ Android Linux ] fast/filesystem/workers/async-operations.html [ Pass Timeout ]
webkit.org/b/82413 [ Mac Debug ] fast/filesystem/workers/async-operations.html [ Pass Timeout ]

webkit.org/b/82417 [ Android Linux ] fast/frames/set-unloaded-frame-location.html [ Pass Slow ]

webkit.org/b/82669 [ Android Linux Win ] fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]

webkit.org/b/82717 [ SnowLeopard ] storage/websql/quota-tracking.html [ Pass Timeout ]
webkit.org/b/82717 [ SnowLeopard ] storage/websql/executesql-accepts-only-one-statement.html [ Pass Timeout ]
webkit.org/b/82717 [ SnowLeopard ] storage/websql/database-lock-after-reload.html [ Pass Timeout ]

# These tests depends on Worker behavior that is broken in DRT
webkit.org/b/82776 storage/indexeddb/dont-commit-on-blocked.html
webkit.org/b/82776 storage/indexeddb/pending-version-change-stuck.html
webkit.org/b/82776 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html

webkit.org/b/ [ Win Release ] http/tests/xmlhttprequest/redirect-cross-origin-post.html [ Failure Pass ]

crbug.com/121442 [ Linux Debug ] plugins/iframe-shims.html [ Crash ]
crbug.com/121442 [ Linux Release ] plugins/iframe-shims.html [ Crash Pass ]

webkit.org/b/83219 [ Lion ] fonts/cursive.html [ Failure Pass ]
webkit.org/b/83324 [ Win Debug ] fast/js/cross-global-object-inline-global-var.html [ Failure Pass ]

# EXIF orientation support has not yet been implemented for this platform
webkit.org/b/19688 fast/images/exif-orientation.html
webkit.org/b/19688 fast/images/exif-orientation-css.html

crbug.com/122462 [ Linux Win ] http/tests/inspector/inspect-element.html [ Failure Slow ]

webkit.org/b/83635 fast/canvas/2d.backingStorePixelRatio.html [ Failure Timeout ]
webkit.org/b/83635 platform/chromium/virtual/gpu/fast/canvas/2d.backingStorePixelRatio.html [ Failure Timeout ]
webkit.org/b/83635 fast/canvas/2d.imageDataHD.html [ Failure Timeout ]
webkit.org/b/83635 platform/chromium/virtual/gpu/fast/canvas/2d.imageDataHD.html [ Failure Timeout ]

webkit.org/b/83647 [ Android Linux Win ] fast/multicol/cell-shrinkback.html [ ImageOnlyFailure ]

# IETC grid layout
webkit.org/b/83906 ietestcenter/css3/grid/grid-column-001.htm [ ImageOnlyFailure ]
webkit.org/b/83907 ietestcenter/css3/grid/grid-column-002.htm [ ImageOnlyFailure ]
webkit.org/b/83909 ietestcenter/css3/grid/grid-column-003.htm [ ImageOnlyFailure ]
webkit.org/b/83912 ietestcenter/css3/grid/grid-items-002.htm [ ImageOnlyFailure ]
webkit.org/b/83913 ietestcenter/css3/grid/grid-items-003.htm [ ImageOnlyFailure ]
# IETC multi-column
webkit.org/b/84759 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ]
webkit.org/b/84760 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ]
webkit.org/b/84761 ietestcenter/css3/multicolumn/column-filling-001.htm [ ImageOnlyFailure ]
webkit.org/b/84770 ietestcenter/css3/multicolumn/column-width-applies-to-007.htm [ ImageOnlyFailure ]
webkit.org/b/84771 ietestcenter/css3/multicolumn/column-width-applies-to-009.htm [ ImageOnlyFailure ]
webkit.org/b/84772 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ ImageOnlyFailure ]
webkit.org/b/84773 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ ImageOnlyFailure ]
webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ]
webkit.org/b/84778 ietestcenter/css3/multicolumn/column-width-negative-001.htm [ ImageOnlyFailure ]
# IETC flexbox failures
webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
# IETC CSS units
webkit.org/b/85308 [ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ Crash ]
webkit.org/b/85308 [ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
webkit.org/b/85310 ietestcenter/css3/valuesandunits/units-010.htm [ ImageOnlyFailure ]
# IETC namespace failures
webkit.org/b/86142 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]

webkit.org/b/84432 [ Win ] fast/filesystem/op-restricted-names.html [ Failure ]
webkit.org/b/84432 [ Win ] fast/filesystem/op-restricted-unicode.html [ Failure ]
webkit.org/b/84432 [ Win ] fast/filesystem/read-directory.html [ Failure ]
webkit.org/b/84432 [ Win ] fast/filesystem/simple-readonly-file-object.html [ Failure ]

webkit.org/b/84550 [ SnowLeopard ] fast/canvas/2d.text.draw.fill.maxWidth.gradient.html [ Failure Pass ]

webkit.org/b/84688 [ SnowLeopard ] compositing/animation/computed-style-during-delay.html [ Failure Pass ]
webkit.org/b/84688 [ SnowLeopard ] platform/chromium/virtual/softwarecompositing/animation/computed-style-during-delay.html [ Failure Pass ]

webkit.org/b/84696 fast/workers/storage/interrupt-database.html [ Pass Slow ]

webkit.org/b/84720 [ Debug ] fast/repaint/fixed-right-in-page-scale.html [ ImageOnlyFailure Pass ]

webkit.org/b/84724 [ SnowLeopard ] platform/chromium/media/video-frame-size-change.html [ ImageOnlyFailure Pass ]

webkit.org/b/84735 [ Win ] http/tests/inspector/change-iframe-src.html [ Pass Timeout ]

webkit.org/b/84802 [ Linux Win Debug ] fast/js/random-array-gc-stress.html [ Pass Slow ]
webkit.org/b/93631 [ Android ] fast/js/random-array-gc-stress.html [ Pass Slow ]
webkit.org/b/84802 [ Mac Debug ] fast/js/random-array-gc-stress.html [ Pass Timeout ]

webkit.org/b/84847 [ Win Release ] inspector/timeline/timeline-start-time.html [ Failure Pass ]

crbug.com/128325 platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html [ Failure ]

webkit.org/b/85106 tables/mozilla/other/slashlogo.html [ Pass Slow ]

webkit.org/b/85174 fast/files/blob-constructor.html [ Failure ]

webkit.org/b/85120 fast/js/toString-number.html [ Failure ]

webkit.org/b/68744 fast/block/float/float-not-removed-from-next-sibling4.html [ ImageOnlyFailure ]

# broken in/after r115646
webkit.org/b/86414 fast/loader/javascript-url-in-embed.html [ Failure ]

# Interferes with the rAF tests that are enabled
webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ]

# Skip it because it seems its frame loading notifications leak to the next test.
webkit.org/b/85949 http/tests/loading/post-in-iframe-with-back-navigation.html [ Skip ]

webkit.org/b/85951 [ Win Debug ] fast/css/hover-update.html [ Failure Pass ]

# Requires ENABLE(MEDIA_CAPTURE)
webkit.org/b/85958 fast/forms/file/file-input-capture.html [ Failure ]

# Started flaking at around http://trac.webkit.org/changeset/116278.
webkit.org/b/85950 [ Linux Debug ] compositing/geometry/limit-layer-bounds-transformed-overflow.html [ Failure Pass ]
webkit.org/b/85950 [ Linux Debug ] platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow.html [ Failure Pass ]

webkit.org/b/81416 fast/dom/wrapper-scope.html [ Failure ]

webkit.org/b/86439 [ Linux Win ] inspector/extensions/extensions-events.html [ Pass Timeout ]
webkit.org/b/86439 [ Linux Win Debug ] inspector/extensions/extensions-sidebar.html [ Pass Timeout ]

webkit.org/b/86114 [ Mac Debug ] animations/combo-transform-translate+scale.html [ Failure Pass ]

webkit.org/b/92279 [ Linux Win ] http/tests/inspector/resource-har-pages.html [ Failure Pass Slow ]

webkit.org/b/88964 [ Mac ] http/tests/misc/embedCrasher.html [ Missing Pass ]

webkit.org/b/86674 [ Debug ] fast/dom/HTMLObjectElement/beforeload-set-text-crash.xhtml [ Pass Timeout ]

webkit.org/b/86683 [ Linux Win Debug ] inspector/profiler/heap-snapshot-summary-show-ranges.html [ Failure Slow ]
webkit.org/b/86683 [ Linux Win Release ] inspector/profiler/heap-snapshot-summary-show-ranges.html [ Failure Pass Slow ]

webkit.org/b/86908 [ Win ] http/tests/security/cross-frame-access-put.html [ Failure Pass ]

webkit.org/b/86909 [ Win ] compositing/geometry/object-clip-rects-assertion.html [ Pass Slow ]
webkit.org/b/86909 [ Win ] platform/chromium/virtual/softwarecompositing/geometry/object-clip-rects-assertion.html [ Pass Slow ]
webkit.org/b/86909 [ Win ] http/tests/inspector/appcache/appcache-iframe-manifests.html [ Pass Timeout ]
webkit.org/b/86909 [ Win ] http/tests/inspector/network/network-content-replacement-xhr.html [ Pass Timeout ]
webkit.org/b/86909 [ Win Debug ] http/tests/security/referrer-policy-redirect-link.html [ Pass Timeout ]
webkit.org/b/86909 [ Win Debug ] platform/chromium/virtual/gpu/fast/canvas/imagedata-contains-uint8clampedarray.html [ Pass Timeout ]
webkit.org/b/86909 [ Win ] platform/chromium/virtual/gpu/fast/canvas/webgl/webgl-composite-modes-repaint.html [ Pass Slow ]

# Ref-tests can't have platform specific results.
webkit.org/b/87175 fast/regions/floats-basic-in-variable-width-regions.html
webkit.org/b/87175 fast/regions/overflow-in-uniform-regions.html
webkit.org/b/87175 fast/regions/render-region-renderer.html

webkit.org/b/87273 [ Release ] webaudio/audioparam-connect-audioratesignal.html [ Pass Timeout ]

webkit.org/b/97439 [ Release ] webaudio/biquad-getFrequencyResponse.html [ Failure Pass ]
webkit.org/b/97439 [ Debug ] webaudio/biquad-getFrequencyResponse.html [ Crash Pass ]

webkit.org/b/87321 [ XP ] fast/history/history-subframe-with-name.html [ Failure Pass ]
webkit.org/b/87321 [ XP ] fast/history/history-traversal-is-asynchronous.html [ Failure Pass ]

webkit.org/b/79540 [ Debug ] fast/files/workers/worker-read-blob-async.html [ Crash Pass ]
webkit.org/b/79540 [ Debug ] fast/files/workers/worker-read-blob-sync.html [ Crash Pass ]

# Shadow DOM for replaced elements is not rendered correctly yet.
webkit.org/b/90860 fast/dom/shadow/shadowdom-for-object-complex-shadow.html [ ImageOnlyFailure ]
webkit.org/b/90860 fast/dom/shadow/shadowdom-for-object-only-shadow.html [ ImageOnlyFailure ]
webkit.org/b/90860 fast/dom/shadow/shadowdom-for-object-without-shadow.html [ ImageOnlyFailure ]
webkit.org/b/91487 fast/dom/shadow/shadowdom-for-select-complex-shadow.html [ ImageOnlyFailure ]
webkit.org/b/91487 fast/dom/shadow/shadowdom-for-select-without-shadow.html [ ImageOnlyFailure ]
webkit.org/b/91488 fast/dom/shadow/shadowdom-for-output-only-shadow.html [ ImageOnlyFailure ]
webkit.org/b/91489 fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html [ ImageOnlyFailure ]
webkit.org/b/91489 fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html [ ImageOnlyFailure ]

# Requires setUseDeferredFrameLoading() API from LayoutTestController.
webkit.org/b/87652 http/tests/appcache/load-from-appcache-defer-resume-crash.html

# A few pixels off from the baseline, added by r118567.
webkit.org/b/87653 [ Android Linux Win ] compositing/geometry/composited-in-columns.html [ Failure ]
webkit.org/b/87653 [ Android Linux Win ] platform/chromium/virtual/softwarecompositing/geometry/composited-in-columns.html [ Failure ]

# Fails with a mismatch in $("menulist").selectedIndex
webkit.org/b/87748 [ Mac ] fast/forms/select/optgroup-clicking.html [ Failure ]

webkit.org/b/87772 [ Release ] svg/dom/viewspec-parser-1.html [ Pass Slow ]
webkit.org/b/87772 [ Debug ] svg/dom/viewspec-parser-1.html [ Timeout ]
webkit.org/b/87772 [ Release ] svg/dom/viewspec-parser-2.html [ Pass Slow ]
webkit.org/b/87772 [ Debug ] svg/dom/viewspec-parser-2.html [ Timeout ]
webkit.org/b/87772 [ Release ] svg/dom/viewspec-parser-3.html [ Pass Slow ]
webkit.org/b/87772 [ Debug ] svg/dom/viewspec-parser-3.html [ Timeout ]
webkit.org/b/87772 [ Release ] svg/dom/viewspec-parser-4.html [ Pass Slow ]
webkit.org/b/87772 [ Debug ] svg/dom/viewspec-parser-4.html [ Timeout ]
webkit.org/b/87772 [ Release ] svg/dom/viewspec-parser-5.html [ Pass Slow ]
webkit.org/b/87772 [ Debug ] svg/dom/viewspec-parser-5.html [ Timeout ]

webkit.org/b/87880 [ Release ] fast/layers/scroll-with-transform-composited-layer.html [ ImageOnlyFailure Pass ]

webkit.org/b/87886 [ Linux Release ] perf/mouse-event.html [ Failure Pass ]

webkit.org/b/88124 [ Debug ] fast/css/absolute-child-with-percent-height-inside-relative-parent.html [ Failure Pass ]

webkit.org/b/88131 [ Debug ] fast/dom/HTMLMeterElement/meter-element-crash.html [ Failure Pass ]

webkit.org/b/88593 fast/table/multiple-captions-display.xhtml [ Failure ImageOnlyFailure Pass ]

webkit.org/b/88900 [ Mac ] http/tests/misc/embed-image-load-outlives-gc-without-crashing.html [ Failure ]

webkit.org/b/88939 [ Debug ] fast/events/before-unload-adopt-subframe-to-outside.html [ Failure Pass ]

# The test has its own notion of timeouts that manifest timeouts as FAIL.
webkit.org/b/88833 [ Debug ] media/video-played-collapse.html [ Failure Pass ]

webkit.org/b/88833 [ Win Debug ] media/track/track-kind.html [ Pass Timeout ]
webkit.org/b/88833 http/tests/media/video-play-progress.html [ Pass Timeout ]

webkit.org/b/88832 [ XP ] http/tests/xmlhttprequest/origin-exact-matching.html [ Pass Timeout ]

crbug.com/132898 http/tests/websocket/tests/hybi/workers/close.html [ Failure Pass ]

# Timing out on some Windows bots
webkit.org/b/89510 [ Win ] gamepad/gamepad-polling-access.html [ Pass Timeout ]

webkit.org/b/96839 compositing/geometry/fixed-position-transform-composited-page-scale.html [ ImageOnlyFailure Pass ]
webkit.org/b/96839 platform/chromium/virtual/softwarecompositing/geometry/fixed-position-transform-composited-page-scale.html [ ImageOnlyFailure Pass ]
webkit.org/b/89702 compositing/geometry/fixed-position-transform-composited-page-scale-down.html [ ImageOnlyFailure Pass ]
webkit.org/b/89702 platform/chromium/virtual/softwarecompositing/geometry/fixed-position-transform-composited-page-scale-down.html [ ImageOnlyFailure Pass ]
webkit.org/b/89702 compositing/scaling/tiled-layer-recursion.html [ ImageOnlyFailure Pass ]
webkit.org/b/89702 platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion.html [ ImageOnlyFailure Pass ]

webkit.org/b/89789 [ Mac ] plugins/embed-attributes-style.html [ ImageOnlyFailure Pass ]
webkit.org/b/89789 [ Mac ] userscripts/user-script-video-document.html [ Crash Pass ]

# Flaky
webkit.org/b/89794 [ Mac ] fast/regions/get-regions-by-content2.html [ Crash Pass ]

# Results are not useful and a bit indeterminate -- test needs help.
# The test sometimes crashes on Android, part of webkit.org/b/98765.
webkit.org/b/92811 compositing/video-page-visibility.html [ Crash Failure ImageOnlyFailure ]

# Flaky
webkit.org/b/89812 [ Debug ] fast/parser/parser-yield-timing.html [ Failure Pass ]

# Flaky
webkit.org/b/89813 [ Android Linux Debug ] fast/js/large-expressions.html [ Pass Timeout ]

webkit.org/b/89820 fast/text/hyphen-min-preferred-width.html [ ImageOnlyFailure ]

# Kerning seems disabled for some reason.
webkit.org/b/89936 [ XP ] fast/text/atsui-kerning-and-ligatures.html [ ImageOnlyFailure ]
webkit.org/b/89936 [ XP ] fast/css/text-rendering.html [ Failure ]

# Started timeout between r121233:r121239.
webkit.org/b/90003 [ Win Debug ] fast/js/repeat-cached-vm-reentry.html [ Pass Timeout ]

# Flaky. It also times out very frequently on Windows and Linux debug build, sometimes on Mac debug build.
webkit.org/b/90207 [ Win Debug ] fast/forms/select/select-state-restore.html [ Failure Pass Slow ]
webkit.org/b/90207 [ Linux Debug ] fast/forms/select/select-state-restore.html [ Failure Pass Slow ]
webkit.org/b/90207 [ Android ] fast/forms/select/select-state-restore.html [ Failure Pass Timeout ]
webkit.org/b/90207 [ Win Release ] fast/forms/select/select-state-restore.html [ Pass Timeout ]
webkit.org/b/90207 [ Mac Debug ] fast/forms/select/select-state-restore.html [ Pass Timeout ]

# Flaky
webkit.org/b/90430 inspector/timeline/timeline-receive-response-event.html [ Failure Pass Timeout ]

crbug.com/135709 platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html [ ImageOnlyFailure Pass ]

# webkitIsFullScreen does not have the correct value after an iframe exits fullscreen
webkit.org/b/90704 fullscreen/exit-full-screen-iframe.html [ Failure Pass ]

# Flaky
webkit.org/b/90743 fast/events/display-none-on-focus-crash.html [ Failure Pass ]

# Flaky
webkit.org/b/90746 fast/multicol/column-span-parent-continuation-crash.html [ Crash Pass Timeout ]

# Flaky
webkit.org/b/90896 [ Win Debug ] fast/js/dfg-cross-global-object-inline-new-array-literal.html [ Failure Pass ]

webkit.org/b/90899 [ Linux Win Debug ] platform/chromium/inspector/styles/device-metrics-fit-window.html [ Pass Slow ]

webkit.org/b/90900 [ Mac ] tables/mozilla_expected_failures/other/empty_cells.html [ Failure Pass ]

webkit.org/b/90980 [ Android Linux Mac Debug ] fast/forms/textarea/textarea-state-restore.html [ Pass Timeout ]
webkit.org/b/90980 [ Win ] fast/forms/textarea/textarea-state-restore.html [ Pass Timeout ]

webkit.org/b/91183 http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html [ Failure Pass ]

# Fails on Mac 10.7
webkit.org/b/91255 [ Lion ] fast/multicol/table-vertical-align.html [ Failure ]

# Fails since creation in 122663
webkit.org/b/91372 [ Win ] css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]

# Fails on Win
webkit.org/b/93624 [ Win Release ] inspector/console/console-format-collections.html [ Failure Pass ]

# Started failing around r122770
webkit.org/b/91445 [ Linux ] plugins/embed-attributes-style.html [ ImageOnlyFailure Pass ]

# Fails since creation in r122130
webkit.org/b/91620 css3/filters/blur-filter-page-scroll-self.html [ ImageOnlyFailure Pass ]

# Needs rebaseline after bug 97217 is fixed
webkit.org/b/97325 css3/masking/clip-path-circle-relative-overflow.html [ ImageOnlyFailure Pass ]

# Needs rebaseline after bug 95117 is fixed
webkit.org/b/98687 fast/css-generated-content/table-row-group-to-inline.html [ Failure Pass ]

# Should not be testing for generated content in inputs yet.
webkit.org/b/98836 fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html [ Skip ]
webkit.org/b/98836 fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html [ Skip ]
webkit.org/b/98836 fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html [ Skip ]
webkit.org/b/98836 fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html [ Skip ]

webkit.org/b/91544 media/media-continues-playing-after-replace-source.html [ Pass Timeout ]

webkit.org/b/92019 fast/text/international/inline-plaintext-relayout-with-leading-neutrals.html [ ImageOnlyFailure Pass ]
webkit.org/b/92022 [ Debug ] svg/W3C-SVG-1.1/struct-dom-06-b.svg [ Failure Pass ]

webkit.org/b/92026 [ SnowLeopard Debug ] css3/selectors3/xml/css3-modsel-179a.xml [ Failure Pass ]
webkit.org/b/92027 [ SnowLeopard Debug ] fast/performance/performance-now-timestamps.html [ Failure Pass ]
webkit.org/b/92288 [ SnowLeopard Debug ] plugins/update-widgets-crash.html [ Pass Timeout ]
webkit.org/b/92297 [ Linux Mac Win Debug ] media/video-set-rate-from-pause.html [ Crash Pass ]

webkit.org/b/92570 [ Win Debug ] inspector/debugger/dom-breakpoints.html [ Pass Timeout ]
webkit.org/b/92570 [ Win Debug ] inspector/timeline/timeline-network-received-data.html [ Failure Pass Timeout ]
webkit.org/b/92570 [ Win Debug ] inspector/timeline/timeline-start-time.html [ Failure Pass Timeout ]

webkit.org/b/94242 [ Android Debug ] media/track/track-cues-sorted-before-dispatch.html [ Crash Pass Timeout ]

# Supposedly started failing between CR r140760 and CR r141216.  The failures
# look like they involve antialiasing; the fact that the test clearly expects
# these pixels not to be antialiased means these shouldn't just be rebaselined
# blindly.
crbug.com/131189 canvas/philip/tests/2d.line.width.basic.html [ Failure ]
crbug.com/131189 canvas/philip/tests/2d.line.width.transformed.html [ Failure ]
crbug.com/131189 canvas/philip/tests/2d.transformation.setTransform.skewed.html [ Failure ]
crbug.com/131189 canvas/philip/tests/2d.transformation.transform.skewed.html [ Failure ]
crbug.com/131189 platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.setTransform.skewed.html [ Failure ]
crbug.com/131189 platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.transform.skewed.html [ Failure ]

webkit.org/b/92835 [ Android Mac Win Debug ] svg/as-background-image/svg-as-background-5.html [ Pass Slow ]

webkit.org/b/92850 [ Android Linux Debug ] http/tests/websocket/tests/hybi/workers/close-code-and-reason.html [ Crash Pass ]

webkit.org/b/92938 compositing/layer-creation/animation-overlap-with-children.html [ Failure Pass ]
webkit.org/b/92938 platform/chromium/virtual/softwarecompositing/layer-creation/animation-overlap-with-children.html [ Failure Pass ]

webkit.org/b/92941 accessibility/loading-iframe-updates-axtree.html [ Crash Pass ]

# Tests added by bug 76270. According to bug 92968, they should be skipped in Chromium.
webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-manifest-404.html
webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking-resource-404.html
webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading-resource-404.html
webkit.org/b/92968 http/tests/appcache/abort-cache-onchecking.html
webkit.org/b/92968 http/tests/appcache/abort-cache-ondownloading.html
webkit.org/b/92968 http/tests/appcache/abort-cache-onprogress.html

# Fails due to Bug 85856.
webkit.org/b/85856 fast/block/float/028.html [ Failure ImageOnlyFailure ]
webkit.org/b/85856 fast/block/float/026.html [ Failure ImageOnlyFailure ]
webkit.org/b/85856 fast/overflow/unreachable-overflow-rtl-bug.html [ Failure ImageOnlyFailure ]
webkit.org/b/85856 scrollbars/rtl/div-absolute.html [ Failure ]
webkit.org/b/85856 scrollbars/rtl/div-horizontal.html [ Failure ]

# Bug 93148 changed this to a testRunner test and it started timing out on Mac.
webkit.org/b/93148 [ Mac ] fast/css/nested-layers-with-hover.html [ Timeout ]

webkit.org/b/93247 [ Debug ] fast/lists/list-marker-remove-crash.html [ Crash ]

webkit.org/b/93565 [ Debug ] fast/dom/Document/document-reopen.html [ Failure Pass ]
webkit.org/b/93566 [ Debug ] fast/parser/iframe-sets-parent-to-javascript-url.html [ Failure Pass ]
webkit.org/b/93567 [ Debug ] fast/parser/javascript-url-compat-mode.html [ Failure Pass ]
webkit.org/b/93569 [ Debug ] http/tests/navigation/lockedhistory-iframe.html [ Failure Pass Timeout ]
webkit.org/b/93568 [ Debug ] http/tests/misc/window-dot-stop.html [ Failure Pass ]

# V8 does not support static attributes
webkit.org/b/93488 fast/notifications/notifications-permission.html [ Skip ]

webkit.org/b/93799 [ Mac ] fast/dom/HTMLMeterElement/meter-optimums.html [ Failure Pass ]

webkit.org/b/93801 [ Lion ] fast/speech/input-appearance-searchandspeech.html [ ImageOnlyFailure Pass ]

# Flaky
webkit.org/b/93938 [ Debug ] fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure Pass ]
webkit.org/b/93938 [ Lion Release ] fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure Pass ]
webkit.org/b/93938 [ Debug ] fast/forms/range/slider-mouse-events.html [ Failure Pass ]
webkit.org/b/93938 [ Lion Release ] fast/forms/range/slider-mouse-events.html [ Failure Pass ]
webkit.org/b/93938 [ Linux Win Debug ] fast/forms/range/slider-onchange-event.html [ Failure Pass ]

# Require rebaselining after  https://bugs.webkit.org/show_bug.cgi?id=89826
webkit.org/b/89826 [ Mac Win ] fast/css/word-space-extra.html [ Failure ]

webkit.org/b/94002 [ Win7 ] inspector/debugger [ Pass Timeout ]

# Added by bug 89826
webkit.org/b/94003 [ Win ] fast/css/word-spacing-characters-complex-text.html [ ImageOnlyFailure ]

webkit.org/b/94010 [ Debug ] fast/regex/unicodeCaseInsensitive.html [ Crash Pass ]
webkit.org/b/94017 [ Win ] css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]

webkit.org/b/94059 [ Debug ] editing/selection/move-by-line-001.html [ Failure Pass ]
webkit.org/b/94059 [ Lion Release ] editing/selection/move-by-line-001.html [ Failure Pass ]

webkit.org/b/94078 [ Win Release ] http/tests/inspector/web-socket-frame-error.html [ Failure Pass ]

webkit.org/b/94256 [ Debug ] fast/block/inline-children-root-linebox-crash.html [ Crash Pass ]

# Following tests need baselines on Win and Linux 
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/custom-filter-color-matrix.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/custom-filter-composite-source-atop.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/custom-filter-shader-cache.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/effect-color-check.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/effect-custom-combined-missing.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/effect-custom.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/effect-custom-parameters.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/filter-repaint-custom-clipped.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/filter-repaint-custom.html [ ImageOnlyFailure ]
webkit.org/b/94492 [ Linux Win ] css3/filters/custom/filter-repaint-custom-rotated.html [ ImageOnlyFailure ]

webkit.org/b/95581 http/tests/xmlhttprequest/zero-length-response.html [ Pass Timeout ]
webkit.org/b/95581 http/tests/misc/javascript-url-stop-loaders.html [ Pass Timeout ]

# ENABLE_ACCELERATED_OVERFLOW_SCROLLING is not currently enabled in Chromium.
webkit.org/b/94353 compositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
webkit.org/b/94353 platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport.html [ Failure ]
webkit.org/b/94353 compositing/overflow/textarea-scroll-touch.html [ Failure ]
webkit.org/b/94353 platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch.html [ Failure ]

# Failing on Linux (Content Shell) only now
webkit.org/b/94353 [ Android Linux ] compositing/overflow/nested-scrolling.html [ Failure Pass ]
webkit.org/b/94353 [ Android Linux ] platform/chromium/virtual/softwarecompositing/overflow/nested-scrolling.html [ Failure Pass ]
webkit.org/b/94353 compositing/overflow/overflow-auto-with-touch.html [ Failure ]
webkit.org/b/94353 platform/chromium/virtual/softwarecompositing/overflow/overflow-auto-with-touch.html [ Failure ]
webkit.org/b/94353 compositing/overflow/overflow-overlay-with-touch.html [ Failure ]
webkit.org/b/94353 platform/chromium/virtual/softwarecompositing/overflow/overflow-overlay-with-touch.html [ Failure ]

webkit.org/b/90488 [ Win ] http/tests/inspector/network-preflight-options.html [ Pass Slow ]

webkit.org/b/94501 [ Win ] http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html [ Failure Pass ]
webkit.org/b/94501 [ Linux Win ] http/tests/inspector/resource-tree/resource-tree-frame-navigate.html [ Failure Pass ]

webkit.org/b/94521 [ Linux ] fast/loader/loadInProgress.html [ Crash Pass ]

webkit.org/b/94528 [ Mac ] fast/text-autosizing/nested-em-line-height.html [ ImageOnlyFailure Pass ]

webkit.org/b/94532 [ Linux ] fast/forms/formmethod-attribute-button-html.html [ Missing Pass ]

webkit.org/b/94660 fast/js/create-lots-of-workers.html [ Crash Pass Timeout ]

crbug.com/67540 webkit.org/b/94735 [ Linux ] fast/text/emphasis-overlap.html [ Failure ImageOnlyFailure ]

webkit.org/b/94793 http/tests/notifications/event-listener-crash.html [ Failure Pass ]

# Failing tests with 2d canvas acceleration.
crbug.com/145084 [ Android ] platform/chromium/virtual/gpu/canvas/philip [ Failure Pass ]
crbug.com/145084 [ Android ] platform/chromium/virtual/gpu/fast/canvas [ Failure Pass Timeout ]

# Failing compositing tests.
crbug.com/145087 [ Android ] compositing/geometry/fixed-position-composited-switch.html [ Failure ]
crbug.com/145087 [ Android ] compositing/geometry/limit-layer-bounds-opacity-transition.html [ Failure ]
crbug.com/145087 [ Android ] compositing/reflections/nested-reflection-animated.html [ Failure Pass ]
crbug.com/145087 [ Android ] compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure Pass ]
crbug.com/145087 [ Android ] compositing/rtl/rtl-iframe-fixed-overflow.html [ Failure Pass ]
crbug.com/145087 [ Android ] compositing/rtl/rtl-iframe-fixed.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-composited-switch.html [ Failure ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/geometry/limit-layer-bounds-opacity-transition.html [ Failure ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow.html [ Failure Pass ]
crbug.com/145087 [ Android ] platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed.html [ Failure Pass ]

# Failing media tests on Android.
crbug.com/145590 [ Android ] fullscreen/video-controls-drag.html [ Timeout ]
crbug.com/145590 [ Android ] fullscreen/video-controls-override.html [ Timeout ]
crbug.com/145590 [ Android ] fullscreen/video-controls-timeline.html [ Timeout ]
crbug.com/145590 [ Android ] fullscreen/video-specified-size.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/appcache/video.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-abort.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-add-and-remove-buffers.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-async-events.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-errors.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-event-attributes.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-objects.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-play.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-seek.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-sourcebufferlist-crash.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/media-source/video-media-source-state-changes.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/pdf-served-as-pdf.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/text-served-as-text.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/video-error-abort.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/video-load-suspend.html [ Timeout ]
crbug.com/145590 [ Android ] http/tests/media/video-play-stall-before-meta-data.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/media/video-throttled-load-metadata.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
crbug.com/145590 [ Android ] http/tests/security/video-cross-origin-readback.html [ Failure ]
crbug.com/145590 [ Android ] media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html [ Failure ]
crbug.com/145590 [ Android ] media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html [ Failure ]
crbug.com/145590 [ Android ] media/audio-data-url.html [ Failure ]
crbug.com/145590 [ Android ] media/audio-repaint.html [ Failure Timeout ]
crbug.com/145590 [ Android ] media/encrypted-media/encrypted-media-events.html [ Timeout ]
crbug.com/145590 [ Android ] media/encrypted-media/encrypted-media-not-loaded.html [ Failure ]
crbug.com/145590 [ Android ] media/encrypted-media/encrypted-media-syntax.html [ Failure ]
crbug.com/145590 [ Android ] media/track/track-default-attribute.html [ Pass Timeout ]
crbug.com/145590 [ Android ] media/video-buffered.html [ Failure ]
crbug.com/145590 [ Android ] media/video-canvas-source.html [ Failure ]
crbug.com/145590 [ Android ] media/video-error-does-not-exist.html [ Failure ]
crbug.com/145590 [ Android ] media/video-set-rate-from-pause.html [ Timeout ]
crbug.com/145590 [ Android ] media/video-source-error-no-candidate.html [ Pass Timeout ]
crbug.com/145590 [ Android ] media/video-source-type-params.html [ Failure ]
crbug.com/145590 [ Android ] platform/chromium/compositing/video-frame-size-change.html [ Timeout ]
crbug.com/145590 [ Android ] platform/chromium/media/video-frame-size-change.html [ Timeout ]

webkit.org/b/89167 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure Pass ]

webkit.org/b/95588 [ Mac ] fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html [ ImageOnlyFailure ]

webkit.org/b/97811 fast/dom/shadow/base-in-shadow-tree.html [ Pass Timeout ]
webkit.org/b/97811 fast/dom/shadow/drop-event-for-input-in-shadow.html [ Pass Failure ]

webkit.org/b/95070 [ Win Release ] inspector/styles/media-queries.html [ Failure Pass ]

webkit.org/b/95101 [ SnowLeopard ] fast/text/atsui-bidi-control.html [ Pass Timeout ]

# Failing due to sub-pixel layout.
webkit.org/b/95136 fast/css/sticky/sticky-left-percentage.html [ ImageOnlyFailure ]
webkit.org/b/95136 [ Linux Win ] fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ]
webkit.org/b/95136 [ Linux Win ] fast/css/sticky/sticky-writing-mode-vertical-rl.html [ ImageOnlyFailure ]

webkit.org/b/95617 fast/js/function-constructor-this-value.html [ Failure Pass ]

# These tests appear to be making bots flaky. See bug for details.
webkit.org/b/96951 platform/chromium-linux/compositing/gestures [ Skip ]

# Does not yet support new web notifications TestRunner API
webkit.org/b/95506 http/tests/notifications

# The test font doesn't contain the glyph that Android uses to detect Arabic.
crbug.com/146399 [ Android ] platform/chromium-linux/fast/text/international/arabic-vertical-offset.html [ Failure ]

# Ref tests produce little image difference on Android.
crbug.com/146401 [ Android ] css3/filters/custom/effect-custom-transform-parameters.html [ ImageOnlyFailure ]
crbug.com/146401 [ Android ] css3/filters/custom/filter-fallback-to-software.html [ ImageOnlyFailure ]
crbug.com/146401 [ Android ] fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ]

webkit.org/b/96441 [ Win Android Debug ] fast/hidpi/gradient-with-scaled-ancestor.html [ ImageOnlyFailure ]
webkit.org/b/96441 [ Linux SnowLeopard Win ] platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor.html [ ImageOnlyFailure ]

webkit.org/b/96950 [ Linux ] http/tests/cache/cancel-during-revalidation-succeeded.html [ Failure Pass ]

webkit.org/b/96227 fast/js/function-dot-arguments-identity.html [ Skip ]

webkit.org/b/96835 canvas/philip/tests/2d.text.draw.fontface.notinpage.html [ Failure Pass ]
webkit.org/b/96835 platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fontface.notinpage.html [ Failure Pass ]

webkit.org/b/96834 platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers.html [ ImageOnlyFailure Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/visibility-composited-transforms.html [ ImageOnlyFailure Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/visibility-simple-video-layer.html [ ImageOnlyFailure Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/visibility-composited.html [ ImageOnlyFailure Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/layer-visible-content.html [ ImageOnlyFailure Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/webgl/webgl-nonpremultiplied-blend.html [ Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/webgl/webgl-no-alpha.html [ Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/webgl/webgl-reflection.html [ Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/webgl/webgl-background-color.html [ Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/webgl/webgl-repaint.html [ Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/visibility-simple-webgl-layer.html [ ImageOnlyFailure Crash Pass ]
webkit.org/b/98086 platform/chromium/virtual/threaded/compositing/visibility/visibility-simple-canvas2d-layer.html [ ImageOnlyFailure Crash Pass ]

webkit.org/b/98087 [ Linux ] fast/css/lang-mapped-to-webkit-locale-dynamic.xhtml [ Failure Pass ]

webkit.org/b/96833 svg/carto.net/selectionlist.svg [ ImageOnlyFailure Pass ]
webkit.org/b/96833 svg/carto.net/combobox.svg [ ImageOnlyFailure Pass ]

# Need rebaseline
webkit.org/b/98866 platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html [ Pass ImageOnlyFailure Missing ]

webkit.org/b/96720 [ Mac Win ] fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html [ Pass Timeout ]
webkit.org/b/96720 [ Mac Win ] fast/forms/date-multiple-fields/date-multiple-fields-preserve-value-after-history-back.html [ Pass Timeout ]

webkit.org/b/96549 [ Mac Android ] platform/chromium/virtual/gpu/fast/hidpi/focus-rings.html [ ImageOnlyFailure ]
webkit.org/b/96549 [ Mac ] platform/chromium/virtual/gpu/fast/hidpi/video-controls-in-hidpi.html [ ImageOnlyFailure ]
webkit.org/b/96628 [ Lion ] fast/frames/calculate-order.html [ Failure Pass ]
webkit.org/b/96550 http/tests/media/media-source/seek-to-end-after-duration-change.html [ Pass Timeout ]
webkit.org/b/96725 [ Linux Mac Win ] http/tests/media/media-source/video-media-source-state-changes.html [ Failure Pass ]
crbug.com/63921 platform/chromium/virtual/gpu/fast/canvas/canvas-fillPath-shadow.html [ Failure ]
webkit.org/b/77550 platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.interpolate.colouralpha.html [ Failure ]

webkit.org/b/97816 [ Linux ] platform/chromium/compositing/filters/background-filter-blur-off-axis.html [ Pass ImageOnlyFailure ]
webkit.org/b/97816 [ Linux ] platform/chromium/compositing/filters/background-filter-blur-outsets.html [ Pass ImageOnlyFailure ]
webkit.org/b/97816 [ Linux ] platform/chromium/compositing/filters/background-filter-blur.html [ Pass ImageOnlyFailure ]
webkit.org/b/97816 [ Linux ] platform/chromium/compositing/plugins/webplugin-alpha.html [ Pass ImageOnlyFailure ]
webkit.org/b/97816 [ Linux ] platform/chromium/compositing/plugins/webplugin-no-alpha.html [ Pass ImageOnlyFailure ]
webkit.org/b/97816 [ Linux ] platform/chromium/compositing/plugins/webplugin-reflection.html [ Pass ImageOnlyFailure ]

# Started failing on r128793
webkit.org/b/96953 [ Win ] http/tests/inspector/network/network-xhr-replay.html [ Timeout ]

webkit.org/b/96596 fast/js/array-bad-time.html [ Failure ]
webkit.org/b/96596 fast/js/array-slow-put.html [ Failure ]
webkit.org/b/96596 fast/js/cross-frame-bad-time.html [ Failure ]
webkit.org/b/96596 fast/js/object-bad-time.html [ Failure ]
webkit.org/b/96596 fast/js/object-slow-put.html [ Failure ]
webkit.org/b/96962 fast/js/cross-frame-really-bad-time.html [ Failure ]
webkit.org/b/96962 fast/js/cross-frame-really-bad-time-with-__proto__.html [ Failure ]

webkit.org/b/97179 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Failure Pass ]

# The test should pass after harfbuzz transition.
webkit.org/b/97296 [ Linux Win ] fast/text/international/hebrew-selection.html [ ImageOnlyFailure ]

# Expected to fail until storage blocking settings have a WebKit1 API in Chromium.
webkit.org/b/97491 http/tests/security/cross-origin-local-storage-wk1.html [ Failure Pass ]

# Failing after r129601
webkit.org/b/97672 fast/js/string-localeCompare.html [ Failure ]

# Failing after r129588
webkit.org/b/97672 fast/js/dfg-array-push-bad-time.html [ Failure ]
webkit.org/b/97672 fast/js/dfg-array-push-slow-put.html [ Failure ]

# Failing, again, after r129712
webkit.org/b/97672 http/tests/security/xss-eval.html [ Failure ]

# Expected to fail until WebGL extension implementation lands
webkit.org/b/96961 fast/canvas/webgl/oes-vertex-array-object.html [ Failure Pass ]
webkit.org/b/96961 platform/chromium/virtual/gpu/fast/canvas/webgl/oes-vertex-array-object.html [ Failure Pass ]

# Numerous failures in software compositing.
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/images/direct-image-background-color.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac ] platform/chromium/virtual/softwarecompositing/scrollbar-painting.html [ ImageOnlyFailure ]
crbug.com/152953 [ Mac Win ] platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer.html [ ImageOnlyFailure Crash Pass ]
crbug.com/152953 [ Win ] platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment.html [ ImageOnlyFailure ]


# Render surfaces do not draw anything in the software compositor.
crbug.com/150010 platform/chromium/virtual/softwarecompositing/backface-visibility/backface-visibility-hierarchical-transform.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/backface-visibility/backface-visibility-image.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/culling/filter-occlusion-alpha-large.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/culling/filter-occlusion-alpha.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/culling/filter-occlusion-blur-large.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/culling/filter-occlusion-blur.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/flat-with-transformed-child.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/geometry/abs-position-inside-opacity.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/geometry/fixed-position.html [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/masks [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/reflections [ ImageOnlyFailure ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/reflections/backface-hidden-reflection.html [ Pass ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/reflections/become-simple-composited-reflection.html [ Pass ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/reflections/empty-reflection-with-mask.html [ Pass ]
crbug.com/150010 platform/chromium/virtual/softwarecompositing/reflections/remove-reflection.html [ Pass ]

# Canvas2d not yet supported by software compositor.
crbug.com/150018 [ Debug ] platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html [ Crash ImageOnlyFailure ]
crbug.com/150018 platform/chromium/virtual/softwarecompositing/overflow/overflow-hidden-canvas-layer.html [ Crash ImageOnlyFailure ]
crbug.com/150018 platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant.html [ Crash ImageOnlyFailure ]
crbug.com/150018 platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-canvas2d-layer.html [ Crash ImageOnlyFailure ]

# Video not yet supported by software compositor.
crbug.com/150016 platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/self-painting-layers.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/video-page-visibility.html [ Crash ImageOnlyFailure ]
crbug.com/150016 platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer.html [ Crash ImageOnlyFailure ]

# WebGL not yet supported by software compositor.
crbug.com/151713 platform/chromium/virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [ Crash ImageOnlyFailure ]
crbug.com/151713 platform/chromium/virtual/softwarecompositing/webgl [ Crash ImageOnlyFailure ]
crbug.com/151713 platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Crash ImageOnlyFailure ]

# No antialiasing on rotation in software compositor.
crbug.com/152007 platform/chromium/virtual/softwarecompositing/direct-image-compositing.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited.html [ ImageOnlyFailure ]

# Alpha blending ends up with slightly different green in software compositor.
crbug.com/152007 platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start.html [ ImageOnlyFailure ]

# Various text/edge antialiasing/alpha quirks in software compositor.
crbug.com/152007 platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html [ ImageOnlyFailure ]
crbug.com/152007 [ Linux Mac ] platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground.html [ ImageOnlyFailure ]
crbug.com/152007 platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers.html [ ImageOnlyFailure ]

webkit.org/b/98192 [ Win Debug ] fast/js/dfg-cross-global-object-inline-new-array-with-elements.html [ Failure Pass ]
webkit.org/b/98192 [ Win Debug ] fast/js/post-message-numeric-property.html [ Failure Pass ]

webkit.org/b/98275 media/event-queue-crash.html [ Skip ]

# These are real failues due to 95121.
# This is spilling caused by LANCZOS3 scaling algorithm that samples outside the source rect.
webkit.org/b/95121 fast/images/pixel-crack-image-background-webkit-transform-scale.html [ ImageOnlyFailure ] 

# This is caused by misalignment with bitmap tiling which is not yet fixed by 95121.
webkit.org/b/95121 fast/borders/border-image-side-reduction.html [ ImageOnlyFailure ] 

# failing after r130443 but we're not sure if this is a real bug or just needs rebaselining 
webkit.org/b/98545 [ Mac ] fast/text/international/text-spliced-font.html [ Failure ] 
webkit.org/b/98545 [ Mac ] fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure ] 

webkit.org/b/98686 editing/pasteboard/data-transfer-items.html [ Failure ]

webkit.org/b/98699 [ Lion ] fast/writing-mode/vertical-subst-font-vert-no-dflt.html [ Crash ]
webkit.org/b/98811 [ Mac ] fast/transforms/transformed-focused-text-input.html [ Pass ImageOnlyFailure ]

webkit.org/b/98948 [ Linux Debug ] http/tests/media/media-source/video-media-source-play.html [ PASS CRASH ]

# Skipped until the prefix is removed.
webkit.org/b/98953 http/tests/w3c/webperf/approved/HighResolutionTime [ Skip ]