| <script src="/resources/testharness.js"></script> |
| <script src="/resources/testharnessreport.js"></script> |
| var t = async_test('Imported inline CSS is not blocked on pending CSS'); |
| <link rel=stylesheet href="resources/dummy.css?first-preloader-css-import-single-quote&pipe=trickle(d1)"> |
| var this_script_is_necessary_to_block_the_inline_style_processing = true; |
| @import url('resources/dummy.css?second-preloader-css-import-single-quote'); |
| window.addEventListener("load", t.step_func_done(() => { |
| let entries = performance.getEntriesByType('resource'); |
| if (entry.name.includes("first")) { |
| if (entry.name.includes("second")) { |
| assert_true(first.responseEnd > second.startTime, "The second resource start time should not be blocked on the first resource response"); |