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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html

Issue 1908463002: Modernize fast/hidpi layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add NeedsManualRebaseline Created 4 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/hidpi/image-set-shape-outside.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html
index ad1a5da36cb19fd141c9cea2551de2a031279fec..c6fc82851fd4dc420fc88e2e550f48a0ccf8940e 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/image-set-shape-outside.html
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<style>
-.left {
- -webkit-shape-outside: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
- float: left;
- width: 60px;
- height: 1em;
-}
+ .left {
+ -webkit-shape-outside: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
+ float: left;
+ width: 60px;
+ height: 1em;
+ }
</style>
<div class="left"></div>
<img width=30 src="resources/deleteButton.png">

Powered by Google App Engine
This is Rietveld 408576698