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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/common/canvas-tests.css

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/imported/wpt/common/canvas-tests.css
diff --git a/third_party/WebKit/LayoutTests/canvas/philip/tests.css b/third_party/WebKit/LayoutTests/imported/wpt/common/canvas-tests.css
similarity index 89%
copy from third_party/WebKit/LayoutTests/canvas/philip/tests.css
copy to third_party/WebKit/LayoutTests/imported/wpt/common/canvas-tests.css
index d42ec114f7b0383cd1c20f2240dfcc6c0f62e309..e006e812de4dfb3f1024788e1473a7136d958395 100644
--- a/third_party/WebKit/LayoutTests/canvas/philip/tests.css
+++ b/third_party/WebKit/LayoutTests/imported/wpt/common/canvas-tests.css
@@ -67,16 +67,16 @@ ul {
}
canvas {
- display: block !important;
- visibility: visible !important;
+ display: none;
+ visibility: hidden;
border: 2px #f0f solid;
- background: url(images/background.png);
+ background: url(../images/background.png);
}
img.expected {
display: none;
border: 2px #f0f solid;
- background: url(images/background.png);
+ background: url(../images/background.png);
}
iframe {
@@ -85,7 +85,11 @@ iframe {
.output {
display: none;
- visibility: none;
+}
+
+.show_output .output, .needs_check .output {
+ display: block !important;
+ visibility: visible !important;
}
.show_output #show_output {

Powered by Google App Engine
This is Rietveld 408576698