Revision 4f05c011be2ef38886088a09748b90dd2476d40f authored by Mugdha Lakhani on 18 October 2018, 15:50:21 UTC, committed by Chromium WPT Sync on 18 October 2018, 15:50:21 UTC
This bug removes the check from renderer that prevents
this access, and updates idl files accordingly.

It also adds a WPT test to check that incomplete fetches
provide access to downloaded content.

Bug: 875201
Change-Id: I54ab33180f4d8ff49718b502bdea10740195c45c
1 parent b38f09e
Raw File
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json

testharness_runner.html
!/testharness_runner.html
!/tools/wptrunner/wptrunner/testharness_runner.html

_certs
config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top