Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_image-crash.html

Issue 2822093003: Some fast/table tests should wait for images specified via CSS url() (Closed)
Patch Set: fix Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <p>crbug.com/683594: Passes if it doesn't crash.</p> 2 <p>crbug.com/683594: Passes if it doesn't crash.</p>
3 <table id="table"> 3 <table id="table">
4 <colgroup style="background: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOV SKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAo sJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImb KC5Gm2hB0SlBCBMQiB0UjIQA7)"> 4 <colgroup style="background: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOV SKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAo sJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImb KC5Gm2hB0SlBCBMQiB0UjIQA7)">
5 </table> 5 </table>
6 <script src="resources/wait-for-onload.js"></script>
6 <script> 7 <script>
7 if (window.testRunner) 8 if (window.testRunner)
8 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
9 var row = table.insertRow(); 10 var row = table.insertRow();
10 row.insertCell(); 11 row.insertCell();
11 row.appendChild(document.createElement("div")); 12 row.appendChild(document.createElement("div"));
12 </script> 13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698