From fc45831fb3e592c71d8a9cb336cb2a76f9b84fb4 Mon Sep 17 00:00:00 2001 From: Andi Gallo Date: Thu, 22 Jun 2023 12:22:29 +0000 Subject: [PATCH] LibWeb/Tests: Better trigger for table style update test --- .../table/propagate-style-update-to-wrapper.txt | 2 -- .../propagate-style-update-to-wrapper.html | 17 +++++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Tests/LibWeb/Layout/expected/table/propagate-style-update-to-wrapper.txt b/Tests/LibWeb/Layout/expected/table/propagate-style-update-to-wrapper.txt index 5da9b74d0e..98aa061856 100644 --- a/Tests/LibWeb/Layout/expected/table/propagate-style-update-to-wrapper.txt +++ b/Tests/LibWeb/Layout/expected/table/propagate-style-update-to-wrapper.txt @@ -14,5 +14,3 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline TextNode <#text> BlockContainer <(anonymous)> (not painted) children: inline TextNode <#text> - BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline - TextNode <#text> diff --git a/Tests/LibWeb/Layout/input/table/propagate-style-update-to-wrapper.html b/Tests/LibWeb/Layout/input/table/propagate-style-update-to-wrapper.html index 4b6310d47f..4e53317a92 100644 --- a/Tests/LibWeb/Layout/input/table/propagate-style-update-to-wrapper.html +++ b/Tests/LibWeb/Layout/input/table/propagate-style-update-to-wrapper.html @@ -1,12 +1,13 @@ + + -
- - \ No newline at end of file + \ No newline at end of file