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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt

Issue 2608423002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: NeedsRebaseline for failed layout tests Created 3 years, 11 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/compositing/overflow/clear-scroll-parent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
index 3dcfc7bcd5e4938fc0918a5c8e206cfe36ddee24..86a79386cf20030566600db9dd090e771dfa40ba 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/clear-scroll-parent-expected.txt
@@ -12,7 +12,7 @@
"bounds": [308, 208],
"shouldFlattenTransform": false,
"drawsContent": true,
- "backgroundColor": "#00FF007F"
+ "backgroundColor": "#00FF0080"
},
{
"name": "Scrolling Layer",
@@ -60,7 +60,7 @@
"position": [10, 10],
"bounds": [100, 100],
"drawsContent": true,
- "backgroundColor": "#FF00007F"
+ "backgroundColor": "#FF000080"
},
{
"name": "Squashing Containment Layer",
@@ -72,7 +72,7 @@
"position": [22, 102],
"bounds": [100, 100],
"drawsContent": true,
- "backgroundColor": "#0000FF7F"
+ "backgroundColor": "#0000FF80"
},
{
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",

Powered by Google App Engine
This is Rietveld 408576698