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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html

Issue 2921223002: [CSS Typed OM] Hook up getting CSSUnitValues from inline StylePropertyMaps (Closed)
Patch Set: Fix missed LayoutTests Created 3 years, 6 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/http/tests/csspaint/registered-properties-in-custom-paint.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
index 9ce145cab5e9a57351941776fa2db9f0e095ec98..7aaaed0140997c0dc32b6a08237394de87b4e02f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
+++ b/third_party/WebKit/LayoutTests/http/tests/csspaint/registered-properties-in-custom-paint.html
@@ -35,8 +35,8 @@
</script>
<p>This tests the style information in the paint callback.</p>
<p>See the devtools console for test output. The console should log:</p>
---length: [CSSStyleValue=10px]<br>
---length-initial: [CSSStyleValue=20px]<br>
+--length: [CSSUnitValue=10px]<br>
+--length-initial: [CSSUnitValue=20px]<br>
--number: [CSSStyleValue=10]<br>
</html>

Powered by Google App Engine
This is Rietveld 408576698