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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-enum-stability.html

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="../../http/tests/inspector/inspector-test.js"></script>
4 <script>
5
6 function test()
7 {
8 InspectorTest.addObject(WebInspector.TimelineModel.RecordType);
9 InspectorTest.completeTest();
10 }
11
12 </script>
13 </head>
14
15 <body onload="runTest()">
16 <p>
17 Check to see that TimelineAgent record types are stable.
18 </p>
19
20 <p>
21 Applications outside of WebKit depend on the stability of the mapping of
22 these types to these specific values.
23 </p>
24
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698