author | Kyle Huey <me@kylehuey.com> |
Tue, 10 Aug 2010 21:13:20 -0700 | |
changeset 49372 | a675f24fbeb2605cd1c7fce53254c43e1537ca41 |
parent 49370 | b89bd32f1245896103b93414f4841e3820fcb679 (current diff) |
parent 49371 | e653fca5da305691c70c5ed9e0cc9047b2490dc8 (diff) |
child 49374 | cbf493ff91ae2e4592e66af3d05bd6ff39789b3a |
push id | 1 |
push user | root |
push date | Tue, 26 Apr 2011 22:38:44 +0000 |
treeherder | mozilla-beta@bfdb6e623a36 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 572290 |
milestone | 2.0b4pre |
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/editor/libeditor/html/tests/test_bug520189.html +++ b/editor/libeditor/html/tests/test_bug520189.html @@ -197,36 +197,36 @@ var tests = [ id: "r", payload: invalidStyle2Payload, rootElement: function() document.getElementById("r"), checkResult: function(html) is(html.indexOf("binding"), -1, "Should not have retained the binding style") }, { id: "s", isIFrame: true, - payload: invalidStyle3Payload, + payload: invalidStyle1Payload, rootElement: function() document.getElementById("s").contentDocument.documentElement, checkResult: function(html) is(html.indexOf("xxx"), -1, "Should not have retained the import style") }, { id: "t", - payload: invalidStyle3Payload, + payload: invalidStyle1Payload, rootElement: function() document.getElementById("t"), checkResult: function(html) is(html.indexOf("xxx"), -1, "Should not have retained the import style") }, { id: "u", isIFrame: true, - payload: invalidStyle4Payload, + payload: invalidStyle2Payload, rootElement: function() document.getElementById("u").contentDocument.documentElement, checkResult: function(html) is(html.indexOf("xxx"), -1, "Should not have retained the import style") }, { id: "v", - payload: invalidStyle4Payload, + payload: invalidStyle2Payload, rootElement: function() document.getElementById("v"), checkResult: function(html) is(html.indexOf("xxx"), -1, "Should not have retained the import style") }, { id: "w", isIFrame: true, payload: validStyle3Payload, rootElement: function() document.getElementById("w").contentDocument.documentElement, @@ -296,49 +296,49 @@ var tests = [ id: "ff", payload: invalidStyle6Payload, rootElement: function() document.getElementById("ff"), checkResult: function(html) is(html.indexOf("xxx"), -1, "Should not have retained the namespace style") }, { id: "gg", isIFrame: true, - payload: validImgSrc1Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("gg").contentDocument.documentElement, checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "hh", - payload: validImgSrc1Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("hh"), checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "ii", isIFrame: true, - payload: validImgSrc2Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("ii").contentDocument.documentElement, checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "jj", - payload: validImgSrc2Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("jj"), checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "kk", isIFrame: true, - payload: validImgSrc3Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("kk").contentDocument.documentElement, checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "ll", - payload: validImgSrc3Payload, + payload: invalidStyle6Payload, rootElement: function() document.getElementById("ll"), checkResult: function(html) isnot(html.indexOf("bar"), -1, "Should have retained the src attribute for the image") }, { id: "mm", isIFrame: true, insertHTML: true, payload: invalidStyle7Payload,