mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 256b4685b8e702c14ed854347f23f4979edbfc8e
This commit is contained in:
parent
bac9903fbe
commit
45c91aa0cb
134 changed files with 1297 additions and 426 deletions
|
@ -9,15 +9,13 @@
|
|||
}
|
||||
|
||||
#canvas-geometry {
|
||||
border:1px solid black;
|
||||
background-image: paint(failureIndicator), paint(geometry);
|
||||
}
|
||||
</style>
|
||||
<script src="/common/reftest-wait.js"></script>
|
||||
<script src="/common/worklet-reftest.js"></script>
|
||||
<body>
|
||||
<p>This test result should show a rect with black border, where the rect is
|
||||
filled with green on the lower right corner. The registerPaint('failureIndicator')
|
||||
<p>This test result should show a green rect. The registerPaint('failureIndicator')
|
||||
will be called twice and the inputArguments will return two different strings,
|
||||
which will throw an exception and the paint function with 'failureIndicator'
|
||||
should never be called. In other words, there should be no red painted in the result.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue