mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
|
||||
<Definitions>
|
||||
<webidl>interface Canvas {
|
||||
void drawPolygon(sequence<float> coordinates);
|
||||
sequence<float> getInflectionPoints();
|
||||
};</webidl>
|
||||
<Interface name="Canvas" id="::Canvas">
|
||||
<webidl>interface Canvas {
|
||||
void drawPolygon(sequence<float> coordinates);
|
||||
sequence<float> getInflectionPoints();
|
||||
};</webidl>
|
||||
<Operation name="drawPolygon" id="::Canvas::drawPolygon">
|
||||
<webidl> void drawPolygon(sequence<float> coordinates);</webidl>
|
||||
<Type type="void"/>
|
||||
<ArgumentList>
|
||||
<Argument name="coordinates">
|
||||
<Type type="sequence">
|
||||
<Type type="float"/>
|
||||
</Type>
|
||||
</Argument>
|
||||
</ArgumentList>
|
||||
</Operation>
|
||||
<Operation name="getInflectionPoints" id="::Canvas::getInflectionPoints">
|
||||
<webidl> sequence<float> getInflectionPoints();</webidl>
|
||||
<Type type="sequence">
|
||||
<Type type="float"/>
|
||||
</Type>
|
||||
<ArgumentList/>
|
||||
</Operation>
|
||||
</Interface>
|
||||
</Definitions>
|
||||
Reference in New Issue
Block a user