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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html
diff --git a/third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html b/third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html
index 2d1abd883fcde8955a5043fe88e30d420199ae11..db9a015b0e4ca37040d4601ab3d79275d72cf7b9 100644
--- a/third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html
+++ b/third_party/WebKit/LayoutTests/fast/table/backgr_layers-show.html
@@ -6,6 +6,7 @@
<link rel="prev" href="backgr_position-table-cell.html" title="Background Position: Background on 'table-cell'">
<link rel="contents" href="./backgr_index.html" title="Table of Contents">
<link rel="stylesheet" type="text/css" href="common.css">
+<script src="resources/wait-for-onload.js"></script>
<style type="text/css">
table {background: blue; empty-cells: show}
tbody, thead {background: url(../images/edge.gif) right top no-repeat}

Powered by Google App Engine
This is Rietveld 408576698