mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
8 lines
279 B
JavaScript
8 lines
279 B
JavaScript
describe("WebKit", function() {
|
|
it("should not crash when failing to dirty lines while removing a inline.", function () {
|
|
var p = require("webpage").create();
|
|
p.open('../test/webkit-spec/inline-destroy-dirty-lines-crash.html');
|
|
waits(50);
|
|
});
|
|
});
|