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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/cssmatrix-crash.html

Issue 2709763004: Make WebKitCSSMatrix an alias of DOMMatrix (Closed)
Patch Set: Make WebkitCSSMatrix an alias of DOMMatrix 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
zino 2017/05/15 19:07:35 Why do you remove this test?
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5
6 new WebKitCSSMatrix("translateX(1ex)");
7 new WebKitCSSMatrix("translateX(1ch)");
8 </script>
9 <p>PASS if no crash</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698