| 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 {
|
|
|