2
3 REGRESSION (r84327-r84329): CSS stylesheets fail to load on www.flagstar.com login page
4 https://bugs.webkit.org/show_bug.cgi?id=65140
5
6 Reviewed by NOBODY (OOPS!).
7
8 * fast/css/stylesheet-enable-first-alternate-link-expected.txt: Added.
9 * fast/css/stylesheet-enable-first-alternate-link.html: Added.
10 * fast/css/stylesheet-enable-first-alternate-on-load-link-expected.txt: Added.
11 * fast/css/stylesheet-enable-first-alternate-on-load-link.html: Added.
12 * fast/css/stylesheet-enable-first-alternate-on-load-sheet-expected.txt: Added.
13 * fast/css/stylesheet-enable-first-alternate-on-load-sheet.html: Added.
14 * fast/css/stylesheet-enable-second-alternate-link-expected.txt: Added.
15 * fast/css/stylesheet-enable-second-alternate-link.html: Added.
16 * fast/css/stylesheet-enable-second-alternate-on-load-link-expected.txt: Added.
17 * fast/css/stylesheet-enable-second-alternate-on-load-link.html: Added.
18 * fast/css/stylesheet-enable-second-alternate-on-load-sheet-expected.txt: Added.
19 * fast/css/stylesheet-enable-second-alternate-on-load-sheet.html: Added.
20 * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt: Added.
21 * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Added.
22 * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html: Added.
23 * http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html: Added.
24 * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Added.
25 (onSheetLoaded):
26 (testWhenLoaded):
27 * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Added.
28 (onSheetLoaded):
29 (testWhenLoaded):
30 * http/tests/css/resources/slow-loading-sheet-in-error.php: Added.
31 * http/tests/css/resources/slow-loading-sheet.php: Added.
32 New tests developped for 65140. The baselines matches what FF and Opera are doing (IE does not support
33 link.sheet at the moment). Those failures are covered by bug 67436.
34
35 * fast/css/link-disabled-attr-expected.txt:
36 * fast/dom/HTMLLinkElement/disabled-attribute-expected.txt:
37 Fixed the baseline to match our behavior. The FAIL are our current deviation from the spec. Those
38 failures are covered by bug 67436.
39
40 * fast/dom/boolean-attribute-reflection-expected.txt:
41 * fast/dom/script-tests/boolean-attribute-reflection.js:
42 Re-added link.disabled as a reflected attribute.
43