- Notifications
You must be signed in to change notification settings - Fork294
Scripting disabled case#243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedMay 7, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Current coverage is89.22%@@ master #243 diff @@========================================== Files 50 50 Lines 6731 6774 +43 Methods 0 0 Messages 0 0 Branches 1313 1317 +4 ==========================================+ Hits 6006 6044 +38- Misses 555 560 +5 Partials 170 170
|
So we don't have tests for "in head noscript" insertion mode, that kinda sucks. |
Also:
|
Looks good to me. |
codecov-io commentedMay 7, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Current coverage is89.13%@@ master #243 diff @@========================================== Files 50 50 Lines 6739 6796 +57 Methods 0 0 Messages 0 0 Branches 1314 1318 +4 ==========================================+ Hits 6013 6057 +44- Misses 556 569 +13 Partials 170 170
|
html5lib/html5lib-tests#76 deals with the testing side of things. |
Uh oh!
There was an error while loading.Please reload this page.
This essentially rebases#230 as well as squashing it, and fixes tree walker tests to set the scripting flag correctly. Stillfixes#10. //cc@neumond