Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.js

Issue 2954343004: [DevTools] Migrate inspector-protocol/layers tests to new harness (Closed)
Patch Set: fix test Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 (async function(testRunner) {
2 let {page, session, dp} = await testRunner.startBlank('Tests that Paint Profil er refuses to load a picture with empty dimensions');
3
4 var response = await dp.LayerTree.loadSnapshot({
5 tiles: [{
6 x: 351378,
7 y: -15,
8 picture: 'c2tpYXBpY3QqAAAAiYICRsMkWkF3URZGz3Z9QgcAAAABZGFlcgAAAAB0Y2FmBA AAAAAAAABjZnB0AAAAAHlhcmEAAAAAIGZvZQ=='
9 }]
10 });
11
12 testRunner.log('Loading empty snapshot: ' + response.error);
13 testRunner.completeTest();
14 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698