summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/TestExpectations
blob: 399b6a37044607e4055fe92b633d8712c92759d7 (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
# Run these tests with under virtual/spv2 only.
crbug.com/524134 paint/invalidation/spv2 [ Skip ]
crbug.com/524134 virtual/syncpaint/paint/invalidation/spv2 [ Skip ]

# TODO(yosin): We should convert following tests to use asynchronous spell checker.
crbug.com/563265 editing/spelling/context-menu-suggestions.html [ Skip ]
crbug.com/563265 editing/spelling/spellcheck-editable-on-focus-multiframe.html [ Skip ]
crbug.com/563265 editing/spelling/spellcheck-editable-on-focus-sync.html [ Skip ]
crbug.com/563265 editing/spelling/spelling-unified-emulation.html [ Skip ]

# TODO(wangxianzhu): Triage the failures
crbug.com/524134 virtual/spv2/paint/invalidation/invalidate-after-composited-scroll.html [ Failure ]
crbug.com/524134 crbug.com/539546 virtual/spv2/paint/selection/text-selection-drag.html [ Pass Failure ]
crbug.com/524134 virtual/spv2/paint/paintlayer/non-self-painting-layer-overrides-visibility.html [ Crash Failure Timeout ]
crbug.com/524134 virtual/spv2/paint/invalidation/spv2/focus-ring-on-continuation-move.html [ Failure ]
crbug.com/524134 virtual/spv2/paint/overflow/interest-rect-change-scroll-down.html [ Failure ]

crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clipping-should-not-repaint-composited-descendants-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-layer-no-content-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-layer-out-of-view-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scroll-fixed-squahed-layer-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-descendants-on-overflow-change-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-descendants-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-filter-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-opacity-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composited-transform-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/absolute-layer-specified-left-or-right-auto-width-moved-vertically-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/invalidate-after-composited-scroll-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clip-path-constant-repaint-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/relative-positioned-movement-repaint-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/repaint-tile-clipped-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/updating-scrolling-content-as-text.html [ Failure ]
crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scrolling-without-painting-as-text.html [ Failure ]

crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-append.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-remove.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-cell-border-width.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-col-border-width.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-colgroup-border-width.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-row-border-width.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-table-border-width.html [ Failure ]
crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-tbody-border-width.html [ Failure ]

crbug.com/536138 virtual/spv2/paint/invalidation/repaint-subsequence-on-ancestor-clip-change.html [ Failure ]

crbug.com/537172 [ Mac10.6 XP Win10 ] virtual/spv2/paint/invalidation/spv2/background-image-paint-invalidation.html [ Failure ]
crbug.com/564443 [ Mac10.7 Mac10.8 Mac10.9 Mac10.10 Win7 Linux ] virtual/spv2/paint/invalidation/spv2/background-image-paint-invalidation.html [ Failure Pass ]

crbug.com/504613 crbug.com/524248 paint/images/image-backgrounds-not-antialiased.html [ Skip ]
crbug.com/504613 crbug.com/524248 virtual/spv2/paint/images/image-backgrounds-not-antialiased.html [ Skip ]
crbug.com/504613 crbug.com/524248 virtual/syncpaint/paint/images/image-backgrounds-not-antialiased.html [ Skip ]
crbug.com/502531 fast/borders/border-antialiasing.html [ Failure ]

crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printing.html [ Crash ]
crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ]

# Ref-tests that fail due to character based shaping/fallback.
crbug.com/404597 fast/text/international/inline-plaintext-is-isolated.html [ Failure ]
crbug.com/404597 fast/text/international/bdi-dir-default-to-auto.html [ Failure ]

crbug.com/539226 http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-cross-origin-response-handling.html [ Timeout Pass ]
crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-redirect-response-handling.html [ Timeout Pass ]
crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-preflight-handling.html [ Timeout Pass ]

crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractional-scroll-offset-fixed-position-non-composited.html [ Failure ]
crbug.com/492664 [ Linux XP ] imported/csswg-test/css-writing-modes-3/box-offsets-rel-pos-vlr-005.xht [ Failure ]
crbug.com/492664 [ Linux XP ] imported/csswg-test/css-writing-modes-3/box-offsets-rel-pos-vrl-004.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002.html [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-002.html [ Failure ]
crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-005.html [ Failure ]
crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext-001.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-transitions-2/transitioncancel-001.html [ Failure ]
crbug.com/418091 [ Mac10.6 ] fast/text/aat-morx.html [ Failure ]
crbug.com/463358 [ Linux Mac ] svg/transforms/text-with-pattern-inside-transformed-html.xhtml [ Failure ]
crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-background.html [ Failure ]
crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-nonzero.html [ Failure ]
crbug.com/463358 [ Mac Linux ] fast/transforms/transformed-caret.html [ Pass Failure ]
crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-background.html [ Failure ]
crbug.com/463358 [ Mac Linux ] svg/W3C-SVG-1.1/paths-data-02-t.svg [ Failure ]
crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon.html [ Failure ]

crbug.com/267206 [ Mac ] virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]

crbug.com/465126 imported/gecko/variables/variable-declaration-24.html [ Failure ]
crbug.com/465126 imported/gecko/variables/variable-declaration-25.html [ Failure ]
crbug.com/465126 imported/gecko/variables/variable-external-font-face-01.html [ Failure ]

crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correctly.html [ Failure ]

crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failure Pass Timeout ]
crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-001.xht [ Failure Pass Timeout ]
crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]

crbug.com/563650 inspector/elements/css-rule-hover-highlights-selectors.html [ Pass Failure ]

crbug.com/522641 inspector/elements/styles-4/styles-update-links.html [ Pass Timeout ]
crbug.com/522645 [ Linux ] virtual/android/fullscreen/video-fixed-background.html [ Failure Pass ]
crbug.com/522646 http/tests/media/encrypted-media/encrypted-media-encrypted-event-different-origin.html [ Pass Slow ]
crbug.com/522647 http/tests/notifications/close-dispatch-asynchronous.html [ Failure Pass ]
crbug.com/522648 fast/events/touch/compositor-touch-hit-rects-iframes.html [ Crash Failure Pass ]
crbug.com/522651 [ XP ] http/tests/inspector/extensions-useragent.html [ Crash Pass Timeout ]
crbug.com/521859 http/tests/navigatorconnect/postmessage-from-worker.html [ Pass Timeout ]
crbug.com/521858 [ Win7 ] http/tests/security/media-element-audio-source-node-same-origin.html [ Failure Pass ]
crbug.com/521855 transitions/cancel-and-start-new.html [ Failure Pass ]
crbug.com/521853 [ Win ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ]
crbug.com/521084 animations/additive-transform-animations.html [ Pass Timeout ]
crbug.com/521086 fast/cookies/cookies-disabled-in-data-url.html [ Crash Pass Timeout ]
crbug.com/521089 [ Precise ] fast/preloader/image.html [ Failure Pass ]
crbug.com/521090 [ Mac Win ] http/tests/history/post-replace-state-reload.html [ Crash Failure Pass ]
crbug.com/521091 http/tests/inspector/elements/styles/selector-line-sourcemap-header.html [ Crash Failure Timeout Pass ]
crbug.com/521093 http/tests/loading/pdf-commit-load-callbacks.html [ Failure Pass ]
crbug.com/521094 [ Mac ] http/tests/navigation/beacon-cross-origin.https.html [ Crash Failure Pass ]
crbug.com/521096 imported/web-platform-tests/webstorage/event_case_sensitive.html [ Failure Pass ]
crbug.com/521097 [ Mac10.7 ] inspector-protocol/loading-iframe-document-node.html [ Crash Pass ]
crbug.com/521107 [ Debug ] fast/html/imports/import-custom-element-abort.html [ Crash Pass ]
crbug.com/520164 [ Linux ] accessibility/is-richly-editable.html [ Failure Pass ]
crbug.com/520166 compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html [ Failure Pass ]
crbug.com/520169 [ Win ] fast/dom/Geolocation/timestamp.html [ Failure Pass ]
crbug.com/520170 [ Win ] fast/dom/timer-throttling-hidden-page.html [ Failure Pass ]
crbug.com/520172 [ Win ] fast/dom/webtiming.html [ Failure Pass ]
crbug.com/520174 fast/events/message-port-start-and-close-different-microtask.html [ Failure Pass ]
crbug.com/520177 [ Android ] fast/images/style-access-during-imageChanged-crash.html [ Crash Pass ]
crbug.com/520178 fast/loader/form-submit-aborts-parsing.html [ Failure Pass ]
crbug.com/520179 fast/preloader/document-write-noscript.html [ Failure Pass ]
crbug.com/520180 [ Linux ] fast/text/basic/001.html [ Pass Timeout ]
crbug.com/520183 http/tests/fouc/scroll-left-while-loading.html [ Pass Timeout ]
crbug.com/520184 http/tests/history/frameset-repeated-name.html [ Failure Pass ]
crbug.com/520187 [ Linux Win ] http/tests/loading/bad-scheme-subframe.html [ Failure Pass ]
crbug.com/520188 [ Win ] http/tests/local/fileapi/file-last-modified-after-delete.html [ Failure Pass ]
crbug.com/520189 [ Mac10.6 ] http/tests/misc/submit-post-keygen.html [ Pass Timeout ]
crbug.com/520190 http/tests/navigatorconnect/postmessage-cross-origin.html [ Pass Timeout ]
crbug.com/520191 http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html [ Failure Pass ]
crbug.com/520611 [ Debug ] fast/filesystem/workers/file-writer-events-shared-worker.html [ Failure Pass ]
crbug.com/520612 [ Linux ] fullscreen/anonymous-block-merge-crash.html [ Pass Timeout ]
crbug.com/520613 http/tests/cache/freshness-header.html [ Failure Pass ]
crbug.com/520614 http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_buffer_size_restriction.html [ Failure Pass ]
crbug.com/520617 [ Mac ] webaudio/audiochannelmerger-disconnect.html [ Failure Pass ]
crbug.com/520619 [ Android Mac Linux XP Win7 ] webexposed/global-interface-listing.html [ Pass Timeout ]
crbug.com/520194 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html [ Failure Pass ]
crbug.com/520199 [ Mac ] plugins/plugin-initiate-popup-window.html [ Failure Pass ]
crbug.com/520200 [ XP ] svg/batik/text/smallFonts.svg [ Failure Timeout ]
crbug.com/520203 webaudio/audiobuffersource-late-start.html [ Failure Pass Timeout ]
crbug.com/518967 [ Win7 ] http/tests/htmlimports/csp-import-block-but-nonce-nested.html [ Failure Pass Timeout ]
crbug.com/448461 http/tests/loading/simple-subframe.html [ Failure Pass Timeout ]
crbug.com/339597 http/tests/navigation/back-to-redirect-with-frame.php [ Pass Timeout ]
crbug.com/473718 http/tests/navigation/beacon-cross-origin-redirect.html [ Failure Pass ]

crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-basic.html [ Pass Failure ]
crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html [ Pass Failure ]
crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html [ Pass Failure ]
crbug.com/410974 fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html [ Pass Failure ]
crbug.com/410974 fast/scroll-behavior/scroll-customization/touch-scroll-customization.html [ Pass Failure ]

crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-basic.html [ Pass Failure ]
crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html [ Pass Failure ]
crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html [ Pass Failure ]
crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html [ Pass Failure ]
crbug.com/410974 virtual/threaded/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html [ Pass Failure ]

crbug.com/410974 virtual/threaded_animation_timelines/fast/scroll-behavior/scroll-customization/scrollstate-basic.html [ Pass Failure ]
crbug.com/410974 virtual/threaded_animation_timelines/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html [ Pass Failure ]
crbug.com/410974 virtual/threaded_animation_timelines/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html [ Pass Failure ]
crbug.com/410974 virtual/threaded_animation_timelines/fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html [ Pass Failure ]
crbug.com/410974 virtual/threaded_animation_timelines/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html [ Pass Failure ]

crbug.com/518972 [ Linux XP ] http/tests/navigation/navigation-redirect-schedule-crash.html [ Failure Pass ]
crbug.com/381730 http/tests/navigation/pending-location-change-assert.html [ Failure Pass ]
crbug.com/518974 http/tests/navigatorconnect/postmessage.html [ Failure Pass Timeout ]
crbug.com/518883 crbug.com/390452 http/tests/security/isolatedWorld/media-query-wrapper-leaks.html [ Failure Pass Timeout ]
crbug.com/518987 http/tests/xmlhttprequest/navigation-abort-detaches-frame.html [ Pass Timeout ]
crbug.com/518988 [ Win7 ] http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html [ Failure Pass ]
crbug.com/518989 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-002.xht [ Failure Pass Timeout ]
crbug.com/518992 [ Win ] imported/web-platform-tests/user-timing/test_user_timing_measure.html [ Skip ]
crbug.com/518993 [ Win ] imported/web-platform-tests/user-timing/test_user_timing_measure_navigation_timing.html [ Skip ]
crbug.com/518995 media/track/media-element-move-to-new-document-assert.html [ Failure Pass ]
crbug.com/518998 media/video-poster-after-loadedmetadata.html [ Failure Pass ]

crbug.com/526594 [ Win ] plugins/webview-plugin-lifecycle.html [ Failure ]

crbug.com/519001 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Pass Timeout ]
crbug.com/519002 storage/indexeddb/pending-version-change-stuck.html [ Pass Timeout ]
crbug.com/519003 [ Mac ] svg/batik/text/xmlSpace.svg [ Failure Pass ]
crbug.com/519005 webaudio/stereopannernode-no-glitch.html [ Pass Timeout ]
crbug.com/410949 http/tests/security/local-image-from-remote-whitelisted.html [ Failure Pass ]
crbug.com/356828 fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ]
crbug.com/518902 accessibility/AccessibilityScrollbar-leak.html [ Failure Pass ]
crbug.com/518915 [ Android ] accessibility/aria-labelledby-on-input.html [ Crash Pass ]
crbug.com/445100 fast/block/float/marquee-shrink-to-avoid-floats.html [ Failure Pass ]
crbug.com/469657 fast/events/mouse-event-buttons-attribute.html [ Failure Pass ]
crbug.com/469657 virtual/pointerevent/fast/events/mouse-event-buttons-attribute.html [ Failure Pass ]

crbug.com/548226 [ Win ] fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]
crbug.com/548226 [ Win ] virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]
crbug.com/548226 [ Win ] virtual/trustedeventsdefaultaction/fast/events/pointerevents/mouse-pointer-event-properties.html [ Failure Pass ]

crbug.com/432129 fast/html/marquee-scroll.html [ Failure Pass ]
crbug.com/320139 fast/repaint/block-layout-inline-children-replaced.html [ Failure Pass ]
crbug.com/320139 virtual/syncpaint/fast/repaint/block-layout-inline-children-replaced.html [ Skip ]
crbug.com/518929 [ Precise Debug ] http/tests/appcache/obsolete-error-events.html [ Failure Pass Timeout ]
crbug.com/518929 [ Precise Debug ] http/tests/appcache/remove-cache.html [ Failure Pass ]
crbug.com/248938 virtual/threaded/transitions/cancel-and-start-new.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/animations/change-keyframes-name.html [ Failure Pass Timeout ]
crbug.com/248938 virtual/threaded/animations/change-one-anim.html [ Failure Pass ]
crbug.com/326139 crbug.com/390125 media/video-frame-accurate-seek.html [ Failure Pass ]
crbug.com/413604 http/tests/loading/script-priorities.html [ Failure Pass ]
crbug.com/495523 svg/wicd/test-rightsizing-b.xhtml [ Failure Pass ]
crbug.com/516364 svg/animations/smil-leak-element-instances.svg [ Failure Pass ]
crbug.com/248938 virtual/threaded/animations/3d/transform-origin-vs-functions.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/transitions/cancel-transition.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/transitions/extra-transition.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/transitions/start-transform-transition.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/animations/animation-direction-normal.html [ Pass Failure Timeout ]
crbug.com/248938 virtual/threaded/animations/animation-iteration-event-destroy-renderer.html [ Pass Timeout ]
crbug.com/248938 virtual/threaded/animations/transition-and-animation-3.html [ Pass Timeout ]
crbug.com/501543 fast/images/size-failure.html [ Crash Timeout Pass ]
crbug.com/446385 [ Linux Mac ] http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow.html [ Pass Timeout ]
crbug.com/446385 [ Win7 Debug ] http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow.html [ Crash Pass Timeout ]
crbug.com/441705 fast/media/media-svg-crash.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/transitions/interrupt-transform-transition.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/animations/dynamic-stylesheet-loading.html [ Pass Failure Timeout ]
crbug.com/248938 virtual/threaded/transitions/change-duration-during-transition.html [ Pass Failure ]
crbug.com/248938 [ Win ] virtual/threaded/animations/change-keyframes.html [ Pass Failure ]
crbug.com/248938 virtual/threaded/transitions/transition-end-event-nested.html [ Pass Failure ]
crbug.com/503874 http/tests/inspector/sources/debugger/worker-debugging-script-mapping.html [ Pass Failure ]
crbug.com/513143 virtual/threaded/fast/scroll-behavior/subframe-interrupted-scroll.html [ Failure Pass ]
crbug.com/513143 virtual/threaded_animation_timelines/fast/scroll-behavior/subframe-interrupted-scroll.html [ Failure Pass ]
crbug.com/248938 virtual/threaded/animations/display-none-terminates-animation.html  [ Pass Failure ]
crbug.com/421283 fast/html/marquee-scrollamount.html [ Pass Failure ]
crbug.com/248938 [ Win Debug ] virtual/threaded/animations/delay-start-event.html [ Pass Failure ]
crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-transform.html [ Pass Failure ]
crbug.com/248938 [ Linux Win ] virtual/threaded/animations/cascade-important.html [ Pass Timeout ]
crbug.com/493815 inspector/elements/iframe-load-event.html [ Pass Failure ]
crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-multiple-03.html [ Pass Failure ]
crbug.com/248938 [ Win Debug ] virtual/threaded/transitions/transition-end-event-multiple-04.html [ Pass Failure ]
crbug.com/352405 virtual/threaded/animations/transition-and-animation-1.html [ Pass Timeout ]

crbug.com/461179 virtual/spv2/paint/invalidation/invalidate-when-receiving-paint-layer.html [ Failure ]

crbug.com/542541 [ Debug ] fast/events/click-count.html [ Pass Failure ]
crbug.com/542541 [ Debug ] virtual/trustedeventsdefaultaction/fast/events/click-count.html [ Pass Failure ]
crbug.com/542541 [ Debug ] virtual/pointerevent/fast/events/click-count.html [ Pass Failure ]

# TODO(ojan): These tests aren't flaky. See crbug.com/517144.
# Release trybots run asserts, but the main waterfall ones don't. So, even
# though this is a non-flaky assert failure, we need to mark it [ Pass Crash ].
crbug.com/389648 crbug.com/517123 fast/text-autosizing/table-inflation-crash.html [ Pass Crash Timeout ]
crbug.com/419696 [ Mac Debug ] fast/text/font-linux-normalize.html [ Crash Pass ]
crbug.com/423739 fast/js/string-replace-2.html [ NeedsManualRebaseline ]
crbug.com/423739 fast/dom/Window/Location/location-override-valueOf.html [ NeedsManualRebaseline ]
crbug.com/524859 fast/text/complex-text-opacity.html [ NeedsManualRebaseline ]
# crbug.com/498021 [ Linux ] fast/text/complex-text-opacity.html [ Failure ]
# crbug.com/509025 [ Mac10.10 ] fast/text/complex-text-opacity.html [ Failure ]
# crbug.com/521730 [ Win10 ] fast/text/complex-text-opacity.html [ Failure Timeout ]
crbug.com/524859 transforms/2d/hindi-rotated.html [ NeedsManualRebaseline ]

crbug.com/535408 fast/js/function-bind.html [ NeedsManualRebaseline ]

crbug.com/552574 fast/js/regexp-caching.html [ NeedsManualRebaseline ]

crbug.com/498539 http/tests/inspector/elements/styles/selector-line.html [ Pass Timeout ]
crbug.com/498539 http/tests/inspector/network/network-datareceived.html [ Pass Timeout ]
crbug.com/498539 [ Win ] inspector/tracing/decode-resize.html [ Failure Timeout ]
crbug.com/498539 [ Win ] inspector/tracing/timeline-event-dispatch.html [ Failure Pass ]
crbug.com/498539 inspector/console/console-log-syntax-error.html [ Pass Timeout ]
crbug.com/498539 inspector/tracing/timeline-bound-function.html [ Pass Failure ]
crbug.com/498539 inspector/tracing/timeline-injected-script-eval.html [ Pass Failure ]
crbug.com/498539 inspector/tracing/timeline-time.html [ Pass Failure Timeout ]
crbug.com/498539 inspector/tracing/timeline-timer.html [ Pass Failure ]
crbug.com/498539 inspector/elements/styles-3/styles-change-node-while-editing.html [ Failure Pass ]
crbug.com/498539 [ Precise Mac10.8 Trusty Linux32 XP Mac10.6 ] inspector/extensions/extensions-panel.html [ Failure Pass ]
crbug.com/498539 [ Mac10.7 ] inspector/sources/debugger/js-with-inline-stylesheets.html [ Pass Timeout ]
crbug.com/498539 [ Mac10.7 Mac10.8 Retina Mac10.9 Mac10.10 Mac10.6 ] inspector/sources/debugger/live-edit-no-reveal.html [ Crash Pass Timeout ]
crbug.com/498539 [ Mac10.8 Mac10.10 ] inspector/sources/debugger/debug-inlined-scripts-fragment-id.html [ Pass Timeout ]
crbug.com/498539 [ Precise ] inspector/sources/debugger-pause/pause-in-inline-script.html [ Pass Timeout ]
crbug.com/498539 [ Precise ] inspector/sources/debugger-step/debugger-step-over-inlined-scripts.html [ Pass Timeout ]
crbug.com/498539 [ Precise Win7 Mac10.10 ] inspector/sources/debugger-breakpoints/dynamic-scripts-breakpoints.html [ Pass Timeout ]
crbug.com/498539 [ Precise Mac10.10 ] inspector/sources/debugger-breakpoints/set-breakpoint.html [ Pass Timeout ]
crbug.com/498539 [ Trusty ] inspector/sources/debugger/mutation-observer-suspend-while-paused.html [ Pass Timeout ]
crbug.com/498539 [ Win7 ] inspector/profiler/cpu-profiler-stopped-removed-race.html [ Crash Pass ]
crbug.com/498539 [ Win7 ] inspector/sources/debugger-async/async-callstack-scopes.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html [ Pass Timeout ]
crbug.com/498539 [ Win7 ] inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/sources/debugger-ui/source-frame-count.html [ Pass Timeout ]
crbug.com/498539 [ Win7 ] inspector/sources/debugger-ui/source-url-comment.html [ Pass Timeout ]
crbug.com/498539 [ XP ] inspector/sources/debugger-ui/debugger-save-to-temp-var.html [ Pass Timeout ]
crbug.com/498539 [ XP Trusty ] http/tests/inspector/sources/ui-source-code-highlight.php [ Crash Pass Timeout ]
crbug.com/498539 [ XP Trusty ] inspector/sources/debugger-pause/pause-on-elements-panel.html [ Pass Timeout ]
crbug.com/498539 [ XP Win7 ] inspector/sources/debugger/debug-inlined-scripts.html [ Pass Timeout ]
crbug.com/498539 [ Mac10.10 ] inspector/sources/debugger-ui/reveal-not-skipped.html [ Failure Pass ]
crbug.com/498539 [ Mac10.10 ] inspector/sources/debugger/rethrow-error-from-bindings-crash.html [ Failure Pass ]
crbug.com/498539 [ Linux32 ] inspector/console/console-log-linkify-stack-in-errors.html [ Failure Pass ]
crbug.com/498539 [ Linux32 Win7 ] inspector/console/console-log-short-hand-method.html [ Failure Pass ]
crbug.com/498539 [ Mac10.9 ] inspector/console/console-uncaught-exception.html [ Failure Pass ]
crbug.com/498539 [ Mac10.8 Win7 ] inspector/console/console-log-wrapped-in-framework.html [ Failure Pass ]
crbug.com/498539 [ Precise Linux32 ] inspector/console/console-filter-level-test.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-command-clear.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-custom-formatters.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-dir-es6.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-dirxml.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-error-on-call-frame.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-format-collections.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-format-table.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-log-eval-syntax-error.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-object-constructor-name.html [ Failure Pass ]
crbug.com/521099 inspector/console/shadow-element.html [ Crash Pass Timeout ]
crbug.com/498539 [ Win7 ] inspector/console/console-trace-arguments.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/console/console-trace-in-eval.html [ Failure Pass ]
crbug.com/498539 [ Win7 Mac10.9 ] inspector/console/worker-exception-message-contains-stack.html [ Failure Pass ]
crbug.com/498539 [ Retina ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ]
crbug.com/498539 [ Mac10.7 ] inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html [ Pass Timeout ]
crbug.com/498539 [ Precise ] http/tests/inspector/extensions-useragent.html [ Pass Timeout ]
crbug.com/498539 [ Precise ] inspector/device-emulation/device-emulation-320-2x.html [ Crash Pass ]
crbug.com/498539 [ Precise Mac10.7 Win7 ] inspector-protocol/cpu-profiler/record-cpu-profile.html [ Crash Pass ]
crbug.com/498539 [ Precise Mac10.7 Win7 Mac10.6 ] inspector/agents-enable-disable.html [ Crash Pass ]
crbug.com/498539 [ Precise Win7 Mac10.6 ] inspector/elements/styles-1/edit-inspector-stylesheet.html [ Failure Pass Timeout ]
crbug.com/498539 [ Mac10.6 ] http/tests/inspector/extensions-network-redirect.html [ Crash Pass ]
crbug.com/498539 [ Mac10.6 ] inspector-protocol/heap-profiler/heap-objects-tracking.html [ Crash Pass ]
crbug.com/498539 [ Win7 Release ] inspector/elements/styles-2/perform-undo-perform-of-mergable-action.html [ Failure Pass ]
crbug.com/498539 [ Win7 ] inspector/elements/styles-3/selector-list.html [ Failure Pass ]
crbug.com/498539 [ Win7 Debug ] inspector/elements/styles-3/styles-computed-trace.html [ Crash Pass ]
crbug.com/498539 [ Win7 ] inspector/elements/styles-4/styles-update-from-js.html [ Crash Pass ]
crbug.com/565059 [ Debug ] inspector/console/console-uncaught-promise.html [ Crash Pass ]

crbug.com/248938 [ Win Debug ] virtual/threaded/animations/transition-and-animation-2.html [ Timeout ]

crbug.com/487281 [ Mac ] fast/forms/menulist-narrow-width.html [ Failure ]

crbug.com/543110 [ Mac ] fast/text/international/text-shaping-arabic.html [ Failure ]

crbug.com/548904 [ Linux Win ] fast/writing-mode/Kusa-Makura-background-canvas.html [ Failure Pass ]

crbug.com/561394 inspector/console/console-call-getter-on-proto.html [ NeedsManualRebaseline ]
crbug.com/561394 inspector/console/console-dir-es6.html [ NeedsManualRebaseline ]
crbug.com/561394 inspector/console/console-format-es6-2.html [ NeedsManualRebaseline ]
crbug.com/561394 inspector/console/console-log-document-proto.html [ NeedsManualRebaseline ]
crbug.com/561394 inspector/console/console-object-constructor-name.html [ NeedsManualRebaseline ]

crbug.com/552433 svg/W3C-SVG-1.1/coords-units-02-b.svg [ Pass Failure ]
crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/dom/length-list-parser.html [ Failure Pass ]
crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/transforms/text-with-pattern-with-svg-transform.svg [ Failure Pass ]
crbug.com/552433 [ Linux Mac Win10 Win7 ] svg/hixie/perf/006.xml [ Failure Pass ]

crbug.com/441840 [ Mac XP ] cssom/ahem-ex-units.html [ Failure ]

crbug.com/530044 transforms/2d/transform-borderbox.html [ NeedsManualRebaseline ]

# This directly has manual tests that don't have to run with run-webkit-tests
crbug.com/359838 http/tests/ManualTests/ [ Skip ]

# Will be re-enabled and rebaselined once we remove the '--enable-file-cookies' flag.
crbug.com/470482 fast/cookies/local-file-can-set-cookies.html [ Skip ]

# Text::inDocument() returns false but should not.
crbug.com/264138 dom/xhtml/level3/core/nodecomparedocumentposition38.xhtml [ Failure ]

crbug.com/503626 virtual/gpu/fast/canvas/canvas-filter-shadow.html [ Failure ]

crbug.com/240374 compositing/overlap-blending/reflection-opacity-huge.html [ Failure ]
crbug.com/240374 compositing/overlap-blending/children-opacity-huge.html [ Failure ]
crbug.com/240374 compositing/overlap-blending/children-opacity-no-overlap.html [ Failure ]

crbug.com/411164 [ Win ] http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html [ Pass Slow ]

# This batch is flaky:
crbug.com/310679 [ Mac ] virtual/pointerevent/fast/events/scale-and-scroll-iframe-body.html [ Failure ]
crbug.com/310679 [ Mac ] virtual/pointerevent/fast/events/scale-and-scroll-iframe-window.html [ Failure ]

crbug.com/475984 [ Mac Debug ] css2.1/t100801-c544-valgn-03-d-agi.html [ Failure ]

# Rebaseline didn't fix this. It's flaking between two different failures due to rounding error.
# It consistently fails on debug builds and sometiems on release+asserts builds.
# But consistently passes on release builds.
crbug.com/518005 crbug.com/463358 [ Mac ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ Pass Failure ]

crbug.com/510337 cssom/cssvalue-comparison.html [ Slow ]
crbug.com/510337 inspector/console/console-format.html [ Slow ]
crbug.com/510337 inspector/elements/edit/edit-dom-actions.html [ Slow Timeout ]
crbug.com/510337 inspector/elements/styles-1/edit-value-url-with-color.html [ Slow ]

# SPv2 paint properties are still being implemented.
crbug.com/537409 virtual/spv2/paint/frames/frameset-with-stacking-context-and-not-stacking-context-children.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/frames/frameset-with-stacking-contexts.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/fixed-position-descendant-paint-offset.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/non-stacking-scroller-with-abspos-descendant-indirect.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/non-stacking-scroller-with-abspos-descendant.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/percentage-transform-paint-offset.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/change-transform.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/child-of-sub-pixel-offset-composited-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-after-scroll.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-move-after-scroll.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-pos-inside-composited-intermediate-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-scale.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-scroll-in-empty-root-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-scroll-simple.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-table-cell.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-table-overflow-zindex.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-table-overflow.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-tranformed.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/fixed-under-composited-absolute-scrolled.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/intermediate-layout-position-clip.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/invalidate-paint-in-iframe-in-composited-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/invalidate-when-leaving-squashed-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/invalidations-on-composited-layers.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/negative-text-indent-with-overflow-hidden.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/overflow-hidden-in-overflow-hidden-scrolled.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/repaint-squashed-layer-in-rect.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/repaint-via-layout-offset.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/resize-repaint.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/scroll-fixed-layer-with-reflection.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/scroll-fixed-squahed-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/scroll-fixed-reflected-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/selection-change-in-iframe-with-relative-parent.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/selection-within-composited-scroller.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/should-not-clip-composited-overflow-scrolling-layer.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/squashing-inside-preserve-3d-element.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/text-match-highlight.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/transform-translate.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/tricky-element-removal-crash.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/invalidation/spv2/updating-scrolling-content.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/masks/fieldset-mask.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/overflow/fixed-background-scroll-in-frame.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/overflow/fixed-background-scroll.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/overflow/fixed-children-should-not-scroll.html [ Skip ]
crbug.com/537409 virtual/spv2/paint/tables/tbody-transformed.html [ Skip ]

# In imported/web-platform-tests/html/, we prefer checking in failure
# expectation files. The following tests with [ Failure ] don't have failure
# expectation files because they contain local path names.
# Use crbug.com/490511 for untriaged failures.
crbug.com/490511 imported/web-platform-tests/html/browsers/history/the-location-interface/location_assign.html [ Timeout ]
crbug.com/526898 imported/web-platform-tests/html/rendering/non-replaced-elements/phrasing-content-0/font-element-text-decoration-color/001-x.xhtml [ Failure ]
crbug.com/108417 imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-border-1.html [ Failure ]
crbug.com/525872 imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-border-2.html [ Failure ]
crbug.com/490511 imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/color.html [ Failure Pass ]
crbug.com/490511 imported/web-platform-tests/html/rendering/non-replaced-elements/the-hr-element-0/width.html [ Failure Pass ]
crbug.com/490511 imported/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure Pass ]
crbug.com/525896 imported/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-represent-nothing-01.html [ Failure ]
crbug.com/490511 imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src.html [ Failure ]
crbug.com/526920 imported/web-platform-tests/html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html [ Failure ]
crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setInterval.html [ Failure ]
crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/compile-error-in-setTimeout.html [ Failure ]
crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setInterval.html [ Failure ]
crbug.com/525889 imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-setTimeout.html [ Failure ]

crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/extensions-to-element-interface/methods/elements-001.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/events/event-dispatch/test-003.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/events/retargeting-relatedtarget/test-003.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-001.html [ Failure Crash ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-002.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-and-their-shadow-trees/test-003.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/test-003.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/custom-pseudo-elements/test-001.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/css-variables/test-001.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/test-003.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/styles/test-010.html [ Failure Crash ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/user-interaction/ranges-and-selections/test-002.html [ Failure Crash ]

crbug.com/552532 [ Win10 ] fast/replaced/no-focus-ring-embed.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] fast/replaced/no-focus-ring-object.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/focus.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/keyboard-events.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/mouse-events-fixedpos.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/mouse-events.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/plugin-initiate-popup-window.html [ Pass Crash ]
crbug.com/552532 [ Win10 ] plugins/tabindex.html [ Pass Crash ]

crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/lower-boundary-encapsulation/test-004.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002.html [ Failure ]
crbug.com/505364 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/ownerdocument-002.html [ Failure ]
crbug.com/505364 crbug.com/520616 imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/test-009.html [ Failure ]

crbug.com/539623 [ Mac10.6 ] fast/repaint/selection-change-in-iframe-with-relative-parent.html [ Pass Failure ]
crbug.com/539623 [ Mac10.6 ] virtual/syncpaint/fast/repaint/selection-change-in-iframe-with-relative-parent.html [ Skip ]

crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/introduction/disabled-audio-silence.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/introduction/disabled-video-black.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastreamtrack/mediastreamtrack-end.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastreamtrack/mediastreamtrack-init.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/video-and-audio-tracks/audiostreamtrack.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/video-and-audio-tracks/videostreamtrack.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/audio.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-finished-add.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-idl.html [ Skip ]
crbug.com/387740 imported/web-platform-tests/mediacapture-streams/stream-api/mediastream/mediastream-removetrack.html [ Skip ]

crbug.com/412381 imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/empty-option-param.html [ Failure ]
crbug.com/412381 imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-optional-constraint.html [ Failure ]
crbug.com/412381 imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/getusermedia-trivial-constraint.html [ Failure ]
crbug.com/412381 imported/web-platform-tests/mediacapture-streams/obtaining-local-multimedia-content/navigatorusermedia/unknownkey-option-param.html [ Failure ]

crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-allowed-chars-first-char.html [ Failure Timeout ]
crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-allowed-chars.html [ Failure Timeout ]
crbug.com/325673 imported/web-platform-tests/custom-elements/concepts/custom-elements-type-naming.html [ Failure ]

crbug.com/542660 fast/css/absolute-inline-alignment-2.html [ Failure ]
crbug.com/542660 fast/css/absolute-inline-alignment.html [ Failure ]
crbug.com/542660 fast/inline/nested-text-descendants.html [ Failure ]

# Ref tests that pass but causes 1px diff on images.
crbug.com/391260 [ Win ] fast/text/international/dir-isolation/dir-isolation-002c.html [ Failure ]
crbug.com/391260 [ Mac ] fast/text/international/dir-isolation/dir-isolation-006a.html [ Failure ]
crbug.com/391260 [ Mac ] fast/text/international/dir-isolation/dir-isolation-006b.html [ Failure ]
crbug.com/391260 [ Mac Win ] fast/text/international/dir-isolation/dir-isolation-006c.html [ Failure ]
crbug.com/391260 [ Mac ] fast/text/international/dir-isolation/dir-isolation-009a.html [ Failure ]
crbug.com/391260 [ Mac ] fast/text/international/dir-isolation/dir-isolation-009b.html [ Failure ]
crbug.com/391260 [ Mac ] fast/text/international/dir-isolation/dir-isolation-009c.html [ Failure ]

# Ref tests that needs investigation.
crbug.com/404597 [ Mac ] fast/css3-text/css3-text-justify/text-justify-crash.html [ Failure ]
crbug.com/404597 fast/forms/long-text-in-input.html [ Failure ]

# Ref test needs updating due to new font metrics.
crbug.com/404597 fast/css/text-overflow-ellipsis-button.html [ Pass Failure ]
crbug.com/404597 [ Win ] fast/selectors/007a.html [ Pass Failure ]

crbug.com/505364 imported/web-platform-tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-interface-type-is-a-type-extension.html [ Failure ]

crbug.com/517836 imported/web-platform-tests/screen-orientation/lock-bad-argument.html [ Failure ]
crbug.com/517836 imported/web-platform-tests/screen-orientation/orientation-reading.html [ Failure ]
crbug.com/517836 imported/web-platform-tests/screen-orientation/onchange-event-subframe.html [ Failure Timeout ]
crbug.com/517836 imported/web-platform-tests/screen-orientation/onchange-event.html [ Failure Timeout ]

crbug.com/517840 imported/web-platform-tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html [ Failure Timeout ]

# New W3C failures (dpranke@ to triage)

# Linux Aura doesn't support NPAPI plugins (yet?)
crbug.com/318978 [ Linux ] compositing/plugins/invalidate_rect.html [ Skip ]
crbug.com/318978 [ Linux ] fast/dom/Window/Plug-ins.html [ Skip ]
crbug.com/318978 [ Linux ] fast/frames/sandboxed-iframe-about-blank.html [ Skip ]
crbug.com/318978 [ Linux ] fast/frames/sandboxed-iframe-navigation-allowed.html [ Skip ]
crbug.com/318978 [ Linux ] fast/frames/sandboxed-iframe-plugins.html [ Skip ]
crbug.com/318978 [ Linux ] fast/replaced/invalid-object-with-fallback.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/plugins/cross-frame-object-access.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/plugins/ [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src-does-not-affect-child.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src-none-allowed.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/object-src-url-blocked.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/contentSecurityPolicy/plugin-in-iframe-with-csp.html [ Skip ]
crbug.com/318978 [ Linux ] http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Skip ]
crbug.com/318978 [ Linux ] permissionclient/plugin-permission.html [ Skip ]
crbug.com/318978 [ Linux ] plugins/ [ Skip ]

crbug.com/552494 scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
crbug.com/552494 virtual/prefer_compositing_to_lcd_text/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]
crbug.com/552494 virtual/rootlayerscrolls/scrollbars/overflow-scrollbar-combinations.html [ Pass Failure ]

crbug.com/380217 [ Linux Win ] fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ Skip ]
crbug.com/380217 [ Win ] fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left.html [ Skip ]

crbug.com/405389 imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/polygon/shape-outside-polygon-017.html [ Failure ]
crbug.com/424365 imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-010.html [ Failure ]
crbug.com/424365 imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-024.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-margin-001.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-004.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-circle-005.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-inset-003.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
crbug.com/441840 imported/csswg-test/css-shapes-1/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]

crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-003.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-005.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-011.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-033.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-002.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-004.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-006.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-008.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-010.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-014.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-016.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-018.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-020.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-030.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-005.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-017.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-029.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-041.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-053.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-065.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-077.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-089.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-095.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-105.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-109.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-121.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-125.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-137.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-141.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-153.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-157.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-004.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-010.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-016.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-028.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-034.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-040.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-052.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-064.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-076.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-088.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-104.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-108.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-112.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-116.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-124.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-128.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-136.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-140.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-144.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-148.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-156.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-160.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-169.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-173.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-185.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-189.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-201.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-205.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-217.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-221.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-225.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-229.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-172.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-176.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-188.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-192.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-204.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-208.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-220.xht [ Failure ]
crbug.com/505151 imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vrl-224.xht [ Failure ]

crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-003.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-005.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-block-alignment-007.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-table-alignment-003.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/inline-table-alignment-005.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-002.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-003.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-004.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-column-order-005.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-001.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vlr-004.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-001.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/table-progression-vrl-004.html [ Failure ]

# Either "combo" or split should run: http://testthewebforward.org/docs/css-naming.html
crbug.com/410320 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001.html [ Skip ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001q.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001r.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001s.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001t.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001u.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001v.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001w.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/orthogonal-parent-shrink-to-fit-001x.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script-001.html [ Skip ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-orientation-script-001e.html [ Failure ]

# These tests pass but images do not match because of wrong half-leading in vertical-lr
crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-003.xht [ Failure ]
crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-009.xht [ Failure ]

# These tests pass but images do not match because of position: absolute in vertical flow bug
crbug.com/492664 imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-009.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-003.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-005.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-007.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vlr-009.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-002.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-004.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/clip-rect-vrl-008.xht [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-009.xht [ Failure ]

# These tests pass but images do not match because tests are stricter than the spec.
crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-001.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-002.html [ Failure ]
crbug.com/492664 imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-003.html [ Failure ]

# These CSS Writing Modes Level 3 tests pass but causes 1px diff on images, notified to the submitter.
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-002.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-003.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-004.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-005.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-006.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-007.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-010.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-011.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-012.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-013.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-014.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-015.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-016.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-019.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-020.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-021.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-022.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-023.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/inline-block-alignment-006.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-htb-001.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-002.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-003.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-005.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-006.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-007.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-008.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-010.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-011.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-012.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-013.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-014.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-017.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-018.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vrl-019.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/line-box-direction-vlr-020.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-002.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-003.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-004.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-005.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-006.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-007.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vrl-008.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/row-progression-vlr-009.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-vrl-006.xht [ Failure ]
crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/text-baseline-vlr-007.xht [ Failure ]

crbug.com/498845 [ Win ] fast/multicol/vertical-rl/float-content-break.html [ Failure ]

crbug.com/443615 [ Linux Win ] imported/csswg-test/css-shapes-1/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ Failure ]

crbug.com/443379 imported/web-platform-tests/gamepad/idlharness.html [ Failure Timeout ]

crbug.com/396775 compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html [ Failure ]
crbug.com/396775 virtual/prefer_compositing_to_lcd_text/compositing/overflow/reflected-overlay-scrollbars-should-appear-without-compositing.html [ Failure ]

crbug.com/381684 [ Mac Win ] fonts/family-fallback-gardiner.html [ Skip ]

crbug.com/467635 fast/dom/HTMLImageElement/image-sizes-meta-viewport.html [ Skip ]

# crbug.com/396823 [ Mac ] fast/multicol/multicol-with-child-renderLayer-for-input.html [ Failure ]

crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentage.svg [ Failure ]

crbug.com/116710 [ Win Debug ] transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html [ Failure ]

# Printing Layout broken in these tests.
crbug.com/377696 printing/setPrinting.html [ Skip ]
crbug.com/377696 printing/width-overflow.html [ Skip ]

# Reftests that needs investigation.
crbug.com/397232 [ XP ] css2.1/20110323/c541-word-sp-000.htm [ Failure ]
crbug.com/397232 [ XP ] css2.1/20110323/vertical-align-boxes-001.htm [ Failure ]
crbug.com/397255 [ Linux XP ] css3/masking/clip-path-reference-userSpaceOnUse.html [ Failure ]
crbug.com/475882 [ Mac Win ] fast/writing-mode/table-vertical-child-width.html [ Failure ]
crbug.com/396940 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ Failure ]
crbug.com/396940 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ Failure ]
crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-007.htm [ Failure ]
crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-009.htm [ Failure ]
crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ Failure ]
crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ Failure ]
crbug.com/396941 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ Failure ]
crbug.com/378610 svg/custom/focus-ring-text.svg [ Failure ]

crbug.com/515454 [ Mac Win7 Win10 Android Linux ] css3/fonts/font-style-matching.html [ Slow ]
crbug.com/523021 [ XP ] css3/fonts/font-style-matching.html [ Failure Slow ]

crbug.com/474987 [ Win Mac ] css3/flexbox/auto-margins.html [ Failure ]

crbug.com/267206 [ Mac ] fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]
crbug.com/267206 [ Mac ] virtual/scroll_customization/fast/scrolling/scrollbar-tickmarks-hittest.html [ Timeout ]

crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-during-pending-seek.html [ Failure ]
crbug.com/302729 [ Android ] http/tests/media/media-source/mediasource-seek-beyond-duration.html [ Failure ]

crbug.com/524160 [ Debug ] http/tests/media/media-source/mediasource-appendbuffer-quota-exceeded.html [ Timeout ]
crbug.com/524160 [ Debug ] http/tests/media/media-source/mediasource-appendstream-quota-exceeded.html [ Timeout ]

crbug.com/517449 [ Android ] css3/images/optimize-contrast-image.html [ Failure ]

crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ Failure ]

crbug.com/245556 compositing/transitions/transform-on-large-layer.html [ Failure ]

crbug.com/253763 fast/text-autosizing/first-line-scale-factor.html [ Failure ]

crbug.com/374643 [ Mac ] fast/text-autosizing/supercluster-multiple-layout.html [ Failure ]
crbug.com/374643 [ Mac ] fast/text-autosizing/tables/table-with-inline-block.html [ Failure ]

# Started failing after r162705.
crbug.com/324370 compositing/video/video-reflection.html [ Failure ]

crbug.com/390377 [ Release ] fast/dom/private_script_unittest.html [ Skip ]

crbug.com/546512 http/tests/security/w3c/cross-origin-objects.html [ NeedsManualRebaseline ]

crbug.com/357427 http/tests/workers/terminate-during-sync-operation-file.html [ Crash Pass Slow Timeout ]
crbug.com/357427 http/tests/workers/terminate-during-sync-operation-filesystem.html [ Crash Pass Slow Timeout ]

crbug.com/356957 [ Win Mac ] editing/spelling/spellcheck-editable-on-focus.html [ Timeout ]
crbug.com/564403 http/tests/inspector/service-workers/service-worker-manager.html [ Failure Pass ]
crbug.com/365400 [ Mac ] compositing/images/direct-pdf-image.html [ Failure ]

crbug.com/306222 fast/hidpi/image-srcset-relative-svg-canvas.html [ Skip ]
crbug.com/306222 fast/hidpi/image-srcset-relative-svg-canvas-2x.html [ Skip ]

crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/transform-interpolation.html [ Pass Crash Slow ]
crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/webkit-transform-interpolation.html [ Pass Crash Slow ]

crbug.com/467477 fast/multicol/vertical-rl/nested-columns.html [ Failure ]

crbug.com/506525 [ XP ] paint/masks/fieldset-mask.html [ Failure ]
crbug.com/506525 [ XP ] virtual/syncpaint/paint/masks/fieldset-mask.html [ Skip ]

crbug.com/400841 media/video-canvas-draw.html [ Failure ]
crbug.com/400829 media/video-object-fit.html [ Failure ]
crbug.com/400829 virtual/stable/media/stable/video-object-fit-stable.html [ Failure ]

# We only want to run one of the web-animations-api tests in stable mode.
crbug.com/441553 virtual/stable/web-animations-api [ Skip ]
crbug.com/368946 virtual/stable/web-animations-api/eased-keyframes.html [ Pass ]
# These tests *only* run in stable, to verify that these features are unsupported and throw exceptions.
crbug.com/441559 virtual/stable/web-animations-api/partial-keyframes-unsupported.html [ Pass ]
crbug.com/437696 virtual/stable/web-animations-api/additive-animations-unsupported.html [ Pass ]

# switching to apache-win32: needs triaging.
crbug.com/528062 [ Win ] http/tests/css/missing-repaint-after-slow-style-sheet.pl [ Failure ]
crbug.com/528062 [ Win ] http/tests/local/blob/send-data-blob.html [ Failure ]
crbug.com/528062 [ Win ] http/tests/local/blob/send-hybrid-blob.html [ Failure Timeout ]
crbug.com/528062 [ Win ] http/tests/security/XFrameOptions/x-frame-options-cached.html [ Failure ]
crbug.com/528062 [ Win ] http/tests/security/contentSecurityPolicy/cached-frame-csp.html [ Failure ]
crbug.com/528062 [ Win ] http/tests/security/xssAuditor/cached-frame.html [ Failure ]
crbug.com/528062 [ Win ] http/tests/security/xssAuditor/chunked-big-script.html [ Failure ]

crbug.com/539725 [ Linux Debug ] inspector/elements/shadow/elements-panel-shadow-selection-on-refresh.html [ Slow Failure ]

crbug.com/392706 virtual/threaded/animations/play-state-initially-paused.html [ Failure ]

crbug.com/402379 [ Win7 Debug ] storage/indexeddb/cursor-continue-validity.html [ Pass Slow ]
crbug.com/402379 [ Win7 Debug ] storage/indexeddb/mozilla/indexes.html [ Pass Slow ]

crbug.com/419993 [ Debug ] fast/css/giant-stylesheet-crash.html [ Pass Slow ]

# Part of a larger issue referenced in the bug. This specific issue will be fixed shortly.
crbug.com/408159 accessibility/is-ignored-change-sends-notification.html [ Timeout ]

crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html [ Pass Slow ]
crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-sorting.html [ Pass Slow ]

# Disabled until the test plugin is fixed.
crbug.com/363099 [ Win ] plugins/nested-plugin-objects.html [ Failure ]
crbug.com/363099 [ Win ] plugins/open-and-close-window-with-plugin.html [ Failure ]

crbug.com/418091 [ Mac10.6 ] fast/text/international/zerowidthjoiner.html [ Failure ]

crbug.com/425345 [ Mac ] fast/text/line-break-after-question-mark.html [ Failure ]

# When drawing subpixel smoothed glyphs, CoreGraphics will fake bold the glyphs.
# In this configuration, the pixel smoothed glyphs will be created from subpixel smoothed glyphs.
# This means that CoreGraphics may draw outside the reported glyph bounds, and in this case does.
# By about a quarter or less of a pixel.
crbug.com/421412 [ Mac ] fast/text/international/bdo-bidi-width.html [ Failure ]

crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-overflow-hidden.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-overried-inherited-visibility-hidden.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no-overried-inherited-visibility-hidden.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no-visibility-hidden-child.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-no.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-scrolling-yes.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-visibility-hidden-child.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame-zero-size-and-border.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollable-area-frame.html [ Failure ]
crbug.com/417782 virtual/rootlayerscrolls/fast/scrolling/scrollbar-tickmarks-styled.html [ Failure ]

crbug.com/385014 accessibility/canvas-fallback-content-2.html [ Failure ]

crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-invalidation-zoomed.html [ Pass Slow Timeout ]

crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/threaded_animation_timelines/fast/scroll-behavior/overflow-scroll-animates.html [ Skip ]
crbug.com/364614 [ Mac ] fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/scroll_customization/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]
crbug.com/364614 [ Mac ] virtual/threaded_animation_timelines/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Skip ]

crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-change-color.html [ Failure ]
crbug.com/524596 paint/invalidation/composited-non-stacking-context-descendant-move.html [ Failure ]
crbug.com/524596 paint/invalidation/fixed-position-descendant-paint-offset-indirect.html [ Failure ]
crbug.com/524596 virtual/spv2/paint/invalidation/composited-non-stacking-context-descendant-move.html [ Skip ]
crbug.com/524596 virtual/spv2/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html [ Skip ]
crbug.com/524596 virtual/syncpaint/paint/invalidation/composited-non-stacking-context-descendant-change-color.html [ Skip ]
crbug.com/524596 virtual/syncpaint/paint/invalidation/composited-non-stacking-context-descendant-move.html [ Skip ]
crbug.com/524596 virtual/syncpaint/paint/invalidation/fixed-position-descendant-paint-offset-indirect.html [ Skip ]

crbug.com/425113 svg/clip-path/clip-path-multiple-children.svg [ Failure ]

crbug.com/480769 http/tests/inspector/service-workers/service-workers-redundant.html [ Crash Pass Slow Failure ]
crbug.com/480769 http/tests/inspector/service-workers/service-worker-agents.html [ Crash Pass Timeout Slow ]

crbug.com/472330 fast/borders/border-image-outset-split-inline-vertical-lr.html [ Failure ]
crbug.com/472330 fast/writing-mode/box-shadow-vertical-lr.html [ Failure ]
crbug.com/472330 fast/writing-mode/box-shadow-vertical-rl.html [ Failure ]

crbug.com/466200 svg/custom/repaint-on-constant-size-change.svg [ Failure ]

# Temporary until we start generating Trusty baselines.
crbug.com/498021 [ Linux ] fast/text/unicode-fallback-font.html [ Failure ]
crbug.com/498021 [ Linux ] http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
crbug.com/498021 [ Linux ] svg/custom/use-on-symbol-inside-pattern.svg [ Failure ]
crbug.com/498021 [ Linux ] fast/forms/month/month-appearance-l10n.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/ellipsis-stroked.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/emphasis-complex.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/international/danda-space.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/international/hindi-whitespace.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/international/thai-line-breaks.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/selection-multiple-runs.html [ Failure ]
crbug.com/498021 [ Linux ] svg/W3C-SVG-1.1/paths-data-03-f.svg [ Failure ]
crbug.com/498021 [ Linux ] svg/W3C-SVG-1.1/text-align-08-b.svg [ Failure ]
crbug.com/498021 [ Linux ] svg/custom/control-points-for-S-and-T.svg [ Failure ]
crbug.com/498021 [ Linux ] editing/pasteboard/4944770-2.html [ Failure ]
crbug.com/498021 [ Linux ] fast/encoding/invalid-UTF-8.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/emoticons.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/international/complex-character-based-fallback.html [ Failure ]
crbug.com/498021 [ Linux ] fast/text/international/hindi-spacing.html [ Failure ]

# Significant Slimming Paint failure.
crbug.com/459305 [ Mac ] svg/custom/foreign-object-skew.svg [ Failure ]

crbug.com/463798 [ Mac ] svg/as-image/svg-invalid-image-1.html [ Failure ]

crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-evenodd.html [ Failure ]
crbug.com/463358 [ Mac ] svg/transforms/animated-path-inside-transformed-html.xhtml [ Failure ]

crbug.com/482229 compositing/layer-creation/fixed-position-under-transform.html [ Failure ]

crbug.com/548630 [ XP ] fast/text/justify-vertical.html [ Failure ]

crbug.com/471824 imported/web-platform-tests/pointerevents/ [ Skip ]
crbug.com/471824 virtual/pointerevent/imported/web-platform-tests/pointerevents/pointerevent_touch-action-illegal.html [ Skip ]
crbug.com/471824 virtual/pointerevent/imported/web-platform-tests/pointerevents/pointerevent_touch-action-verification.html [ Skip ]

crbug.com/471066 [ Mac10.6 ] fast/text/apply-start-width-after-skipped-text.html [ Failure ]
crbug.com/471066 [ Mac10.6 ] fast/text/bidi-explicit-embedding-past-end.html [ Failure ]
crbug.com/471066 [ Mac10.6 ] fast/text/emphasis-overlap.html [ Failure ]
crbug.com/471066 [ Mac10.6 ] fast/text/fake-italic.html [ Failure ]

crbug.com/478109 [ Mac10.6 ] fast/text/bidi-embedding-pop-and-push-same-2.html [ Failure ]

# These need a rebaseline due crbug.com/504745 on Windows when they are activated again.
crbug.com/521124 [ Win7 ] fast/text/international/vertical-text-glyph-test.html [ Pass Failure ]
crbug.com/521124 [ Win7 ] fast/text/international/text-combine-image-test.html [ Pass Failure ]
crbug.com/521124 [ Win7 ] fast/css/font-weight-1.html [ Pass Failure ]
crbug.com/521124 [ Win7 Release ] fast/text/justify-ideograph-vertical.html [ Pass Failure ]
crbug.com/521124 [ Win7 Release ] fast/writing-mode/english-lr-text.html [ Pass Failure ]
crbug.com/521124 [ Win7 ] fast/text/orientation-sideways.html [ Pass Failure ]

# Temporary, until we stop use_system_harfbuzz on Linux including non-official builds
crbug.com/462689 [ Linux ] fast/text/unicode-variation-selector.html [ Failure ]

# Temporary, until WebAXObjectProxy support lands.
crbug.com/421771 accessibility/inline-text-box-next-on-line.html [ Skip ]

crbug.com/486962 [ Linux Win ] svg/W3C-SVG-1.1/animate-elem-41-t.svg [ Failure ]
crbug.com/486962 [ Linux Win Debug ] svg/W3C-SVG-1.1/animate-elem-46-t.svg [ Failure ]

# Disabled briefly until test runner support lands.
crbug.com/479533 accessibility/show-context-menu.html [ Skip ]
crbug.com/479533 accessibility/show-context-menu-shadowdom.html [ Skip ]
crbug.com/483653 accessibility/scroll-containers.html [ Skip ]

crbug.com/491764 http/tests/inspector/service-workers/user-agent-override.html [ Timeout ]
crbug.com/474798 fast/repaint/align-self-change-keeping-geometry-grid.html [ Failure ]
crbug.com/474798 fast/repaint/justify-self-change-keeping-geometry.html [ Failure ]
crbug.com/474798 virtual/spv2/paint/invalidation/spv2/align-self-change-keeping-geometry-grid-as-text.html [ Skip ]
crbug.com/474798 virtual/spv2/paint/invalidation/spv2/justify-self-change-keeping-geometry-as-text.html [ Skip ]
crbug.com/474798 virtual/syncpaint/fast/repaint/align-self-change-keeping-geometry-grid.html [ Skip ]
crbug.com/474798 virtual/syncpaint/fast/repaint/justify-self-change-keeping-geometry.html [ Skip ]

crbug.com/548695 fast/forms/datalist/update-range-with-datalist.html [ Failure ]

crbug.com/548705 fast/css/first-line-hover-001.html [ Failure ]

# Temporarily disabled after chromium change
crbug.com/492511 [ Mac ] fast/text/atsui-negative-spacing-features.html [ Failure ]
crbug.com/492511 [ Mac ] fast/text/atsui-spacing-features.html [ Failure ]
crbug.com/492511 [ Mac ] fast/text/international/arabic-justify.html [ Failure ]

# Ref tests that fail due to differences in inline box structure, even though they contain the same text.
# This happens because inline box layout uses fixed-point measurements, which can cause rounding differences.
crbug.com/321237 [ Mac ] fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots.html [ Failure ]
crbug.com/321237 [ Mac ] fast/selectors/007a.html [ Failure ]
crbug.com/321237 [ Mac Win ] fast/text-autosizing/inherited-multiplier.html [ Failure ]
crbug.com/321237 [ Mac ] virtual/stable/fast/css3-text/css3-text-decoration/stable/first-letter-text-decoration.html [ Failure ]
crbug.com/321237 [ Win ] fast/multicol/span/pseudo-before-after-in-content.html [ Failure ]
crbug.com/321237 [ Win ] fast/selectors/004.html [ Failure ]

# Rebaselines that got missed in the first pass
crbug.com/321237 [ Mac ] fast/text/international/complex-text-leading-space-wrapping.html [ Failure ]
crbug.com/321237 [ Win ] fast/text/international/complex-text-leading-space-wrapping.html [ Failure ]

crbug.com/495523 [ XP ] svg/W3C-SVG-1.1/animate-elem-52-t.svg [ Failure ]
crbug.com/495523 [ XP ] svg/W3C-SVG-1.1/extend-namespace-01-f.svg [ Failure ]

crbug.com/501659 fast/xsl/xslt-missing-namespace-in-xslt.xml [ Failure ]
crbug.com/501659 http/tests/xmlviewer/dumpAsText/svg.xml [ Failure ]

crbug.com/501659 http/tests/security/xss-DENIED-xml-external-entity.xhtml [ Failure ]
crbug.com/501659 fast/css/stylesheet-candidate-nodes-crash.xhtml [ Failure ]
crbug.com/504703 inspector-protocol/debugger/debugger-step-into-dedicated-worker.html [ Slow ]

# Slow expected on debug builds
crbug.com/445194 [ Debug ] fast/dom/shadow/focus-controller-recursion-crash.html [ Skip ]
crbug.com/505387 [ Win ] virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/overflow-scroll-rtl.html [ Failure ]

crbug.com/505415 [ XP ] accessibility/canvas-fallback-content-labels.html [ Failure ]

crbug.com/506312 imported/csswg-test/css-pseudo-4/first-letter-001.html [ Failure ]

# Mac10.10-specific failures that still need triaging.
# Form controls need rebaseline because of the default font change.
# If you see wider INPUT elements or narrower TEXTAREA elements, you may do just
# rebaseline. See crbug.com/508768#c6
crbug.com/509025 [ Mac10.10 ] compositing/layer-creation/compositing-reason-removed.html [ Failure ]
# TODO(chrishtr): uncomment after fixing crbug.com/529038
#crbug.com/509025 [ Mac10.10 ] compositing/layer-creation/should-invoke-deferred-compositing.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/overflow/fixed-scroll-in-empty-root-layer.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/overflow/text-color-change.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/overflow/updating-scrolling-container-and-content.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/overflow/updating-scrolling-container.html [ Failure ]
# TODO(chrishtr): uncomment/inspect rebaseline of this after fixing crbug.com/516016
# crbug.com/509025 [ Mac10.10 ] compositing/repaint/should-not-clip-composited-overflow-scrolling-layer.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/invalidate-when-leaving-squashed-layer.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/invalidations-with-large-negative-margin.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/remove-squashed-layer-plus-move.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/repaint-overflow-scrolled-squashed-content.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/repaint-squashed-layer-in-rect.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/repaint-via-layout-offset.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/squash-partial-repaint-inside-squashed-layer.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] compositing/squashing/squashing-inside-preserve-3d-element.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] css3/flexbox/repaint-rtl-column.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/css/css2-system-fonts.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/css/font-face-data-uri-invalid.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/css/fontfaceset-download-error.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/dom/adopt-attribute-crash.svg [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/forms/hidden-listbox.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/forms/textarea-newline.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/images/style-access-during-imageChanged-crash.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/parser/xml-colon-entity.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/parser/xml-declaration-missing-ending-mark.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/text/custom-font-data-crash.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/text/custom-font-data-crash2.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/text/glyph-reordering.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] fast/text/large-text-composed-char.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] http/tests/navigation/navigation-redirect-schedule-crash.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]

#crbug.com/509025 [ Mac10.10 ] fast/text/emphasis.html [ Failure ]

crbug.com/545140 [ Mac10.10 ] fast/encoding/denormalised-voiced-japanese-chars.html [ Failure ]
crbug.com/545141 [ Mac10.10 ] fast/writing-mode/text-orientation-basic.html [ Failure ]

crbug.com/509025 [ Mac10.10 ] fast/text/international/complex-character-based-fallback.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] virtual/pointerevent/fast/events/context-no-deselect.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] virtual/trustedeventsdefaultaction/fast/events/context-no-deselect.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] virtual/prefer_compositing_to_lcd_text/compositing/overflow/theme-affects-visual-overflow.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] virtual/rootlayerscrolls/scrollbars/rtl/overflow-scroll-rtl.html [ Failure ]
crbug.com/509025 [ Mac10.10 ] virtual/rootlayerscrolls/scrollbars/short-scrollbar.html [ Failure ]

crbug.com/443596 media/sources-fallback-codecs.html [ Pass Failure ]

crbug.com/464736 http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html [ Pass Failure ]

# Unclear semantics of ToString (actually ToPrimitive) across iframes.
crbug.com/532469 http/tests/security/cross-frame-access-custom.html [ NeedsManualRebaseline ]

crbug.com/521730 [ Win10 ] compositing/plugins/invalidate_rect.html [ Crash ]
crbug.com/521730 [ Win10 ] plugins/windowless_plugin_paint_test.html [ Crash ]

crbug.com/521730 [ Win10 ] fast/text/shaping/same-script-different-lang.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/month-multiple-fields/month-multiple-fields-preserve-value-after-history-back.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/suggested-value.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/text-control-intrinsic-widths.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/time-multiple-fields/time-multiple-fields-localization.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/vertical-text-metrics-test.html [ Failure ]
crbug.com/521730 [ Win10 ] svg/custom/svg-fonts-in-text-controls.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/datetimelocal/datetimelocal-appearance-l10n.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/month/month-appearance-basic.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/hackernews-comments.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/list-item-above-dbcat.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/supercluster-multiple-layout.html [ Timeout Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/fixed-table-single-cell-lots-of-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/nested-tables.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/single-percent-width-cell-lots-of-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/table-cell-inflation.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/table-for-layout.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/table-with-inline-block.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/wide-percentage-width.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/wide-specified-width.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/atsui-kerning-and-ligatures.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/atsui-multiple-renderers.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/atsui-spacing-features.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/basic/009.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/basic/generic-family-changes.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/capitalize-boundaries.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/drawBidiText.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/emoji-web-font.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/firstline/001.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/firstline/002.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/firstline/003.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/font-stretch.html [ Timeout Failure ]
crbug.com/521730 [ Win10 ] fast/text/format-control.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/alef-connected.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/bidi-linebreak-001.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/bidi-linebreak-003.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/bidi-word-spacing-rtl.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/inline-block-with-mixed-direction-words.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/mixed-directionality-selection.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/plane2.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/letter-spacing-negative-opacity.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/line-breaks-after-white-space.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/line-breaks.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/shadow-no-blur.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/stroking-decorations.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/trailing-white-space-2.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/whitespace/nbsp-mode-and-linewraps.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/vertical-font-fallback.html [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-dirLTR-ubNone.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-dirLTR-ubOverride.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1/text-intro-03-b.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/carto.net/combobox.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/css/text-gradient-shadow.svg [ Failure ]
crbug.com/521730 [ Win10 ] compositing/squashing/squashing-print.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/iframe-print.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/quirks-percentage-height-body.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/quirks-percentage-height.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/simultaneous-position-float-change.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/standards-percentage-heights.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/subframes-percentage-height.html [ Failure ]
crbug.com/521730 [ Win10 ] printing/webgl-repeated-printing-preservedrawingbuffer.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/iframe-print.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/quirks-percentage-height-body.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/quirks-percentage-height.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/simultaneous-position-float-change.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/standards-percentage-heights.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/subframes-percentage-height.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/webgl-repeated-printing-preservedrawingbuffer.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/dynamic/text-combine.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/ruby/base-shorter-than-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/emphasis-combined-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/emphasis-complex.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/font-weight-variant.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/003.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/bold-bengali.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/complex-character-based-fallback.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/hindi-spacing.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/hindi-whitespace.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/justify-ideograph-leading-expansion.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/border-vertical-lr.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-ruby-vertical-lr.html [ Failure ]
crbug.com/521730 [ Win10 ] media/track/track-cue-rendering-vertical.html [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1-SE/text-intro-05-t.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1/text-align-08-b.svg [ Failure ]
crbug.com/521730 [ Win10 ] fast/css/line-height-determined-by-primary-font.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/month/month-appearance-l10n.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/forms/month/month-appearance-pseudo-elements.html [ Failure ]
# TODO(fmalita): re-enable after http://crrev.com/1410733003
# crbug.com/521730 [ Win10 ] fast/forms/search/search-appearance-basic.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/inline/justify-emphasis-inline-box.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/ruby/nested-ruby.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/display-type-change.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/css-table-single-cell-lots-of-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/nested-table-wrapping.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text-autosizing/tables/single-cell-lots-of-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/atsui-negative-spacing-features.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/basic/011.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/basic/013.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/basic/generic-family-reset.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/cg-fallback-bolding.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/cg-vs-atsui.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/decorations-with-text-combine.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/emoticons.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/emphasis-ellipsis-complextext.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/font-ascent-mac.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/font-stretch-variant.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/font-weight.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/002.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/bidi-linebreak-002.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/danda-space.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/hebrew-vowels.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/khmer-selection.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/lang-glyph-cache-separation.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/pop-up-button-text-alignment-and-direction.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/rtl-white-space-pre-wrap.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/text-spliced-font.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/international/wrap-CJK-001.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/midword-break-hang.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/selection-multiple-runs.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/stroking.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/sub-pixel/text-scaling-pixel.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/trailing-white-space.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/text/wide-zero-width-space.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/fallback-orientation.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-lr-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-rl-text.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/vertical-align-table-baseline.html [ Failure ]
crbug.com/521730 [ Win10 ] fast/writing-mode/vertical-baseline-alignment.html [ Failure ]
crbug.com/521730 [ Win10 ] fonts/fantasy.html [ Failure ]
crbug.com/521730 [ Win10 ] ietestcenter/css3/text/textshadow-002.htm [ Failure ]
crbug.com/521730 [ Win10 ] ietestcenter/css3/text/textshadow-010.htm [ Failure ]
crbug.com/521730 [ Win10 ] printing/webgl-repeated-printing.html [ Failure ]
crbug.com/521730 [ Win10 ] virtual/threaded/printing/webgl-repeated-printing.html [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/g-dirLTR-ubNone.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/g-dirLTR-ubOverride.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/g-dirRTL-ubNone.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/g-dirRTL-ubOverride.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-anchor-no-markup.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-dirRTL-ubNone.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/text-dirRTL-ubOverride.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-direction-ltr.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-I18N/tspan-direction-rtl.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1/text-fonts-01-t.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1/text-intro-01-t.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/W3C-SVG-1.1/text-intro-04-t.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/as-image/svg-canvas-xhtml-tainted.html [ Failure ]
crbug.com/521730 [ Win10 ] svg/css/text-shadow-multiple.xhtml [ Failure ]
crbug.com/521730 [ Win10 ] svg/custom/textPath-change-id2-pattern.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/text/bidi-text-query.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/text/bidi-tspans.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/text/text-selection-fonts-01-t.svg [ Failure ]
crbug.com/521730 [ Win10 ] svg/text/text-selection-intro-05-t.svg [ Failure ]

crbug.com/550285 [ XP ] virtual/syncpaint/inspector/tracing/decode-resize.html [ Slow Pass Failure ]

crbug.com/474759 fast/writing-mode/vertical-rl-replaced-selection.html [ Failure ]
crbug.com/474759 fast/block/line-layout/selection-highlight-overlap.html [ Failure ]
crbug.com/502927 [ XP ] paint/frames/frameset-with-stacking-context-and-not-stacking-context-children.html [ Failure ]
crbug.com/502927 [ XP ] paint/frames/frameset-with-stacking-contexts.html [ Failure ]
crbug.com/502927 [ XP ] virtual/syncpaint/paint/frames/frameset-with-stacking-context-and-not-stacking-context-children.html [ Skip ]
crbug.com/502927 [ XP ] virtual/syncpaint/paint/frames/frameset-with-stacking-contexts.html [ Skip ]

crbug.com/353746 virtual/android/fullscreen/video-specified-size.html [ Failure Pass ]

crbug.com/560503 fast/js/mozilla/strict/12.14.1.html [ NeedsManualRebaseline ]
crbug.com/560503 fast/js/mozilla/strict/13.1.html [ NeedsManualRebaseline ]
crbug.com/560503 fast/js/mozilla/strict/regress-532254.html [ NeedsManualRebaseline ]

crbug.com/527270 accessibility/name-calc-img.html [ Failure Pass Timeout ]

# This test has different results in Debug and Release.
crbug.com/529038 [ Debug ] virtual/gpu/fast/canvas/canvas-composite-repaint-by-all-imagesource.html [ Failure ]

crbug.com/532643 [ Mac ] fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]
crbug.com/532643 [ Mac ] virtual/trustedeventsdefaultaction/fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]
crbug.com/532643 [ Mac ] virtual/pointerevent/fast/events/hit-test-cache-scrollbar-no-crash.html [ Pass Failure ]

# The Win10 result for fast/text/emoji-font-fallback-win.html does not match the description
crbug.com/527044 [ Win10 ] fast/text/emoji-font-fallback-win.html [ Failure ]

crbug.com/525065 webaudio/audionode-disconnect-audioparam.html [ Failure Pass ]

crbug.com/525296 fast/css/font-load-while-styleresolver-missing.html [ Crash Failure Pass ]

crbug.com/240576 fullscreen/api/element-ready-check-containing-iframe.html [ Timeout Failure Pass ]
crbug.com/240576 virtual/android/fullscreen/api/element-ready-check-containing-iframe.html [ Timeout Failure Pass ]

crbug.com/525903 inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html [ Failure Pass ]

crbug.com/457273 [ Mac ] http/tests/websocket/close.html [ Pass Timeout ]

crbug.com/531286 virtual/gpu/fast/canvas/yuv-video-on-accelerated-canvas.html [ Failure ]

crbug.com/535478 [ Win ] virtual/threaded/inspector/tracing/decode-resize.html [ Slow Pass Failure ]

crbug.com/524646 [ Mac10.10 ] fast/dom/shadow/shadowdom-for-button.html [ Failure ]

crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-window.html [ Failure Pass Timeout ]
crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-worker.html [ Failure Pass Timeout ]
crbug.com/538717 [ Win Mac Linux ] http/tests/permissions/chromium/test-request-multiple-sharedworker.html [ Failure Pass Timeout ]

crbug.com/541601 svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults.xhtml [ Failure ]

crbug.com/543369 [ Linux ] fast/forms/select/popup-menu-appearance-tall.html [ Failure ]

crbug.com/545551 [ Win Mac ] svg/custom/repaint-shadow.svg [ Failure Pass ]

crbug.com/546215 [ Android ] fast/inline-block/overflow-clip.html [ Failure ]

crbug.com/548765 http/tests/inspector/console-fetch-logging.html [ Failure Pass Slow ]
crbug.com/549314 [ XP ] inspector-protocol/layout-fonts/unicode-range-combining-chars-fallback.html [ Failure ]

crbug.com/563694 [ Linux Mac Debug ] svg/hixie/perf/005.xml [ Failure ]

crbug.com/564109 [ Win7 XP ]  http/tests/webfont/font-display.html [ Pass Timeout Failure ]

crbug.com/558574 [ Win7 ] fast/forms/text/text-font-height-mismatch.html [ Failure ]
crbug.com/558574 [ Win7 ] fast/text/emphasis.html [ Failure ]

crbug.com/561595 [ XP ] plugins/webview-plugin-scroll.html [ Failure ]