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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html

Issue 2303773002: Align reference box computation for inline boxes with Gecko (Closed)
Patch Set: Maybe now Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html
index 95f0a2b85d3d58490a08297b6131f52dbeeb5048..55db571bf1dfadb2f50475b76ea998f0cfc18088 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html
+++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html
@@ -1,11 +1,13 @@
<!DOCTYPE html>
+<script src="../../resources/ahem.js"></script>
<style>
div {
width: 100px;
height: 100px;
overflow: hidden;
- background-color: red;
- line-height: 1;
+ line-height: 50px;
+ font-size: 50px;
+ font-family: Ahem;
}
span {
background-color: green;
@@ -15,5 +17,5 @@ span {
}
</style>
<div>
-<span>XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX</span>
+<span>XX XX</span>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698