Skip to content

Commit 942a9f6

Browse files
committed
No need for the manual integration tests, other than manual debugging in any browser
1 parent bd8de0f commit 942a9f6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ Development
6565

6666
Run `npm test`.
6767

68-
For tests against individual browsers run `python3 -m http.server` and `open http://localhost:8000/test/SpecRunner.html`, for integration tests under Safari `open http://localhost:8000/test/manualIntegrationTestForWebkit.html`.
69-
70-
[![Build Status](https://travis-ci.org/cburgmer/rasterizeHTML.js.svg?branch=master)](https://travis-ci.org/cburgmer/rasterizeHTML.js)
68+
For tests against individual browsers run `python3 -m http.server` and `open http://localhost:8000/test/SpecRunner.html`.
7169

7270
Where is it used?
7371
-----------------
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
</style>
2828
</head>
2929
<body>
30-
<p>
31-
Due to
32-
<a href="https://bugs.webkit.org/show_bug.cgi?id=17352"
33-
>this issue in Webkit</a
34-
>
35-
(and in older Chromes due to
36-
<a href="https://code.google.com/p/chromium/issues/detail?id=294129"
37-
>this issue in Blink</a
38-
>) certain automatic tests that need to read the canvas will fail
39-
there and are disabled in those environments. Use these manual tests
40-
here instead.
41-
</p>
4230
<p>
4331
Input (hover and click on the black/pink rectangle):<br />
4432
<iframe

0 commit comments

Comments
 (0)