175963182e
This patch implements FrameManager which is responsible for maintaining the frame tree. FrameManager is quite basic: it sends FrameAttached, FrameDetached and FrameNavigated events, and can report mainFrame and all frames. The next step would be moving certain Page API's to the Frame. For example, such method as Page.evaluate, Page.navigate and others should be available on Frame object as well. References #4
14 lines
166 B
CSS
14 lines
166 B
CSS
body {
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
}
|
|
|
|
ins {
|
|
background-color: #9cffa0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
del {
|
|
background-color: #ff9e9e;
|
|
}
|