Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
page_sets.skia_css3gradients_desktop.SkiaCss3gradientsDesktopPageSet Class Reference
Inheritance diagram for page_sets.skia_css3gradients_desktop.SkiaCss3gradientsDesktopPageSet:

Public Member Functions

 __init__ (self)
 

Detailed Description

 Pages designed to represent the median, not highly optimized web 

Definition at line 30 of file skia_css3gradients_desktop.py.

Constructor & Destructor Documentation

◆ __init__()

page_sets.skia_css3gradients_desktop.SkiaCss3gradientsDesktopPageSet.__init__ (   self)

Definition at line 34 of file skia_css3gradients_desktop.py.

34 def __init__(self):
35 super(SkiaCss3gradientsDesktopPageSet, self).__init__(
36 archive_data_file='data/skia_css3gradients_desktop.json')
37
38 urls_list = [
39 # Why: http://code.google.com/p/chromium/issues/detail?id=168448
40 # and https://bugs.chromium.org/p/skia/issues/detail?id=10390
41 'https://www.w3schools.com/css/css3_gradients.asp',
42 ]
43
44 for url in urls_list:
45 self.AddStory(SkiaBuildbotDesktopPage(url, self))

The documentation for this class was generated from the following file: