зеркало из https://github.com/mozilla/pjs.git
Bug 546641 - Remove trailing from attribute value in test_parse_rule.html. r=roc.
--HG-- extra : rebase_source : 90abdd78f47d2b30d5e3fc2147b6d130fa61dc23
This commit is contained in:
Родитель
9d8ba523b8
Коммит
3c2614ed82
|
@ -245,7 +245,7 @@ var doTests = function() {
|
|||
isnot(base, canonical, "Sanity check for rule: " + testset[curTest].base);
|
||||
}
|
||||
frame.contentDocument.open();
|
||||
frame.contentDocument.write("<html lang=en><style>" + testset[curTest].tests[curSubTest] + "</style><div id=a class='a b c' title='zxcv weeqweqeweasd a '></div>");
|
||||
frame.contentDocument.write("<html lang=en><style>" + testset[curTest].tests[curSubTest] + "</style><div id=a class='a b c' title='zxcv weeqweqeweasd a'></div>");
|
||||
frame.contentWindow.onload = function(){setTimeout(doTests, 0);};
|
||||
frame.contentDocument.close();
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче