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

Unified Diff: third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation.html

Issue 2454693003: adjustedPositionRelativeTo() couldn't find offsetParent. (Closed)
Patch Set: Update comment, since the problem described has been fixed. Created 4 years, 1 month 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/fast/inline/inline-offsetLeft-continuation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation.html
diff --git a/third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation.html b/third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation.html
new file mode 100644
index 0000000000000000000000000000000000000000..7b3d85b94e51c28e2ca19c73155762a24384e943
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<script src="../../resources/check-layout.js"></script>
+
+<div id=container>
+ <span style="position:relative;">
+ <div style="height:10px;"></div>
+ <span id="elm" style="margin-left:2px;" data-offset-x="2">
+ <br>
+ </span>
+ </span>
+</div>
+<script>
+ checkLayout("#container");
+</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/inline/inline-offsetLeft-continuation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698