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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 years, 7 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 1615ed1531c09e040a0530bbaafd75ae259234bd..9ce145cab5e9a57351941776fa2db9f0e095ec98 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: [CSSSimpleLength=10px]<br>
---length-initial: [CSSSimpleLength=20px]<br>
---number: [CSSNumberValue=10]<br>
+--length: [CSSStyleValue=10px]<br>
+--length-initial: [CSSStyleValue=20px]<br>
+--number: [CSSStyleValue=10]<br>
</html>

Powered by Google App Engine
This is Rietveld 408576698