| Index: third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in b/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9f6573dc959317ff88358298fa00757bf0e14d3d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValueUnits.in
|
| @@ -0,0 +1,29 @@
|
| +// This file specifies the unit strings used in CSSPrimitiveValues.
|
| +
|
| +em unit_type=Ems
|
| +ex unit_type=Exs
|
| +px unit_type=Pixels
|
| +cm unit_type=Centimeters
|
| +mm unit_type=Millimeters
|
| +in unit_type=Inches
|
| +pt unit_type=Points
|
| +pc unit_type=Picas
|
| +deg unit_type=Degrees
|
| +rad unit_type=Radians
|
| +grad unit_type=Gradians
|
| +ms unit_type=Milliseconds
|
| +s unit_type=Seconds
|
| +hz unit_type=Hertz
|
| +khz unit_type=Kilohertz
|
| +dpi unit_type=DotsPerInch
|
| +dpcm unit_type=DotsPerCentimeter
|
| +dppx unit_type=DotsPerPixel
|
| +vw unit_type=ViewportWidth
|
| +vh unit_type=ViewportHeight
|
| +vmin unit_type=ViewportMin
|
| +vmax unit_type=ViewportMax
|
| +rem unit_type=Rems
|
| +fr unit_type=Fraction
|
| +turn unit_type=Turns
|
| +ch unit_type=Chs
|
| +__qem unit_type=QuirkyEms
|
|
|