mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* These are the tests we don't pass. The test data comes from the .dat
|
||||
* files under html5lib_tree_construction/. Please see
|
||||
* html5lib_tree_construction/html5lib_license.txt for the license for these
|
||||
* tests.
|
||||
*/
|
||||
var html5Exceptions = {
|
||||
"<!doctype html><keygen><frameset>" : true, // Bug 101019
|
||||
"<select><keygen>" : true, // Bug 101019
|
||||
"<!DOCTYPE html><body><keygen>A" : true, // Bug 101019
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue