summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests/test_lists/tests_fixable.txt
blob: 3de34729e25212ecec53edef7fe254c859311b3a (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
// These tests are expected to fail until we get around to fixing
// them.

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

// 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)
LayoutTests/fast/dom/frame-loading-via-document-write.html = FAIL

// Bug 877986.
// WebKit's CSS counters are somewhat broken, thus expected results are failures
// Our high-precision timers make these tests flakey.
// We could fork these tests, but we'll just unfork them as soon as
// our high-precision timers are public.
LayoutTests/css2.1/t1204-increment-00-c-o.html = FAIL
LayoutTests/css2.1/t1204-increment-01-c-o.html = FAIL
LayoutTests/css2.1/t1204-increment-02-c-o.html = FAIL
LayoutTests/css2.1/t1204-reset-00-c-o.html = FAIL
LayoutTests/css2.1/t1204-reset-01-c-o.html = FAIL

// 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?  Bug 1234761.

// Difference in caching headers
LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL
// LightTPD doesn't accept unknown HTTP methods
LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT
LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT
// LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
// even when a request didn't send the header.
LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
// http://crbug.com/2975 : Need to support upload progress notifications in
// the resource bridge.
LayoutTests/http/tests/xmlhttprequest/upload-onload-event.html = FAIL
LayoutTests/http/tests/xmlhttprequest/upload-onprogress-event.html = FAIL
LayoutTests/http/tests/xmlhttprequest/upload-progress-events.html = FAIL

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

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

// Bug 1316221: fail now that we use the same font code path in test_shell
// as in Chrome
LayoutTests/css2.1/t1202-counter-04-b.html = FAIL
LayoutTests/css2.1/t1202-counters-04-b.html = FAIL

// Bug 1124513: the max length is being applied correctly, but the over- and
// under-lines aren't placed properly over the "x".
// The under-lines are a cosmetic error which is not necessary to fix for Beta. (eseidel)
LayoutTests/fast/forms/input-text-maxlength.html = FAIL
LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL

// Font differences, requiring overriden metrics, not a real bug, not fixing for Beta
LayoutTests/fast/text/international/bidi-AN-after-L.html = FAIL

// Bug: 1145880
// Parethesis missing, metrics wrong.
LayoutTests/fast/text/international/bidi-neutral-run.html = FAIL

// Bug: 628529: complex text effects
// This is a real bug, but not one we're fixing for Beta.
LayoutTests/fast/text/stroking-decorations.html = FAIL
LayoutTests/fast/text/stroking.html = FAIL

// Bug: 1124522
// Incrorect results, in incorrect international font metrics.
// Fixing these overrides does not help us to Beta, deffering
LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL
LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = FAIL

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

// Font-size differences in international text cause the wrong character
// to be under the (x,y) click location used by the test.  See bug 850411
// on faking international font sizes like we do for Latin fonts.
LayoutTests/fast/text/atsui-rtl-override-selection.html = FAIL

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

// Bug: 1145887
// Different button line-heights, our behavior looks wrong.
LayoutTests/fast/forms/control-restrict-line-height.html = FAIL
LayoutTests/fast/replaced/table-percent-height.html = FAIL

// Bug 992930: Unable to load file:/// URLs from data: URLs.
LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL

// Bug 1187672.  Two font faces should be identical but aren't.  Punting SVG.
LayoutTests/svg/custom/font-face-simple.svg = FAIL

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

// http://b/1089231: 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.
LayoutTests/fast/events/stopPropagation-submit.html = FAIL

// Expected results has a terminal "?", since "set query" on about:blank is allowed.
// This is strange since query should have no meaning in non-standard urls
LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = FAIL
LayoutTests/http/tests/navigation/onload-navigation-iframe.html = FAIL

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

// Bug 972450: These tests don't work with fast timers due to setTimeout
// races. Pending versions have these fixed.
LayoutTests/fast/repaint/bugzilla-6473.html = FAIL

// Bug 982608: test had a wrong result for one condition
LayoutTests/plugins/destroy-stream-twice.html = FAIL

// Bug 1143337.  Forked to pending/http/tests/security/.
LayoutTests/http/tests/security/cross-frame-access-child-explicit-domain.html = FAIL
LayoutTests/http/tests/security/cross-frame-access-parent-explicit-domain.html = FAIL
LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL
LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL

// Bug 1064038.  Image with border="1" drawn without the border.
LayoutTests/fast/forms/image-border.html = FAIL

// Bug 1055396.  Vertical scrollbar created when there is no overflow.
LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL

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

// Bug 865472, this should just need proper pixel test rebaselining.
// Also skipped by Apple on Windows (rdar://5723191).
LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL

// Bug: 1143492
// Window status should always return a string object
// WebKit does this to match IE, FF also fails this test.
LayoutTests/fast/dom/assign-to-window-status.html = FAIL

// Bug 905894
// Getting parseerror (probably wrong svn:eol-style)
// Will be fixed by upstream merge
LayoutTests/fast/xsl/xslt-enc16.xml = FAIL
LayoutTests/fast/xsl/xslt-enc16to16.xml = FAIL

// Bug: 742182, 845388
// 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).
LayoutTests/editing/selection/designmode-no-caret.html = FAIL

// Bug: 742182, 845388, 960092
// Platform-specific: simulates command-{arrow} input to modify selection
// Our Event-Sender isn't robust enough to support this.
// Not required for Beta.  This may also be related to known home/end issues
// which are intended to be fixed for Beta.
LayoutTests/editing/selection/move-begin-end.html = FAIL

// Bug 845400
// The end result looks right, but the event messages differ.
LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL

// Bug 849441
// 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)
LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL
LayoutTests/fast/text/international/bidi-menulist.html = FAIL

// Bug 850875
// requires support for layoutTestController.encodeHostName()
LayoutTests/fast/encoding/idn-security.html = FAIL

// Bug 852346
// 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.
LayoutTests/fast/history/clicked-link-is-visited.html = FAIL
LayoutTests/fast/history/subframe-is-visited.html = FAIL

// Bug 1027226
// Bug 945322: test shell should dump text when
// layoutTestController.notifyDone() is called
LayoutTests/editing/selection/drag-in-iframe.html = FAIL

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

// This tests the screen's pixel depth, which we don't set on the buildbots
// so it depends on the users settings.  Making this a broken test for us.
// The test must be fixed to not depend on user settings and rebaselined.  post-beta.
LayoutTests/fast/dom/Window/window-screen-properties.html = PASS FAIL

// Bug: 849060
// Plugin creation is delayed until after first layout, so
// setwindow isn't being called.
LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL

LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL

// Bug 982602
// We don't support support window.resizeTo (nor is it planned for Beta)
LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html = FAIL

// Test expects that when focus is in an iframe and page-up is hit, the parent
// document is also scrolled
// IE and FF also "fail" this test.
LayoutTests/fast/frames/iframe-scroll-page-up-down.html = FAIL

// Bug 1082426
// document.write() pf plain text does not always flush
// This is a known WebKit bug, https://bugs.webkit.org/show_bug.cgi?id=8961
LayoutTests/editing/execCommand/delete-no-scroll.html = FAIL

// Bug: 879449
// TODO(joshia): Need some changes to the test shell in order to support
// Java applet related unit tests. So disable the following for now.
// These tests should be fixed immediately after the Java applets work is done.
LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL
LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL

// Bug 1198880
LayoutTests/svg/custom/svgsvgelement-ctm.xhtml = FAIL

// Bug 1204878
LayoutTests/http/tests/navigation/post-goback1.html = FAIL

// Bug 1135948: Fails because we cannot call plugins as functions.
LayoutTests/plugins/bindings-test.html = FAIL

// Bug 871718: These tests load data: URLs into frames and sets queries on then.
// This is totally broken. This layout test should be rewitten so that the
// subframes are not data URLs (probably we want files in the resources dir.).
LayoutTests/fast/encoding/char-encoding.html = FAIL
LayoutTests/fast/encoding/char-decoding.html = FAIL

// Bug 1130795: 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.
LayoutTests/fast/forms/box-shadow-override.html = FAIL

// These tests are not valid: the so-called expected results are not known to
// be correct.  See bug 849072.
// TODO(ojan): They are *our* tests. 
// It seems silly to skip our own tests when we can change/delete them.
// I'm marking them as deferred for now, but we should do something with them.
SKIP : chrome/http/mime = PASS

// Bug: 916857: These tests fail because of <audio> and <video>?
// Removed from the skip-list since they consistently fail quickly.
LayoutTests/http/tests/media/video-play-stall.html = FAIL
LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
LayoutTests/http/tests/media/remove-while-loading.html = FAIL

// We don't support the storage APIs.  Some of the them hang.
SKIP : LayoutTests/storage = PASS
SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS

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

// These tests all time out, which makes running the suite take too long if
// they're included.  See bug 916857 to investigate <audio> and <video>.
SKIP : LayoutTests/media = TIMEOUT

// Bug 850287: Need better Thai line-breaking.  Not a high priority, because
// it's acceptable as it is.
LayoutTests/fast/text/international/thai-line-breaks.html = FAIL

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

// The following tests (up to the ---- line below) need to add new methods to
// layoutTestController in test_shell since WebKit add those methods to its
// layoutTestController in DumpRenderTree tools.

// BUG 973468: 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.
SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL

// Failed with change http://codereview.chromium.org/12457 which changes
// the fallback font to "times new roman" from "Times". Need to
// verify if the current behavior is still correct.
LayoutTests/fast/css/font-family-initial.html = FAIL
LayoutTests/fast/css/font-face-default-font.html = FAIL
LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL

// ------------------------------------------------------------------------- //

// Bug: 924387, 1058654
// Broken until we fix our port to support remote TTF fonts and SVG Fonts
// GDI @font-face support has been implemented upstream, but we don't plan
// to fork to add support for @font-face for Beta.
// upstream: http://trac.webkit.org/projects/webkit/changeset/31507
LayoutTests/fast/css/font-face-multiple-remote-sources.html = FAIL
LayoutTests/fast/css/font-face-remote.html = FAIL
LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL

// Bug: 1007391
// These hit a not-implemented code-path in @font-face code
// Fixing this should not be required for beta.
LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
LayoutTests/fast/css/font-face-unicode-range.html = FAIL

// Bug: 1110028
// 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, the plan is to convince KJS to change post-beta.
LayoutTests/fast/dom/Window/window-property-shadowing-name.html = TIMEOUT
LayoutTests/fast/js/var-declarations-shadowing.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)
LayoutTests/fast/dom/getter-on-window-object2.html = FAIL

// Bug: 1042838
// 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
LayoutTests/http/tests/security/local-user-CSS-from-remote.html = FAIL

// Extra space at end of test results.  Since this is a crash test, a
// FAIL here is just as good as running the test normally
// Bug 1126050.
// FAIL results from an extra newline at the top of the results
// the checked in results do not include the PASS text.
LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onload.html = FAIL

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

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

// The following tests fail because SVG animation is not yet implemented
LayoutTests/svg/W3C-SVG-1.1/animate-elem-36-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-78-t.svg = FAIL

// 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'
LayoutTests/svg/batik/text/smallFonts.svg = FAIL
LayoutTests/svg/batik/text/textBiDi.svg = FAIL
LayoutTests/svg/batik/text/textGlyphOrientationHorizontal.svg = FAIL
LayoutTests/svg/batik/text/textOnPath.svg = FAIL
LayoutTests/svg/batik/text/textOnPath2.svg = FAIL
LayoutTests/svg/batik/text/textOnPath3.svg = FAIL
LayoutTests/svg/batik/text/textOnPathSpaces.svg = FAIL
LayoutTests/svg/batik/text/verticalText.svg = FAIL
LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL
LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL
LayoutTests/svg/text/text-fonts-01-t.svg = FAIL
LayoutTests/svg/text/text-intro-05-t.svg = FAIL
LayoutTests/svg/text/text-path-01-b.svg = FAIL

// This test is failing because Apple's results appear to be bogus. Will let them know.
LayoutTests/svg/custom/gradient-stop-style-change.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.
LayoutTests/svg/custom/stroke-width-click.svg = FAIL

// These tests all pass simplified diff, but fail full text diffs due to
// positions and/or widths that deviate from Apple's expectations by varying
// degrees. These are almost certainly nonbugs, but won't be rebased until
// we can say for sure.
LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-02-t.svg = FAIL   // 1 numbers differ, by an absolute total of 10.00
LayoutTests/svg/custom/control-points-for-S-and-T.svg = FAIL   // 6 numbers differ, by an absolute total of 31.36
LayoutTests/svg/custom/dasharrayOrigin.svg = FAIL   // 2 numbers differ, by an absolute total of 0.20
LayoutTests/svg/custom/linking-a-03-b-all.svg = FAIL   // 4 numbers differ, by an absolute total of 0.06
LayoutTests/svg/custom/linking-a-03-b-viewBox-transform.svg = FAIL   // 4 numbers differ, by an absolute total of 0.06
LayoutTests/svg/custom/linking-a-03-b-viewBox.svg = FAIL   // 2 numbers differ, by an absolute total of 0.04
LayoutTests/svg/custom/marker-changes.svg = FAIL   // 6 numbers differ, by an absolute total of 5.00
LayoutTests/svg/custom/use-css-events.svg = FAIL   // 5 numbers differ, by an absolute total of 27.16
LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg = FAIL   // 11 numbers differ, by an absolute total of 4.69
LayoutTests/svg/hixie/perf/001.xml = FAIL   // 274 numbers differ, by an absolute total of 157.52
LayoutTests/svg/hixie/perf/002.xml = FAIL   // 274 numbers differ, by an absolute total of 157.52
LayoutTests/svg/hixie/perf/007.xml = FAIL   // 745 numbers differ, by an absolute total of 37.97
LayoutTests/svg/hixie/shapes/path/001.xml = FAIL   // 6 numbers differ, by an absolute total of 100.56
LayoutTests/svg/hixie/text/003.html = FAIL   // 1 numbers differ, by an absolute total of 1.00
LayoutTests/svg/hixie/text/003a.xml = FAIL   // 1 numbers differ, by an absolute total of 1.00
LayoutTests/svg/hixie/viewbox/preserveAspectRatio/001.xml = FAIL   // 2 numbers differ, by an absolute total of 18.00
LayoutTests/svg/hixie/viewbox/preserveAspectRatio/002.xml = FAIL   // 3 numbers differ, by an absolute total of 3.00

// 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
LayoutTests/svg/custom/clip-path-referencing-use2.svg = FAIL

// Bug 1107191.  These flakily fail image diffs.  Punting on SVG for now.
// Note that the "expected" images checked in are not necessarily correct.
LayoutTests/svg/W3C-SVG-1.1/text-text-03-b.svg = FAIL
LayoutTests/svg/batik/text/textDecoration2.svg = FAIL
LayoutTests/svg/batik/text/textFeatures.svg = FAIL
LayoutTests/svg/batik/text/textProperties.svg = FAIL
LayoutTests/svg/batik/text/textStyles.svg = FAIL
LayoutTests/svg/text/text-text-03-b.svg = FAIL
// These consistently fail with image diffs.
LayoutTests/svg/text/text-deco-01-b.svg = FAIL

//
// -----------------------------------------------------------------
// End of SVG tests
// -----------------------------------------------------------------

// Bug: 1026885
// Following tests are failing because Chrome does not allow file url
// to access non-file urls.
LayoutTests/editing/selection/4960137.html = FAIL
LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = FAIL
LayoutTests/fast/frames/frame-src-attribute.html = FAIL

// Bug: 1045048
// We haven't implemented GCController in test shell
// Not critical for Beta.  We have window.gc() for other tests.
LayoutTests/fast/js/garbage-collect-after-string-appends.html = FAIL

// Bug: 1115062
// 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
LayoutTests/tables/mozilla_expected_failures/bugs/bug178855.xml = FAIL
// Passes release. Fails debug.
DEBUG : LayoutTests/fast/flexbox/flex-hang.html = FAIL

// Bug: 1166260
LayoutTests/fast/canvas/gradient-empty-path.html = FAIL

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

// Bug: 1344760
LayoutTests/http/tests/navigation/redirect302-basic.html = FAIL

// The test may require a proper version of Java 6 RC 10 plugin
// installed to run.
chrome/fast/dom/java-applet-calls.html = FAIL

// These tests don't work on the open source buildbot because no font covers
// U+2798 (Heavy SE Arrow) and U+2799 (Heavy Rightwards Arrow). See bug #2304.
LayoutTests/css2.1/t0805-c5519-brdr-r-01-e.html = FAIL
LayoutTests/css2.1/t0905-c5525-fltblck-00-d-ag.html = FAIL

// These tests don't work on the open source buildbot because there's no font
// covering YinYang sign. See bug # 2304.
LayoutTests/css2.1/t0905-c414-flt-fit-01-d-g.html = FAIL
LayoutTests/css2.1/t0905-c5525-flthw-00-c-g.html = FAIL
LayoutTests/css2.1/t0905-c5526-flthw-00-c-g.html = FAIL
// No glyph for U+FFFD (Replacement Character : black diamond with question mark) in them
LayoutTests/fast/encoding/invalid-UTF-8.html = FAIL
// Zero width chars
LayoutTests/fast/text/zero-width-characters.html = FAIL

// HTTPS tests fail on the open source buildbot with error "cross-site not access allowed".
// See bug # 2306
LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL
pending/http/tests/security/cross-frame-access-protocol-explicit-domain.html = TIMEOUT
pending/http/tests/security/cross-frame-access-protocol.html = TIMEOUT

// Some tests playing with dates don't work on the open source buildbot.
// See bug # 2307
LayoutTests/fast/js/date-DST-time-cusps.html = FAIL
LayoutTests/fast/js/date-big-setdate.html = FAIL

// V8 doesn't stable sort. This is not required and may never be fixed. It is
// tracked by: http://code.google.com/p/v8/issues/detail?id=90
LayoutTests/fast/js/comparefn-sort-stability.html = FAIL
LayoutTests/fast/js/sort-stability.html = FAIL

// Apparently V8 date handling:
// http://code.google.com/p/v8/issues/detail?id=91
LayoutTests/fast/js/date-set-to-nan.html = FAIL

// These require application cache to be enabled.  Skip the tests because
// they're all timing out.  TODO(tc): Upstream changes to the test so they
// fail quickly if window.applicationCache is undefined (then we don't have to
// skip them).
// http://crbug.com/2844
SKIP : LayoutTests/http/tests/appcache = TIMEOUT FAIL

// V8 failures as a result of the WebKit merge.
// http://code.google.com/p/v8/issues/detail?id=92
LayoutTests/fast/js/constructor-attributes.html = FAIL
LayoutTests/fast/js/eval-cross-window.html = FAIL
LayoutTests/fast/js/eval-keyword-vs-function.html = FAIL
LayoutTests/fast/js/exception-try-finally-scope-error.html = FAIL
LayoutTests/fast/js/function-dot-arguments-and-caller.html = FAIL
LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL
LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL
LayoutTests/fast/js/removing-Cf-characters.html = FAIL
LayoutTests/fast/js/static-scope-object.html = FAIL
LayoutTests/fast/js/delete-getters-setters.html = FAIL

// Console output won't have line numbers until V8 gives us a way to get that
// information. <http://crbug.com/2960>
LayoutTests/fast/dom/Window/console-functions.html = FAIL

// Shadows don't render correctly for these tests.
// http://code.google.com/p/chromium/issues/detail?id=2969
LayoutTests/fast/canvas/shadow-offset-1.html = FAIL
LayoutTests/fast/canvas/shadow-offset-2.html = FAIL
LayoutTests/fast/canvas/shadow-offset-3.html = FAIL
LayoutTests/fast/canvas/shadow-offset-4.html = FAIL
LayoutTests/fast/canvas/shadow-offset-5.html = FAIL
LayoutTests/fast/canvas/shadow-offset-6.html = FAIL
LayoutTests/fast/canvas/shadow-offset-7.html = FAIL
LayoutTests/fast/css/shadow-multiple.html = FAIL

// There appears to be some parsing error. These tests give "successfullyParsed
// should be true (of type boolean). Was undefined (of type undefined)."
// http://code.google.com/p/chromium/issues/detail?id=2976
LayoutTests/fast/canvas/drawImage-with-negative-source-destination.html = FAIL

// getImageData isn't supported on canvas.
// http://code.google.com/p/chromium/issues/detail?id=2974
LayoutTests/fast/canvas/canvas-pattern-behaviour.html = FAIL
LayoutTests/fast/canvas/canvas-getImageData.html = FAIL

// We don't implement toDataURL.
// http://code.google.com/p/chromium/issues/detail?id=2972
LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL

// Our shadows looks wrong. The text not having shadows is to be expected, but
// it looks like we're missing a red shadow that Safari has.
// http://code.google.com/p/chromium/issues/detail?id=2982
LayoutTests/fast/repaint/shadow-multiple-horizontal.html = FAIL
LayoutTests/fast/repaint/shadow-multiple-strict-horizontal.html = FAIL
LayoutTests/fast/repaint/shadow-multiple-strict-vertical.html = FAIL
LayoutTests/fast/repaint/shadow-multiple-vertical.html = FAIL

// Many of the failures here are because V8 stringifies objects differently than
// JSC. However, the missing position and totalSize properties seems genuine.
SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS

// We don't render reflection masks properly.
// http://code.google.com/p/chromium/issues/detail?id=3229
LayoutTests/fast/reflections/reflection-masks.html = FAIL

// http://crbug.com/3244 : SVG masks aren't quite working yet.
LayoutTests/fast/backgrounds/svg-as-mask.html = FAIL
LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b.svg = FAIL
LayoutTests/svg/batik/masking/maskRegions.svg = FAIL

// More tests that fail because of masks not working properly.
LayoutTests/fast/backgrounds/mask-composite.html = FAIL
LayoutTests/fast/backgrounds/repeat/mask-negative-offset-repeat.html = FAIL
LayoutTests/fast/borders/block-mask-overlay-image.html = FAIL
LayoutTests/fast/borders/inline-mask-overlay-image.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
SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS

// Issue 3273: TextInputController::firstRectForCharacterRange not implemented
// http://code.google.com/p/chromium/issues/detail?id=3273
LayoutTests/editing/selection/move-left-right.html = FAIL

// This test needs to be rebaselined but said rebaselining didn't work and after
// over an hour wasted, I'm giving up. -brettw
LayoutTests/svg/custom/foreign-object-skew.svg = FAIL

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

LayoutTests/accessibility = FAIL
LayoutTests/fast/block/basic/min-pref-width-nowrap-floats.html = FAIL
LayoutTests/fast/borders/border-image-omit-right-slice.html = FAIL
LayoutTests/fast/borders/fieldsetBorderRadius.html = FAIL
LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL
LayoutTests/fast/canvas/canvas-text-baseline.html = FAIL
LayoutTests/fast/dom/SelectorAPI/NSResolver-exceptions.xhtml = FAIL
LayoutTests/fast/gradients/border-image-gradient-sides-and-corners.html = FAIL
LayoutTests/fast/gradients/border-image-gradient.html = FAIL
LayoutTests/fast/gradients/generated-gradients.html = FAIL
LayoutTests/fast/gradients/list-item-gradient.html = FAIL
LayoutTests/fast/gradients/simple-gradients.html = FAIL
LayoutTests/fast/media/viewport-media-query.html = FAIL
LayoutTests/fast/overflow/float-in-relpositioned.html = FAIL
LayoutTests/fast/table/border-collapsing/equal-precedence-resolution.html = FAIL
LayoutTests/fast/table/prepend-in-anonymous-table.html = FAIL
LayoutTests/fast/table/vertical-align-baseline.html = FAIL
LayoutTests/fast/transforms/overflow-with-transform.html = FAIL
LayoutTests/fast/transforms/shadows.html = FAIL
LayoutTests/http/tests/misc/acid3.html = FAIL
LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL
LayoutTests/http/tests/security/xss-DENIED-synchronous-form.html = FAIL
LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html = FAIL
LayoutTests/media/progress-event-total.html = FAIL
LayoutTests/media/video-click-dlbclick-standalone.html = FAIL
LayoutTests/media/video-layer-crash.html = FAIL
LayoutTests/media/video-source-type-params.html = FAIL
LayoutTests/printing = FAIL
LayoutTests/security/autocomplete-cleared-on-back.html = TIMEOUT
LayoutTests/security/set-form-autocomplete-attribute.html = FAIL

// Post-MERGE failures: these will all need to be fixed one day
LayoutTests/editing/selection/caret-rtl-2.html = FAIL
LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL
LayoutTests/fast/block/float/float-avoidance.html = FAIL
LayoutTests/fast/canvas/canvasDrawingIntoSelf.html = FAIL
LayoutTests/fast/canvas/drawImage.html = FAIL
LayoutTests/fast/canvas/fill-stroke-clip-reset-path.html = FAIL
LayoutTests/fast/canvas/gradient-add-second-start-end-stop.html = FAIL
// Flaky
LayoutTests/fast/canvas/patternfill-repeat.html = FAIL CRASH
LayoutTests/fast/css/background-shorthand-invalid-url.html = FAIL
LayoutTests/fast/dom/resource-locations-in-created-html-document.html = FAIL
LayoutTests/fast/forms/form-hides-table.html = FAIL
LayoutTests/fast/replaced/replaced-breaking.html = FAIL
LayoutTests/fast/table/text-field-baseline.html = FAIL
DEBUG : LayoutTests/http/tests/messaging/cross-domain-message-event-dispatch.html = FAIL PASS
LayoutTests/http/tests/navigation/metaredirect-basic.html = FAIL
LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-34-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-40-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/color-prop-01-b.svg = FAIL
// Fails in release and debug. Sometimes crashes in debug.
LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL CRASH
LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-04-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/painting-render-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-02-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-04-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-05-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-09-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-12-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-14-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-15-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-16-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-18-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-19-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-pattern-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-groups-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-groups-03-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/styling-inherit-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-altglyph-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-fonts-02-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-text-06-t.svg = FAIL
LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL
LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL CRASH
LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL CRASH
LayoutTests/svg/batik/paints/patternRegions.svg = FAIL CRASH
LayoutTests/svg/batik/text/textEffect.svg = FAIL
LayoutTests/svg/batik/text/textEffect3.svg = FAIL
LayoutTests/svg/carto.net/colourpicker.svg = FAIL
LayoutTests/svg/carto.net/scrollbar.svg = FAIL
LayoutTests/svg/carto.net/selectionlist.svg = FAIL CRASH
LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
LayoutTests/svg/custom/animate-path-discrete.svg = FAIL
LayoutTests/svg/custom/animate-path-morphing.svg = FAIL
LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL
LayoutTests/svg/custom/circular-marker-reference-2.svg = FAIL
LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL
LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL
LayoutTests/svg/custom/clip-path-display-none-child.svg = FAIL
// Flaky on both release and debug. 
LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH
LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL
LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml = FAIL
LayoutTests/svg/custom/focus-ring.svg = FAIL
LayoutTests/svg/custom/glyph-selection-lang-attribute.svg = FAIL
LayoutTests/svg/custom/gradient-rotated-bbox.svg = FAIL
LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL
LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL
LayoutTests/svg/custom/group-opacity.svg = FAIL
LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL
LayoutTests/svg/custom/image-small-width-height.svg = FAIL
LayoutTests/svg/custom/inline-svg-in-xhtml.xml = FAIL
LayoutTests/svg/custom/js-update-image.svg = FAIL
LayoutTests/svg/custom/large-bounding-box-percents.svg = FAIL
LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html = FAIL
LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html = FAIL
LayoutTests/svg/custom/non-circular-marker-reference.svg = FAIL
LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL
LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL
LayoutTests/svg/custom/pattern-rotate.svg = FAIL
LayoutTests/svg/custom/pattern-y-offset.svg = FAIL
LayoutTests/svg/custom/pointer-events-image.svg = FAIL
LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html = FAIL
LayoutTests/svg/custom/stroked-pattern.svg = FAIL
LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html = FAIL
LayoutTests/svg/custom/text-dom-01-f.svg = FAIL
LayoutTests/svg/custom/text-dom-removal.svg = FAIL
LayoutTests/svg/custom/use-on-g-containing-foreignObject-and-image.svg = FAIL
LayoutTests/svg/custom/width-full-percentage.svg = FAIL
LayoutTests/svg/text/text-fonts-02-t.svg = FAIL
LayoutTests/tables/mozilla/bugs/bug43854-1.html = FAIL
LayoutTests/tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
chrome/fast/dom/domListEnumeration.html = FAIL
chrome/fast/forms/basic-textareas-quirks.html = FAIL
pending/http/tests/security/cross-frame-access-child-explicit-domain.html = FAIL
pending/http/tests/security/cross-frame-access-parent-explicit-domain.html = FAIL

// This test seems to fail on the builders but not locally.
LayoutTests/fast/css/font-face-multiple-faces.html = FAIL

// TODO(eroman): passed for me locally, need to see why failed on buildbot...
LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL

// Post-merge Debug only Crashes
// This test also produces an unending stream of blank lines on stderr,
// which makes it hang the test harness.
SKIP DEBUG : LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH

// One of these svg tests sometimes crash in debug mode.  It seems to only
// happen when all the dynamic-updates tests are run together.
DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html = CRASH PASS
DEBUG : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html = CRASH PASS
DEBUG : LayoutTests/fast/dom/gc-1.html = CRASH PASS

// Got flakey (both debug and release) around r3581 (ananta).
LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL PASS

// Crash in DEBUG only
DEBUG : LayoutTests/svg/W3C-SVG-1.1/interact-dom-01-b.svg = CRASH

// Wrong font is chosen for some reason -- sans vs serif.
LINUX : LayoutTests/css2.1/t040103-escapes-01-b.html = FAIL

// Wrong, and the baseline appears to be wrong in a different way!
LINUX : LayoutTests/css2.1/t040302-c61-ex-len-00-b-a.html = FAIL
LINUX : LayoutTests/css2.1/t040302-c61-rel-len-00-b-ag.html = FAIL

// Uses an arrow glyph that isn't in our Linux font setup yet.
LINUX : LayoutTests/css2.1/t0805-c5519-brdr-r-00-a.html = FAIL
LINUX : LayoutTests/css2.1/t0805-c5521-brdr-l-00-a.html = FAIL
LINUX : LayoutTests/css2.1/t0805-c5521-brdr-l-01-e.html = FAIL
LINUX : LayoutTests/css2.1/t0805-c5521-ibrdr-l-00-a.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c414-flt-02-c.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c414-flt-03-c.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c414-flt-04-c.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c5525-fltblck-01-d.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c5525-fltcont-00-d-g.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c5525-fltwidth-02-c-g.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c5525-fltwidth-03-c-g.html = FAIL
LINUX : LayoutTests/css2.1/t0905-c5525-fltwrap-00-b.html = FAIL
LINUX : LayoutTests/css2.1/t090501-c414-flt-01-b.html = FAIL
LINUX : LayoutTests/css2.1/t090501-c414-flt-03-b-g.html = FAIL
LINUX : LayoutTests/css2.1/t090501-c414-flt-ln-01-d-g.html = FAIL

// Radio buttons rendered differently between Linux and Windows.
LINUX : LayoutTests/css2.1/t09-c5526c-display-00-e.html = FAIL

// Uncharacterized tests that fail on linux but pass on windows.
// TODO(port): figure out what's wrong with these and annotate appropriately.
LINUX : LayoutTests/css2.1/t090501-c5525-flt-l-00-b-g.html = FAIL
LINUX : LayoutTests/css2.1/t090501-c5525-flt-r-00-b-g.html = FAIL
LINUX : LayoutTests/css2.1/t100304-c43-rpl-bbx-01-d-g.html = FAIL
LINUX : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL
LINUX : LayoutTests/css2.1/t100801-c544-valgn-01-d-ag.html = FAIL
LINUX : LayoutTests/css2.1/t100801-c544-valgn-02-d-agi.html = FAIL
LINUX : LayoutTests/css2.1/t100801-c544-valgn-03-d-agi.html = FAIL
LINUX : LayoutTests/css2.1/t100801-c548-ln-ht-02-b-ag.html = FAIL
LINUX : LayoutTests/css2.1/t1202-counter-09-b.html = FAIL
LINUX : LayoutTests/css2.1/t1202-counters-09-b.html = FAIL
LINUX : LayoutTests/css2.1/t1205-c566-list-stl-01-c-g.html = FAIL
LINUX : LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html = FAIL
LINUX : LayoutTests/css2.1/t1508-c527-font-00-b.html = FAIL
LINUX : LayoutTests/css2.1/t1508-c527-font-09-b.html = FAIL
LINUX : LayoutTests/css2.1/t1601-c547-indent-00-b-a.html = FAIL
LINUX : LayoutTests/css2.1/t1604-c541-word-sp-00-b-a.html = FAIL
LINUX : LayoutTests/css2.1/t1604-c542-letter-sp-00-b-a.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/AppletsCollection.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement01.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement02.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement03.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement04.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement05.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement06.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement07.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement08.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement09.html = FAIL
LINUX : LayoutTests/dom/html/level2/html/HTMLAppletElement10.html = FAIL
LINUX : LayoutTests/editing/deleting/5144139-2.html = FAIL
LINUX : LayoutTests/editing/deleting/5729680.html = FAIL
LINUX : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL
LINUX : LayoutTests/editing/execCommand/5119244.html = FAIL
LINUX : LayoutTests/editing/execCommand/findString-2.html = FAIL
LINUX : LayoutTests/editing/inserting/typing-tab-designmode-forms.html = FAIL
LINUX : LayoutTests/editing/inserting/typing-tab-designmode.html = FAIL
LINUX : LayoutTests/editing/selection/extend-by-word-002.html = FAIL
LINUX : LayoutTests/editing/selection/fake-doubleclick.html = FAIL
LINUX : LayoutTests/editing/selection/move-past-trailing-space.html = FAIL
LINUX : LayoutTests/editing/selection/select-from-textfield-outwards.html = FAIL
LINUX : LayoutTests/editing/selection/selection-3748164-fix.html = FAIL
LINUX : LayoutTests/editing/style/smoosh-styles-002.html = FAIL
LINUX : LayoutTests/fast/block/basic/011.html = FAIL
LINUX : LayoutTests/fast/block/basic/014.html = FAIL
LINUX : LayoutTests/fast/block/basic/minheight.html = FAIL
LINUX : LayoutTests/fast/block/margin-collapse/103.html = FAIL
LINUX : LayoutTests/fast/block/positioning/051.html = FAIL
LINUX : LayoutTests/fast/css/002.html = FAIL
LINUX : LayoutTests/fast/css/003.html = FAIL
LINUX : LayoutTests/fast/css/acid2-pixel.html = FAIL
LINUX : LayoutTests/fast/css/acid2.html = FAIL
LINUX : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = FAIL
LINUX : LayoutTests/fast/css/css2-system-fonts.html = FAIL
LINUX : LayoutTests/fast/css/ex-after-font-variant.html = FAIL
LINUX : LayoutTests/fast/css/font-face-descriptor-multiple-values.html = FAIL
LINUX : LayoutTests/fast/css/font-face-locally-installed.html = FAIL
LINUX : LayoutTests/fast/css/font-weight-1.html = FAIL
LINUX : LayoutTests/fast/css/font_property_normal.html = FAIL
LINUX : LayoutTests/fast/css/imageTileOpacity.html = FAIL
LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL
LINUX : LayoutTests/fast/css/marginComputedStyle.html = FAIL
LINUX : LayoutTests/fast/css/rtl-ordering.html = FAIL
LINUX : LayoutTests/fast/css/text-security.html = FAIL
LINUX : LayoutTests/fast/dom/Window/Plug-ins.html = FAIL
LINUX : LayoutTests/fast/dom/anchor-toString.html = FAIL
LINUX : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL
LINUX : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL
LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL
LINUX : LayoutTests/fast/events/access-key-self-destruct.html = FAIL
LINUX : LayoutTests/fast/events/arrow-keys-on-body.html = FAIL
LINUX : LayoutTests/fast/events/arrow-navigation.html = FAIL
LINUX : LayoutTests/fast/events/key-events-in-input-text.html = FAIL
LINUX : LayoutTests/fast/events/keypress-focus-change.html = FAIL
LINUX : LayoutTests/fast/events/keypress-insert-tab.html = FAIL
LINUX : LayoutTests/fast/events/onchange-passwordfield.html = FAIL
LINUX : LayoutTests/fast/events/onchange-searchfield.html = FAIL
LINUX : LayoutTests/fast/events/onchange-select-popup.html = FAIL
LINUX : LayoutTests/fast/events/onchange-textfield.html = FAIL
LINUX : LayoutTests/fast/events/onsearch-enter.html = FAIL
LINUX : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL
LINUX : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL
LINUX : LayoutTests/fast/forms/HTMLOptionElement_label05.html = FAIL
LINUX : LayoutTests/fast/forms/access-key.html = FAIL
LINUX : LayoutTests/fast/forms/button-enter-click.html = FAIL
LINUX : LayoutTests/fast/forms/button-sizes.html = FAIL
LINUX : LayoutTests/fast/forms/check-box-enter-key.html = FAIL
LINUX : LayoutTests/fast/forms/disabled-select-change-index.html = FAIL
LINUX : LayoutTests/fast/forms/enter-clicks-buttons.html = FAIL
LINUX : LayoutTests/fast/forms/focus-selection-input.html = FAIL
LINUX : LayoutTests/fast/forms/focus-selection-textarea.html = FAIL
LINUX : LayoutTests/fast/forms/hidden-listbox.html = FAIL
LINUX : LayoutTests/fast/forms/input-appearance-height.html = FAIL
LINUX : LayoutTests/fast/forms/input-baseline.html = FAIL
LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FAIL
LINUX : LayoutTests/fast/forms/legend-access-key.html = FAIL
LINUX : LayoutTests/fast/forms/listbox-onchange.html = FAIL
LINUX : LayoutTests/fast/forms/listbox-selection.html = FAIL
LINUX : LayoutTests/fast/forms/listbox-typeahead-scroll.html = FAIL
LINUX : LayoutTests/fast/forms/listbox-width-change.html = FAIL
LINUX : LayoutTests/fast/forms/minWidthPercent.html = FAIL
LINUX : LayoutTests/fast/forms/negativeLineHeight.html = FAIL
LINUX : LayoutTests/fast/forms/onchange-enter-submit.html = FAIL
LINUX : LayoutTests/fast/forms/option-strip-whitespace.html = FAIL
LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL
LINUX : LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL
LINUX : LayoutTests/fast/forms/search-cancel-button-style-sharing.html = FAIL
LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL
LINUX : LayoutTests/fast/forms/search-rtl.html = FAIL
LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL
LINUX : LayoutTests/fast/forms/select-accesskey.html = FAIL
LINUX : LayoutTests/fast/forms/select-block-background.html = FAIL
LINUX : LayoutTests/fast/forms/select-change-listbox-size.html = FAIL
LINUX : LayoutTests/fast/forms/select-change-popup-to-listbox.html = FAIL
LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL
LINUX : LayoutTests/fast/forms/select-enter-key.html = FAIL
LINUX : LayoutTests/fast/forms/select-initial-position.html = FAIL
LINUX : LayoutTests/fast/forms/select-list-box-with-height.html = FAIL
LINUX : LayoutTests/fast/forms/select-type-ahead-non-latin.html = FAIL
LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL
LINUX : LayoutTests/fast/forms/textAreaLineHeight.html = FAIL
LINUX : LayoutTests/fast/forms/textarea-type-spaces.html = FAIL
LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL
LINUX : LayoutTests/fast/forms/textfield-onchange-deletion.html = FAIL
LINUX : LayoutTests/fast/forms/textfield-outline.html = FAIL
LINUX : LayoutTests/fast/forms/textfield-to-password-on-focus.html = FAIL
LINUX : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL
LINUX : LayoutTests/fast/frames/iframe-window-focus.html = FAIL
LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL
LINUX : LayoutTests/fast/inspector/style.html = FAIL
LINUX : LayoutTests/fast/invalid/008.html = FAIL
LINUX : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL
LINUX : LayoutTests/fast/lists/001.html = FAIL
LINUX : LayoutTests/fast/lists/008.html = FAIL
LINUX : LayoutTests/fast/lists/w3-list-styles.html = FAIL
LINUX : LayoutTests/fast/loader/file-URL-with-port-number.html = FAIL
LINUX : LayoutTests/fast/loader/loadInProgress.html = FAIL
LINUX : LayoutTests/fast/loader/url-parse-1.html = FAIL
LINUX : LayoutTests/fast/media/mq-relative-constraints-08.html = FAIL
LINUX : LayoutTests/fast/overflow/003.xml = FAIL
LINUX : LayoutTests/fast/overflow/infiniteRecursion.html = FAIL
LINUX : LayoutTests/fast/overflow/overflow-rtl.html = FAIL
LINUX : LayoutTests/fast/repaint/continuation-after-outline.html = FAIL
LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL
LINUX : LayoutTests/fast/table/frame-and-rules.html = FAIL
LINUX : LayoutTests/fast/table/rowindex.html = FAIL
LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL
LINUX : LayoutTests/fast/text/atsui-partial-selection.html = FAIL
LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL
LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL
LINUX : LayoutTests/fast/text/basic/015.html = FAIL
LINUX : LayoutTests/fast/text/basic/generic-family-reset.html = FAIL
LINUX : LayoutTests/fast/text/break-word.html = FAIL
LINUX : LayoutTests/fast/text/cg-vs-atsui.html = FAIL
LINUX : LayoutTests/fast/text/fixed-pitch-control-characters.html = FAIL
LINUX : LayoutTests/fast/text/in-rendered-text-rtl.html = FAIL
LINUX : LayoutTests/fast/text/international/001.html = FAIL
LINUX : LayoutTests/fast/text/international/002.html = FAIL
LINUX : LayoutTests/fast/text/international/003.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-AN-after-empty-run.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-CS-after-AN.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-L2-run-reordering.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-LDB-2-CSS.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-LDB-2-HTML.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-LDB-2-formatting-characters.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-control-chars-treated-as-ZWS.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-european-terminators.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-explicit-embedding.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-ignored-for-first-child-inline.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-innertext.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-layout-across-linebreak.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-listbox-atsui.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-listbox.html = FAIL
LINUX : LayoutTests/fast/text/international/bidi-override.html = FAIL
LINUX : LayoutTests/fast/text/international/complex-character-based-fallback.html = FAIL
LINUX : LayoutTests/fast/text/international/hindi-spacing.html = FAIL
LINUX : LayoutTests/fast/text/international/rtl-caret.html = FAIL
LINUX : LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html = FAIL
LINUX : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL
LINUX : LayoutTests/fast/text/large-text-composed-char.html = FAIL
LINUX : LayoutTests/fast/text/letter-spacing-negative-opacity.html = FAIL
LINUX : LayoutTests/fast/text/line-breaks.html = FAIL
LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL
LINUX : LayoutTests/fast/text/should-use-atsui.html = FAIL
LINUX : LayoutTests/fast/text/trailing-white-space-2.html = FAIL
LINUX : LayoutTests/fast/text/trailing-white-space.html = FAIL
LINUX : LayoutTests/fast/text/updateNewFont.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/004.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/005.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/010.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/011.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/015.html = FAIL
LINUX : LayoutTests/fast/text/whitespace/016.html = FAIL
LINUX : LayoutTests/fast/text/word-break-run-rounding.html = FAIL
LINUX : LayoutTests/fast/xsl/transform-xhr-doc.xhtml = FAIL
LINUX : LayoutTests/http/tests/misc/acid2-pixel.html = FAIL
LINUX : LayoutTests/http/tests/misc/acid2.html = FAIL
LINUX : LayoutTests/http/tests/plugins/cross-frame-object-access.html = FAIL
LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html = FAIL
LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = FAIL
LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html = FAIL
LINUX : LayoutTests/plugins/createScriptableObject-before-start.html = FAIL
LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL
LINUX : LayoutTests/plugins/embed-attributes-style.html = FAIL
LINUX : LayoutTests/plugins/get-empty-url.html = FAIL
LINUX : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will-disallow.html = FAIL
LINUX : LayoutTests/plugins/getintidentifier-special-values.html = FAIL
LINUX : LayoutTests/plugins/inner-html-display-none.html = FAIL
LINUX : LayoutTests/plugins/invoke.html = FAIL
LINUX : LayoutTests/plugins/mouse-events.html = FAIL
LINUX : LayoutTests/plugins/netscape-destroy-plugin-script-objects.html = FAIL
LINUX : LayoutTests/plugins/netscape-dom-access.html = FAIL
LINUX : LayoutTests/plugins/netscape-get-property-return-value.html = FAIL
LINUX : LayoutTests/plugins/netscape-identifier-conversion.html = FAIL
LINUX : LayoutTests/plugins/netscape-invoke-default.html = FAIL
LINUX : LayoutTests/plugins/open-and-close-window-with-plugin.html = FAIL
LINUX : LayoutTests/plugins/plugin-javascript-access.html = FAIL
LINUX : LayoutTests/plugins/plugin-remove-subframe.html = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-04-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-05-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-06-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-07-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-22-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-23-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-blend-01-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-color-01-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-composite-02-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-comptran-01-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/filters-turb-01-f.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/fonts-desc-02-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/interact-zoom-01-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/text-spacing-01-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/text-text-01-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/text-text-08-b.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/text-ws-01-t.svg = FAIL
LINUX : LayoutTests/svg/W3C-SVG-1.1/text-ws-02-t.svg = FAIL
LINUX : LayoutTests/svg/batik/text/textAnchor.svg = FAIL
LINUX : LayoutTests/svg/batik/text/textPosition.svg = FAIL
LINUX : LayoutTests/svg/batik/text/textProperties2.svg = FAIL
LINUX : LayoutTests/svg/carto.net/slider.svg = FAIL
LINUX : LayoutTests/svg/carto.net/textbox.svg = FAIL
LINUX : LayoutTests/svg/carto.net/window.svg = FAIL
LINUX : LayoutTests/svg/custom/alignment-baseline-modes.svg = FAIL
LINUX : LayoutTests/svg/custom/coords-relative-units-transforms.svg = FAIL
LINUX : LayoutTests/svg/custom/dominant-baseline-modes.svg = FAIL
LINUX : LayoutTests/svg/custom/feComponentTransfer-Discrete.svg = FAIL
LINUX : LayoutTests/svg/custom/feComponentTransfer-Gamma.svg = FAIL
LINUX : LayoutTests/svg/custom/feComponentTransfer-Linear.svg = FAIL
LINUX : LayoutTests/svg/custom/feComponentTransfer-Table.svg = FAIL
LINUX : LayoutTests/svg/custom/glyph-setting-d-attribute.svg = FAIL
LINUX : LayoutTests/svg/custom/path-getTotalLength.svg = FAIL
LINUX : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL
LINUX : LayoutTests/svg/custom/use-referencing-nonexisting-symbol.svg = FAIL
LINUX : LayoutTests/svg/hixie/perf/003.xml = FAIL
LINUX : LayoutTests/svg/hixie/perf/004.xml = FAIL
LINUX : LayoutTests/svg/hixie/perf/005.xml = FAIL
LINUX : LayoutTests/svg/hixie/perf/006.xml = FAIL
LINUX : LayoutTests/svg/hixie/text/003b.xml = FAIL
LINUX : LayoutTests/svg/text/text-spacing-01-b.svg = FAIL
LINUX : LayoutTests/svg/text/text-text-01-b.svg = FAIL
LINUX : LayoutTests/svg/text/text-text-08-b.svg = FAIL
LINUX : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL
LINUX : LayoutTests/svg/text/text-ws-01-t.svg = FAIL
LINUX : LayoutTests/svg/text/text-ws-02-t.svg = FAIL
LINUX : LayoutTests/tables/mozilla/bugs/bug16252.html = FAIL
LINUX : LayoutTests/tables/mozilla/bugs/bug22513.html = FAIL
LINUX : LayoutTests/tables/mozilla/bugs/bug2479-2.html = FAIL
LINUX : LayoutTests/tables/mozilla/bugs/bug2886-2.html = FAIL
LINUX : LayoutTests/tables/mozilla/bugs/bug4093.html = FAIL
LINUX : LayoutTests/tables/mozilla/core/bloomberg.html = FAIL
LINUX : LayoutTests/tables/mozilla/images/adforce_imgis_com.html = FAIL
LINUX : LayoutTests/tables/mozilla/other/ms.html = FAIL
LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL
LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL

// Depends on plugin support.

LINUX : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT
LINUX : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIMEOUT
LINUX : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT
LINUX : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html = TIMEOUT
LINUX : LayoutTests/plugins/embed-inside-object.html = TIMEOUT
LINUX : LayoutTests/plugins/geturl-replace-query.html = TIMEOUT
LINUX : LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = TIMEOUT
LINUX : chrome/plugins/call-as-function.html = CRASH
LINUX : chrome/plugins/get-file-url.html = TIMEOUT
LINUX : chrome/plugins/get-url-with-blank-target.html = FAIL
LINUX : chrome/plugins/multiple-plugins.html = FAIL
LINUX : chrome/plugins/nested-plugin-objects.html = FAIL
LINUX : chrome/plugins/refcount-leaks.html = FAIL
LINUX : chrome/plugins/return-npobject.html = FAIL
LINUX : chrome/plugins/script-object-invoke.html = FAIL
LINUX : pending/plugins/destroy-stream-twice.html = TIMEOUT
LINUX : pending/plugins/iframe-shims.html = FAIL

// Depends on event_sending_controller fixes.
LINUX : pending/fast/events/special-key-events-in-input-text.html = FAIL
LINUX : LayoutTests/fast/forms/search-event-delay.html = TIMEOUT


// NEW FOR MERGE 36102:37604
LayoutTests/animations/matrix-anim.html = FAIL
LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html = FAIL
LayoutTests/fast/body-propagation/background-color/001-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/001.html = FAIL
LayoutTests/fast/body-propagation/background-color/002-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/002.html = FAIL
LayoutTests/fast/body-propagation/background-color/003-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/003-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/003.html = FAIL
LayoutTests/fast/body-propagation/background-color/004-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/004-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/005-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/005-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/005.html = FAIL
LayoutTests/fast/body-propagation/background-color/006-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/006-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/006.html = FAIL
LayoutTests/fast/body-propagation/background-color/007-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/007-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/007.html = FAIL
LayoutTests/fast/body-propagation/background-color/008-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-color/008.html = FAIL
LayoutTests/fast/body-propagation/background-image/001-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/001.html = FAIL
LayoutTests/fast/body-propagation/background-image/002-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/002.html = FAIL
LayoutTests/fast/body-propagation/background-image/003-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/003-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/003.html = FAIL
LayoutTests/fast/body-propagation/background-image/004-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/004-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/004.html = FAIL
LayoutTests/fast/body-propagation/background-image/005-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/005-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/005.html = FAIL
LayoutTests/fast/body-propagation/background-image/006-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/006-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/006.html = FAIL
LayoutTests/fast/body-propagation/background-image/007-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/007-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/007.html = FAIL
LayoutTests/fast/body-propagation/background-image/008-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/008.html = FAIL
LayoutTests/fast/body-propagation/background-image/009-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/009.html = FAIL
LayoutTests/fast/body-propagation/background-image/010-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/background-image/010.html = FAIL
LayoutTests/fast/body-propagation/overflow/001-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/001.html = FAIL
LayoutTests/fast/body-propagation/overflow/002-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/002.html = FAIL
LayoutTests/fast/body-propagation/overflow/003-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/003-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/003.html = FAIL
LayoutTests/fast/body-propagation/overflow/004-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/004.html = FAIL
LayoutTests/fast/body-propagation/overflow/005-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/005-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/005.html = FAIL
LayoutTests/fast/body-propagation/overflow/006-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/006-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/006.html = FAIL
LayoutTests/fast/body-propagation/overflow/007-declarative.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/007-xhtml.xhtml = FAIL
LayoutTests/fast/body-propagation/overflow/007.html = FAIL
LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2.html = FAIL
LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL
LayoutTests/fast/dom/constructors-cached.html = FAIL
LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL
LayoutTests/fast/js/arguments.html = FAIL
LayoutTests/fast/js/construct-global-object.html = FAIL
LayoutTests/fast/js/function-dot-arguments.html = FAIL
LayoutTests/fast/js/primitive-method-this.html = FAIL
LayoutTests/fast/repaint/button-spurious-layout-hint.html = FAIL
LayoutTests/fast/table/empty-row-crash.html = FAIL
LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL
LayoutTests/scrollbars/basic-scrollbar.html = FAIL
LayoutTests/scrollbars/disabled-scrollbar.html = FAIL
LayoutTests/scrollbars/listbox-scrollbar-combinations.html = FAIL
LayoutTests/scrollbars/overflow-scrollbar-combinations.html = FAIL
LayoutTests/scrollbars/scrollbar-buttons.html = FAIL
LayoutTests/scrollbars/scrollbar-orientation.html = FAIL
LayoutTests/http/tests/security/MessagePort/event-listener-context.html = FAIL
// missing expected results
SKIP LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL
SKIP LayoutTests/fast/frames/frame-length-fractional.html = FAIL
SKIP LayoutTests/fast/table/floating-th.html = FAIL
SKIP LayoutTests/fast/table/table-display-types-strict.html = FAIL
SKIP LayoutTests/fast/table/table-display-types.html = FAIL

// CHANGED OR REBASELINED IN WEBKIT 36102:37604
LayoutTests/fast/css/variables/block-cycle-test.html = FAIL
LayoutTests/fast/css/variables/color-hex-test.html = FAIL
LayoutTests/fast/css/variables/colors-test.html = FAIL
LayoutTests/fast/css/variables/declaration-block-test.html = FAIL
LayoutTests/fast/css/variables/font-test.html = FAIL
LayoutTests/fast/css/variables/image-test.html = FAIL
LayoutTests/fast/css/variables/import-test.html = FAIL
LayoutTests/fast/css/variables/inline-style-test.html = FAIL
LayoutTests/fast/css/variables/invalid-variable-test.html = FAIL
LayoutTests/fast/css/variables/margin-test.html = FAIL
LayoutTests/fast/css/variables/misplaced-import-test.html = FAIL
LayoutTests/fast/css/variables/multiple-term-test.html = FAIL
LayoutTests/fast/css/variables/override-test.html = FAIL
LayoutTests/fast/css/variables/print-test.html = FAIL
LayoutTests/fast/css/variables/remove-variable-test.html = FAIL
LayoutTests/fast/css/variables/set-variable-test.html = FAIL
LayoutTests/fast/css/variables/shorthand-test.html = FAIL
LayoutTests/fast/css/variables/variable-iteration-test.html = FAIL
LayoutTests/fast/forms/8250.html = FAIL
LayoutTests/fast/forms/input-disabled-color.html = FAIL
LayoutTests/fast/forms/password-placeholder.html = FAIL
LayoutTests/fast/forms/selection-functions.html = FAIL
LayoutTests/fast/js/number-toString.html = FAIL
LayoutTests/fast/js/numeric-conversion.html = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-11-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-24-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-39-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-41-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-46-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-60-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-61-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-62-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-63-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-64-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-65-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-66-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-67-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-68-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-69-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-70-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-81-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-82-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/coords-viewattr-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/coords-viewattr-02-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-02-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-03-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-04-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-05-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-06-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/fonts-elem-07-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-02-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-03-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-06-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-07-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/render-elems-08-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/script-handle-02-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/script-handle-03-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/script-handle-04-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-image-05-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-image-06-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-align-05-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-align-06-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-text-04-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-text-05-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-text-07-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-tspan-01-b.svg = FAIL
LayoutTests/svg/batik/filters/filterRegions.svg = FAIL
LayoutTests/svg/batik/text/textLayout.svg = FAIL
LayoutTests/svg/batik/text/textLayout2.svg = FAIL
LayoutTests/svg/batik/text/textLength.svg = FAIL
LayoutTests/svg/batik/text/textPCDATA.svg = FAIL
LayoutTests/svg/batik/text/textPosition2.svg = FAIL
LayoutTests/svg/batik/text/xmlSpace.svg = FAIL
LayoutTests/svg/carto.net/button.svg = FAIL
LayoutTests/svg/custom/container-opacity-clip-viewBox.svg = FAIL
LayoutTests/svg/custom/getscreenctm-in-mixed-content2.xhtml = FAIL
LayoutTests/svg/custom/text-linking.svg = FAIL
LayoutTests/svg/custom/text-xy-updates.svg = FAIL
LayoutTests/svg/custom/use-css-no-effect-on-shadow-tree.svg = FAIL
LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = FAIL
LayoutTests/svg/custom/use-instanceRoot-event-listeners.xhtml = FAIL
LayoutTests/svg/custom/use-setAttribute-crash.svg = FAIL
LayoutTests/svg/hixie/links/003-broken.xml = FAIL
LayoutTests/svg/text/kerning.svg = FAIL
LayoutTests/svg/text/multichar-glyph.svg = FAIL
LayoutTests/svg/text/text-align-05-b.svg = FAIL
LayoutTests/svg/text/text-align-06-b.svg = FAIL
LayoutTests/svg/text/text-altglyph-01-b.svg = FAIL
LayoutTests/svg/text/text-text-04-t.svg = FAIL
LayoutTests/svg/text/text-text-05-t.svg = FAIL
LayoutTests/svg/text/text-text-06-t.svg = FAIL
LayoutTests/svg/text/text-text-07-t.svg = FAIL
LayoutTests/svg/text/text-tspan-01-b.svg = FAIL

// MERGE REGRESSIONS 36102:37604
LayoutTests/editing/style/smoosh-styles-003.html = FAIL
LayoutTests/fast/backgrounds/svg-as-background-1.html = FAIL
LayoutTests/fast/backgrounds/svg-as-background-2.html = FAIL
LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL
LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL
LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL
LayoutTests/fast/borders/svg-as-border-image.html = FAIL
LayoutTests/fast/css/line-height-overflow.html = FAIL
LayoutTests/fast/events/mouse-click-events.html = FAIL
LayoutTests/fast/flexbox/009.html = FAIL
LayoutTests/fast/forms/form-element-geometry.html = FAIL
LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL
LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html = FAIL
LayoutTests/fast/forms/listbox-selection-2.html = FAIL
LayoutTests/fast/forms/select-item-background-clip.html = FAIL
LayoutTests/fast/forms/textarea-rows-cols.html = FAIL
LayoutTests/fast/frames/invalid.html = FAIL
LayoutTests/fast/frames/onlyCommentInIFrame.html = FAIL
LayoutTests/fast/frames/valid.html = FAIL
LayoutTests/fast/html/keygen.html = FAIL
LayoutTests/fast/images/svg-as-background.html = FAIL
LayoutTests/fast/images/svg-as-image.html = FAIL
LayoutTests/fast/images/svg-as-relative-image.html = FAIL
LayoutTests/fast/invalid/residual-style.html = FAIL
LayoutTests/fast/overflow/overflow-x-y.html = FAIL
LayoutTests/fast/overflow/unreachable-overflow-rtl-bug.html = FAIL
LayoutTests/fast/parser/comment-in-textarea.html = FAIL
LayoutTests/fast/parser/open-comment-in-textarea.html = FAIL
LayoutTests/fast/repaint/overflow-outline-repaint.html = FAIL
LayoutTests/fast/repaint/overflow-scroll-delete.html = FAIL
LayoutTests/fast/replaced/width100percent-textarea.html = FAIL
LayoutTests/fast/text/drawBidiText.html = FAIL
LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html = FAIL
LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html = FAIL
LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html = FAIL
chrome/fast/dom/xss-DENIED-javascript-variations.html = FAIL
chrome/fast/forms/basic-textareas.html = FAIL
LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS
LayoutTests/animations/big-rotation.html = FAIL PASS
DEBUG : LayoutTests/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = FAIL PASS

// NEW FOR MERGE 37604:38097
LayoutTests/animations/keyframes-rule.html = FAIL
LayoutTests/editing/deleting/smart-editing-disabled.html = FAIL
LayoutTests/fast/events/destroyed-atomic-string.html = FAIL
LayoutTests/fast/js/exception-thrown-from-new.html = FAIL
LayoutTests/fast/js/global-constructors.html = FAIL
LayoutTests/fast/layers/opacity-transforms.html = FAIL
LayoutTests/fast/profiler = FAIL TIMEOUT
LayoutTests/fast/replaced/percent-height-in-anonymous-block-widget.html = FAIL
LayoutTests/fast/text/bidi-embedding-pop-and-push-same.html = FAIL
LayoutTests/plugins/netscape-construct.html = FAIL
LayoutTests/transforms/transform-value-types.html = FAIL

// MERGE 37604:38097 REGRESSIONS
LayoutTests/svg/carto.net/combobox.svg = FAIL
pending/security/block-test.html = FAIL
LayoutTests/http/tests/security/originHeader/origin-header-for-empty.html = FAIL PASS

// Bug 1341582
LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL PASS
LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL PASS

LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = FAIL TIMEOUT

// MERGE 38097:38305 REGRESSIONS
LayoutTests/editing/pasteboard/merge-end-blockquote.html = FAIL
LayoutTests/fast/canvas/canvas-pattern-transform.html = FAIL
LayoutTests/fast/events/offsetX-offsetY.html = FAIL
LayoutTests/fast/frames/cross-site-this.html = FAIL
LayoutTests/fast/js/large-expressions.html = FAIL
LayoutTests/fast/transforms/transformed-focused-text-input.html = FAIL

LayoutTests/editing/deleting/delete-4038408-fix.html = FAIL

// MERGE 38305:38376 REGRESSIONS: These are all new tests, not regressions.
// May just need rebaselining.
LayoutTests/fast/repaint/transform-absolute-child.html = FAIL
LayoutTests/fast/repaint/transform-absolute-in-positioned-container.html = FAIL
LayoutTests/fast/repaint/transform-relative-position.html = FAIL

// MERGE 38389:38450
LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-4.html = FAIL
LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT

// Started failing with r5743 (darin)
// http://crbug.com/4617
LayoutTests/security/block-test.html = FAIL

// http://crbug.com/4618
DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html = CRASH PASS
DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html = CRASH PASS

// These have been failing for as long as we've had SVG support and were
// incorrectly removed during a merge.
LayoutTests/svg/W3C-SVG-1.1/animate-elem-28-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-37-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-80-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/animate-elem-83-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-02-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-03-f.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-10-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-12-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/paths-data-15-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/struct-group-03-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-deco-01-b.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-fonts-01-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL
LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL

// MERGE 38500:39550: New tests
LayoutTests/transitions/transition-drt-api.html = TIMEOUT
// Missing expected results
SKIP : LayoutTests/animations/animation-drt-api.html = PASS

// MERGE 38550:38575: New tests. Need ENABLE_WORKERS turned on.
LayoutTests/fast/workers/worker-constructor.html = FAIL
LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT
LayoutTests/fast/workers/worker-gc.html = TIMEOUT
LayoutTests/fast/workers/worker-location.html = TIMEOUT

// MERGE 38550:38575: Regressions.
LayoutTests/fast/dom/Window/get-set-properties.html = FAIL
LayoutTests/fast/events/onunload-window-property.html = FAIL
LayoutTests/http/tests/loading/basic.html = FAIL
LayoutTests/http/tests/loading/empty-subframe.html = FAIL
LayoutTests/http/tests/loading/gmail-assert-on-load.html = FAIL
LayoutTests/http/tests/loading/location-hash-reload-cycle.html = FAIL
LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl = FAIL
LayoutTests/http/tests/loading/simple-subframe.html = FAIL
LayoutTests/http/tests/loading/slow-parsing-subframe.html = FAIL
LayoutTests/http/tests/xmlhttprequest/frame-load-cancelled-abort.html = FAIL

// MERGE 38575:38600: New test
LayoutTests/fast/workers/worker-replace-global-constructor.html = TIMEOUT

// MERGE 38600:38625: New tests
// Bug 4997, this looks mostly OK, but the test reports FAIL.
LayoutTests/fast/forms/search-transformed.html = FAIL
// Bug 4998: probably v8 related (or at least in our regexp engine).
LayoutTests/fast/js/regexp-test-null-string.html = FAIL
// Big 4999: we need to fix this same bug in our plugin handling Apple did in
// r38611.
LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL

// MERGE 38625:38653: Expectations changed upstream
LayoutTests/editing/deleting/delete-by-word-001.html = FAIL
LayoutTests/editing/deleting/delete-by-word-002.html = FAIL
LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL
LayoutTests/fast/css/computed-style-without-renderer.html = FAIL

// MERGE 38625:38653: Regressions
LayoutTests/fast/events/key-events-in-input-button.html = FAIL

// MERGE 38625:38653: New tests
LayoutTests/fast/css/computed-style.html = FAIL
LayoutTests/fast/repaint/change-transform.html = FAIL
LayoutTests/transitions/transition-drt-api-delay.html = TIMEOUT
LayoutTests/transitions/transition-shorthand-delay.html = TIMEOUT

// MERGE 38653:38729: Expectations changed upstream
LayoutTests/editing/execCommand/19653-4.html = FAIL
LayoutTests/editing/deleting/5168598.html = FAIL
LayoutTests/editing/deleting/delete-link-1.html = FAIL
LayoutTests/editing/inserting/insert-before-link-1.html = FAIL
LayoutTests/editing/execCommand/19089.html = FAIL
LayoutTests/fast/block/positioning/047.html = FAIL
LayoutTests/fast/text/cg-fallback-bolding.html = FAIL

// MERGE 38653:38729: New tests
LayoutTests/fast/repaint/outline-child-repaint.html = FAIL
LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL
LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT

// MERGE 38729:38760: New tests
LayoutTests/editing/selection/doubleclick-whitespace.html = FAIL
LayoutTests/fast/workers/worker-terminate.html = TIMEOUT
LayoutTests/http/tests/misc/timer-vs-loading.html = TIMEOUT

// MERGE 38729:38760: Regressions
LayoutTests/editing/selection/5057506.html = FAIL
LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL
LayoutTests/http/tests/misc/DOMContentLoaded-event.html = TIMEOUT

DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html = CRASH