Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait-ref.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait-ref.html b/third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait-ref.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6772c2c460e79993979688ddf46e2045b14f7d71 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait-ref.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<title>Reference for Test infrastructure should support 'reftest-wait'</title> |
| +<style> |
| +.marker { |
| + margin-bottom: 10px; |
| + background: green; |
| + height: 50px; |
| + width: 50px; |
| +} |
| +</style> |
| + |
| +<div class="marker"></div> |
| +<div>The box above should be green.</div> |