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

Unified Diff: LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html

Issue 688153003: Impl-side painting for fast/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More expectations Created 6 years 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: LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html
diff --git a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html
index e584d7bab50baace3dee32be1d9474659b61f738..b357645a8d112ff8d26d357bcc47b629861cb1d7 100644
--- a/LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html
+++ b/LayoutTests/fast/sub-pixel/sub-pixel-composited-layers-expected.html
@@ -2,12 +2,12 @@
<html>
<head>
<style>
- #test {
+ #test {
margin: 5px;
}
.container {
position: absolute;
- opacity: 0.95;
+ backface-visibility: hidden;
}
.shifter {
position: absolute;
@@ -60,4 +60,4 @@
setupTest();
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/sub-pixel/sub-pixel-composited-layers.html ('k') | Tools/Scripts/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698