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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait-ref.html

Issue 2729863004: Support reftest-wait in web-platform-tests (Closed)
Patch Set: Add TestExpectations entry Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/infrastructure/reftest-wait.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698