author | Ryan VanderMeulen <ryanvm@gmail.com> |
Sat, 09 Apr 2016 09:54:12 -0400 | |
changeset 330227 | 8ff351422619835b67494f757513f73bc42191cc |
parent 330226 | dd71ed09d4246ce931ec83359a54806954d1da46 |
child 330228 | 25c3b46ed101c4f423d40cd802eea282e239ecf3 |
push id | 6048 |
push user | kmoir@mozilla.com |
push date | Mon, 06 Jun 2016 19:02:08 +0000 |
treeherder | mozilla-beta@46d72a56c57d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sicking |
bugs | 471139 |
milestone | 48.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/tests/mochitest/dom-level2-html/mochitest.ini +++ b/dom/tests/mochitest/dom-level2-html/mochitest.ini @@ -279,18 +279,17 @@ support-files = [test_HTMLDocument03.html] [test_HTMLDocument04.html] [test_HTMLDocument05.html] [test_HTMLDocument07.html] [test_HTMLDocument08.html] [test_HTMLDocument09.html] [test_HTMLDocument10.html] [test_HTMLDocument11.html] -# [test_HTMLDocument12.html] -# This test is failing on all platforms -- bug 471139 +[test_HTMLDocument12.html] [test_HTMLDocument13.html] [test_HTMLDocument14.html] [test_HTMLDocument15.html] [test_HTMLDocument16.html] [test_HTMLDocument17.html] [test_HTMLDocument18.html] [test_HTMLDocument19.html] [test_HTMLDocument20.html]
--- a/dom/tests/mochitest/dom-level2-html/test_HTMLDocument12.html +++ b/dom/tests/mochitest/dom-level2-html/test_HTMLDocument12.html @@ -1,11 +1,17 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> + +<!-- +This test relies on that no cookies exist when the test starts. +If this test is failing, add code to clear all cookies to the beginning of the test. +--> + <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument12</title> <link type="text/css" rel="stylesheet" href="/tests/SimpleTest/test.css"> <script src="/tests/SimpleTest/SimpleTest.js" type="text/javascript"></script> <script src="DOMTestCase.js" type="text/javascript"></script> <script type="text/javascript"> // expose test function names