Document-createAttribute.html.ini (950B)
1 [Document-createAttribute.html] 2 expected: 3 if (os == "android") and fission: [OK, TIMEOUT] 4 [HTML document.createAttribute("invalid^Name")] 5 expected: FAIL 6 7 [XML document.createAttribute("invalid^Name")] 8 expected: FAIL 9 10 [HTML document.createAttribute("\\\\")] 11 expected: FAIL 12 13 [XML document.createAttribute("\\\\")] 14 expected: FAIL 15 16 [HTML document.createAttribute("'")] 17 expected: FAIL 18 19 [XML document.createAttribute("'")] 20 expected: FAIL 21 22 [HTML document.createAttribute("\\"")] 23 expected: FAIL 24 25 [XML document.createAttribute("\\"")] 26 expected: FAIL 27 28 [HTML document.createAttribute("0")] 29 expected: FAIL 30 31 [XML document.createAttribute("0")] 32 expected: FAIL 33 34 [HTML document.createAttribute("0:a")] 35 expected: FAIL 36 37 [XML document.createAttribute("0:a")] 38 expected: FAIL 39 40 [HTML document.createAttribute("~")] 41 expected: FAIL 42 43 [XML document.createAttribute("~")] 44 expected: FAIL