diff --git a/package.json b/package.json
index 26f7f859494..17dec2febc1 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"node": ">=6.4.0"
},
"puppeteer": {
- "chromium_revision": "568432"
+ "chromium_revision": "571040"
},
"scripts": {
"unit": "node test/test.js",
diff --git a/test/assets/frames/frame.html b/test/assets/frames/frame.html
index e6d4a2377a8..8f20d2da9fb 100644
--- a/test/assets/frames/frame.html
+++ b/test/assets/frames/frame.html
@@ -1,3 +1,8 @@
+
Hi, I'm frame
diff --git a/test/elementhandle.spec.js b/test/elementhandle.spec.js
index 8ddb3a60325..5ec5785affd 100644
--- a/test/elementhandle.spec.js
+++ b/test/elementhandle.spec.js
@@ -50,7 +50,7 @@ module.exports.addTests = function({testRunner, expect}) {
const box = await elementHandle.boundingBox();
expect(box).toEqual({ x: 8, y: 8, width: 100, height: 200 });
});
- xit('should work with SVG nodes', async({page, server}) => {
+ it('should work with SVG nodes', async({page, server}) => {
await page.setContent(`