mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision a5cb9597799c5f9bf0a809006161a0c50055828f
This commit is contained in:
parent
8b56b7a3c2
commit
2a42c14544
646 changed files with 93200 additions and 2587 deletions
|
@ -4,12 +4,12 @@
|
|||
<script>
|
||||
var t = async_test('Imported inline CSS is not blocked on pending CSS');
|
||||
</script>
|
||||
<link rel=stylesheet href="resources/dummy.css?first&pipe=trickle(d1)">
|
||||
<link rel=stylesheet href="resources/dummy.css?first-preloader-css-import-single-quote&pipe=trickle(d1)">
|
||||
<script>
|
||||
var this_script_is_necessary_to_block_the_inline_style_processing = true;
|
||||
</script>
|
||||
<style>
|
||||
@import url('resources/dummy.css?second');
|
||||
@import url('resources/dummy.css?second-preloader-css-import-single-quote');
|
||||
</style>
|
||||
<script>
|
||||
window.addEventListener("load", t.step_func_done(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue