|
| 1 | +2021-08-11 Chris Dumez <cdumez@apple.com> |
| 2 | + |
| 3 | + Stop evaluating <script>s moved between Documents during fetching |
| 4 | + https://bugs.webkit.org/show_bug.cgi?id=202714 |
| 5 | + <rdar://problem/56208425> |
| 6 | + |
| 7 | + Reviewed by Geoffrey Garen. |
| 8 | + |
| 9 | + Rebaseline WPT tests now that more checks are passing. Note that these checks were already passing in both Firefox and Chrome. |
| 10 | + |
| 11 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-fetch-error-external-classic-expected.txt: |
| 12 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-fetch-error-external-module-expected.txt: |
| 13 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-external-classic-expected.txt: |
| 14 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-external-module-expected.txt: |
| 15 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-parse-error-inline-classic-expected.txt: |
| 16 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-success-external-classic-expected.txt: |
| 17 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-success-external-module-expected.txt: |
| 18 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/after-prepare-iframe-success-inline-classic-expected.txt: |
| 19 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-fetch-error-external-classic-expected.txt: |
| 20 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-fetch-error-external-module-expected.txt: |
| 21 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-parse-error-external-classic-expected.txt: |
| 22 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-parse-error-external-module-expected.txt: |
| 23 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-parse-error-inline-classic-expected.txt: |
| 24 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-success-external-classic-expected.txt: |
| 25 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-success-external-module-expected.txt: |
| 26 | + * web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/move-back-iframe-success-inline-classic-expected.txt: |
| 27 | + |
1 | 28 | 2021-08-11 Chris Dumez <cdumez@apple.com> |
2 | 29 |
|
3 | 30 | HTMLMetaElement http-equiv should not be processed in shadow trees |
|
0 commit comments