summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/test_expectations.txt
blob: 94e65d2824d25ff64570c6545b398c93ea4fe357 (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
// This file consists of lines with specifications of what
// to expect from layout test cases. The test cases can be directories
// in which case the expectations apply to all test cases in that
// directory and any subdirectory. The format of the file is along the
// lines of:
//
// LayoutTests/fast/js/fixme.js = FAIL
// LayoutTests/fast/js/flaky.js = FAIL PASS
// LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
//
// The format of a test line is as follows:
// METADATA : relative/path/to/test.html = EXPECTATIONS
//
// Valid values for METADATA:
//
// BUG[0-9]+: See this bug for more information. Every test that isn't marked
//            WONTFIX should have a BUG annotation.
// SKIP: Doesn't run the test.
// SLOW: The test takes a long time to run, but does not timeout indefinitely.
// WONTFIX: For tests that we never intend to pass on a given platform.
// DEBUG: Expectations apply only to the debug build.
// RELEASE: Expectations apply only to release build.
// LINUX/WIN/WIN-XP/WIN-VISTA/MAC: Expectations apply only to these platforms.
//
// Valid values for EXPECTATIONS:
//
// PASS: Test should pass
// CRASH: Test should crash
// TIMEOUT: Test should timeout
// IMAGE: Test will produce an incorrect image dump
// TEXT: Test will produce incorrect text output (either full or simplified)
// IMAGE+TEXT: Test will produce both incorrect text and images
// FAIL: Test will produce either incorrect text, images, or both
//
// If a line contains multiple expectations, it is considered "flakey",
// because it means that we're not producing consistent, reliable results.
//
// For example,
// LINUX : LayoutTests/media = PASS FAIL
//
// The above means that all the media tests are flaky, but only on Linux.
//
// Other examples:
//
// SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
// DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
// DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
// LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
// BUG1234 DEBUG MAC : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
//
// Notes:
// -A test cannot be both SLOW and TIMEOUT
// -A test can be included twice, but not via the same path.
// -If a test is included twice, then the more precise path wins.
// -CRASH tests cannot be WONTFIX

// -----------------------------------------------------------------
// SLOW TESTS
// -----------------------------------------------------------------

BUG24182 SLOW : LayoutTests/fast/js/regexp-overflow.html = PASS
BUG24182 SLOW RELEASE : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS
BUG24182 SLOW LINUX DEBUG : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS
BUG24182 SLOW LINUX MAC RELEASE : LayoutTests/http/tests/navigation/multiple-back-forward-entries.html = PASS
BUG24182 SLOW LINUX DEBUG : LayoutTests/http/tests/navigation/multiple-back-forward-entries.html = PASS
BUG24182 SLOW : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = PASS
BUG24182 SLOW WIN MAC : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = PASS
BUG24182 SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS
BUG24182 SLOW WIN RELEASE : LayoutTests/tables/mozilla/bugs/bug113235-1.html = PASS
BUG24182 SLOW DEBUG : LayoutTests/fast/js/toString-and-valueOf-override.html = PASS

// This tests is normally <1 second, but occasionally takes >20s.
BUG24182 SLOW WIN RELEASE : LayoutTests/fast/dom/Window/webkitConvertPoint.html = PASS

BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/redirect-methods.html = PASS
BUG24182 WIN SLOW : LayoutTests/svg/hixie/perf/007.xml = PASS
BUG24182 WIN LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html = PASS
BUG24182 SLOW MAC RELEASE : LayoutTests/dom/html/level2/html/HTMLImageElement01.html = PASS
BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/local/file-url-sent-as-referer.html = PASS
BUG24182 SLOW WIN DEBUG : LayoutTests/svg/carto.net/window.svg = PASS
BUG24182 SLOW LINUX DEBUG : LayoutTests/fast/xpath/4XPath/Borrowed/cz_20030217.html = PASS
BUG24182 SLOW WIN MAC DEBUG : LayoutTests/tables/mozilla/bugs/45621.html = PASS
//BUG24852 started failing since webkit 49583
//BUG24182 SLOW WIN : LayoutTests/css1/font_properties/font.html = PASS
BUG24182 SLOW WIN : LayoutTests/http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html = PASS TEXT
BUG24182 SLOW WIN RELEASE : LayoutTests/fast/loader/local-CSS-from-local.html = PASS
BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entities.pl = PASS
BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS
BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html = PASS
BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl = PASS
BUG24182 SLOW DEBUG : LayoutTests/editing/selection/extend-selection.html = PASS
BUG24182 SLOW WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = PASS
BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS
BUG24182 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = PASS

// Usually <1s in release, ~1s in debug, but occasionally >5s in release.
BUG27335 WIN RELEASE : LayoutTests/plugins/embed-attributes-setting.html = PASS TIMEOUT
BUG27335 WIN DEBUG SLOW : LayoutTests/plugins/embed-attributes-setting.html = PASS

// --- collecting results for supported-xml-content-types.html ---
// was slow, started to timeout
BUG18702 MAC WIN : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT

// -----------------------------------------------------------------
// SKIPPED TESTS
// -----------------------------------------------------------------

// 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
WONTFIX SKIP : LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT

// XHTML tests.  These tests seem like they work, but only because the
// expected output expects to see JS errors.  There is no point in running
// these tests, because they are giving us a false sense of testing that isn't
// really happening.  Furthermore, since they appear to pass if we do try to
// run them, we can't even list them as permanently expected to fail.
BUG24185 WONTFIX SKIP : LayoutTests/dom/xhtml = PASS

// We do not want to support Legacy mac encodings on Windows/Linux.
// On Mac, we can support them by building platform/text/mac, but
// probably we don't want there, either.
WONTFIX SKIP WIN LINUX : LayoutTests/fast/encoding/char-encoding-mac.html = FAIL

// Fails due to different window.close() rules.  We need to decide whether we
// ever expect to pass this.  Now also timing out.
BUG24189 WONTFIX SKIP : LayoutTests/fast/dom/open-and-close-by-DOM.html = FAIL

// Skip because of WebKit bug 18512. These bugs "poison" future tests, causing
// all SVG objects with fill="red" to be rendered in green.
WONTFIX SKIP : LayoutTests/svg/custom/fill-SVGPaint-interface.svg = PASS
WONTFIX SKIP : LayoutTests/svg/custom/getPresentationAttribute.svg = PASS

// WML is still an inprogress feature upstream. Chromium does not build
// with WML support, so skip its tests.
WONTFIX SKIP : LayoutTests/wml = FAIL
WONTFIX SKIP : LayoutTests/http/tests/wml = FAIL
WONTFIX SKIP : LayoutTests/fast/wml = FAIL

// 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.
WONTFIX SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT

// This test doesn't terminate because it contains exponential
// regexps.  It is safe to disable because we run the same tests
// (sans the nonterminating ones) as part of the v8 tests.
WONTFIX SKIP : LayoutTests/fast/regex/test1.html = PASS

// We use worker_uitests to run workers tests. Don't run them in test_shell.
WONTFIX SKIP : LayoutTests/fast/workers = PASS TIMEOUT FAIL
WONTFIX SKIP : LayoutTests/http/tests/workers = PASS TIMEOUT FAIL
WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/workers = PASS TIMEOUT FAIL
WONTFIX SKIP : LayoutTests/http/tests/eventsource/workers = PASS TIMEOUT FAIL
WONTFIX SKIP : LayoutTests/websocket/tests/workers/ = PASS TIMEOUT FAIL

// 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.
WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT FAIL
WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL
// Depends on page cache, as far as I can tell.
WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIMEOUT FAIL
WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT
WONTFIX SKIP BUG19635 : LayoutTests/media/restore-from-page-cache.html = TIMEOUT

// No support for WebGL yet
BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL

// 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.
WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownership.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL
WONTFIX SKIP : LayoutTests/fast/events/message-port-multi.html = FAIL
WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL

// Chrome does not support WebArchives (just like Safari for Windows),
// although we might eventually want to on Mac.
WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.html = FAIL
WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.html = FAIL
WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL

// -----------------------------------------------------------------
// WONTFIX TESTS
// -----------------------------------------------------------------

// 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.
WONTFIX DEBUG : LayoutTests/fast/forms/search-event-delay.html = PASS TEXT
WONTFIX SLOW WIN RELEASE : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS
WONTFIX SLOW MAC RELEASE : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS CRASH
WONTFIX LINUX RELEASE : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS

// Chrome uses different keyboard accelerators from those used by Safari, so
// these tests will always fail.
// TODO(pinkerton): these should probably pass on Mac since we want Emacs
// keybindings but they currently do not.
WONTFIX LINUX WIN DEBUG : LayoutTests/editing/pasteboard/emacs-cntl-y-001.html = FAIL
WONTFIX LINUX RELEASE : LayoutTests/editing/pasteboard/emacs-cntl-y-001.html = FAIL
WONTFIX SLOW WIN RELEASE : LayoutTests/editing/pasteboard/emacs-cntl-y-001.html = FAIL
WONTFIX : LayoutTests/editing/pasteboard/emacs-ctrl-a-k-y.html = FAIL
WONTFIX : LayoutTests/editing/pasteboard/emacs-ctrl-k-y-001.html = FAIL
WONTFIX : LayoutTests/editing/input/emacs-ctrl-o.html = FAIL

// Checks for very kjs-specific garbage collector behavior.
// Would have to be implemented much differently to work in v8.
WONTFIX : LayoutTests/fast/dom/gc-10.html = FAIL

// This fails because we're missing various useless apple-specific
// properties on the window object.
// This test also timeouts in Debug mode.
BUG24187 WONTFIX SLOW DEBUG : LayoutTests/fast/dom/Window/window-properties.html = FAIL
BUG24187 WONTFIX SLOW WIN RELEASE : LayoutTests/fast/dom/Window/window-properties.html = FAIL
BUG24187 WONTFIX LINUX MAC RELEASE : LayoutTests/fast/dom/Window/window-properties.html = FAIL

// Safari specific test to ensure that JavaScript errors aren't logged when in
// private browsing mode.
WONTFIX : LayoutTests/http/tests/security/cross-frame-access-private-browsing.html = FAIL

// Chromium doesn't implement private browsing in the renderer.
WONTFIX : LayoutTests/plugins/private-browsing-mode.html = FAIL

// We don't care about dashboard compatibility mode.
WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/default-content-type-dashboard.html = FAIL
WONTFIX SKIP : LayoutTests/http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html = FAIL
WONTFIX : LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL
WONTFIX : LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL
WONTFIX : LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL
WONTFIX SKIP : LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html = FAIL
WONTFIX : LayoutTests/fast/canvas/canvas-gradient-addStop-error.html = FAIL


// Chrome uses different keyboard accelerators from those used by Safari, so
// these tests will always fail.
// TODO(ericroman): can the following 2 tests be removed from this list, since they pass?
WONTFIX : LayoutTests/fast/events/keydown-1.html = FAIL
WONTFIX LINUX WIN : LayoutTests/fast/events/option-tab.html = FAIL

// Chrome does not support WebArchives.
BUG10395 WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT
BUG10395 WONTFIX : LayoutTests/webarchive = PASS
BUG10395 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS
BUG10395 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL
BUG10395 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS
BUG10395 WONTFIX SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL
BUG10395 WONTFIX SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL
BUG10395 WONTFIX SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL

// We don't support ACCELERATED_COMPOSITING. Skipping because some tests in this
// directory don't have pixel results.
BUG15733 WONTFIX SKIP : LayoutTests/compositing = FAIL PASS TIMEOUT

// Run the Mac-specific platform tests, but only to check for crashes.
WONTFIX : LayoutTests/platform/gtk = FAIL PASS
WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT
WONTFIX : LayoutTests/platform/mac-leopard = FAIL PASS
WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS
WONTFIX : LayoutTests/platform/qt = FAIL PASS
WONTFIX SKIP : LayoutTests/plugins/qt-qwidget-plugin.html = FAIL

WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS

// This is a Safari specific test to make WebKit behave like AppKit on the Mac.
// We do not support it because PLATFORM(MAC) is not defined for the mac version.
WONTFIX MAC : LayoutTests/platform/mac/editing/deleting/backward-delete.html = FAIL

// Ignored because we do not have OBJC bindings
WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL
WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-TIFF.html = FAIL
WONTFIX SKIP : LayoutTests/plugins/jsobjc-dom-wrappers.html = FAIL
WONTFIX SKIP : LayoutTests/plugins/jsobjc-simple.html = FAIL
WONTFIX SKIP : LayoutTests/plugins/root-object-premature-delete-crash.html = FAIL
WONTFIX SKIP : LayoutTests/plugins/throw-on-dealloc.html = FAIL
WONTFIX SKIP : LayoutTests/plugins/undefined-property-crash.html = FAIL

// Uses __apple_runtime_object
WONTFIX SKIP : LayoutTests/plugins/call-as-function-test.html = FAIL

// Ignore test because it tries to load .pdf files in <img> tags.
WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image-landscape.html = FAIL
WONTFIX LINUX WIN : LayoutTests/fast/images/pdf-as-image.html = FAIL
WONTFIX LINUX WIN : LayoutTests/fast/replaced/pdf-as-image.html = FAIL

// These tests try to print a PDF file as the expected result.  I don't think
// we plan on supporting this anytime soon.
WONTFIX SKIP : LayoutTests/printing/media-queries-print.html = PASS
WONTFIX SKIP : LayoutTests/printing/compositing-layer-printing.html = PASS

// Chrome doesn't call the willCacheResponse callback (a method
// of ResourceHandleClient).  That function is Mac-specific.
WONTFIX SKIP : LayoutTests/http/tests/misc/willCacheResponse-delegate-callback.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/dom/gc-9.html = FAIL

// This test checks that ((new Error()).message is undefined, which is
// a direct contradiction of the javascript spec 15.11.4.3 which
// says that it must be a string.
WONTFIX : LayoutTests/fast/js/kde/evil-n.html = FAIL

// This test checks that properties of arguments arrays are non-enumerable
// which is incorrect according to the ES5 spec.
WONTFIX : LayoutTests/fast/js/kde/function.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/js/code-serialize-paren.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-1.html = FAIL
WONTFIX : LayoutTests/fast/js/exception-linenums-in-html-2.html = FAIL
WONTFIX : LayoutTests/fast/js/exception-linenums.html = FAIL
WONTFIX : LayoutTests/fast/js/exception-expression-offset.html = FAIL

// These tests rely on specific details of decompilation of
// functions. V8 always returns the source code as written; there's
// no decompilation or pretty printing involved except for
// certain "native" functions where the V8 output does not include
// newline characters. This is working as intended and we don't care
// if the tests pass or fail. (It should probably simply be re-baselined.)
WONTFIX : LayoutTests/fast/js/function-names.html = FAIL

// This test relies on KJS specific implementation
// (window.GCController.getJSObjectCount), which we have no intention of
// supporting.
WONTFIX SKIP : LayoutTests/fast/dom/Window/timeout-released-on-close.html = FAIL

// These tests expect a tiff decoder, which we don't have.
WONTFIX LINUX WIN : LayoutTests/fast/images/embed-image.html = FAIL
WONTFIX LINUX WIN : LayoutTests/fast/images/object-image.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/js/removing-Cf-characters.html = FAIL

// 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.
WONTFIX SKIP : LayoutTests/fast/js/date-DST-time-cusps.html = PASS FAIL
WONTFIX SKIP : LayoutTests/fast/js/date-big-setdate.html = PASS FAIL

// The following tests fail because of difference in how the test shell
// navigation controller tracks navigations as compared to how the Mac
// implementation does it.
WONTFIX : LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL
WONTFIX : LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAIL
WONTFIX DEBUG : LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL
WONTFIX LINUX MAC RELEASE : LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL
WONTFIX SLOW WIN RELEASE : LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAIL
WONTFIX : LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = FAIL
WONTFIX : LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL

// This test expects weird behavior of __defineGetter__ on the
// window object.  It expects variables introduced with 'var x = value'
// to behave differently from variables introduced with 'y = value'.
// This just seems wrong and should have very low priority.
// Agreed, not required for Beta, we can debate this with WebKit post Beta
// (eseidel, 4/25)
// Ignore this until we see evidence that we need to support it.
WONTFIX : LayoutTests/fast/dom/getter-on-window-object2.html = FAIL

// V8 doesn't stable sort and we currently have no intention of
// changing this. It is tracked by:
// http://code.google.com/p/v8/issues/detail?id=90
WONTFIX : LayoutTests/fast/js/comparefn-sort-stability.html = FAIL
WONTFIX : LayoutTests/fast/js/sort-stability.html = FAIL

// We have no indication that anyone misses this and have currently no
// intention of implementing it.
WONTFIX : LayoutTests/fast/js/function-dot-arguments.html = FAIL

// This is a Safari specific test used to document the set of global
// constructors they expose and the exact way they are printed.  Not
// important.
WONTFIX : LayoutTests/fast/js/global-constructors.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL

// Our DOM Storage implementation doesn't use WebKit's private browsing feature (even for incognito mode).
BUG30081 : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage.html = CRASH FAIL
WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage.html = FAIL

// These tests propagate auth credentials back to the renderer, which we
// don't want to do.
WONTFIX BUG21840 DEBUG : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL
WONTFIX BUG21840 LINUX RELEASE : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL
WONTFIX BUG21840 SLOW WIN RELEASE : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL
WONTFIX BUG21840 MAC RELEASE : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL TIMEOUT
WONTFIX BUG21840 WIN DEBUG : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL TIMEOUT
WONTFIX BUG21840 SLOW WIN RELEASE : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL
WONTFIX BUG21840 LINUX MAC : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.html = FAIL

// 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.
BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL

// Our implementation of global history is completely different, and
// these tests are irrelevant.
BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL

// DataGrid was pulled from HTML5 spec, unlikely to re-emerge in the current form.
BUG17585 WONTFIX : LayoutTests/fast/dom/HTMLDataGridElement = FAIL

// We are not going to support submitting a form to about:* pages.
// For more details, see discussions at issue 20570.
BUG20570 WONTFIX : LayoutTests/fast/forms/get-forms-to-about-blank.html = FAIL

// xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are
// skipped on all platforms upstream.
// We are not planning to support these.
BUG12254 WONTFIX SKIP : LayoutTests/fast/xhtmlmp = FAIL

// wap css tests were added in http://trac.webkit.org/changeset/43887 and are
// skipped on all platforms upstream.
// We are not planning to support these.
BUG12310 WONTFIX SKIP : LayoutTests/fast/wcss = FAIL

// This test requires LayoutTestController.setCacheModel, which we don't implement
// because we can't emulate the cahcing behaviors it expects.
WONTFIX : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL

// -----------------------------------------------------------------
// CHROME REWRITTEN TESTS
// -----------------------------------------------------------------

// These tests have been rewritten, with the original being ignored,
// because they rely on being able to shadow the 'top' variable on the
// global object.  For security we disallow shadowing of top.
WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL

// 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.
BUG24186 WONTFIX SKIP : LayoutTests/plugins/get-url-with-blank-target.html = FAIL

// Dashboard-related test
WONTFIX SKIP : LayoutTests/platform/mac/fast/css/dashboard-region-parser.html = FAIL

// Not a test?
WONTFIX SKIP : LayoutTests/http/tests/incremental/pause-in-script-element.pl = FAIL

// 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.
WONTFIX : LayoutTests/fast/regex/slow.html = TIMEOUT

// Test to verify legacy MAC encodings. We don't want to support them and
// have to skip this test.
WONTFIX SKIP : LayoutTests/fast/encoding/char-decoding-mac.html = FAIL

// WebKit QT Build-specific tests
WONTFIX SKIP : LayoutTests/platform/qt/view/fixed-layout-size.html = FAIL

// These don't have pixel results and rely on ObjC bindings. Don't run until they have pixel results.
WONTFIX SKIP : LayoutTests/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html = FAIL
WONTFIX SKIP : LayoutTests/http/tests/security/dataTransfer-set-data-file-url.html = FAIL

// 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.
BUG5053 WONTFIX : LayoutTests/fast/frames/cross-site-this.html = FAIL

// 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.
WONTFIX : LayoutTests/fast/js/reparsing-semicolon-insertion.html = FAIL

// These tests relate to transform/3d which is a work in progress and is not
// even run by the WebKit folk. They should be enabled whenever WebKit begins
// testing them by default. The bug to re-enable is:
// http://code.google.com/p/chromium/issues/detail?id=8455
WONTFIX SKIP : LayoutTests/transforms/3d = FAIL

// Copying with no selection is sometimes supposed to work
// Also skipped by Apple on Windows (rdar://problem/5015941)
BUG20404 : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL

// This is a faulty test and need to change so it works on Windows.
// onload race condition due to poorly designed test.
// Works fine when run stand-alone.  Not needed for Beta.
// Also skipped by Apple on Windows, due to intermittent failure
// (rdar://5313536)
// started WIN only, since r30442 fails on all platforms
BUG10270 : LayoutTests/fast/dom/frame-loading-via-document-write.html = FAIL

// -----------------------------------------------------------------
// LIGHTTPD
// -----------------------------------------------------------------
// This are failing for different reasons under our new lighttpd configuration
// TODO(deanm): Address all of these via lighttpd if possible, otherwise fork.
// Maybe flaky and need to be forked?

// LightTPD doesn't accept unknown HTTP methods
BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
BUG18978 DEBUG : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT TEXT
BUG18978 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT TEXT
BUG18978 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT TEXT
BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
// LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
// even when a request didn't send the header.
BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT
// Another lighttpd quirk.
BUG8941 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL
BUG8941 LINUX SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = PASS
BUG8941 MAC DEBUG SLOW : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL
BUG8941 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIMEOUT
BUG8941 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FAIL

// -----------------------------------------------------------------
// TEXT
// -----------------------------------------------------------------

// This class of test fails because of size differences in text runs.
// Mostly this is because of international text rendering differences.

// Incrorect results, in incorrect international font metrics.
BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL
BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL
BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL

// This test checks that we hack around a bug in helvetica.  We fail to.
BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL

// More missing international text overides, not needed for Beta.
// Capitalization results match Safari, even if "not fully correct"
BUG20547 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL

// Different button line-heights, our behavior looks wrong.
BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL
BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-controls.html = FAIL


// -----------------------------------------------------------------
// URL
// -----------------------------------------------------------------

// Form submission (GET) on non-standard url does not append a query.
// Defering these tests as the expected behavior is wonky, and shouldn't affect
// existing apps one way or another.
// Implicit expectation in this test is that you can "set query" on a data URL,
// and it should replace the first "?" substring. This makes absolutely no
// sense.
BUG24203 : LayoutTests/fast/events/stopPropagation-submit.html = FAIL

// -----------------------------------------------------------------
// PENDING TESTS (forked to pending/, need to be sent upstream)
// -----------------------------------------------------------------

// These tests don't work with fast timers due to setTimeout
// races. See https://bugs.webkit.org/show_bug.cgi?id=21536
BUG24195 WIN LINUX : LayoutTests/fast/repaint/bugzilla-6473.html = IMAGE+TEXT
BUG24195 MAC : LayoutTests/fast/repaint/bugzilla-6473.html = IMAGE

// -----------------------------------------------------------------
// Tests deferred until we provide support for a particular feature.
// -----------------------------------------------------------------

// -----------------------------------------------------------------
// Tests requiring features not currently in test_shell.
// -----------------------------------------------------------------

// These layout tests to see if link colors change after visiting a page. They
// does this by using layoutTestController.keepWebHistory() to turn on a
// temporary web history. layoutTestController.keepWebHistory() is not
// implemented in test shell.
// This is a test tool problem, not a Chrome problem.
BUG21888 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL
BUG21888 : LayoutTests/fast/history/subframe-is-visited.html = FAIL

// Implement layoutTestController.display()
BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL

// TODO(michaeln): BUG29748 restore expectation to PASS after linux is rebaselined
// BUG8630 WIN LINUX SLOW : LayoutTests/fast/repaint/line-flow-with-floats-1.html = PASS
BUG8630 WIN LINUX SLOW : LayoutTests/fast/repaint/line-flow-with-floats-1.html = PASS IMAGE

// Relies on text metrics to pass. Rework to be meaningful for ports other than platform/mac.
BUG8630 WIN LINUX : LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL
BUG8630 WIN LINUX : LayoutTests/fast/backgrounds/solid-color-context-restore.html = FAIL
BUG8630 WIN LINUX : LayoutTests/fast/dynamic/containing-block-change.html = FAIL
BUG8630 LINUX : LayoutTests/fast/forms/listbox-clip.html = IMAGE+TEXT
BUG8630 WIN LINUX RELEASE : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL
BUG8630 LINUX WIN DEBUG : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL
BUG8630 WIN LINUX RELEASE : LayoutTests/fast/reflections/inline-crash.html = FAIL
BUG8630 LINUX WIN DEBUG : LayoutTests/fast/reflections/inline-crash.html = FAIL
BUG8630 WIN LINUX : LayoutTests/fast/text/font-initial.html = FAIL
BUG8630 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS
BUG18772 LINUX : LayoutTests/fast/backgrounds/001.html = FAIL

// Need to implement layoutTestController.addUserScript.
BUG21113 : LayoutTests/userscripts/script-run-at-end.html = FAIL

// Need a setAuthorAndUserStylesEnabled method in
// layoutTestController. 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.
// Deferring, we don't support user-controlled UA stylesheets (in beta)
// Actually, gonna SKIP because it causes an additional error message in:
// LayoutTests/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.
BUG24197 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL

// -----------------------------------------------------------------
// Other
// -----------------------------------------------------------------

// Pixeltest failure: Form control metrics incorrect
BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL

// 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).
BUG20844 LINUX WIN RELEASE : LayoutTests/editing/selection/designmode-no-caret.html = FAIL
BUG20844 LINUX WIN DEBUG : LayoutTests/editing/selection/designmode-no-caret.html = FAIL

// Directionality of mixed-direction text in selected choice should
// match that in the <select> option lists.
// Low priority, unclear if test expectations are correct (see bug)
BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL

// We don't support NPN_Enumerate, but don't know of any plugin
// which depends on that functionality.  So we ignore this for beta.
BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL

// Expectations for this test changed upstream. We should fix this test, but
// it doesn't need to block the current release
BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL

// Due to differences in error pages. Needs re-baselining.
BUG24208 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback1.html = FAIL
BUG24208 SLOW WIN RELEASE : LayoutTests/http/tests/navigation/post-goback1.html = FAIL
BUG24208 LINUX MAC : LayoutTests/http/tests/navigation/post-goback1.html = FAIL

// Since we don't have Aqua-themed controls, don't ignore the
// box-shadow properties of controls that request Aqua theming.  But since Aqua
// controls are rare on the web, defer this fix.
BUG21118 WIN LINUX : LayoutTests/fast/forms/box-shadow-override.html = FAIL

// These tests all depend on SessionStorage events which are not yet supported.
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/iframe-events.html = TIMEOUT
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAIL
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html = FAIL
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-markup.html = FAIL
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html = FAIL
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setwindow.html = FAIL
BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL
BUG4360 WIN MAC : LayoutTests/storage/domstorage/documentURI.html = FAIL
BUG4360 LINUX RELEASE : LayoutTests/storage/domstorage/documentURI.html = FAIL
// Flaky ASSERTION FAILED: currentThread() == m_openingThread
BUG4360 LINUX DEBUG : LayoutTests/storage/domstorage/documentURI.html = FAIL CRASH
BUG4360_and_BUG30081 : LayoutTests/storage/domstorage/complex-values.html = FAIL CRASH
BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT

// HTML5 DB layout tests
BUG27697 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS
// We do not use Safari's private browsing
WONTFIX SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
// We have not designed the quota management system in Chromium yet
BUG_DUMI SKIP : LayoutTests/storage/quota-tracking.html = PASS

// Implement HTML5 Geolocation API.
BUG11246 DEFER SKIP : LayoutTests/fast/dom/Geolocation = FAIL

// Implement HTML5 EventSource API. Skipping, because most of these time out and
// slow down the test run.
BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT
BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT

// Implement HTML5 datalist element.
BUG20226 : LayoutTests/fast/forms/datalist-nonoption-child.html = TEXT
BUG20226 : LayoutTests/fast/forms/datalist.html = TEXT
BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL
BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL

// Add support for inspector layout tests.
BUG26734 LINUX MAC SKIP : LayoutTests/inspector = PASS
BUG26734 SKIP : LayoutTests/inspector/console-format-collections.html = TEXT
BUG26734 SKIP : LayoutTests/inspector/console-format.html = TEXT

// Fails due to storage APIs not implemented.  Might be worth re-baselining
// temporarily so the rest of the conditions are still tested.
BUG24205 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.html = FAIL

// These tests are disabled until <audio> and <video> tags are supported.
// Disable <video> and <audio> tests for mac and linux until there is
// proper support.
BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL
BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL
BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT
BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-src-from-remote.html = PASS FAIL
BUG13907 SKIP : LayoutTests/http/tests/security/local-video-source-from-remote.html = FAIL
BUG13907 SKIP : LayoutTests/http/tests/media = FAIL

// Linux debug media tests have spurious timeouts and it's annoying.  We have no idea why.
BUG13907 BUG25094 LINUX DEBUG : LayoutTests/media = PASS FAIL TIMEOUT

// These tests should be passing.  Remove them once confirmed they're not flaky.
BUG9798 BUG13907 : LayoutTests/media/video-currentTime-set.html = PASS FAIL
BUG9798 BUG13907 : LayoutTests/media/media-load-event.html = PASS FAIL
BUG9798 BUG13907 WIN DEBUG : LayoutTests/media/controls-drag-timebar.html = TEXT TIMEOUT
BUG9798 BUG13907 RELEASE : LayoutTests/media/controls-drag-timebar.html = TEXT
BUG9798 BUG13907 LINUX MAC DEBUG : LayoutTests/media/controls-drag-timebar.html = TEXT
BUG9798 BUG13907 SLOW WIN : LayoutTests/media/video-played-collapse.html = PASS FAIL
BUG9798 BUG13907 SLOW LINUX MAC : LayoutTests/media/video-played-collapse.html = PASS
BUG9798 BUG13907 SLOW DEBUG : LayoutTests/media/video-played-ranges-1.html = PASS
BUG9798 BUG13907 SLOW LINUX MAC RELEASE : LayoutTests/media/video-played-ranges-1.html = PASS
BUG9798 BUG13907 SLOW WIN RELEASE : LayoutTests/media/video-played-ranges-1.html = PASS FAIL
BUG9798 BUG13907 SLOW MAC WIN RELEASE : LayoutTests/media/video-played-reset.html = PASS
BUG9798 BUG13907 SLOW LINUX DEBUG : LayoutTests/media/video-played-reset.html = PASS

// We output an extra playing event and video durations are different.
BUG13907 SKIP : LayoutTests/media/video-loop.html = FAIL

// This one times out occasionally.
BUG13907 WIN DEBUG : LayoutTests/media/video-load-networkState.html = PASS TIMEOUT
BUG13907 SLOW WIN RELEASE : LayoutTests/media/video-load-networkState.html = PASS

// We occasionally fail to perform the third seek.
BUG13907 WIN DEBUG : LayoutTests/media/video-seeking.html = PASS FAIL
BUG13907 LINUX DEBUG : LayoutTests/media/video-seeking.html = PASS FAIL

// Seeking to 500s causes us to seek to 0s and continue playing (expected), but WebKit checks too fast.
// The test uses setTimeout() and is flaky.
BUG13907 : LayoutTests/media/video-seek-past-end-playing.html = FAIL

// We sometimes emit an error from the same source element twice.
BUG9798 BUG13907 DEBUG : LayoutTests/media/video-source-error.html = FAIL PASS
BUG9798 BUG13907 SLOW WIN RELEASE : LayoutTests/media/video-source-error.html = FAIL PASS

// Failing because we sometimes emit additional timeupdate events.
// Test may need to be rewritten or only log the first timeupdate event.
BUG13907 LINUX WIN : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html = PASS FAIL
BUG13907 MAC : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html = FAIL

// Failing because we sometimes emit additional timeupdate events.
// Test might be WONTFIX because we don't export a step button in the first place.
BUG13907 BUG25375 SKIP : LayoutTests/media/audio-delete-while-step-button-clicked.html = FAIL

// Will be fixed when https://bugs.webkit.org/show_bug.cgi?id=30435 lands.
BUG13907 SKIP : LayoutTests/media/audio-constructor-src.html = TIMEOUT
BUG13907 SKIP : LayoutTests/media/audio-play-event.html = TIMEOUT
BUG13907 SKIP : LayoutTests/media/video-no-audio.html = TIMEOUT
BUG13907 SKIP : LayoutTests/media/video-source-add-src.html = TIMEOUT

// Seeks to the end of file, which results in ogg packets with no timestamps.
BUG13907 SKIP : LayoutTests/media/event-attributes.html = TIMEOUT

// The media time display isn't appearing.
BUG13907 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL

// The video appears as a white box on Windows.
BUG13907 SKIP WIN : LayoutTests/media/video-zoom.html = FAIL

// Video has a green background, probably due to Mac repaint debugging code.
BUG13907 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL

// The media time display is getting styled when it shouldn't be.
BUG13907 : LayoutTests/media/controls-styling.html = FAIL

// These tests are flaky with subtle pixel differences.
BUG9798 BUG13907 LINUX MAC : LayoutTests/media/video-transformed.html = IMAGE PASS
BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE PASS

// These tests are failing because they use position-dependent mouse clicks.
BUG13907 BUG25375 : LayoutTests/media/video-controls-transformed.html = FAIL

// These tests are WONTFIX because they use codecs Chromium doesn't support.
BUG16779 WONTFIX SKIP : LayoutTests/media/video-can-play-type.html = FAIL TIMEOUT
BUG16779 WONTFIX SKIP : LayoutTests/media/video-document-types.html = FAIL TIMEOUT
BUG16779 WONTFIX SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL TIMEOUT
BUG16779 WONTFIX SKIP : LayoutTests/media/audio-data-url.html = FAIL TIMEOUT
BUG16779 WONTFIX SKIP : LayoutTests/media/video-size-intrinsic-scale.html = FAIL TIMEOUT


// Function arguments object is copied for each access.
BUG24194 : LayoutTests/fast/js/kde/function_arguments.html = FAIL

// We don't support dynamic fonts on Linux.
// Once we have the sandbox working, we should re-evaluate this.
BUG10278 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
BUG10278 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL

// 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.
BUG10279 : LayoutTests/fast/js/var-declarations-shadowing.html = FAIL

// Implement full JSON support in V8
BUG14885 SLOW : LayoutTests/fast/js/JSON-parse.html = FAIL
BUG14885 SLOW : LayoutTests/fast/js/JSON-stringify.html = FAIL
BUG14885 : LayoutTests/fast/js/JSON-parse-reviver.html = FAIL
BUG14885 : LayoutTests/fast/js/JSON-stringify-replacer.html = FAIL

// User stylesheets not currently supported by chrome.
// Webkit supports them by doing filesystem operations directly.
// This is disallowed in a sandboxed renderer. The test fails in
// test_shell.exe because the necessary filesystem stubs are notImplemented(),
// and would need to be proxied through the browser
BUG24199 : LayoutTests/http/tests/security/local-user-CSS-from-remote.html = FAIL

// Implement CSS -webkit-font-smoothing property support.
BUG23270 WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL

// Make canvas shadow work with drawImage.
BUG11153 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html = FAIL
BUG11153 WIN LINUX : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL

// Repaint issues are revealed by these tests.
BUG28183 : LayoutTests/fast/repaint/box-shadow-v.html = IMAGE
// The difference of positions of texts after the list markers is NOT
// an issue. The behavior of the expectations was wrong. The real
// problem is the change of the 'p' in italic "properly". Note that
// upstream expectation image has the same issue.
BUG28183 WIN LINUX : LayoutTests/fast/repaint/list-marker.html = IMAGE

BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL

//also BUG24863
BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL
BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL

// Flaky: fails about 5% of the time.
BUG31342 WIN RELEASE : LayoutTests/security/block-test-no-port.html = TEXT PASS
BUG31342 WIN RELEASE : LayoutTests/security/block-test.html = TEXT PASS

// Fails in debug. Windows used to be only flaky, but now fails consistently
// starting with the 52554->52633 merge.
BUG31363 DEBUG WIN LINUX : LayoutTests/platform/chromium/fast/dom/interval.html = TEXT PASS

// -----------------------------------------------------------------
// SVG TESTS
// -----------------------------------------------------------------

// These are regressions from 1.0, but deemed DEFERable for 2.0.
BUG8635 LINUX WIN : LayoutTests/svg/custom/pattern-y-offset.svg = FAIL
BUG8635 WIN : LayoutTests/svg/batik/paints/patternRegions.svg = IMAGE
BUG8635 LINUX : LayoutTests/svg/batik/paints/patternRegions.svg = IMAGE+TEXT
BUG8635 LINUX WIN RELEASE : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL
BUG8635 LINUX WIN DEBUG : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL

BUG8763 LINUX WIN MAC : LayoutTests/svg/custom/use-on-g-containing-foreignObject-and-image.svg = IMAGE

// smiley.png should be shown with xml:base and xml:base on parent.
BUG10281 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = IMAGE
BUG10281 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = IMAGE+TEXT

// We show reduced version of the entire SVN image rather than an image
BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE
BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE
BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE+TEXT
BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE+TEXT
BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE+TEXT

// Merge 39744:39829 - regression
BUG10284 MAC : LayoutTests/svg/custom/path-bad-data.svg = FAIL

// Upstream dumprendertree changes caused the expected to change.
// Now our baseline is out of date, and we differ from Mac expected on the
// caret position in the last line of the text output.
BUG10285 WIN LINUX RELEASE : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL
BUG10285 LINUX WIN DEBUG : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL

// Merge 39744:39913? - regressions
BUG10286 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL

BUG10287 WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = IMAGE+TEXT
BUG10287 SLOW WIN RELEASE : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = IMAGE+TEXT
BUG10287 LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = IMAGE+TEXT

BUG10288 WIN LINUX : LayoutTests/svg/batik/text/verticalText.svg = FAIL

BUG10289 WIN LINUX : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL

// Merge 51681:51711 - regression
BUG29453 WIN MAC LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = IMAGE IMAGE+TEXT
BUG29453 WIN MAC LINUX : LayoutTests/svg/custom/radial-gradient-with-outstanding-focalPoint.svg = IMAGE

// Bug in Skia, see https://bugs.webkit.org/show_bug.cgi?id=24534 .
BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL
BUG10291 WIN LINUX : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL
BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAIL

BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FAIL

// New in WebKit r52559
BUG31344 : LayoutTests/svg/custom/global-constructors.html = TEXT

// New in WebKit r52580.
BUG31345 WIN LINUX : LayoutTests/svg/custom/mask-on-multiple-objects.svg = IMAGE

// Text fails very rarely, 1/200 runs or fewer.
BUG29737 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS
BUG29737 MAC RELEASE : LayoutTests/svg/W3C-SVG-1.1/filters-light-01-f.svg = TEXT PASS

// -----------------------------------------------------------------
// End SVG Regressions
// -----------------------------------------------------------------

// Selection wrong.
BUG10292 MAC LINUX : LayoutTests/editing/selection/5354455-1.html = FAIL

// Compact support was removed from WebKit by Hyatt and layout tests rebaselined in r40259.

BUG10295 MAC : LayoutTests/fast/dom/prototype-chain.html = FAIL

// Font differences, requiring overriden metrics, not a real bug, not fixing for Beta
BUG10296 MAC : LayoutTests/fast/text/international/bidi-menulist.html = FAIL
BUG10296 LINUX : LayoutTests/fast/transforms/transform-on-inline.html = FAIL
BUG10296 LINUX : LayoutTests/fast/transforms/transform-table-row.html = FAIL
BUG10296 LINUX : LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL
// Needs to be rebaselined.
BUG10296 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL
BUG10296 LINUX RELEASE : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
BUG10296 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/batik/text/textLength.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/batik/text/textProperties.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/custom/text-dom-01-f.svg = FAIL
BUG10296 LINUX RELEASE : LayoutTests/svg/hixie/perf/007.xml = FAIL
BUG10296 LINUX DEBUG : LayoutTests/svg/hixie/perf/007.xml = FAIL
BUG10296 LINUX : LayoutTests/svg/hixie/text/003a.xml = FAIL
BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/001.xml = FAIL
BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/002.xml = FAIL
BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-36-t.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-40-t.svg = FAIL
BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-14-b.svg = FAIL

// No anti-aliasing on the text.
BUG10298 LINUX : LayoutTests/svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL

// Marking this again as failed. This test failed even after rebaseline due to
// the fact that the font is not specified in the test and it seems that the
// test falls back on a different font locally than on the buildbot so the
// baseline is invalid. This might indicate a failure in our font fallback code
// or might be expected and that we should either go with the buildbot output
// or change the test upstream to specify explicitly what font to use.
// The mask part of this test is totally wrong.
BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL

// The failures listed below have never passed in Chromium and need to be
// investigated, categorized, and (one hopes) fixed.

// These test fail full text diff (but not simplified diff) most likely due
// to differing implementations of SVG fonts. They may or may not represent
// real bugs which need fixin'

// pixeltest failure: font baseline should be on the path, not the centerline
// There's no baseline at all for this!
BUG24198 SKIP : LayoutTests/svg/batik/text/smallFonts.svg = FAIL

// pixeltest failure: font baseline should be on the path, not the centerline
BUG24198 LINUX WIN : LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL
BUG24198 LINUX WIN : LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL

// This test fails because of an oddity in stroke width calculation. A
// line is stroked horizontally from Y=100 with stroke width 100, we consider
// it to be occupying the scan lines from Y=50 to Y=149 inclusive, which
// is a total of 100 lines. Apple expects it to be occupying Y=150 as
// well. The specification isn't very specific on which behavior is correct,
// but I feel like ours makes more sense.
// The crash started occuring after the WebKit merge 43242:43321
BUG24198 RELEASE : LayoutTests/svg/custom/stroke-width-click.svg = TEXT
BUG24198 DEBUG : LayoutTests/svg/custom/stroke-width-click.svg = CRASH

// The red marker is not drawing the same way as the mac.
BUG24198 LINUX WIN : LayoutTests/svg/custom/marker-changes.svg = FAIL

BUG24198 LINUX WIN : LayoutTests/svg/hixie/text/003.html = FAIL

// SVG combined with font metrics.
BUG24198 LINUX : LayoutTests/svg/hixie/text/001-broken.xml = FAIL

// This is an interesting one.
// The test has an error which causes it to output a message to the console.
// Apple's expected results include this error. Actually, Apple's expected
// results include the error twice, because (apparently unique among console
// debugging messages) it's generated during rendering. The problem is that
// we end up invoking the renderer twice when we're doing pixel tests, once
// otherwise, so we get different results depending on whether pixel tests are
// enabled. (Neither matches Apple's exactly... when we have pixel tests on,
// the duplicate error message ends up at the end of the file, while Apple's
// results have them both at the top.) But this test doesn't represent a real
// failure in any way and nothing needs to be done to fix it. I'm leaving it
// in tests_fixable in case we change the test shell's webview delegate to
// ignore console messages while doing a pixel dump
BUG24198 : LayoutTests/svg/custom/clip-path-referencing-use2.svg = FAIL

// These two tests have a highlight color that is different from the Mac,
// which is normal because selection color is different between Mac and
// Windows, but even so it still doesn't look identical because there is still
// some problem with the fill color for the text.
BUG10300 WIN LINUX : LayoutTests/svg/text/text-deco-01-b.svg = FAIL
BUG10300 LINUX : LayoutTests/svg/text/text-text-08-b.svg = FAIL

// SVG masks aren't quite working yet.
// Might also be related to https://bugs.webkit.org/show_bug.cgi?id=21910
// New tests. We should fix these, but they don't need to block the current release
BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-mask.html = FAIL
BUG3244 WIN DEBUG : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAIL
BUG3244 SLOW WIN RELEASE : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAIL
BUG3244 LINUX : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAIL

BUG10302 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL

BUG10303 LINUX : LayoutTests/svg/custom/pattern-rotate.svg = FAIL

// I find it hard to care too much about SVG failures.
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-06-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-07-t.svg = FAIL
BUG10304 LINUX RELEASE: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+TEXT
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-desc-02-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/interact-zoom-01-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-spacing-01-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-text-01-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/carto.net/slider.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/carto.net/textbox.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/carto.net/window.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/custom/coords-relative-units-transforms.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/custom/use-referencing-nonexisting-symbol.svg = FAIL
BUG10304 LINUX RELEASE : LayoutTests/svg/hixie/perf/003.xml = FAIL
BUG10304 LINUX DEBUG : LayoutTests/svg/hixie/perf/003.xml = FAIL
BUG10304 LINUX : LayoutTests/svg/hixie/perf/004.xml = FAIL
BUG10304 LINUX : LayoutTests/svg/hixie/perf/005.xml = FAIL
BUG10304 LINUX RELEASE : LayoutTests/svg/hixie/perf/006.xml = FAIL
BUG10304 LINUX DEBUG : LayoutTests/svg/hixie/perf/006.xml = FAIL
BUG10304 LINUX : LayoutTests/svg/hixie/text/003b.xml = FAIL
BUG10304 LINUX : LayoutTests/svg/text/text-spacing-01-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/text/text-text-01-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-01-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-02-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-03-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-04-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-elem-07-b.svg = FAIL
// Our gradients are wrong here.
BUG10304 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
BUG10304 LINUX : LayoutTests/svg/carto.net/button.svg = FAIL

// New tests. We should fix these, but they don't need to block the current release
BUG10305 WIN LINUX : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = FAIL
BUG10305 : LayoutTests/svg/custom/use-instanceRoot-event-listeners.xhtml = FAIL

// Probably need to change the test upstream to describe it better and use no
// hard coded numbers.
BUG19897 WIN LINUX : LayoutTests/svg/custom/getscreenctm-in-mixed-content2.xhtml = FAIL

BUG10306 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL

// Linux pixeltest failure: slightly different shade of composited
// alpha in bottom group.
BUG10310 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL

// Image mismatch since WebKit r49757.
// The difference is hard to tell, but our gradation is slightly different
// (blue is too strong on the gradation).
// Pixel dump was updated on upstream but our rendering did not change.
BUG25175 MAC : LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE

// -----------------------------------------------------------------
// Accessibility layout tests
//
// In addition to WebCore, these are meant to exercise platform APIs
// (MSAA, NSAccessibility, ATK). Since we don't have access to these in the
// sandbox, making these tests pass involves faking interactions with these APIs
// and doesn't seem like a good use of our time.
// We DEFER or WONTFIX these, because we need to first identify a good
// testing strategy for Chromium accessibility. It is possible we won't use
// these at all.

BUG10322 DEFER SKIP : LayoutTests/accessibility = PASS FAIL
BUG10322 DEFER SKIP : LayoutTests/platform/mac/accessibility = PASS FAIL
BUG10322 DEFER SKIP : LayoutTests/platform/win/accessibility = PASS FAIL

// -----------------------------------------------------------------
// Other failures
// -----------------------------------------------------------------

// These fail the pixel tests in debug mode because they have
// unpainted space (filled red in Debug but not in Release).
// https://bugs.webkit.org/show_bug.cgi?id=8423
BUG24204 WIN LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE+TEXT

// Fails on webkit windows as well.
BUG24207 WIN LINUX : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars.html = FAIL

// The test may require a proper version of Java 6 RC 10 plugin
// installed to run.
BUG10313 : LayoutTests/plugins/bindings-test.html = FAIL


// No glyph for U+FFFD (Replacement Character : black diamond with
// question mark) in them
BUG10315 WIN LINUX : LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL

// V8 failures as a result of the WebKit merge.
// http://code.google.com/p/v8/issues/detail?id=92

// v8: A setter that is added to a prototype after the inline cache is
// recorded will not be called.
BUG24209 : LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL

// We have the wrong shadow for "This".
// It appears we're not obeying the "transparent" fill color.
BUG10317 LINUX : LayoutTests/fast/css/shadow-multiple.html = FAIL

// Problems with getImageData and toDataURL.
// This test requires us to do alpha blending exactly the way CG does it,
// which Skia may never do (see bug).
BUG22700 LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL

// We're much closer now. To fully pass this we need encoders for jpg
// and gif, which is a low priority.
BUG10318 WIN LINUX : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL

// More tests that fail because of masks not working properly.
// New tests. We should fix these, but they don't need to block the current release
BUG10319 WIN LINUX : LayoutTests/fast/backgrounds/mask-composite.html = FAIL
BUG10319 WIN LINUX : LayoutTests/fast/backgrounds/repeat/mask-negative-offset-repeat.html = FAIL

// This test finishes while in the middle of a CSS animation. This is
// intentional, but it makes pixel results unreliable.
// http://bugs.webkit.org/show_bug.cgi?id=21491
// CSS animations should not block our next release.
BUG10320 SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS

// Issue 3273: TextInputController::firstRectForCharacterRange not implemented.
BUG3273 : LayoutTests/editing/selection/move-left-right.html = FAIL
BUG3273 MAC : LayoutTests/platform/mac/editing/input/caret-primary-bidi.html = FAIL
BUG3273 MAC : LayoutTests/platform/mac/editing/input/firstrectforcharacterrange-plain.html = FAIL
BUG3273 MAC : LayoutTests/platform/mac/editing/input/range-for-empty-document.html = FAIL
// WebKit 50358:50395
BUG3273 : LayoutTests/fast/text/international/thai-cursor-position.html = TEXT
// WebKit roll 51512:51524
BUG3273 : LayoutTests/editing/selection/5825350-1.html = FAIL
BUG3273 : LayoutTests/editing/selection/5825350-2.html = FAIL
BUG3273 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL

// Regression from the 41362:41402 merge.
BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL

// These tests are flaky as of 2009/06/09. Need to investigate.

// <body><canvas height=100></canvas></body> is 1 px taller than upstream.
BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL

// GURL doesn't handle switching from standard URL to path URL correctly
BUG27914 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT

// ----------------------------------------------------------------------------
// NEW FOR THE MERGE
//
// These tests need to have their output inspected to make sure it's reasonable
// and then baselined if necessary.
// ----------------------------------------------------------------------------

// This test isn't hanging, it just takes 12-13 seconds to run.
BUG10322 SLOW WIN LINUX : LayoutTests/http/tests/misc/acid3.html = FAIL

// Has failed for Chromium since it was first checked in.  (Lighttpd related?)
BUG10323 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html = FAIL

// Times out because this uses dom storage which we don't implement.
BUG4360 SKIP : LayoutTests/security/autocomplete-cleared-on-back.html = TIMEOUT

// Post-MERGE failures: these will all need to be fixed one day

// Linux pixeltest failure: caret is in the wrong place
// Upstream WebKit also skips this test and Safari with latest WebKit shows
// same behavior as Chromium. Not required for beta so marking as deferred.
BUG10324 : LayoutTests/editing/selection/caret-rtl-2.html = IMAGE

// This test assumes we're using unix paths and looks for a file:///test
// path.  We correctly return file:///C:/test on Windows.  We should fix
// upstream
// Expectations for this test changed upstream. We should fix this test, but
// it doesn't need to block the current release
BUG10325 WIN : LayoutTests/fast/dom/resource-locations-in-created-html-document.html = FAIL

BUG10326 LINUX WIN DEBUG : LayoutTests/http/tests/messaging/cross-domain-message-event-dispatch.html = FAIL PASS

// GURL/KURL difference in handling of "http:".
// New test. We should fix it, but it doesn't need to block the current release
BUG7386 : LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html = FAIL

// Linux pixeltest failure: Font mismatch
BUG10327 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL

// On Linux, we don't seem to be getting Helvetica Bold for all cases.
BUG10328 LINUX : LayoutTests/fast/css/font-face-multiple-faces.html = FAIL

// Got flakey (both debug and release) around r3581 (ananta).
// New test. We should fix it, but it doesn't need to block the current release
BUG10329 WIN : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL

// Uses ahem font and expects line heights to match some pixel value.
// We should be able to pass this -- not sure what's wrong.
BUG10331 LINUX : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL

// Looks like we're failing the test -- there are red boogers in the box that should be all green.
BUG10332 LINUX : LayoutTests/css2.1/t1605-c545-txttrans-00-b-ag.html = FAIL

// Linux: color off by one.  Rounding error?
BUG10333 LINUX WIN : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL IMAGE

// Asks for "system" fonts, which we don't support at all.
BUG10335 LINUX : LayoutTests/fast/css/css2-system-fonts.html = FAIL

// Large fonts have different metrics.
BUG10336 LINUX : LayoutTests/fast/css/font-face-descriptor-multiple-values.html = FAIL

// Wants Helvetica, Monaco.  It's still testing something useful, but we may
// need to check in a wrong-looking baseline.  Windows looks wrong too.
BUG10337 LINUX : LayoutTests/fast/css/font-face-locally-installed.html = FAIL

// Font metrics wrong, despite using Lucida Grande?
BUG10338 LINUX : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL

// Layout totally different -- wrong font selected?
BUG10340 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL

// Linux flaky: sometimes I get scrollbars and sometimes not.
BUG10341 LINUX : LayoutTests/fast/lists/001.html = FAIL

// We fail to load a file URL with a port number -- how does this work on
// Windows?
BUG10342 LINUX MAC : LayoutTests/fast/loader/file-URL-with-port-number.html = TIMEOUT

// Text doesn't display at all -- maybe we don't have the slow font
// code enabled?
BUG10343 LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL
BUG10343 LINUX RELEASE : LayoutTests/fast/text/atsui-partial-selection.html = FAIL
BUG10343 LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL
BUG10343 LINUX WIN : LayoutTests/fast/text/cg-vs-atsui.html = FAIL

// Started timing out with agl's complext text change.  Page is verrry slow.
BUG10343 SKIP LINUX : LayoutTests/fast/text/large-text-composed-char.html = TIMEOUT FAIL

// Missing text -- slow font path unimplemented?
BUG10344 LINUX : LayoutTests/fast/text/should-use-atsui.html = FAIL

// We print to stderr when a failure happens while importing XSL;
// should disable this in libxml.
BUG10347 MAC : LayoutTests/fast/xsl/transform-xhr-doc.xhtml = FAIL

// Linux pixeltest failure: Failing to apply style
BUG10349 LINUX : LayoutTests/fast/forms/select-style.html = FAIL

// Linux pixeltest failure: The text suggests that the radios should not
// overlap, but it's very close and quite different from the Windows version
BUG10350 LINUX : LayoutTests/fast/replaced/width100percent-radio.html = FAIL

// These tests are marked as failing on Linux because they depend on QuickTime.
// See the bug for more discussion.
BUG15797 LINUX : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL
BUG15797 LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL CRASH

// Depends on plugin support.
BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = PASS FAIL

// Skip because we throw an exception before we get to dumpAsText.
BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL
BUG10351 MAC : LayoutTests/plugins/inner-html-display-none.html = FAIL
BUG10351 MAC DEBUG : LayoutTests/plugins/invoke.html = PASS FAIL
BUG10351 MAC : LayoutTests/plugins/mouse-events.html = FAIL
BUG10351 MAC DEBUG : LayoutTests/http/tests/plugins/npapi-response-headers.html = PASS FAIL
BUG10667 MAC : LayoutTests/plugins/iframe-shims.html = FAIL
// BUG10667 SLOW MAC RELEASE : LayoutTests/plugins/iframe-shims.html = FAIL

// NEW FOR MERGE 36102:37604

// New test. We should fix it, but it doesn't need to block the current release
BUG24227 : LayoutTests/fast/js/arguments.html = FAIL
// New test. We should fix it, but it doesn't need to block the current release
BUG24227 : LayoutTests/fast/js/primitive-method-this.html = FAIL
// See bug http://code.google.com/p/chromium/issues/detail?id=7868,
// not urgent for current release.
BUG24227 : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL

// These tests are wrong because of:
// https://bugs.webkit.org/show_bug.cgi?id=24161. This is not
// important for current release.
BUG10353 WIN LINUX : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL
BUG10353 LINUX WIN DEBUG : LayoutTests/fast/forms/listbox-selection-2.html = FAIL
BUG10353 LINUX RELEASE : LayoutTests/fast/forms/listbox-selection-2.html = FAIL
BUG10353 SLOW WIN RELEASE : LayoutTests/fast/forms/listbox-selection-2.html = FAIL
BUG10353 WIN LINUX : LayoutTests/fast/forms/select-item-background-clip.html = FAIL
BUG10353 WIN LINUX : LayoutTests/fast/forms/textarea-rows-cols.html = FAIL

// Form control scrollbars seem to be drawn incorrectly.
BUG10353 LINUX : LayoutTests/fast/replaced/width100percent-textarea.html = FAIL

// This test sometimes fails indefinitely, other times it takes 1-2 seconds.
BUG14009 LINUX : LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS FAIL
BUG14009 WIN MAC : LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS

// NEW FOR MERGE 37604:38097
// This is a Safari specific test used to document the set of global
// constructors they expose and the exact way they are printed.  Not
// important - we might even want to ignore it.
// New tests. We should fix these, but they doesn't need to block the current
// release
BUG10354 WIN LINUX : LayoutTests/fast/layers/opacity-transforms.html = FAIL

// MERGE 38389:38450
// Form submit causes invalid page reload/navigation when action is a named
// anchor
BUG10357 : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT PASS

// MERGE 38500:39550: New tests
// Missing expected results
BUG10358 SKIP MAC LINUX : LayoutTests/animations/animation-drt-api.html = PASS

// New test. We should fix it, but it doesn't need to block the current release
BUG10361 WIN : LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL

// Windows is missing the green box.
// started to pass in roll to WebKit r50313
BUG8729 WIN DEBUG : LayoutTests/http/tests/multipart/invalid-image-data.html = FAIL
BUG8729 SLOW WIN RELEASE : LayoutTests/http/tests/multipart/invalid-image-data.html = FAIL

// -----------------------------------------------------------------
// MAC PORT TESTS
// -----------------------------------------------------------------

//
// *** TESTS TO WORK ON FIRST ***
// These tests fail because of work that needs to be done in Mac TestShell to
// bring it up to par with Win TestShell. These tests pass on Win and should
// pass on Mac once we fix the bugs.
//

// We've bucketed tests into groupings for why they're failing. Please try
// to add new failures in the appropriate bucket.

// text fields wrong width
BUG10363 MAC : LayoutTests/tables/mozilla/bugs/bug53690-1.html = FAIL
BUG10363 MAC : LayoutTests/tables/mozilla/bugs/bug9024.html = FAIL

// we're waiting on upstreaming a change to how textarea padding works. rather
// than rebasing, we'll wait for the upstream (which ojan said should happen
// early in Jan 09).
BUG10364 MAC : LayoutTests/fast/css/resize-corner-tracking.html = FAIL
BUG10364 MAC : LayoutTests/http/tests/navigation/reload-subframe-object.html = FAIL

// bad key event handling
BUG10366 MAC : LayoutTests/fast/events/option-tab.html = FAIL

// event failures
BUG10367 MAC : LayoutTests/fast/events/attempt-scroll-with-no-scrollbars.html = FAIL

// selection
BUG10369 MAC : LayoutTests/editing/selection/5109817.html = FAIL
BUG10369 LINUX : LayoutTests/editing/selection/5354455-2.html = FAIL

// incorrect layout
BUG10370 MAC : LayoutTests/fast/css/font-weight-1.html = FAIL

// Not really sure why these are failing at the moment
BUG10376 MAC : LayoutTests/fast/dom/isindex-002.html = FAIL

// 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.
BUG10378 MAC : LayoutTests/fast/images/embed-image.html = FAIL
BUG10378 MAC : LayoutTests/fast/images/object-image.html = FAIL

BUG10381 LINUX RELEASE : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
BUG10381 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL

// 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.)
BUG10384 MAC SLOW : LayoutTests/fast/dom/Window/new-window-opener.html = FAIL
BUG10384 MAC : LayoutTests/fast/forms/focus2.html = FAIL

BUG10399 MAC : LayoutTests/fast/encoding/char-encoding-mac.html = FAIL

// Broken pixel tests

// Rebaselining needed because of scrollbars
BUG23498 MAC : LayoutTests/css1/cascade/cascade_order.html = IMAGE
BUG23498 MAC : LayoutTests/css1/classification/display.html = IMAGE
BUG23498 MAC : LayoutTests/css1/classification/list_style_type.html = IMAGE
BUG23498 MAC : LayoutTests/css1/classification/white_space.html = IMAGE
BUG23498 MAC : LayoutTests/css1/color_and_background/background.html = IMAGE
BUG23498 MAC : LayoutTests/css1/color_and_background/background_attachment.html = IMAGE
BUG23498 MAC : LayoutTests/css1/color_and_background/background_position.html = IMAGE
BUG23498 MAC : LayoutTests/css1/color_and_background/background_repeat.html = IMAGE
BUG23498 MAC : LayoutTests/css1/conformance/forward_compatible_parsing.html = IMAGE
BUG23498 MAC : LayoutTests/css1/font_properties/font.html = IMAGE
// BUG23498 MAC : LayoutTests/css1/font_properties/font_family.html = IMAGE
BUG23498 MAC : LayoutTests/css1/font_properties/font_size.html = IMAGE
BUG23498 MAC : LayoutTests/css1/font_properties/font_weight.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/floating_elements.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/height_of_lines.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/horizontal_formatting.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/inline_elements.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/replaced_elements.html = IMAGE
BUG23498 MAC : LayoutTests/css1/formatting_model/vertical_formatting.html = IMAGE
BUG23498 MAC : LayoutTests/css1/pseudo/anchor.html = IMAGE
BUG23498 MAC : LayoutTests/css1/pseudo/firstletter.html = IMAGE
BUG23498 MAC : LayoutTests/css1/pseudo/firstline.html = IMAGE
BUG23498 MAC : LayoutTests/css1/pseudo/multiple_pseudo_elements.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/letter_spacing.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/line_height.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/text_decoration.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/text_indent.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/text_transform.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/vertical_align.html = IMAGE
BUG23498 MAC : LayoutTests/css1/text_properties/word_spacing.html = IMAGE
BUG23498 MAC : LayoutTests/css1/units/color_units.html = IMAGE
BUG23498 MAC : LayoutTests/css1/units/length_units.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0803-c5505-mrgn-02-c.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t080301-c411-vt-mrgn-00-b.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0905-c5525-fltclr-00-c-ag.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0905-c5525-fltmrgn-00-c-ag.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0905-c5525-fltwidth-00-c-g.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t0905-c5526-fltclr-00-c-ag.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t1002-c5523-width-02-b-g.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t1202-counters-08-b.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t1202-counters-09-b.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t140201-c535-bg-fixd-00-b-g.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t140201-c537-bgfxps-00-c-ag.html = IMAGE
BUG23498 MAC : LayoutTests/css2.1/t1508-c527-font-07-b.html = IMAGE
BUG23498 MAC : LayoutTests/editing/deleting/delete-after-span-ws-001.html = IMAGE
BUG23498 MAC : LayoutTests/editing/deleting/delete-after-span-ws-002.html = IMAGE
BUG23498 MAC : LayoutTests/editing/deleting/delete-after-span-ws-003.html = IMAGE
BUG23498 MAC : LayoutTests/editing/deleting/delete-line-end-ws-001.html = IMAGE
BUG23498 MAC : LayoutTests/editing/deleting/delete-line-end-ws-002.html = IMAGE
BUG23498 MAC : LayoutTests/editing/inserting/insert-div-023.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/focus_editable_html.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/iframe.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/select-all-001.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/select-all-002.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/select-all-003.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/select-all-004.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/unrendered-001.html = IMAGE
// BUG23498 MAC : LayoutTests/editing/selection/unrendered-002.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/unrendered-003.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/unrendered-004.html = IMAGE
BUG23498 MAC : LayoutTests/editing/selection/unrendered-005.html = IMAGE
BUG23498 MAC : LayoutTests/fast/backgrounds/background-inherit-color-bug.html = IMAGE
BUG23498 MAC : LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/basic/016.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/basic/fieldset-stretch-to-legend.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/008.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/013.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/019.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/021.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/025.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/026.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/027.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/028.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/032.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/033.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/035.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/block/float/avoidance-percent-width-strict.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/br-with-clear-2.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/block/float/float-avoidance.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/nested-clearance.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/float/relative-painted-twice.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/margin-collapse/103.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/margin-collapse/104.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/margin-collapse/empty-clear-blocks.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/047.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/051.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/055.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/auto/007.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/negative-rel-position.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/relative-overflow-block.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/relative-overflow-replaced-float.html = IMAGE
BUG23498 MAC : LayoutTests/fast/block/positioning/relative-overflow-replaced.html = IMAGE
BUG23498 MAC : LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml = IMAGE
BUG23498 MAC : LayoutTests/fast/body-propagation/overflow/001.html = IMAGE
BUG23498 MAC : LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml = IMAGE
BUG23498 MAC : LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml = IMAGE
BUG23498 MAC : LayoutTests/fast/body-propagation/overflow/005.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/borders/inline-mask-overlay-image.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/box-shadow/basic-shadows.html = IMAGE
BUG23498 MAC : LayoutTests/fast/box-sizing/box-sizing.html = IMAGE
BUG23498 MAC : LayoutTests/fast/canvas/canvas-bg.html = IMAGE
BUG23498 MAC : LayoutTests/fast/canvas/canvas-text-alignment.html = IMAGE
BUG23498 MAC : LayoutTests/fast/canvas/image-object-in-canvas.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/005.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/MarqueeLayoutTest.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/border-height.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/empty-pseudo-class.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/first-child-pseudo-class.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/first-of-type-pseudo-class.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/hsl-color.html = IMAGE
BUG9798 BUG23498 MAC : LayoutTests/fast/css/last-child-pseudo-class.html = IMAGE FAIL
BUG23498 MAC : LayoutTests/fast/css/line-height-overflow.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/nested-floating-relative-position-percentages.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/only-child-pseudo-class.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/only-of-type-pseudo-class.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/percentage-non-integer.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/css/shadow-multiple.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/text-overflow-ellipsis-strict.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/text-overflow-ellipsis.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css/word-space-extra.html = IMAGE
BUG23498 MAC : LayoutTests/fast/css-generated-content/014.html = IMAGE
BUG23498 MAC : LayoutTests/fast/dom/focus-contenteditable.html = IMAGE
BUG23498 MAC : LayoutTests/fast/dom/stripNullFromTextNodes.html = IMAGE
BUG23498 MAC : LayoutTests/fast/dynamic/008.html = IMAGE
BUG23498 MAC : LayoutTests/fast/dynamic/anchor-lock.html = IMAGE
BUG23498 MAC : LayoutTests/fast/dynamic/insert-before-table-part-in-continuation.html = IMAGE
BUG23498 MAC : LayoutTests/fast/encoding/utf-16-big-endian.html = IMAGE
BUG23498 MAC : LayoutTests/fast/encoding/utf-16-little-endian.html = IMAGE
BUG23498 MAC : LayoutTests/fast/events/autoscroll.html = IMAGE
BUG23498 MAC : LayoutTests/fast/events/pointer-events-2.html = IMAGE
BUG23498 MAC : LayoutTests/fast/events/reveal-link-when-focused.html = IMAGE
BUG23498 MAC : LayoutTests/fast/flexbox/016.html = IMAGE
BUG23498 MAC : LayoutTests/fast/flexbox/flex-hang.html = IMAGE
BUG23498 MAC : LayoutTests/fast/forms/fieldset-align.html = IMAGE
BUG23498 MAC : LayoutTests/fast/forms/form-hides-table.html = IMAGE
BUG23498 MAC : LayoutTests/fast/forms/input-table.html = IMAGE
BUG23498 MAC : LayoutTests/fast/forms/textAreaLineHeight.html = IMAGE
BUG23498 MAC : LayoutTests/fast/forms/textarea-rows-cols.html = IMAGE

BUG23498 MAC : LayoutTests/fast/frames/frame-scrolling-attribute.html = IMAGE

BUG23498 MAC : LayoutTests/fast/frames/iframe-scrolling-attribute.html = IMAGE
BUG23498 BUG26044 MAC RELEASE : LayoutTests/fast/frames/invalid.html = IMAGE CRASH
BUG23498 BUG26044 SLOW MAC DEBUG : LayoutTests/fast/frames/invalid.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/frames/onlyCommentInIFrame.html = IMAGE
BUG23498 MAC DEBUG : LayoutTests/fast/frames/valid.html = IMAGE
BUG23498 MAC RELEASE : LayoutTests/fast/frames/valid.html = IMAGE CRASH
BUG23498 MAC : LayoutTests/fast/gradients/background-clipped.html = IMAGE
BUG23498 MAC : LayoutTests/fast/images/pdf-as-image-landscape.html = IMAGE
BUG23498 MAC : LayoutTests/fast/inline/inline-borders-with-bidi-override.html = IMAGE
BUG23498 MAC : LayoutTests/fast/inline/inline-continuation-borders.html = IMAGE
BUG23498 MAC : LayoutTests/fast/inline/long-wrapped-line.html = IMAGE
BUG23498 MAC : LayoutTests/fast/inline-block/inline-block-vertical-align.html = IMAGE
BUG23498 MAC : LayoutTests/fast/layers/scroll-rect-to-visible.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/001.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/008.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/alpha-list-wrap.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/li-br.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/lists/ol-start-parsing.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/olstart.html = IMAGE
BUG23498 MAC : LayoutTests/fast/lists/w3-list-styles.html = IMAGE
BUG23498 MAC : LayoutTests/fast/multicol/column-rules-stacking.html = IMAGE
BUG23498 MAC : LayoutTests/fast/multicol/columns-shorthand-parsing.html = IMAGE
BUG23498 MAC : LayoutTests/fast/multicol/float-multicol.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/multicol/positioned-with-constrained-height.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/overflow/004.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/006.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/clip-rects-fixed-ancestor.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/overflow-auto-table.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/overflow-stacking.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/overflow-x-y.html = IMAGE
// BUG23498 MAC : LayoutTests/fast/overflow/position-fixed-transform-clipping.html = IMAGE
BUG23498 MAC : LayoutTests/fast/overflow/scrollRevealButton.html = IMAGE
BUG23498 MAC : LayoutTests/fast/reflections/reflection-direction.html = IMAGE
BUG23498 MAC : LayoutTests/fast/replaced/005.html = IMAGE
BUG23498 MAC : LayoutTests/fast/replaced/width100percent-image.html = IMAGE
BUG23498 MAC : LayoutTests/fast/selectors/166.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/023.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/034.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/040.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/border-collapsing/004.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/empty-cells.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/frame-and-rules.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/height-percent-test.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/overflowHidden.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/prepend-in-anonymous-table.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/wide-colspan.html = IMAGE
BUG23498 MAC : LayoutTests/fast/table/wide-column.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/capitalize-boundaries.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/international/bidi-neutral-run.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/international/thai-line-breaks.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/large-text-composed-char.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/softHyphen.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/wbr.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/whitespace/024.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/whitespace/pre-wrap-spaces-after-newline.html = IMAGE
BUG23498 MAC : LayoutTests/fast/text/word-break.html = IMAGE
BUG23498 MAC DEBUG : LayoutTests/fonts/cursive.html = IMAGE IMAGE+TEXT
BUG23498 MAC RELEASE : LayoutTests/fonts/cursive.html = IMAGE
BUG23498 MAC : LayoutTests/fonts/default.html = IMAGE
BUG23498 MAC : LayoutTests/fonts/fantasy.html = IMAGE
BUG23498 MAC : LayoutTests/fonts/monospace.html = IMAGE
BUG23498 MAC : LayoutTests/fonts/sans-serif.html = IMAGE
BUG23498 MAC : LayoutTests/fonts/serif.html = IMAGE
BUG23498 MAC : LayoutTests/http/tests/navigation/anchor-frames.html = IMAGE
BUG9798 BUG23498 MAC DEBUG : LayoutTests/http/tests/navigation/error404-frames.html = TIMEOUT IMAGE
BUG9798 BUG23498 MAC RELEASE : LayoutTests/http/tests/navigation/error404-frames.html = IMAGE
BUG23498 MAC : LayoutTests/http/tests/navigation/error404-subframeload.html = IMAGE
// BUG23498 MAC : LayoutTests/http/tests/navigation/javascriptlink-frames.html = IMAGE
BUG23498 MAC DEBUG : LayoutTests/http/tests/navigation/post-frames.html = IMAGE TIMEOUT
BUG23498 MAC RELEASE : LayoutTests/http/tests/navigation/post-frames.html = IMAGE
BUG23498 MAC : LayoutTests/http/tests/navigation/postredirect-frames.html = IMAGE
BUG23498 MAC : LayoutTests/svg/custom/altglyph.svg = IMAGE
// BUG23498 MAC : LayoutTests/svg/custom/junk-data.svg = IMAGE
BUG23498 MAC : LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html = IMAGE
BUG23498 MAC : LayoutTests/svg/hixie/links/003-broken.xml = IMAGE
BUG23498 MAC : LayoutTests/svg/text/kerning.svg = IMAGE
BUG23498 MAC : LayoutTests/svg/text/multichar-glyph.svg = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug101674.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug10269-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug10296-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug1055-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug113235-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug113235-3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug11944.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug120364.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug1302.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug131020.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug131020_iframe.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug137388-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug22019.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug23151.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug2479-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug2479-3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug2479-4.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug27038-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug29314.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug2947.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug32205-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug38916.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug3977.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug43039.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug43854-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug44505.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug46480-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug46480-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug50695-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug56405.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug5797.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug5835.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug625.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug650.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug67915-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug7112-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug7112-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug73321.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug92143.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug96334.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/bugs/bug96343.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/bloomberg.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/captions.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/cell_heights.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/col_widths_auto_fix.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/col_widths_fix_fixPer.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/nested1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/one_row.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/core/row_span.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_index.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_layers-opacity.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_position-table.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table-cell.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table-column-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table-column.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table-row-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table-row.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/backgr_simple-table.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_table_bgcolor_name.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_table_bgcolor_rgb.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_td_bgcolor_name.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_td_bgcolor_rgb.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_td_height.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_td_nowrap.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_th_bgcolor_name.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_th_bgcolor_rgb.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_th_height.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_th_nowrap.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_tr_bgcolor_name.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/marvin/x_tr_bgcolor_rgb.xml = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/cell_widths.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/nestedTables.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/test3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/test6.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/wa_table_thtd_rowspan.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla/other/wa_table_tr_align.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug10140.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug101759.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug10216.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug1055-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug106966.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug131020-3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug19526.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug220653.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug22122.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-5.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug32205-1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug67915-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug80762-2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug85016.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug89315.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug91057.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/backgrounds.html = IMAGE
// BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/captions1.html = IMAGE
// BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/captions2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/captions3.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/col_span2.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/columns.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/conflicts.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/core/standards1.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-column.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-row.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-hide.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-column.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/other/empty_cells.html = IMAGE
BUG23498 MAC : LayoutTests/tables/mozilla_expected_failures/other/test4.html = IMAGE
BUG23498 MAC : LayoutTests/webarchive/test-duplicate-resources.html = IMAGE

// Missing "misspelled-word" dotted underline
BUG23497 MAC : LayoutTests/editing/deleting/delete-3928305-fix.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-3959464-fix.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-and-undo.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-block-contents-003.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-contiguous-ws-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-tab-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-tab-003.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-to-select-table.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-trailing-ws-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-ws-fixup-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/deleting/delete-ws-fixup-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/execCommand/5569741.html = IMAGE
BUG23497 MAC : LayoutTests/editing/execCommand/insert-list-and-stitch.html = IMAGE
BUG23497 MAC : LayoutTests/editing/execCommand/insertHorizontalRule.html = IMAGE
// BUG23497 MAC : LayoutTests/editing/inserting/5418891.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/editing-empty-divs.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-3659587-fix.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-br-004.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-br-005.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-br-007.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-007.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-012.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-013.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-014.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-015.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-016.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-017.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-018.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-019.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-020.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-021.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-022.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-025.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-div-027.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-paragraph-02.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-paragraph-03.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-tab-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-tab-003.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/insert-text-with-newlines.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/paragraph-separator-01.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/paragraph-separator-02.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/paragraph-separator-03.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/return-key-with-selection-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/return-key-with-selection-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/return-key-with-selection-003.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/typing-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/inserting/typing-around-br-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/8145-2.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/cut-text-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/merge-end-blockquote.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/paste-blockquote-3.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/paste-text-019.html = IMAGE
BUG23497 MAC : LayoutTests/editing/pasteboard/undoable-fragment-removes.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/13804.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/5076323-1.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/5234383-1.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/5234383-2.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/extend-by-word-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/move-backwords-by-word-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/move-by-character-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/move-by-line-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/move-by-word-001.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/select-from-textfield-outwards.html = IMAGE
BUG23497 MAC : LayoutTests/editing/selection/unrendered-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/spelling/inline_spelling_markers.html = IMAGE
BUG23497 MAC : LayoutTests/editing/spelling/spellcheck-attribute.html = IMAGE
BUG23497 MAC : LayoutTests/editing/spelling/spelling-linebreak.html = IMAGE
BUG23497 MAC : LayoutTests/editing/spelling/spelling.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/5046875-2.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/block-styles-007.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-002.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-003.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-004.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-006.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-008.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-009.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-011.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-012.html = IMAGE
BUG23497 MAC : LayoutTests/editing/style/create-block-for-style-013.html = IMAGE
BUG23497 MAC : LayoutTests/fast/dom/blur-contenteditable.html = IMAGE

// Widget location is just slightly off
BUG23496 MAC : LayoutTests/css1/box_properties/acid_test.html = IMAGE
BUG23496 MAC : LayoutTests/css2.1/t09-c5526c-display-00-e.html = IMAGE
BUG23496 MAC : LayoutTests/fast/block/basic/011.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/001.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/basic-inputs.html = IMAGE
// BUG23496 MAC : LayoutTests/fast/forms/box-shadow-override.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/checkbox-radio-onchange.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/file-input-disabled.html = IMAGE+TEXT
BUG23496 MAC : LayoutTests/fast/forms/form-element-geometry.html = IMAGE+TEXT
BUG23496 MAC : LayoutTests/fast/forms/formmove.html = IMAGE
// Recently became crashy. See http://crbug.com/24721
BUG23496 MAC : LayoutTests/fast/forms/formmove2.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/indeterminate.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/input-appearance-height.html = IMAGE+TEXT
BUG23496 MAC : LayoutTests/fast/forms/input-value.html = IMAGE+TEXT
// BUG23496 MAC : LayoutTests/fast/forms/menulist-narrow-width.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/radio-attr-order.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/radio-nested-labels.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/radio_checked.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/radio_checked_dynamic.html = IMAGE
// BUG23496 MAC : LayoutTests/fast/forms/search-vertical-alignment.html = IMAGE
BUG23496 MAC : LayoutTests/fast/forms/search-zoomed.html = IMAGE
BUG23496 MAC : LayoutTests/fast/inline/positionedLifetime.html = IMAGE
BUG23496 MAC : LayoutTests/fast/parser/bad-xml-slash.html = IMAGE
BUG23496 MAC : LayoutTests/fast/replaced/replaced-breaking.html = IMAGE
BUG23496 MAC : LayoutTests/fast/replaced/width100percent-checkbox.html = IMAGE
BUG23496 MAC : LayoutTests/fast/replaced/width100percent-radio.html = IMAGE
BUG23496 MAC DEBUG : LayoutTests/fast/text/textIteratorNilRenderer.html = IMAGE
BUG23496 SLOW MAC RELEASE : LayoutTests/fast/text/textIteratorNilRenderer.html = IMAGE
BUG23496 MAC : LayoutTests/fast/text/whitespace/normal-after-nowrap-breaking.html = IMAGE
BUG23496 MAC : LayoutTests/http/tests/navigation/javascriptlink-frames.html = IMAGE
BUG23496 MAC : LayoutTests/tables/mozilla/bugs/bug1318.html = IMAGE
BUG23496 MAC : LayoutTests/tables/mozilla/bugs/bug4527.html = IMAGE
BUG23496 MAC : LayoutTests/tables/mozilla_expected_failures/core/captions1.html = IMAGE
BUG23496 MAC : LayoutTests/tables/mozilla_expected_failures/core/captions2.html = IMAGE

// Big button widgets are broken
BUG23495 MAC : LayoutTests/fast/forms/basic-buttons.html = IMAGE
BUG23495 MAC : LayoutTests/fast/forms/box-shadow-override.html = IMAGE+TEXT
BUG23495 MAC : LayoutTests/fast/forms/button-sizes.html = IMAGE

// Text declared as "monospace" with no size is bigger in Chromium
BUG23494 MAC : LayoutTests/css1/font_properties/font_family.html = IMAGE
BUG23494 MAC : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = IMAGE
BUG23494 MAC : LayoutTests/fast/text/monospace-width-cache.html = IMAGE

// Broken upstream? Layout test should write a "PASS" or "FAIL" line; upstream has neither (ours is "PASS")
BUG23492 MAC : LayoutTests/fast/frames/frame-src-attribute.html = IMAGE

// Font glyph issues?
BUG23491 MAC : LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = IMAGE
BUG23491 MAC : LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = IMAGE

// Missing special UI for "deletionUI"
BUG23490 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = IMAGE

// Actual is just slightly off in color than expected
BUG23488 MAC : LayoutTests/editing/deleting/type-delete-after-quote.html = IMAGE
BUG23488 MAC : LayoutTests/editing/inserting/5418891.html = IMAGE
BUG23488 MAC : LayoutTests/editing/selection/extend-by-word-002.html = IMAGE
BUG23488 MAC : LayoutTests/fast/backgrounds/background-clip-text.html = IMAGE
BUG23488 MAC : LayoutTests/fast/backgrounds/repeat/mask-negative-offset-repeat.html = IMAGE
BUG23488 MAC RELEASE : LayoutTests/fast/backgrounds/size/backgroundSize15.html = IMAGE
BUG23488 MAC DEBUG SLOW : LayoutTests/fast/backgrounds/size/backgroundSize15.html = IMAGE
BUG23488 MAC RELEASE : LayoutTests/fast/backgrounds/size/contain-and-cover.html = IMAGE
BUG23488 MAC DEBUG SLOW : LayoutTests/fast/backgrounds/size/contain-and-cover.html = IMAGE
BUG23488 MAC : LayoutTests/fast/backgrounds/svg-as-background-3.html = IMAGE
BUG23488 MAC : LayoutTests/fast/block/float/avoidance-percent-width-compat.html = IMAGE
BUG23488 MAC : LayoutTests/fast/block/float/avoidance-percent-width-strict.html = IMAGE
BUG23488 MAC : LayoutTests/fast/block/float/float-avoidance.html = IMAGE
BUG23488 MAC : LayoutTests/fast/borders/border-image-rotate-transform.html = IMAGE
BUG23488 MAC : LayoutTests/fast/borders/inline-mask-overlay-image.html = IMAGE
BUG23488 MAC : LayoutTests/fast/box-shadow/basic-shadows.html = IMAGE
BUG23488 MAC : LayoutTests/fast/box-shadow/inset.html = IMAGE
BUG23488 MAC : LayoutTests/fast/box-shadow/transform-fringing.html = IMAGE
BUG23488 MAC : LayoutTests/fast/canvas/canvas-incremental-repaint-2.html = IMAGE
BUG23488 MAC : LayoutTests/fast/css/pseudo-cache-stale.html = IMAGE
BUG23488 MAC : LayoutTests/fast/css/shadow-multiple.html = IMAGE
BUG23488 MAC : LayoutTests/fast/forms/search-vertical-alignment.html = IMAGE
BUG23488 MAC : LayoutTests/fast/frames/content-opacity-1.html = IMAGE
BUG23488 MAC : LayoutTests/fast/frames/content-opacity-2.html = IMAGE
BUG23488 MAC : LayoutTests/fast/frames/viewsource-attribute.html = IMAGE
BUG23488 MAC : LayoutTests/fast/layers/add-layer-with-nested-stacking.html = IMAGE
BUG23488 MAC : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = IMAGE
BUG23488 MAC : LayoutTests/fast/layers/layer-content-visibility-change.html = IMAGE
BUG23488 MAC : LayoutTests/fast/layers/remove-layer-with-nested-stacking.html = IMAGE
BUG23488 MAC : LayoutTests/fast/lists/ol-start-parsing.html = IMAGE
BUG23488 MAC : LayoutTests/fast/multicol/positioned-with-constrained-height.html = IMAGE
BUG23488 MAC : LayoutTests/fast/overflow/position-fixed-transform-clipping.html = IMAGE
BUG23488 MAC : LayoutTests/fast/reflections/abs-position-in-reflection.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-percent-inside-percent-table.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-percent-width-inside-auto-table.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-percent-width-inside-div.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-percent-width-inside-extra-large-div.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-percent-width-inside-fixed-width-table.html = IMAGE
BUG23488 MAC : LayoutTests/fast/table/fixed-table-with-small-percent-width.html = IMAGE
BUG23488 MAC : LayoutTests/fast/text/shadow-no-blur.html = IMAGE
BUG23488 MAC : LayoutTests/fast/text/shadow-translucent-fill.html = IMAGE
BUG23488 MAC : LayoutTests/svg/transforms/animated-path-inside-transformed-html.xhtml = IMAGE
BUG23488 MAC : LayoutTests/tables/mozilla/bugs/bug106158-1.html = IMAGE
BUG23488 MAC : LayoutTests/tables/mozilla/bugs/bug106158-2.html = IMAGE
BUG23488 MAC : LayoutTests/tables/mozilla/bugs/bug34176.html = IMAGE
BUG23488 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE

// Looks the same to me... huh. Variation of above?
BUG23489 MAC : LayoutTests/fast/forms/menulist-clip.html = IMAGE
BUG23489 MAC : LayoutTests/fast/forms/menulist-narrow-width.html = IMAGE
BUG23489 MAC : LayoutTests/fast/forms/menulist-option-wrap.html = IMAGE
BUG23489 MAC : LayoutTests/fast/forms/menulist-restrict-line-height.html = IMAGE
BUG23489 MAC : LayoutTests/fast/forms/select-baseline.html = IMAGE
BUG23489 MAC : LayoutTests/fast/table/empty-section-crash.html = IMAGE
BUG23489 MAC : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = IMAGE

// Uses the wrong bullets for the bulleted list
// BUG_HCLAM BUG23487 MAC : LayoutTests/editing/execCommand/indent-selection.html = IMAGE

// Selection glow is thinner than expected
BUG23485 MAC : LayoutTests/editing/inserting/4960120-1.html = IMAGE
BUG23485 MAC : LayoutTests/editing/style/apply-through-end-of-document.html = IMAGE
BUG23485 MAC : LayoutTests/fast/forms/textarea-scrollbar.html = IMAGE
BUG23485 MAC : LayoutTests/fast/forms/textarea-scrolled-type.html = IMAGE

// Extra space at the end of the table cell
BUG23484 MAC : LayoutTests/editing/pasteboard/5387578.html = IMAGE

// When finding, the reference image has a "found rectangle" and we do not
BUG23481 MAC : LayoutTests/editing/selection/4402375.html = IMAGE
BUG23481 MAC : LayoutTests/editing/selection/image-before-linebreak.html = IMAGE
BUG23481 MAC : LayoutTests/editing/selection/replaced-boundaries-1.html = IMAGE
BUG23481 MAC : LayoutTests/editing/selection/replaced-boundaries-2.html = IMAGE
BUG23481 MAC : LayoutTests/editing/selection/replaced-boundaries-3.html = IMAGE

// SVG expected images have what looks like a "found rectangle" around them; variation of above?
BUG23482 MAC : LayoutTests/svg/text/text-align-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-align-02-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-align-03-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-align-04-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-align-05-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-align-06-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-altglyph-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-deco-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-fonts-01-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-fonts-02-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-intro-05-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-path-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-spacing-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-03-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-04-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-05-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-06-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-text-08-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-tref-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-tselect-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-tselect-02-f.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-tspan-01-b.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-ws-01-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/text-ws-02-t.svg = IMAGE
BUG23482 MAC : LayoutTests/svg/text/textPathBoundsBug.svg = IMAGE

// Various drawing tests that are broken
BUG23477 MAC : LayoutTests/fast/backgrounds/bgCompositeCopy.html = IMAGE
BUG23477 MAC : LayoutTests/fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE
BUG23477 MAC : LayoutTests/fast/canvas/canvas-incremental-repaint.html = IMAGE
BUG23477 MAC : LayoutTests/fast/canvas/fill-stroke-clip-reset-path.html = IMAGE
BUG23477 MAC : LayoutTests/fast/dynamic/containing-block-change.html = IMAGE

// Unexpected gray
BUG23476 MAC : LayoutTests/fast/forms/hidden-listbox.html = IMAGE
BUG23476 MAC : LayoutTests/fast/forms/listbox-clip.html = IMAGE
BUG23476 MAC : LayoutTests/fast/frames/inline-object-inside-frameset.html = IMAGE
BUG23476 MAC : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = IMAGE
BUG23476 MAC : LayoutTests/fast/replaced/width100percent-textarea.html = IMAGE
BUG23476 MAC : LayoutTests/fast/text/font-initial.html = IMAGE

// Missing corner resize image
BUG22777 MAC : LayoutTests/fast/css/resize-corner-tracking-transformed.html = IMAGE+TEXT
BUG22777 MAC : LayoutTests/fast/overflow/hit-test-overflow-controls.html = IMAGE+TEXT

// Disagreeing XML parsing error messages
BUG23475 MAC : LayoutTests/fast/invalid/missing-end-tag.xhtml = IMAGE
BUG23475 MAC : LayoutTests/fast/parser/xhtml-alternate-entities.xml = IMAGE
BUG23475 MAC : LayoutTests/fast/xsl/xslt-extra-content-at-end.xml = IMAGE
BUG23475 MAC : LayoutTests/svg/custom/junk-data.svg = IMAGE

// 116/136 of the repaint tests fail due to invalidation that doesn't match; further triage necessary
BUG23473 MAC : LayoutTests/fast/repaint = IMAGE
BUG23473 MAC : LayoutTests/fast/repaint/flexible-box-overflow.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/focus-layers.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/focus-ring.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/inline-block-overflow.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/layer-child-outline.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/layer-outline.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/list-marker.html = PASS
BUG23473 MAC WIN : LayoutTests/fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE+TEXT PASS
BUG23473 MAC : LayoutTests/fast/repaint/table-cell-vertical-overflow.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/text-shadow.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/fixed.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/layer-outline-horizontal.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/shadow-multiple-horizontal.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/shadow-multiple-vertical.html = PASS
BUG23473 MAC : LayoutTests/fast/repaint/text-shadow-horizontal.html = PASS

// Thicker shadow than expected
BUG23471 MAC : LayoutTests/fast/text/stroking.html = IMAGE

// Thin lines not drawing right
BUG23470 MAC : LayoutTests/fast/transforms/shadows.html = IMAGE

// SVG foreign object skew off by a lot
BUG23466 MAC : LayoutTests/svg/custom/foreign-object-skew.svg = IMAGE

// Plugin drawing off
BUG12030 MAC DEBUG : LayoutTests/plugins/embed-attributes-style.html = IMAGE IMAGE+TEXT
BUG12030 MAC RELEASE : LayoutTests/plugins/embed-attributes-style.html = IMAGE

// Missing baselines
// BUG23557 MAC : LayoutTests/fast/text/text-letter-spacing.html = IMAGE

// Failing on the bots but not locally; need investigation
BUG23560 MAC : LayoutTests/fast/images/animated-svg-as-image.html = IMAGE PASS
BUG23560 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-conv-01-f.svg = FAIL

// This begin crashing some of the time after Webkit merge to r49997
BUG23560 MAC : LayoutTests/fast/overflow/003.xml = IMAGE

// Fails the first run, passes the flaky-check: corruption from a prior test?
BUG31362 MAC : LayoutTests/fast/forms/select-style.html = IMAGE

// -----------------------------------------------------------------
// END MAC PORT TESTS
// -----------------------------------------------------------------

// Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is
// coming out with with a slightly-less-than-100% red channel. This test fails
// because we enforce non-transparent color in Font::drawGlyphs.
BUG24191 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL

// Linux checksum computation produces results, different from Windows or upstream.
BUG21386 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/inline-block-resize.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/inline-overflow.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/invisible-objects.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/layer-full-repaint.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/layer-hide-when-needs-layout.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/layer-visibility.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/overflow-clip-subtree-layout.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/subtree-root-clip-2.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/subtree-root-clip-3.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/subtree-root-clip.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/table-col-background.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/table-row.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/table-section-overflow.html = FAIL
BUG21386 LINUX : LayoutTests/fast/layers/layer-content-visibility-change.html = FAIL
BUG21386 LINUX : LayoutTests/fast/repaint/table-cell-overflow.html = FAIL

// TODO(tc): flaky.
BUG10391 LINUX : LayoutTests/fast/events/5056619.html = FAIL

// Failed with r6844 (dglazkov)
BUG10392 LINUX MAC : LayoutTests/http/tests/navigation/error404-goback.html = FAIL

// Skipped as this tests window.sessionStorage, which we don't
// support. Enable once we turn on DOM_STORAGE.
BUG4360 SKIP : LayoutTests/http/tests/navigation/post-goback-repost-policy.html = TIMEOUT

// Probably just needs to be rebaselined.  We generate the png before the
// image in the iframe loads so its dimensions are 0x0.
// TODO(tc): Failing on buildbots
BUG10394 WIN LINUX : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL

// Merge 39309:39335 Regressions (RenderButton::setupInnerStyle regression).
BUG5737 LINUX : LayoutTests/fast/forms/001.html = FAIL
BUG5737 LINUX : LayoutTests/fast/forms/input-first-letter.html = FAIL

// The (x) in type=search inputs appears to be slightly broken.  This test will also need a rebaseline.
BUG20439 WIN LINUX : LayoutTests/fast/forms/search-transformed.html = FAIL

// Linux's rotated text output looks terrible.
BUG10397 LINUX : LayoutTests/fast/transforms/transformed-document-element.html = FAIL

// Merge 39744:39913? - regressions
BUG10403 LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL
BUG10403 LINUX : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL

// might need to be rebaselined in win, 'DRAFT' rendering incorrect before
BUG10405 WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL

// New tests added in http://trac.webkit.org/changeset/40424
// Renders the width of "600" off by 3.  Looks OK but could still be a bug
// that we shouldn't rebaseline.
BUG10417 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-fonts-02-t.svg = FAIL
BUG10417 LINUX : LayoutTests/svg/text/text-fonts-02-t.svg = FAIL

// New test. We should fix it, but it doesn't need to block the current release
BUG10418 SLOW MAC RELEASE : LayoutTests/fast/events/click-count.html = PASS
BUG10418 WIN LINUX : LayoutTests/animations/change-keyframes.html = FAIL PASS
BUG10418 WIN DEBUG : LayoutTests/animations/change-keyframes-name.html = FAIL PASS

// TODO(dsh): These started to fail after r9202.
BUG10419 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL
BUG10419 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL

// 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.
BUG7482 LINUX MAC : LayoutTests/http/tests/misc/timer-vs-loading.html = TIMEOUT
BUG7482 WIN : LayoutTests/http/tests/misc/timer-vs-loading.html = PASS TIMEOUT

// Regressions from WebKit merge 40722:40785
// Misc failures:
// New test. We should fix it, but it doesn't need to block the current release
BUG10420 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL
BUG10420 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL

// Regressions from WebKit merge to 40864
// Likely just needs a rebaseline.
BUG10421 LINUX : LayoutTests/fast/block/positioning/001.html = FAIL

// Selection highlight colors are wrong.
BUG10426 LINUX : LayoutTests/fast/lists/drag-into-marker.html = FAIL

// 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.
BUG10429 LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL

// New failures from Merge 41078:41149
BUG10430 LINUX WIN : LayoutTests/fast/text/atsui-spacing-features.html = FAIL
BUG10430 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL
BUG10430 LINUX WIN : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL
BUG10430 LINUX WIN : LayoutTests/svg/text/text-intro-05-t.svg = FAIL

// Regression from merge 41268:41286
// See above comment about this test on linux/win.
BUG10435 MAC : LayoutTests/editing/selection/designmode-no-caret.html = FAIL

// 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
BUG10441 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = FAIL
BUG10441 WIN DEBUG : LayoutTests/transitions/transition-end-event-transform.html = FAIL PASS
BUG10441 MAC WIN RELEASE : LayoutTests/transitions/transition-end-event-transform.html = FAIL PASS

// The text extends outside the selection on linux (was happening before the
// merge).
BUG10446 LINUX : LayoutTests/editing/execCommand/selectAll.html = FAIL

// Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dglazkov should fix.
BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAIL

// New failures from 41660:41709
// Newly added tests.
BUG9161 : LayoutTests/fast/forms/basic-textareas.html = FAIL

// This test hits a stack-overflow exception earlier in debug mode than in
// release mode on Windows.
//
// Hits the stack overflow earlier than before the new compiler in both
// release and debug mode on Linux and Mac.
//
//   http://code.google.com/p/v8/issues/detail?id=277
BUG10457 MAC : LayoutTests/fast/js/large-expressions.html = FAIL
BUG10457 DEBUG WIN SLOW : LayoutTests/fast/js/large-expressions.html = FAIL


// Merge 41768:41807
// Perhaps just needs new baseline?
// These tests were rebaselined with failure long ago. We shouldn't do this, and
// instead work upstream to improve tests so that they don't fail.
// Linux-only failures
BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL
BUG10458 MAC : LayoutTests/fast/dom/java-applet-calls.html = FAIL
// Just need rebaseline
BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL

// Missing expected results
BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html = PASS

// New failures from merge
BUG27486 WIN : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL
BUG27486 RELEASE LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL
BUG27486 LINUX DEBUG : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL
BUG27486 WIN LINUX : LayoutTests/fast/forms/slider-zoomed.html = FAIL

// Needs rebaseline. See WebKit 41948
BUG10468 MAC : LayoutTests/fast/replaced/border-radius-clip.html = FAIL

// Mac flaky failures.
BUG10472 MAC : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS

// <input type="search">; various failures, some tests may simply need new
// baselines, others have more problems.
BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL
BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL
BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL
BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL
BUG10473 LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL
BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL

// This test isn't just slow -- sometimes it times out indefinitely.
BUG27569 MAC WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS
BUG27569 LINUX MAC WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS

SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PASS

// Merge WebKit 42133:42199 regressions
BUG20570 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL
// All platforms fail because Chrome allows XHR to local directories and Safari doesn't.
// Flaky since rev 13111.
BUG10478 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL

// These tests were affected by rolling out WebKit i8n patches.
// Was only WIN, also fail on LINUX since merge 43346:43361
BUG9768 LINUX WIN : LayoutTests/fast/forms/select-initial-position.html = FAIL
// Was only WIN, also fail on LINUX since merge 43346:43361
BUG9768 LINUX WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL
// Was only WIN, also fail on LINUX since merge 43346:43361
BUG9768 LINUX WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL
// Linux looks ok, rebaselined.
BUG9768 WIN : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL
BUG9768 WIN : LayoutTests/fast/text/international/001.html = FAIL
BUG9768 WIN : LayoutTests/fast/text/international/002.html = FAIL
BUG9768 WIN : LayoutTests/fast/text/international/003.html = FAIL
BUG9768 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL

// Merge WebKit 42200:42244 regressions
BUG9786 : LayoutTests/fast/dom/Window/dom-access-from-closure-iframe.html = FAIL
BUG9786 : LayoutTests/fast/dom/Window/dom-access-from-closure-window.html = FAIL
BUG9786 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-history-prototype.html = FAIL
BUG9786 SLOW WIN RELEASE : LayoutTests/http/tests/security/cross-frame-access-history-prototype.html = FAIL
BUG9786 LINUX MAC : LayoutTests/http/tests/security/cross-frame-access-history-prototype.html = FAIL
BUG9786 : LayoutTests/http/tests/security/cross-frame-access-location-prototype.html = FAIL
BUG9786 : LayoutTests/http/tests/security/cross-frame-access-document-direct.html = TIMEOUT
BUG10479 MAC : LayoutTests/svg/hixie/perf/001.xml = FAIL
BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL

BUG9798 LINUX WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL
BUG9798 SLOW WIN DEBUG : LayoutTests/fast/dom/Window/slow_unload_handler.html = PASS
BUG9798 LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-round.html = CRASH PASS
BUG9798 RELEASE : LayoutTests/fast/frames/frame-limit.html = CRASH PASS
BUG9798 SLOW LINUX WIN DEBUG : LayoutTests/fast/frames/frame-limit.html = CRASH PASS
BUG9798 SLOW MAC DEBUG : LayoutTests/fast/frames/frame-limit.html = PASS

// Was flaky. Became a consistent failure.
BUG9798 WIN DEBUG : LayoutTests/fast/replaced/border-radius-clip.html = FAIL
BUG9798 SLOW WIN RELEASE : LayoutTests/fast/replaced/border-radius-clip.html = FAIL
BUG9798 MAC WIN : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT PASS
BUG9798 WIN DEBUG : LayoutTests/http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS
BUG9798 LINUX MAC : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT PASS
BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS
BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS
BUG9798 MAC RELEASE : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PASS
BUG9798 WIN : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL PASS
BUG9798 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL PASS
BUG9798 RELEASE : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS
BUG9798 MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities.html = TIMEOUT PASS
BUG9798 MAC WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = PASS TIMEOUT
BUG9798 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = PASS TIMEOUT
BUG9798 SLOW WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = PASS
BUG9798 RELEASE : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS
BUG9798 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS
BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT PASS
BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/null-auth.php = TIMEOUT PASS
BUG9797 BUG9798 WIN RELEASE SLOW : LayoutTests/http/tests/xmlhttprequest/state-after-network-error.html = PASS
// Occasionally times out. Not just slow.
BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/state-after-network-error.html = TIMEOUT PASS
BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = FAIL
BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL
BUG9798 SLOW LINUX : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = FAIL
BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = FAIL
BUG9798 LINUX RELEASE : LayoutTests/tables/mozilla/bugs/45621.html = FAIL
BUG9798 LINUX DEBUG SLOW : LayoutTests/tables/mozilla/bugs/45621.html = FAIL
//also BUG24868 (crash)
BUG9798 LINUX DEBUG : LayoutTests/transitions/mask-transitions.html = FAIL PASS
BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS
BUG9798 SLOW LINUX RELEASE : LayoutTests/transitions/transition-timing-function.html = PASS
// This test definitely times out (i.e. is not just slow).
BUG9798 MAC WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = PASS TIMEOUT
BUG9798 SLOW LINUX RELEASE : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = PASS
BUG9798 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/web-apps/003.html = PASS TIMEOUT
BUG9798 LINUX DEBUG : LayoutTests/fast/forms/listbox-scroll-after-options-removed.html = CRASH PASS
BUG9798 LINUX DEBUG : LayoutTests/fast/multicol/float-multicol.html = IMAGE PASS
BUG9798 LINUX WIN DEBUG : LayoutTests/svg/custom/js-update-transform-addition.svg = CRASH PASS
BUG9798 MAC RELEASE : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS
BUG9798 LINUX : LayoutTests/svg/custom/use-property-changes-through-svg-dom.svg = FAIL
BUG9798 LINUX : LayoutTests/svg/custom/js-update-transform-changes.svg = FAIL
// Occasionally times out. Not just slow.
BUG9798 WIN DEBUG : LayoutTests/http/tests/loading/redirect-methods.html = TIMEOUT PASS
BUG9798 MAC DEBUG : LayoutTests/plugins/geturl-replace-query.html = TEXT PASS

// This test got considerably more flaky for DEBUG when we switched from
// lighttpd to apache on the linux bots. For RELEASE, this was not flaky until
// we sharded the LayoutTests/http.
BUG9798 LINUX : LayoutTests/http/tests/multipart/invalid-image-data.html = PASS IMAGE

// New tests or failures from WebKit merge 42324:42364. Re-baselined on
// Windows. Probably just need the same on other platforms.
BUG9962 LINUX : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-bug.html = FAIL
BUG9962 MAC : LayoutTests/fast/js/function-apply-aliased.html = FAIL

// Regressions from WebKit merge 43264:42403, unknown cause(s)
BUG10055 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL

// This test was changed upstream in http://trac.webkit.org/changeset/42447
// to include window.showModalDialog, which we give as undefined.
BUG10530 RELEASE : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = TEXT
BUG10530 DEBUG SLOW : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = FAIL

// New tests from WebKit Merge 42609:42671
BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FAIL
BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL
BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL
BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL
BUG10760 LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL
BUG10760 LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = FAIL

// New failures from WebKit Merge 42671:42725
BUG10861 MAC DEBUG : LayoutTests/http/tests/plugins/post-url-file.html = PASS FAIL

// 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.
BUG11001 LINUX MAC WIN : LayoutTests/http/tests/history/back-to-post.php = TIMEOUT

// Need Linux rebaselines from WebKit Merge 42805:42932
BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL
BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL
BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL

// Regressions from WebKit Merge 42932:42994 due to text metric changes.
BUG11251 WIN DEBUG : LayoutTests/fast/forms/textarea-width.html = FAIL
BUG11251 SLOW WIN RELEASE : LayoutTests/fast/forms/textarea-width.html = FAIL
BUG11251 WIN LINUX RELEASE : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL
BUG11251 LINUX WIN DEBUG : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL
BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL
BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL

// Unimplemented test shell features causing editing tests to fail

// We don't draw the spelling markers at all in test shell.
BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL

// Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL

// Regressions from WebKit merge 43242:43321.  These just need to re-baselining:
BUG24229 LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL
BUG24229 LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-html.xhtml = FAIL
BUG24229 LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html.xhtml = FAIL
BUG24229 LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transform.svg = FAIL

// TODO(erg): Attempted to rebaseline these tests as part of the above
// 43346:43361 rebaseling from http://trac.webkit.org/changeset/43355. Turned
// tree red. May be more involved then just rebaselining.
BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL
BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL

// This needs to be rebaselined.  See http://trac.webkit.org/changeset/43378
BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FAIL

// Passes in Chrome, fails in test_shell
BUG11795 : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL

// Already baselined for chromium-win, may need to be done for mac/linux as well.
BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL

// Flaky Windows/Linux Tests
BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS
BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS

// Need LINUX/Mac rebaselines after WebKit Update 437150:43770
BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = FAIL
BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = FAIL
BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = FAIL
BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = FAIL

// Details for all of these are in the bugs.
BUG12361 WIN SLOW : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
BUG12361 LINUX MAC DEBUG : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
BUG12361 LINUX RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
BUG12361 SLOW MAC RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL

// WebKit 44286:44342
BUG13174 WIN : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL

// WebKit 44438:44544
BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-children.html = FAIL

BUG14207 LINUX : LayoutTests/tables/mozilla/bugs/bug28341.html = FAIL

// Newly added test http://trac.webkit.org/changeset/44816
BUG18733 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL
BUG18733 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL TIMEOUT
BUG18733 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL
BUG18733 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/cross-origin-no-authorization.html = FAIL

BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none.html = FAIL

// WebKit 44928:44943
BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL

// WebKit 45017:45086
BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL
BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL

// WebKit 45086:45111
BUG15270 RELEASE : LayoutTests/fast/js/excessive-comma-usage.html = TEXT
BUG15270 DEBUG SLOW : LayoutTests/fast/js/excessive-comma-usage.html = FAIL

// Flaky for a while; also related to BUG17974
BUG15267 WIN LINUX : LayoutTests/transitions/cancel-transition.html = PASS FAIL

// WebKit 45431:45444
BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = FAIL
BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
BUG11613 LINUX RELEASE : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
BUG11613 LINUX DEBUG : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL

// WebKit tests regressions 20529:20532
BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL

// This started crashing regularly as a result of r28798 (see bug 24720).
BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html = PASS FAIL

// WebKit merge 42738:45840
// New test, needs baseline.
BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = FAIL

// WebKit merge 42738:45840
// New tests, need baseline.
BUG16240 WIN DEBUG : LayoutTests/http/tests/cache/subresource-expiration.html = TIMEOUT
BUG16240 MAC WIN RELEASE : LayoutTests/http/tests/cache/subresource-expiration.html = TIMEOUT
BUG16240 MAC DEBUG : LayoutTests/http/tests/cache/subresource-expiration.html = PASS TIMEOUT
BUG14752 LINUX SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS

// Failure since WebKit merge 45873:45916
BUG17015 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/4944770-1.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/drag-drop-modifies-page.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/paste-text-001.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/paste-text-012.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/paste-text-013.html = FAIL
BUG17015 MAC : LayoutTests/editing/pasteboard/paste-text-014.html = FAIL
BUG17015 MAC : LayoutTests/editing/selection/4895428-1.html = FAIL
BUG17015 MAC : LayoutTests/editing/selection/4895428-4.html = FAIL
BUG17015 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL
BUG17015 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL

// New test from WebKit merge 46050:46087
BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL

// New tests with WebKit merge 46288:46363
BUG18116 : LayoutTests/fast/dom/constructed-objects-prototypes.html = FAIL
BUG18116 : LayoutTests/fast/dom/prototype-inheritance-2.html = FAIL

// Flaky.  Timing?
BUG18584 LINUX WIN : LayoutTests/animations/change-one-anim.html = FAIL PASS
BUG18584 WIN DEBUG : LayoutTests/animations/play-state.html = FAIL PASS
BUG18584 LINUX DEBUG : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS
BUG18584 WIN DEBUG : LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS
BUG18584 LINUX : LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS

// Flaky crashes
BUG18656 MAC RELEASE : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL
BUG18656 MAC DEBUG : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL

// Test failures caused by re-enabling skia asserts.
BUG18896 LINUX WIN DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = TIMEOUT FAIL

// Test failures from WebKit merge 46894 to 46977
BUG26737 : LayoutTests/fast/js/prototypes.html = FAIL

// Fallout from webkit 47041:47189
BUG19248 : LayoutTests/fast/js/const.html = FAIL

// WebKit roll r47417:47528
BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL
BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL

// SVG empty trailing tspan causes text to not show up
BUG23468 WIN : LayoutTests/svg/batik/text/textPosition.svg = IMAGE
BUG23468 LINUX : LayoutTests/svg/batik/text/textPosition.svg = IMAGE+TEXT
BUG23468 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = IMAGE

// Fails due to textInputController.setInputMethod not implemented for Mac.
BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL
BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL

// Time out on all 3 platforms.  We need page cache to fix it - marking SKIP
// for now as we haven't decided to implement page cache or not.
BUG20341 SKIP : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT TEXT

// WebKit 47777:47790 - getOwnPropertyDescriptor
BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL

BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL

// MessageEvent.initMessageEvent() does not set the source attribute.
BUG23607 : LayoutTests/fast/events/init-events.html = FAIL

// The linux layout result in build bot shows the changed method does not
// executed.
BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL
BUG21141 LINUX RELEASE : LayoutTests/fast/forms/select-script-onchange.html = FAIL
BUG21141 LINUX DEBUG : LayoutTests/fast/forms/select-script-onchange.html = FAIL

// Flaky, not clear as of when.
BUG21411 WIN RELEASE : LayoutTests/svg/dom/SVGScriptElement/script-load-and-error-events.svg = FAIL PASS

// WebKit 48217:48239
// Fails because we don't support layoutTestController.addUserStyleSheet().
BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL

// WK roll to 48371
BUG21841 MAC DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PASS
BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PASS

BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL

// Flaky. The width of containing RenderBlocks sometimes becomes larger
BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL

// WebKit merge 48500:48585, newly implemented Object.defineProperty.
BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL
BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL
BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL
BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIMEOUT

// WebKit merge 48500:48585, due to newly added support for MathML.
BUG22554 SKIP : LayoutTests/mathml = FAIL

// WebKit update 48796:48820
BUG23956 WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL
BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FAIL
BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL
BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL

// Started happening somewhere around http://trac.webkit.org/changeset/48989.
BUG23955 LINUX MAC : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL

// Possibly busted as part of http://trac.webkit.org/changeset/49003
BUG23901 LINUX WIN DEBUG : LayoutTests/fast/box-shadow/inset.html = FAIL
BUG23901 LINUX RELEASE : LayoutTests/fast/box-shadow/inset.html = FAIL
BUG23901 SLOW WIN RELEASE : LayoutTests/fast/box-shadow/inset.html = FAIL

// Fails since WebKit merge 49321:49372
BUG24331 LINUX : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL

// WebKit update: 49190:49206
BUG_JPARENT LINUX DEBUG SLOW : LayoutTests/fast/frames/calculate-fixed.html = PASS

// Started failing for no apparent reason at r28124, and IMAGE+TEXT diffs started at r51875
BUG23972 LINUX : LayoutTests/fast/forms/form-element-geometry.html = TEXT

// Flaky timeouts first appearing at r27764 (webkit 48947)
BUG9798 RELEASE : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEOUT PASS

// WebKit update: 49213:49221
BUG24063 : LayoutTests/fast/dom/Window/window-postmessage-clone.html = FAIL

// Got slow with V8 update to 1.3.15. Debug logging perhaps?
BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-implicit-length-limit.html = PASS
BUG24182 DEBUG SLOW : LayoutTests/fast/forms/input-maxlength.html = PASS

// Failing at WebKit Linux (dbg)(3) build 7795
BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL

// WebKit roll 49405:49413
BUG28409 : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL

BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL

// WebKit roll 49583:49597
BUG24930 MAC DEBUG : LayoutTests/editing/selection/editable-html-element.html = FAIL PASS

// WebKit Roll 49597:49640
BUG24966 SLOW MAC DEBUG : LayoutTests/fast/frames/calculate-fixed.html = PASS

// WebKit Roll 49640:49684
BUG26253 SLOW WIN RELEASE : LayoutTests/http/tests/navigation/reload-subframe-object.html = PASS
BUG25202 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-path-02-b.svg = FAIL
BUG25208 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/masking-path-05-f.svg = FAIL
BUG_JEREMY MAC : LayoutTests/fast/frames/onlyCommentInIFrame.html = FAIL

// WebKit Roll 49684:49761
BUG26042 DEBUG : LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
BUG26042 LINUX RELEASE : LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT

// Webkit Roll 51681:51711 - regression
BUG_AJWONG WIN : LayoutTests/http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html = TEXT PASS
BUG_AJWONG WIN : LayoutTests/http/tests/appcache/404-manifest.html = TIMEOUT PASS
BUG_AJWONG WIN : LayoutTests/http/tests/appcache/404-resource.html = TIMEOUT PASS
BUG_AJWONG WIN : LayoutTests/http/tests/appcache/foreign-iframe-main.html = TIMEOUT PASS
BUG_AJWONG WIN : LayoutTests/http/tests/appcache/non-html.xhtml = TIMEOUT PASS

// WebKit Roll 49809:49830
// New test flakiness is being observed.
BUG26045 MAC RELEASE : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PASS
BUG26045 LINUX DEBUG : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PASS

// Incorrect baseline removed.
BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE

// Got flaky with Webkit roll 49958:49961
// Now needs rebaseline
// BUG_JOHNNYG LINUX DEBUG : LayoutTests/svg/custom/marker-overflow-clip.svg = PASS TEXT

// WebKit roll 49961:49992
// Added in http://trac.webkit.org/changeset/49990
BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html = FAIL

BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRASH
BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete.html = CRASH

// WebKit roll 50073:50101
// Test added by Ryosuke: http://trac.webkit.org/changeset/50090
BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PASS TIMEOUT

// More fallout from the above roll.
BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.html = PASS CRASH
BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL

// randomly started to be flaky on r30451 (revision had only a check-in of text_expectations.txt)
BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-map-data-to-src.html = PASS TEXT
BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size.html = PASS TEXT
BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = PASS TEXT

// ==== WebKit roll 50258:50313 ====
BUG26291 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = IMAGE
BUG26291 MAC : LayoutTests/fast/text/drawBidiText.html = IMAGE
BUG26291 MAC : LayoutTests/transforms/2d/hindi-rotated.html = IMAGE

// Flaky since at least WebKit 50258.
BUG9798 WIN DEBUG : LayoutTests/media/video-empty-source.html = IMAGE PASS
BUG9798 RELEASE : LayoutTests/fast/dom/defaultView.html = TEXT PASS
BUG9798 WIN RELEASE : LayoutTests/http/tests/navigation/no-referrer-reset.html = TIMEOUT PASS

// Webkit 50667:50696 (Lighttpd related?)
BUG28417 WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html = TEXT

// more test flakiness
BUG27334 MAC RELEASE : LayoutTests/http/tests/misc/xhtml.php = PASS TIMEOUT
BUG27334 MAC : LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html = PASS
BUG27334 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/re-login-async.html = PASS TIMEOUT
BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-destroy-plugin-script-objects.html = PASS TEXT
BUG27334 MAC DEBUG : LayoutTests/plugins/netscape-invoke-failure.html = PASS TEXT

// more test flakiness
BUG27418 SLOW WIN RELEASE : LayoutTests/http/tests/cookies/simple-cookies-max-age.html = PASS
BUG27418 SLOW WIN RELEASE : LayoutTests/http/tests/misc/url-in-utf16le.html = PASS
BUG27418 MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-double-quote.html = PASS TIMEOUT
BUG27418 MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/javascript-link-ampersand.html = PASS TIMEOUT
BUG27418 MAC DEBUG : LayoutTests/http/tests/security/xssAuditor/post-from-iframe.html = PASS TIMEOUT
BUG27418 SLOW MAC RELEASE : LayoutTests/http/tests/security/xssAuditor/post-from-iframe.html = PASS
BUG27418 MAC DEBUG : LayoutTests/http/tests/plugins/interrupted-get-url.html = PASS TEXT
BUG27418 MAC RELEASE SLOW : LayoutTests/http/tests/plugins/interrupted-get-url.html = PASS
BUG27418 MAC DEBUG : LayoutTests/plugins/getintidentifier-special-values.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-construct.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-invoke-browserfuncs.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-get-property-return-value.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-throw-exception.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-identifier-conversion.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/plugins/open-and-close-window-with-plugin.html = PASS TEXT
BUG27418 MAC DEBUG : LayoutTests/transitions/shorthand-border-transitions.html = PASS TEXT

// 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.
BUG28005 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAIL
BUG28005 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL
BUG28005 : LayoutTests/fast/css/color-correction-on-text.html = FAIL
BUG28005 : LayoutTests/fast/css/color-correction.html = FAIL
BUG28005 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE
BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT
BUG28005 MAC : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE
BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT

// May also be related to r50760, but not as confident.
BUG27551 WIN : LayoutTests/fast/css/shadow-multiple.html = IMAGE

// WebKit merge 50756:50820, possibly due to WebKit r50808/r50786 and Chromium r31715
BUG27553 WIN MAC : LayoutTests/fast/text/atsui-partial-selection.html = IMAGE

// WebKit merge 50840:50929
BUG27555 MAC : LayoutTests/fast/forms/input-file-re-render.html = FAIL

BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT
BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT

BUG22700 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT

// hbono's new test.
BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT

// Failures from merge 50972:51042
// The test requires DRT/Test Shell to support error page handling.
BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT
// Need to update chromium so the web frame delegate is informed when window objects
// in isolated worlds are cleared.
BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT

// Failures from merge 51062:51075
BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html = PASS FAIL

// TODO(michaeln): BUG29748 restore expectation to PASS FAIL  after linux is rebaselined
// BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL
BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL IMAGE

BUG28041 MAC : LayoutTests/storage/domstorage/clear.html = PASS FAIL
BUG28074 MAC : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = PASS TIMEOUT
BUG28077 MAC : LayoutTests/plugins/netscape-invoke-default.html = PASS FAIL
BUG28079 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = PASS TIMEOUT
BUG28092 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = PASS FAIL
BUG28095 MAC : LayoutTests/http/tests/cookies/simple-cookies-expired.html = PASS TIMEOUT

// Need to add Chromium localized strings for the feature. Upstream r51172
BUG28264 : LayoutTests/fast/forms/validationMessage.html = FAIL

// Video Captions are added upsteram (r51191), need to implement.
BUG28301 : LayoutTests/media/media-captions.html = TIMEOUT

// New tests, seems proper drawing method is not implemented in Skia. Upstream r51212.
BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL
BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL

// 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.
BUG_OJAN MAC LINUX : LayoutTests/http/tests/loading/text-content-type-with-binary-extension.html = TEXT
BUG_OJAN MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = TEXT
BUG_OJAN LINUX : LayoutTests/http/tests/xmlhttprequest/cache-override.html = TEXT

// Started failing when we started sharding the http and fast directories.
// Likely it's because this test depends on some other http test running before
// it that no longer does (or vice versa, some other test running before it
// is causing it to fail).
// Failed only in Release until the 52554->52633 WebKit merge.
BUG9798 LINUX : LayoutTests/http/tests/security/clipboard/clipboard-file-access.html = TEXT PASS

// These tests time out *and* are slow. The test should be fixed to not timeout,
// then should be marked as SLOW/PASS.
BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS
BUG2844 : LayoutTests/http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEXT
BUG2844 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS CRASH
BUG2844 : LayoutTests/http/tests/appcache/update-cache.html = TIMEOUT PASS

// These tests sometimes pass and sometimes have a text difference due
// to chromium's appcache being async.
BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS
BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS
BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS
BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS

// These fail because chromium's appcache is async but webkit's is not.
BUG2844 SKIP : LayoutTests/http/tests/appcache/idempotent-update.html = FAIL
BUG2844 SKIP : LayoutTests/http/tests/appcache/top-frame-2.html = FAIL

// This test fails because there is no setAppCacheMaximumSize API yet.
BUG2844 SKIP : LayoutTests/http/tests/appcache/max-size.html = FAIL

// New tests. Failures from merge 51253:51310.
// Needs to implement NPN_reloadPlugins and add reloadPluginNoPages & reloadPluginAndPages
// to plugin object.
BUG29018 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT
BUG29018 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT

// New tests. Failures from merge 51210:51325.
BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL

// New failures from merge 51412:51455.
BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT

// Flaky test from r51224:r51237 roll.
BUG28918 DEBUG : LayoutTests/storage/domstorage/localstorage/iframe-events.html = CRASH PASS

// Flaky test added by r51350.
BUG28918 : LayoutTests/http/tests/cache/subresource-failover-to-network.html = PASS TEXT

// New failures from webkit r51496
BUG29056 WIN LINUX : LayoutTests/svg/custom/mask-with-all-units.svg = FAIL

// New failures from WebKit r51534:r51576
BUG29157 WIN LINUX :  LayoutTests/fast/forms/input-maxlength-ime-completed.html = TEXT
BUG29157 WIN LINUX :  LayoutTests/fast/forms/input-maxlength-ime-preedit.html = TEXT
BUG29157 WIN LINUX MAC :  LayoutTests/svg/animations/animVal-basics.html = TIMEOUT

// New failures from WebKit r51577
BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html = TEXT

// New failures from WebKit merge 51581:51584
BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS
BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS

// Failure from WebKit merge 51607:51613 (51608 is the cause)
BUG29239 : LayoutTests/fast/css/variables/misplaced-import-test.html = FAIL

// Failures from WebKit merge 51618:51642
BUG29344 MAC LINUX : LayoutTests/svg/text/text-text-07-t.svg = FAIL

// Failures from WebKit merge 51642:51681
// Skip these tests since they all timeout and add ~1 minute to cycle time!
BUG29393 SKIP DEFER : LayoutTests/fast/loader/stateobjects = TIMEOUT
BUG29944 WIN : LayoutTests/websocket/tests/unicode.html = TEXT PASS

// Failures introduced by USE_NEW_BUILDER in Skia.
BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/canvas/set-colors.html = TEXT

// Failures from WebKit merge 51711:51724
BUG_AJWONG : LayoutTests/fast/js/string-property-deletion.html = TEXT
BUG_AJWONG : LayoutTests/svg/carto.net/selectionlist.svg = IMAGE PASS
BUG_AJWONG WIN :LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = IMAGE+TEXT PASS
BUG29943 WIN : LayoutTests/websocket/tests/send.html = TEXT PASS

// Failures from Webkit merger 51724 -> 51772
BUG_AJWONG: LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html = TEXT

// Regression from Webkit merge r51776
BUG_AJWONG : LayoutTests/fast/repaint/block-selection-gap-stale-cache-2.html = IMAGE IMAGE+TEXT
BUG_AJWONG : LayoutTests/fast/repaint/block-selection-gap-stale-cache.html = IMAGE IMAGE+TEXT TEXT

// Regression from Webkit merge 51772 -> 51784
BUG_AJWONG MAC LINUX : LayoutTests/storage/domstorage/quota.html = CRASH PASS
BUG_AJWONG : LayoutTests/http/tests/appcache/resource-redirect-2.html = TIMEOUT PASS

// Webkit Roll to r51875
BUG29748 LINUX : LayoutTests/css1/basic/containment.html = IMAGE
BUG29748 LINUX : LayoutTests/css1/box_properties/padding_right.html = IMAGE
BUG29748 LINUX : LayoutTests/css1/font_properties/font_size.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/block/float/nested-clearance.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/block/positioning/051.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/block/positioning/055.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/forms/select-change-listbox-size.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/frames/iframe-scrolling-attribute.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/frames/onlyCommentInIFrame.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/multicol/positioned-with-constrained-height.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/repaint/line-flow-with-floats-10.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/repaint/line-flow-with-floats-5.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/repaint/line-flow-with-floats-6.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/repaint/line-flow-with-floats-9.html = IMAGE
BUG29748 LINUX : LayoutTests/fast/repaint/overflow-scroll-delete.html = IMAGE
BUG29748 LINUX : LayoutTests/http/tests/navigation/error404-frames.html = IMAGE
BUG29748 LINUX : LayoutTests/http/tests/navigation/post-frames.html = IMAGE
BUG29748 LINUX : LayoutTests/http/tests/navigation/postredirect-frames.html = IMAGE
BUG29748 LINUX : LayoutTests/media/video-controls-rendering.html = IMAGE
BUG29748 LINUX : LayoutTests/svg/css/stars-with-shadow.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug137388-2.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug2479-1.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug2479-4.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug29314.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug2997.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug32205-2.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug3977.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug43854-1.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug44505.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug650.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug73321.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug96334.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/bugs/bug96343.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/core/captions.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/core/cell_heights.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/marvin/backgr_simple-table-column.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/marvin/backgr_simple-table-row.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/marvin/x_table_bgcolor_rgb.xml = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/other/nestedTables.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/other/test3.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/other/wa_table_thtd_rowspan.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla/other/wa_table_tr_align.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug10140.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1055-2.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug106966.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug22122.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-5.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug80762-2.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug89315.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug91057.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/backgrounds.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/captions1.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/core/col_span2.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/empty_cells.html = IMAGE
BUG29748 LINUX : LayoutTests/tables/mozilla_expected_failures/other/test4.html = IMAGE
BUG29748 WIN DEBUG : LayoutTests/fast/forms/input-align-image.html = IMAGE+TEXT PASS

// More Webkit Roll to r51875
BUG29737 LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL TIMEOUT CRASH

// More Webkit Roll to r51875
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-blend-01-b.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-color-01-b.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-comptran-01-b.svg = IMAGE+TEXT
BUG29737 LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-gauss-01-b.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-morph-01-f.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/filters-offset-01-b.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/batik/filters/feTile.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/empty-merge.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/feComponentTransfer-Discrete.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/feComponentTransfer-Gamma.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/feComponentTransfer-Linear.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/feComponentTransfer-Table.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/custom/text-filter.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/feComposite.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/feDisplacementMap.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/feGaussianBlur.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/feTile.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/shadow-on-filter.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/feMerge-wrong-input.svg = TEXT
BUG29737 MAC : LayoutTests/svg/custom/use-elementInstance-event-target.svg = IMAGE
BUG29737 MAC : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/filters/filterRes.svg = IMAGE+TEXT
BUG29737 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE
BUG29737 MAC : LayoutTests/svg/filters/sourceAlpha.svg = IMAGE+TEXT

// More Webkit Roll to r51875
BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html = IMAGE+TEXT
BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-table-cell.html = IMAGE+TEXT
BUG29737 : LayoutTests/svg/dom/operatorAttribute.html = TEXT

BUG29737 WIN : LayoutTests/svg/filters/feComposite.svg = FAIL TIMEOUT CRASH

// WebKit Roll to r51915
BUG29930 : LayoutTests/fast/loader/input-element-page-cache-crash.html = TIMEOUT PASS

// Was first marked as (WIN: TEXT, LINUX: TEXT,  MAC: IMAGE+TEXT) by
// roll r51875, and then after http://trac.webkit.org/changeset/51936 the
// shadows broke so IMAGE failure was added to WIN/LINUX.
BUG30048 BUG29737 : LayoutTests/svg/filters/shadow-on-rect-with-filter.svg = IMAGE+TEXT

// Broke due to changes to shadow compositing, courtesy of:
// http://trac.webkit.org/changeset/51936:
BUG30048 : LayoutTests/svg/css/arrow-with-shadow.svg = IMAGE
BUG30048 : LayoutTests/svg/css/circle-in-mask-with-shadow.svg = IMAGE
BUG30048 : LayoutTests/svg/css/group-with-shadow.svg = IMAGE
BUG30048 : LayoutTests/svg/css/path-with-shadow.svg = IMAGE
BUG30048 WIN MAC : LayoutTests/svg/css/stars-with-shadow.html = IMAGE

// New tests courtesy of: http://trac.webkit.org/changeset/51936:
BUG30048 : LayoutTests/svg/css/composite-shadow-example.html = IMAGE
BUG30048 : LayoutTests/svg/css/composite-shadow-with-opacity.html = IMAGE

// Broke with http://trac.webkit.org/changeset/51939
BUG30049 : LayoutTests/platform/win/editing/selection/doubleclick-should-not-expand-across-lines.html = TEXT MISSING

// Flaky crash.
BUG30174 : LayoutTests/media/video-source-type.html = CRASH PASS

// Flaky.
BUG30180 : LayoutTests/fast/text/international/hindi-whitespace.html = IMAGE PASS

// New test with http://trac.webkit.org/changeset/51982
LayoutTests/fast/events/basic-touch-events.html = TEXT

// evan's fix rolled out in http://trac.webkit.org/changeset/52071 due to compat issues.
BUG30343 LINUX : LayoutTests/fast/css/large-number-round-trip.html = TEXT

// 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.
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/access-via-redirect.php = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/auth.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/crash-when-navigating-away-then-back.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/different-scheme.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/empty-manifest.html = TIMEOUT PASS
// This test is slow on windows, but sometimes times out indefinitely.
// See if this improves when we move to apache.
BUG25977 WIN : LayoutTests/http/tests/appcache/fallback.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/local-content.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/main-resource-hash.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-containing-itself.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-parsing.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-redirect-2.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-redirect.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/manifest-with-empty-file.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-content-type.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-signature.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/online-whitelist.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-1.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/whitelist-wildcard.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/resource-redirect.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/xhr-foreign-resource.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/simple.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/reload.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/wrong-signature-2.html = TIMEOUT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-4.html = TIMEOUT TEXT PASS
BUG25977 WIN DEBUG : LayoutTests/http/tests/appcache/top-frame-3.html = TIMEOUT TEXT PASS

// Crash of unknown origin :(
BUG_DGLAZKOV LINUX : LayoutTests/fast/images/svg-as-background.html = CRASH PASS

// Another crash of unknown origin
// First crash at http://src.chromium.org/viewvc/chrome?view=rev&revision=34558, which doesn't make much sense.
BUG_DGLAZKOV WIN : LayoutTests/svg/webarchive/svg-script-subresouces.svg = FAIL CRASH

// Flaky ASSERTION FAILED: currentThread() == m_openingThread
// This test is flaky since this file is added.
BUG30543 : LayoutTests/storage/domstorage/localstorage/enumerate-with-length-and-key.html = CRASH PASS

// Flaky.
BUG9798 WIN LINUX : LayoutTests/fast/loader/javascript-url-encoding-2.html = TIMEOUT PASS
BUG9798 RELEASE : LayoutTests/fast/loading/subframe-removes-itself.html = TEXT PASS
BUG9798 LINUX MAC : LayoutTests/fast/loader/invalid-charset-on-script-crashes-loader.html = TIMEOUT PASS
BUG9798 MAC RELEASE : LayoutTests/fast/borders/block-mask-overlay-image.html = TEXT PASS

// Webkit roll 52198->52205
// Newly added test in r52202
BUG29737 : LayoutTests/svg/filters/filter-source-position.svg = IMAGE+TEXT

// Flaky since SVG filters turned on
BUG29737 LINUX : LayoutTests/svg/filters/feDisplacementMap.svg = TEXT PASS

// Newly added test in r52235
BUG30816 WIN LINUX : LayoutTests/editing/selection/doubleclick-beside-cr-span.html = TEXT

// WebKit update 52293->52323
BUG31253 : LayoutTests/http/tests/security/xss-DENIED-assign-location-href-javascript.html = TEXT

// WebKit update 52323->52366
BUG30825 WIN LINUX : LayoutTests/fast/dom/Element/id-in-deletebutton.html = TEXT
BUG30826 WIN : LayoutTests/platform/win/fast/events/panScroll-imageMap-noHref-scroll.html = TEXT

// Flaky
BUG30930 LINUX : LayoutTests/tables/mozilla/bugs/bug15933.html = IMAGE PASS

BUG31026 MAC DEBUG : LayoutTests/http/tests/appcache/crash-when-navigating-away-then-back.html = PASS CRASH

// Release began crashing in the r52554->52633 WebKit merge.
// Formerly, Release failed (IMAGE) and Debug crashed.
BUG31146 BUG31338 LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH IMAGE

// WebKit update 52372->52454
BUG30938 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = IMAGE
BUG30938 : LayoutTests/svg/css/mask-with-shadow.svg = IMAGE
BUG30938 WIN : LayoutTests/svg/custom/mask-excessive-malloc.svg = IMAGE
BUG30939 : LayoutTests/svg/filters/filter-clip.svg = IMAGE+TEXT

// WebKit roll 52468->52535
BUG31108 WIN LINUX : LayoutTests/fast/text/international/bidi-layout-across-linebreak.html = TEXT
BUG31252 : LayoutTests/http/tests/security/listener/xss-inactive-closure.html = TEXT

// WebKit roll 52535->52554
BUG31146 WIN LINUX : LayoutTests/editing/selection/select-text-overflow-ellipsis.html = IMAGE+TEXT
BUG31146 MAC : LayoutTests/editing/selection/select-text-overflow-ellipsis.html = IMAGE
BUG31146 WIN LINUX :  LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE

// WebKit roll 52633 -> 52667

// New test, needs chromium baseline.
BUG_DIMICH LINUX WIN : LayoutTests/fast/repaint/subtree-layoutstate-transform.html = IMAGE+TEXT

// New test, needs chromium baseline.
// On Linux, sometimes the text dump matches. Not sure why.
BUG_DIMICH LINUX : LayoutTests/svg/custom/resource-invalidate-on-target-update.svg = IMAGE+TEXT IMAGE

BUG31623 WIN: LayoutTests/http/tests/appcache/remove-cache.html = PASS TEXT TIMEOUT

// WebKit roll 52769 -> 52793
BUG31642 WIN MAC DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = CRASH PASS
BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+TEXT CRASH

// WebKit roll 52852 -> 52867
BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL
BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT
BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE
BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT

// Flaky crash
BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage.html = CRASH PASS

// Flaky
BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS